-
AuthorSearch Results
-
May 18th, 2015 at 15:57 #31857
In reply to: header widget is not responsive
Wayfarer
I had the same issue with the search bar obscuring the logo etc on mobile devices, and was happy that the CSS seemed to resolve the issue.
However, in landscape the search widget width displays correctly (I have the maximum header widget width set to 25%). In portrait, the search widget forms its own line and extends the length of the header.
It’s far better than it was, so I just wanted to give the feedback.
Thanks for the code Zed!
(As an aside, I really struggle to post to the forums. I often have to submit my posts multiple times, sometimes get a ‘whoops, duplicate entry’ message (even though my post isn’t visible). I’ve always just lived with it but today and yesterday I’m experiencing that even getting through this and seeing my post in the replies list above the jump, the post ‘vanishes’ later. I don’t know if it will reappear hehe.)
May 13th, 2015 at 23:34 #31822In reply to: In CR2 HTML Module ckeditor not visible why ?
Greg
I have the same issue, but i use an enhanced version of ckeditor, an updated version over the standard opencart.
Your module only displays the ckeditor in Area1.
Please patch this issue.
Thanks.
May 10th, 2015 at 14:15 #31777In reply to: Set number of posts
Zed
Cryout Creations mastermindSticky posts are not counted and are always displayed.
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.May 10th, 2015 at 11:20 #31763Zed
Cryout Creations mastermindob_get_contents() CAN be used by viruses, but in the theme it is used for the presentation page styling output buffering (which needs to be displayed in a different place than the one it is computed in).
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.May 10th, 2015 at 11:16 #31762In reply to: Responsiveness/mobile feature doesn't work
Zed
Cryout Creations mastermindGiustina, yes that is possible with the right styling. But how will both main content and sidebar content fit on a 320px narrow screen (for example)?
Dave, you could hide the sidebar on smaller devices with custom CSS:
@media (max-width: 800px) { body #primary, body #secondary { 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.May 10th, 2015 at 10:48 #31754In reply to: Custom Logo header not showing
Zed
Cryout Creations mastermindThat is not easily possible at present time.
But you can use a combination of title + header background image to display both a logo and the text title.
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.May 10th, 2015 at 10:43 #31751In reply to: Error in name and avatar in second post bbpress
Zed
Cryout Creations mastermindUnfortunately, bbPress’ replies inherit a lot of theme styling that is meant for the comment replies (because they use the same classnames).
This custom CSS should fix most of that:
.bbp-reply-author a { background: transparent; border: inherit; display: inline; float: initial; margin: inherit; padding: inherit; text-transform: inherit; }
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.May 10th, 2015 at 10:25 #31749In reply to: Home Page Slider
Zed
Cryout Creations mastermindA script (probably coming from a plugin) is adding an extra slider-stopper element to the slider, causing it to display a sixth slide.
Identify which plugin does this and disable its “stop button” functionality or disable the plugin altogether. Slider/gallery related plugins should be the first ones to check.
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.May 7th, 2015 at 14:46 #31732In reply to: Move the "Powered By …" details to middle
Chris Brown
I solved one part of the problem re the moving “powered by” line; I’d left the closing link off the last entry in the Misc section. Now I’ve added that, the “Powered by … ” line correctly lays in the bottom right again. (Still don’t know why comment forms are displaying on posts, but that’s a minor issue)
May 7th, 2015 at 13:46 #31731In reply to: Responsiveness/mobile feature doesn't work
Dave
Just moved over to Tempera after years on another theme (which hasn’t been supported for 2 years plus!), was just what I was looking for, thank you 🙂
I also came to this thread regarding the sidebar in responsive mode, but was wondering if there was a way to just lose the right sidebar rather than moving it below the main content on smaller displays?
May 4th, 2015 at 16:43 #31687In reply to: Cryout columns animation not working
Claudio
I think it will work in mobile version with a 13″ display..
April 30th, 2015 at 21:39 #31662In reply to: Pagination on Presentation Page Wrong
al83
All I had to do was to go to the wordpress dashboard -> settings -> reading and switch the “Front page displays” from “a static page” to “your latest posts”.I’ve also disababled the pagination which can be found in tempera settings -> graphics settings, however I don’t think it is necessary to do it.
Hope it helps,
Alain
April 30th, 2015 at 15:15 #31658In reply to: sub menu not working
John Hanson
Mantra works great for us. I am just encountering two menu issues:
1.Most computers display menu tabs fine, at least one person can’t see the menu tabs unless they hover over the tab – then it shows up.
2. Mid sized devices seem to have trouble showing sub menus. When we hover over he tab the sub menus may or may not appear for a few seconds, but they disappear so they can not be selected.April 29th, 2015 at 14:33 #31647In reply to: KK Star Rating Plugin (Magazine Layout)
Mitchell Krog
Please can someone help with this? Really would like to get my stars to display.
Wojciech
found a way:
write this in the custom CSS part in the miscellaneous settings. 🙂#topbar {
display: none;
}April 1st, 2015 at 17:13 #30990In reply to: Bolg Page?
wayne
I had the same query and found answer in the FAQs “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).” Hope that helps!
March 30th, 2015 at 21:55 #30974In reply to: Category Template Problems
Brady C
correction…… the categories are not password protected. I meant the posts in the category I want to display are password protected. The category template works for preview catid 16 however, figured out that the protected posts don’t show on the category template. Is there some code or parameter that I will need to change to display protected posts with this template?
March 30th, 2015 at 21:30 #30973In reply to: Category Template Problems
Brady C
Also, the categories I need to display are password protected. Does that make this undoable?
March 30th, 2015 at 10:24 #30963MikevZ
You could download the theme as .ZIP, then extract theme-functions.php in Nirvana\Includes\ and replace this file with your modified version.
The snippet(s) you’ve probably modified originally looks like this:
/** * Site info */ function nirvana_site_info() { $nirvanas = nirvana_get_theme_options(); foreach ($nirvanas as $key => $value) { ${"$key"} = $value ; } ?> <em style="display:table;margin:0 auto;float:none;text-align:center;padding:7px 0;font-size:13px;"> <?php _e('Powered by','nirvana')?> <a target="_blank" href="<?php echo 'http://www.cryoutcreations.eu';?>" title="<?php echo 'Nirvana Theme by '. 'Cryout Creations';?>"><?php echo 'Nirvana' ?></a> & <a target="_blank" href="<?php echo esc_url('http://wordpress.org/' ); ?>" title="<?php esc_attr_e('Semantic Personal Publishing Platform', 'nirvana'); ?>"> <?php printf(' %s.', 'WordPress' ); ?></a></em> <?php } // nirvana_site_info() add_action('cryout_footer_hook','nirvana_site_info',15); /** * Copyright text */ function nirvana_copyright() { $nirvanas = nirvana_get_theme_options(); foreach ($nirvanas as $key => $value) { ${"$key"} = $value ; } echo '<div id="site-copyright">'.$nirvana_copyright.'</div>'; } // nirvana_copyright()
March 26th, 2015 at 16:28 #30921In reply to: Problem with Columns, they displayed in vertical way
Bill
I too am having this problem. My 3 cryout columns display fine but any others I add display verically in the first row instead of going horizontally. Any Suggestions? My website is http://www.heartofpa.com Thanks in advance!
March 15th, 2015 at 22:16 #30834In reply to: Bug Plugin Subscribe to comment
Zed
Cryout Creations mastermindAdd this custom CSS in the theme settings:
body #respond label { display: inherit; } body #respond input { width: auto; }
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 15th, 2015 at 22:01 #30830In reply to: sidebar and footer
Zed
Cryout Creations mastermindYou cannot technically “lose” a sidebar (just misplace its content).
And I have yet to encounter a way to lose the footer.I see them both displayed correctly on your site. Are you still having this issue?
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 15th, 2015 at 21:50 #30826In reply to: Visual Composer unable to create full width elements
Zed
Cryout Creations mastermindI am not sure I understand your issue.
Are you trying to display content beyond the #forbottom container?
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 15th, 2015 at 21:49 #30825In reply to: Sidebars displayed below the content
Zed
Cryout Creations mastermindThe sidebar is displayed on the right side on my browser.
If you’re visiting the site from a mobile device (tablet?), you will get the responsive layout (with sidebar below content) if the screen width is smaller than a particular limit.
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 13th, 2015 at 20:46 #30815Pogo
Having the same problem. Nirvana is a great theme; it is just the columns on Safari that don’t display properly. The top of the text that displays on hover is at the bottom of (or below) the image. I tested on Safari on Windows and I assume it would be the same on a Mac. Would love a fix for this problem! Thank you.
March 6th, 2015 at 19:48 #30769In reply to: More Post button on Presentation Page
omar
the “fix” to set the number of posts to display on the presentation page equal to one in the theme’s settings doesn’t work.
March 4th, 2015 at 12:09 #30744In reply to: How to center header text (site-title and tagline)?
Martin R.
Yes, it is possible. The ID for the tagline is #illuminati (just kidding). The tag is
#site-description and the following settings do the trick:#site-description { display: block; float: none; font-size: 20px; line-height: 1.5em; margin-top: 5px; padding: 3px 6px; clear: both; font-weight: 300; text-align: center; }
The main setting here is the ‘float’, which has to be set to ‘none’ in order for the text-align to work, apparently. Hope this helps.
February 28th, 2015 at 21:54 #30710In reply to: Menu floats 20px too high due to margin!
Zed
Cryout Creations mastermindNicole,
The header height is configurable in the theme settings. The margin between the menu and the header is set in the style, but can be overridden with custom CSS:
body #access { margin-top: 0; }
The topbar is always site-wide. You can only control how wide its content is (site-wide or content-wide). This is controlled in the theme settings (under Graphics). I see your social icons are displayed correctly 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.February 28th, 2015 at 21:41 #30708In reply to: Responsiveness/mobile feature doesn't work
Zed
Cryout Creations mastermindBill, the sidebar is designed to move below the content on screen sizes where the site would get too shrunk down to display both the content and the sidebar side-by-side.
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.February 28th, 2015 at 21:03 #30699In reply to: sub menu not working
Zed
Cryout Creations mastermindIt’s the default behaviour of the theme to display the drop-down (sub)menus when hovering on the main menu items.
Are the sub-menus not appearing for you?
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