-
AuthorSearch Results
-
April 10th, 2014 at 16:20 #24800
In reply to: Post Images
Michelle
FYI, I received this response from Cryout Creations:
Michelle,
Hi.
“1. I know a post requires a feature image to show on the presentation page, but then it shows a tiny image in the full post. I need my images to be about 300 wide or tall (depending on orientation). ”
– The themes have options to control featured image size. But you’ll need to regenerate all images already uploaded and set on posts – there’s a plugin for this, I believe named “Images regenerate”.“2. When I additionally embed an image into the post (so it’s the right size in the full post), excerpts display two identical images. I can scrap excerpts on the Presentation Page, but a category search, for example, will still render a page of excerpts, which will look wonky.”
– This is not normal behaviour and we’d need to see a site to further investigate.-
This reply was modified 11 years ago by
Zed. Reason: removed email in text to avoid spam
April 2nd, 2014 at 23:29 #24737In reply to: Social Media gone wild
Daniel Fortney
I too was trying to remove the social icons from the header but the checkbox always comes back checked after saving.
WARNING: If you follow these directions, you do so at your own risk! It worked for me, but I can’t be responsible for what you do to your code.
Modify the defaults.php file by changing the following 4 lines:
“mantra_socialsdisplay0” => “1”,
“mantra_socialsdisplay1” => “”,
“mantra_socialsdisplay2” => “”,
“mantra_socialsdisplay3” => “1”,to:
“mantra_socialsdisplay0” => “”,
“mantra_socialsdisplay1” => “”,
“mantra_socialsdisplay2” => “”,
“mantra_socialsdisplay3” => “”,Save the file and hopefully everything should work.
March 24th, 2014 at 15:56 #24617In reply to: presentation page will not re-enable
Zed
Cryout Creations mastermindMake sure the “Your homepage displays” option is set to “Your latest posts” (in Settings > Reading)
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.March 24th, 2014 at 14:03 #24600In reply to: WooCommerce: Wrong breadcrumbs displayed
Zed
Cryout Creations mastermindWordpress has no way of knowing which links you clicked on to get to that post, so it displays the first category (alphabetically) in which the post is found.
Posts shouldn’t be placed in several categories if you care about what your breadcrumbs display. Try this plugin and see if it helps you in any way.
-
This reply was modified 11 years ago by
Zed.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.March 24th, 2014 at 11:19 #24580In reply to: Border in Menu Bar
Jim
Hi Emelie
I think this could be what you need, if you are just looking to display text only. Try copying and pasting this into your custom CSS.
#access > .menu > ul > li > a > span {
border-left: 0px solid #E1E1E1;
border-right: 0 none;
box-shadow: -1px 0 0 #FFFFFF;
}I hope it helps
Jim…
March 24th, 2014 at 09:37 #24575In reply to: posts on presentation page
Zed
Cryout Creations mastermindThe theme cannot display sticky posts only on the homepage.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.March 23rd, 2014 at 06:24 #24557In reply to: How to change Home Page 6 Thumbnails Image
Marcos
hello Jim,
How do I put 5 columns of images on the page display?March 22nd, 2014 at 09:11 #24516In reply to: How to edit front page text in Tempera?
Riana Zaayman
Hi. I can’t seem to remove the search bar and the “Nothing Found
Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.” text above it. I did go into the widget area and dragged it out of the footer area and I’ve selected “inactive widgets”. Now I have a widget that says “search” on the left hand side with the “add” button next to it, nothing that says “search” in any of the sidebars or footer areas on the right hand side of the page and at the bottom I have “Inactive Widgets” that says “search” below the text. By my website still displays it at the bottom of the page.I am not a programmer, nor do I understand it. But in my searches I came upon info, so I tried it out by applying my own logic to it :-). In the editor I went to style.css and replaced the word “block” with “none” in 4 places. That removed the search bar, but the text still remained. I found the text in archive.php, but I did not know how to delete it without messing up the template.
Please, any help would be greatly appreciated. Thank you!
March 21st, 2014 at 06:47 #24480In reply to: How to get to the Main Default Page…
Jim
Hi Carole
Most of the settings for the presentation page are within Tempera Settings>Presentation Page settings here you can set the sliders and determine the number of columns (content of columns are within widgets) and the Extra Text area at the bottom control whats displayed as text on the page.
I hope this helps
Jim…
March 18th, 2014 at 16:52 #24434In reply to: Social media icons header bug
Pixvault
There is a much easier way to solve this issue. Just make sure the field to the right of the Social Media selection is completely blank. If even a # is in that field the icons will display, if it’s empty they don’t display
March 16th, 2014 at 01:23 #24407In reply to: New features
Kelvin
This is best theme that I have used in the last 2 or 3 years. I think this a simple request or maybe have fix already in the theme. On presentation page it display all posts when turned on. Can you add a filter by category id? Current it pulls in even the uncategorized posts.
March 15th, 2014 at 03:29 #24393In reply to: How to change Home Page 6 Thumbnails Image
Jim
Hi Emily
Please ignore my previous mail, I have discovered the reason why your buttons aren’t working. Basically because you have moved the menu up it has ended up behind the header widget space layer. The following pasted into your custom CSS should cure it. This code switches off the header widget area. Meaning if you need the header widget it wont show.
#header-widget-area {
display: none;
}Hope it works
Jim..
March 13th, 2014 at 20:54 #24375In reply to: How to remove "More posts" on main page
Jim
Hi Pascal
You need to go to Tempera Settings then choose Miscellaneous Settings in there you will see a box labelled custom CSS code, copy the last code I sent and paste it into that box. Then save the settings and refresh your site. Hopefully if all works your “more posts” box should no longer be displayed.
I hope this makes sense and helps
Jim…
March 13th, 2014 at 14:31 #24364In reply to: How to remove "More posts" on main page
Jim
Hi Pascal
Sorry please ignore the code in my last message, it should be this:
#cryout_ajax_more_trigger {
display: none;
}Thanks
Jim…
March 13th, 2014 at 14:20 #24363In reply to: How to remove "More posts" on main page
Jim
Hi Pascal
The following code pasted into your custom CSS area within Misc. Settings should remove it from the page.
a.continue-reading-link, #cryout_ajax_more_trigger {
display: none;
}I hope this helps
Jim…
March 11th, 2014 at 00:19 #24309Joe
Problem seems to be solved: as soon as I removed the post on the presentation page below the columns, they display correctly, i.e., 3 per row.
March 10th, 2014 at 03:17 #24289In reply to: Social media icons header bug
Rick
Actually, the better fix (that doesn’t require changes to source files, which can be problematic when the next version is out) is the CSS changes mentioned above.
This one will remove the upper-right header display of the social icons, but will still let you specify other locations:
#sheader { visibility: hidden; }
…Rick…
March 9th, 2014 at 03:01 #24274In reply to: can\'t get slider to show posts on presentation page
Jim
Hi
Within the presentation page settings you can set slides to display latest posts, random posts or sticky posts. I don’t use posts on slider but I have just tried it out and it worked for me. I created an image the same proportions as the slider and set it as the featured image in a test post.
I hope this helps
Jim…
March 7th, 2014 at 13:03 #24245In reply to: Latest post as one of columns in presentation page
Jfk
I found how to 🙂
If you’ve enabled the presentation page and also want to create a blog page (like the default WordPress homepage), create a new empty page and choose “Blog Template (Posts Page)” as the page template.Then add a link to that page in your menu(s) (if it isn’t displayed automatically).
Thanks
JMarch 6th, 2014 at 20:34 #24236In reply to: Ninja Form fields cut off page
Michael
I just had the same problem:
Inside the “ninja-forms-display.css” change width to 90%
.text-wrap.label-inside input,
.textarea-wrap.label-inside textarea {
width: 90%;
}March 5th, 2014 at 00:41 #24204In reply to: How to remove social icons from every page
kneighbour
Sorry – your suggestions do not work.
My social media setting fields are all totally blank (they only had a # in there anyway).
The Social Media Settings in Tempura settings does not effect what is on the page. Only around the edge of the page (ie footer, right, etc). I actually want the social media icons to appear in those areas. But what is happening is that the icons are appearing after the text on every page. ie immediately after any text you happen to enter.
It looks to me like there are Posts (blog entries) being added to every page after my text. These blog entries are actually empty, so you do not see any text. But the social media icons that you add after every blog post are showing up. So I guess the problem is – how do I stop blog entries from appearing anywhere? I am using WordPress as a website tool – to to display blogs.
Just updated the theme to the latest 0.9.9
March 3rd, 2014 at 06:07 #24178In reply to: How to remove social icons from every page
Rick
In the latest version of Mantra, unchecking all of the socil media positions, then saving, does not disable the social icons display in header area. The checkboxes are re-enabled.
…Rick…
February 26th, 2014 at 13:44 #24112In reply to: Breadcrumbs
regis
Go to templates folder in your theme and add
<?php cryout_before_content_hook(); ?>after
<div id=”content” role=”main”>in any page template you want to display breadcrumbs in.
You’re welcome 😉
February 26th, 2014 at 12:48 #24111In reply to: Main Menu Width
jim
Hi Trey
I had a quick look at your site and I think the CSS code below may do what you are looking for, add it into the custom CSS code area within miscellaneous settings and see if it works for you.
#access {
display: block;
float: left;
margin: -34px auto 0;
}I hope this helps
Jim..
February 25th, 2014 at 14:23 #24094Omi
I have the same problem, and I’d love to try Marcelo’s suggestion. But I’m not sure how he did it. When “more posts” is clicked I’m getting a repeat of the same 2 posts already displayed there.
February 24th, 2014 at 11:28 #24049In reply to: How to remove social icons from every page
Jim
Hi
If you put nothing in the social icon links i.e. blank the field totally they wont show, alternatively within tempera settings there is a section called social media settings and the bottom of that section you can choose where or here not to display.
I hope this helps
Jim…
February 24th, 2014 at 11:08 #24045In reply to: Main Menu Background and Button Spacing
Find Me Hotel Do Net
Hi,
To alight the text in menu bar in Opencart
Change #menu ul{ to:
#menu ul {
list-style: none;
margin: 0 auto;
padding: 0;
display: table;Regards/ Tissy/ findmehotel.net
February 21st, 2014 at 01:42 #23963In reply to: Pagination on Presentation Page Broken
Tim
Hi. I’m having the same issue. If I reduce the number of displayed posts to less than the number of posts on my site, when I go to page 2 I get
“Not Found
Apologies, but the page you requested could not be found. Perhaps searching will help.”
I am still using Tempera 0.9.7 because my site needs pages, not a continuously expanding front page. Is there a fix for my site?
– Tim
February 20th, 2014 at 22:34 #23957In reply to: Presentation Page Help
jaime120
REF: Tempra theme question
hi guys,
i logged into a pc using windows7 and noticed the widgets columns display properly. i went to the Appearance -> Tempra Settings -> and clicked on the presentation page, but instead of seeing the arrow pointer, it displays a bar i.e. (I) and not able to access setting on the theme. is there some setting in windows i have to change?
you guys have fabulous themes, plz advise asap.
Muchas Gracias…..February 20th, 2014 at 22:27 #23956In reply to: Presentation Page Help
jaime120
i am about to toss my laptop out the window. i have followed your widget instructions to the “T”, to no avail. the widgets were working find up the last theme update you guys made. i cannot make the widgets display on either 2 or 3 columns (prsentation page columns setup as widget columns). you have a great theme, but need to get this fix to finish. i even created the images to the specified dimensions depending on the number of columns i select. no luck.
i am working on a Mac Pro laptop. does the tempra theme not work properly ona mac? is this the problem??what am i doing wrong? everything else on the theme works just find. please advise asap.
thanks for your help.. -
This reply was modified 11 years ago by
-
AuthorSearch Results