-
AuthorSearch Results
-
November 24th, 2015 at 16:29 #34246
In reply to: Option to hide top bar on phones
WayneM
This works… Just add to custom css in Tempera misc. settings:
@media (max-width: 650px) { #topbar {display:none;}}
November 22nd, 2015 at 22:55 #34213Zed
Cryout Creations mastermindIf the other pages are in fact (static) pages, you can use the theme’s featured image as header image option and define featured images (with the proper size) for the other pages which will be displayed in the header area.
Otherwise, you may be able to find a plugin to help you do this with categories/posts as well.
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.November 19th, 2015 at 06:42 #34193In reply to: More post on presentation page
Patty
Sorry if this posts twice.
I’m having a similar problem. I have posts to be displayed on presentation page turned off (but set to 20 regardless)
I have Presentation page columns set to Specific Posts.
I have 12 IDs in the box, all separated by commas.
The page will only show 10, no matter what I do.
November 19th, 2015 at 06:18 #34192In reply to: More post on presentation page
Patty
A very similar problem here.
I’m manually listing the posts I want on the presentation page and it will only show 10, no matter how many post IDs I copy into the field.
I have “show posts on presentation page” disabled, but I’ve set the number to be displayed to 20 regardless.
Under “presentation page columns” I have “specific posts” selected, and have so far entered 12 codes.
Previously, I had Latest in category selected, and it gave me the option to give a number of posts I wanted. But this option puts the posts in the wrong order. The option where I have to find and enter the individual post ID does not have a box where I can change how many posts I want displayed.
November 8th, 2015 at 22:37 #34137Zed
Cryout Creations mastermindThe homepage can be uniquely identified with body.home. As a result, you can append this to any custom styling rule to only make it apply on the homepage:
body.home #my-container { display: none; }
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.November 8th, 2015 at 22:11 #34128In reply to: Bug woocommerce product rating star
Zed
Cryout Creations mastermindI see no trace of that functionality in the source of the page, so it is not the case of a styling issue.
Is the rating correctly displayed on one of the default Twenty themes?
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.November 2nd, 2015 at 13:34 #34097In reply to: Featured image not shown on post page??
Zed
Cryout Creations mastermindMike, are you displaying your posts full or as excerpts?
The theme will display the featured images only with excerpts.
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.November 2nd, 2015 at 13:14 #34091In reply to: Continuous columns in magazine layout
Zed
Cryout Creations mastermindThat is not possible currently.
Posts displayed on magazine layout should be controlled to have as similar length (height) as possible to avoid large white spaces between them.
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.November 2nd, 2015 at 13:12 #34088Zed
Cryout Creations mastermindThe theme has 4 footer widget areas. You can display widgets in either all of theme (and they will be displayed horizontally) or in just some (and then multiple widgets in the same area will be stacked).
On mobile devices the widget areas automatically re-align in two then one column (so they fit on the screen).
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.November 2nd, 2015 at 13:07 #34085In reply to: Invalid Displayed Gallery – NextGEN Gallery
Zed
Cryout Creations mastermindIs the gallery correctly displayed on one of the default Twenty themes?
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.October 27th, 2015 at 23:50 #34038In reply to: custom-style.php for a child theme for Nirvana
Zed
Cryout Creations mastermindThis file cannot be easily overridden in the child theme.
However, you can simply override generated colours using more specific custom styling, like:
body .coldisplay1 .column-image-inside { background: rgba(64,64,64,0.3); } body .coldisplay1 .column-image-inside:hover { background: rgba(64,64,64,0); }
I don’t know the exact colour you are using so I’ve used 64,64,64. Replace with your own colour.
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.October 27th, 2015 at 23:30 #34033In reply to: Full-width page
Zed
Cryout Creations mastermindThe theme’s existent “One Column (no sidebar)” page template should work for this scenario.
If a page using this template displays empty sidebars, make sure that in case you are using a caching plugin you keep CSS minification disabled in it.
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.October 27th, 2015 at 22:56 #34014In reply to: Comment Subscriptions Plugins don't work
Zed
Cryout Creations mastermindComment-related plugin usually hook their content to the comment form labels (which Tempera hides for aesthetic reasons).
body #respond label { display: initial; }
will restore them.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.October 11th, 2015 at 15:48 #33912In reply to: logo location
Zed
Cryout Creations mastermindYou are currently using the logo to display the logo, not the header image.
The center option applies to the header image. To center the logo (or title/description), use
#header-container > div { text-align: center; }
The theme will not display both logo and title at once.
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.October 11th, 2015 at 15:16 #33899In reply to: More post on presentation page
Zed
Cryout Creations mastermindGilles, the presentation page should not display a pagination but the “read more posts” button. I’m not sure how you’re getting the pagination…
David, I see more than 5 posts on your homepage now.
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.October 11th, 2015 at 15:10 #33896In reply to: Customize paragraph width in text areas
Zed
Cryout Creations mastermindIf you’re referring to the theme’s extra text fields that display on the homepage, those do not feature any kind of advanced editor (for now) so you’ll have to type in the HTML code directly (if you’re not familiar with HTML, you could write your text in a new post or page, switch to the Source View mode of the editor and copy the code from there; but the end result will not look identical to what you see in the editor)
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.October 11th, 2015 at 15:07 #33895Zed
Cryout Creations mastermindThe theme can either display your logo or the site’s title & tagline.
Displaying both simultaneously is currently not a feature, however a workaround is to use the header background image (place your logo in a large image that covers the entire header area and set it in the site) and then set the header content to site title&description (but move that slightly to the right so it doesn’t overlap the logo that’s in the background).This workaround will not play nicely on mobile devices, though (the header image get resized a lot).
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.October 11th, 2015 at 14:57 #33893In reply to: Photos too Big
Zed
Cryout Creations mastermindYour images are loaded at the exact size they are displayed at, so there is no wasted extra size on them.
You do have a lot of images on that page, but I don’t believe they amount to that much bandwidth usage.
You could consider switching to a different package or host if your current one has limits that no longer suffice for your site/content.
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.October 11th, 2015 at 14:48 #33891In reply to: Mantra settings page frozen – no plugins active
Zed
Cryout Creations mastermindjQuery(…).slider still points to a JavaScript issue.
jQuery is part of WordPress core and should just work, unless something else is unloading/overlapping/overloading it.
Without access to the problematic dashboard I cannot give you any direct solutions, but my approach to this kind of issues is:
- always double-check everything (that the plugins are all disabled, that everything is updated, that the browser is displaying the up-to-date site and there is no caching involved)
- browse through the sourcecode of the site looking for any occurrences of the “jQuery” words (specifically related to external .js files); check whether these are part of WordPress or loaded from plugins/theme/remote URLs.
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.October 5th, 2015 at 03:23 #33838Rick H
The problem is not on the front page, although full posts are displayed on the front page.
The problem is on a ‘page’ that has links to media content. If I add another media content item to the page, all of the HREFs are deleted on Publish.
Again, this has happened with the last one (or two) updates. It was OK back in the first part of September.
…Rick…
October 4th, 2015 at 23:13 #33832In reply to: More post on presentation page
Gilles
Thanks !
I understand.
Problem is : pagination does not work :/
When I click on the second page the same posts are displayed, even if I have more post !Also, is it possible to choose another “more post” style Like on this website :
October 4th, 2015 at 15:42 #33818Zed
Cryout Creations mastermindThe frontpage.php file containes all the sections displayed. To re-order them you’d need to move their responsive blocks of code around.
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.October 4th, 2015 at 15:33 #33813In reply to: More post on presentation page
Zed
Cryout Creations mastermindThe number of posts to be displayed on the homepage when using the presentation page is configurable in the theme’s settings, in the Presentation Page section.
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.October 4th, 2015 at 15:30 #33811In reply to: Post Title text being cut off
Zed
Cryout Creations mastermindCould you give a link to a page/post displaying this?
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.October 4th, 2015 at 15:18 #33806In reply to: Right sidebar floating below content
Zed
Cryout Creations mastermindTracia, what browser/device are you seeing this on? Cause it displays fine for me.
If you caching plugin has a CSS minification feature, turn it off.
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.October 4th, 2015 at 15:16 #33805Zed
Cryout Creations mastermindDisplaying the site via an IFRAME might be the cause of this issue.
You should consider moving the site to the target address and not run it masked from http://www.razzmatazz.se/itautomation/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.October 4th, 2015 at 13:29 #33800Zed
Cryout Creations mastermindAre you displaying excerpts or full posts on the front page?
When excerpts are used, all HTML content is automatically stripped by WordPress and the text is trimmed to a limited number of words.Switch to full posts (look in the Post Excerpt in theme settings)
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.September 29th, 2015 at 23:27 #33734In reply to: Slider Settings ‘Center Align’ Malfunction
John
That was it! Thankyou!
My primary browser is Firefox, currently at version 4.03.
In Safari, the display is OK, and is inline with the associated check box, instead of dropping to the line below.
Here’s a screenshot of the area in Safari
The selection does indeed function when using Firefox
Excellent themes and outstanding support! Thanks again
Cheers
September 29th, 2015 at 21:31 #33591In reply to: Blog page with Paging
Zed
Cryout Creations mastermindDo you want to change the number of posts per page displayed in “Blog”?
That’s the general limit set in WordPress, under Settings > Reading.Also, skip step 2. Doing that will make WordPress force display posts at that address/page ignoring the page template completely (and bypassing several theme settings). Using the blog page template is sufficient to make the page act as WordPress’ standard blog page.
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.September 27th, 2015 at 18:00 #33552In reply to: Title in the caroussel
Zed
Cryout Creations mastermindIf you use post-generated slides, you can hide the titles/texts with CSS:
body .nivo-caption { display: none !important; }
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. -
AuthorSearch Results