Search Results for 'display'

  • Author
    Search Results
  • #31857
    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.)

    #31822
    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.

    #31777

    In reply to: Set number of posts

    Zed
    Cryout Creations mastermind

    Sticky 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.
    Zed
    Cryout Creations mastermind

    ob_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.
    #31762
    Zed
    Cryout Creations mastermind

    Giustina, 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.
    #31754
    Zed
    Cryout Creations mastermind

    That 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.
    #31751
    Zed
    Cryout Creations mastermind

    Unfortunately, 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.
    #31749

    In reply to: Home Page Slider

    Zed
    Cryout Creations mastermind

    A 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.
    #31732
    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)

    #31731
    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?

    #31687
    Claudio

    I think it will work in mobile version with a 13″ display..

    #31662
    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

    #31658

    In 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.

    #31647
    Mitchell Krog

    Please can someone help with this? Really would like to get my stars to display.

    #31136

    In reply to: Top Bar

    Wojciech

    found a way:
    write this in the custom CSS part in the miscellaneous settings. 🙂

    #topbar {
    display: none;
    }

    #30990

    In 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!

    #30974
    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?

    #30973
    Brady C

    Also, the categories I need to display are password protected. Does that make this undoable?

    MikevZ

    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()
    #30921
    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!

    #30834
    Zed
    Cryout Creations mastermind

    Add 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.
    #30830

    In reply to: sidebar and footer

    Zed
    Cryout Creations mastermind

    You 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.
    #30826
    Zed
    Cryout Creations mastermind

    I 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.
    #30825
    Zed
    Cryout Creations mastermind

    The 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.
    Pogo

    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.

    #30769
    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.

    #30744
    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.

    #30710
    Zed
    Cryout Creations mastermind

    Nicole,
    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.
    #30708
    Zed
    Cryout Creations mastermind

    Bill, 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.
    #30699

    In reply to: sub menu not working

    Zed
    Cryout Creations mastermind

    It’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.
Viewing 30 results - 1,171 through 1,200 (of 1,618 total)