Zed

Forum Replies Created

Viewing 30 posts - 3,271 through 3,300 (of 6,635 total)
  • Author
    Posts
  • in reply to: More than 5 slides on presentation page? #45941
    Zed
    Cryout Creations mastermind

    Almost all slider plugins support this functionality – it’s the only way the sliders can be inserted inside posts/pages 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.
    in reply to: Disable social icons #45940
    Zed
    Cryout Creations mastermind

    To hide a social icon leave its URL field empty in the 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.
    in reply to: Using presentation page with custom content type #45939
    Zed
    Cryout Creations mastermind

    To do this you’ll need to customize the queries grabbing content and generating the presentation page areas.

    These queries are located in the frontpage.php file (which you can copy directly to the child theme to customize).


    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.
    in reply to: Crop featured image used as header #45938
    Zed
    Cryout Creations mastermind

    This should not happen. Nirvana registers an image size according to the configured header height and site width options and uses this image size to request the featured images to be used as header images.

    Test out with the Force Regenerate plugin as well if you used a different one (not all regeneration plugins worked as expected in our test)>


    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.
    in reply to: Parser error after theme update #45937
    Zed
    Cryout Creations mastermind

    It is safe to entirely delete the theme folder via FTP (if you are comfortable with FTP). You can then access the dashboard (as WordPress will re-set to the default Twenty theme) and reinstall Nirvana. All configured options will remain as they were (being stored in the database).

    Nirvana 1.4.1 resolves this problem with PHP <5.3


    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.
    in reply to: Accent Color #2 #45936
    Zed
    Cryout Creations mastermind

    All links use this colour for the on-click event. Since the header itself is a link if configured so, then the colour applies here as well.

    This effect can be disabled with:
    body a:active { background: transparent; }


    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.
    in reply to: Unable to access Dashboard after Nirvana update #45934
    Zed
    Cryout Creations mastermind

    Nirvana 1.4.0 had a compatibility issue with PHP 5.3 or older. We’ve fixed this problem in the 1.4.1 update.
    I assume you’ve restored your site to a previous backup to return the dashboard to working order?

    If the update you are prompted to install is 1.4.0, then this should be safe.


    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

    I see you are using a child theme. Depending on what functionality you’re customizing with it, you may need to update some function calls to use the new function names, as announced in the 1.4 changelog.


    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.
    in reply to: Remove Hover Color-Change from Input Fields #45931
    Zed
    Cryout Creations mastermind

    You can customize the form hover colors with:

    body input[type="text"]:hover, body input[type="password"]:hover, body input[type="email"]:hover, body textarea:hover, body input[type="color"]:hover, body input[type="date"]:hover, body input[type="datetime"]:hover, body input[type="datetime-local"]:hover, body input[type="month"]:hover, body input[type="number"]:hover, body input[type="range"]:hover, body input[type="search"]:hover, body input[type="tel"]:hover, body input[type="time"]:hover, body input[type="url"]:hover, body input[type="week"]:hover {
        background: #fff;
        color: #222;
    }

    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.
    in reply to: Thumbnail isn't showing correct #45929
    Zed
    Cryout Creations mastermind

    Tempera 1.5.0 included a visual revamp which changed the spacings/paddings too. Your two sites use different theme version (1.4.8 / 1.5.x) so the space between the slider and posts is different.

    If you wish so, you can reduce this spacing with:

    body .slider-wrapper {
       margin-bottom: 0px;
    }

    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.
    in reply to: Posts not showing since update #45923
    Zed
    Cryout Creations mastermind

    You are using a child theme. You will need to update some function calls to use the new function names, as announced in the 1.6.0 changelog.


    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.
    in reply to: Read more button is now displayed in the slider #45922
    Zed
    Cryout Creations mastermind

    We’ll correct this as soon as possible, thanks for pointing it out.


    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.
    in reply to: Custom logo partially blocked on mobile since 1.5.2 #45920
    Zed
    Cryout Creations mastermind

    Thank you for pointing it out, it is fixed in 1.6.

    • This reply was modified 7 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.
    in reply to: Version 1.6.0 – Where are my posts #45919
    Zed
    Cryout Creations mastermind

    I see you are using a child theme. Depending on what functionality you’re customizing with it, you may need to update some function calls to use the new function names, as announced in the 1.6.0 changelog.


    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.
    in reply to: Main menu delay, animation under the mouse cursor #45918
    Zed
    Cryout Creations mastermind

    The menu animation is not configurable through the theme options. The only way to change its behaviour is to modify the theme’s frontend.js code (which is not easily doable via a child theme).


    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.
    in reply to: Columns not linking #45917
    Zed
    Cryout Creations mastermind

    When the columns use the hover animation, the captions partially overlap the column link. The column title also links to the post, but your site seems to not display the titles.


    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.
    in reply to: Problem with Featured Image Setting #45915
    Zed
    Cryout Creations mastermind

    The 1.6.0 update solves some checkboxes being un-checkable, so disabling Crop images to exact size will work now.

    We’re hoping disabling this option (that is enabled by default since 1.5.0 and couldn’t be disabled) and regenerating the problematic thumbnails will also resolve some of the size mismatches some of you reported since 1.5.0 so please let us know how this goes.


    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.
    in reply to: Frontpage/Home page layout #45913
    Zed
    Cryout Creations mastermind

    Please see
    https://www.cryoutcreations.eu/faq/c0-pages-posts-presentation-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.
    in reply to: More Social Icons on Header Please #45911
    Zed
    Cryout Creations mastermind

    If you need more than 5 social icons displayed simultaneously you could look for a plugin that provides such functionality.

    We’ve included TripAdvisor in some of our other themes, however we could not find an image that fits with Mantra’s icons scheme yet.


    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.
    in reply to: How to change background color on one page only #45908
    Zed
    Cryout Creations mastermind

    The form seems to be loaded remotely from the plugin’s server so I doubt you can style it much.
    I cannot see the actual form, though:

    Sorry, but the form owner disabled submissions from your country. Please use an alternative way of getting in contact.


    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.
    in reply to: Keeps stopping admin panel #45725
    Zed
    Cryout Creations mastermind

    You may have been affected by this issue (present in the 1.4.0 release and manifesting itself on servers still running PHP 5.3 or older).

    If this is the case and you are comfortable with FTP, download the 1.4.1 update and replace your wp-content/themes/nirvana/admin/sanitize.php file with the one from the zip.
    Afterwards you should be able to access your dashboard and install the complete theme update.


    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.
    in reply to: Parser error after theme update #45724
    Zed
    Cryout Creations mastermind

    We’re sorry the issue affected your sites. We’ve published the update correcting it today.

    The problem only manifests on PHP 5.3 and older, which do not support the array( [$key] => 'value' ) format.


    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.
    in reply to: Wiget above the content not shown #45653
    Zed
    Cryout Creations mastermind

    Thanks for pointing this out – it’s an issue in the 1.4.0 update caused by some typos. We’ll fix it as soon as possible.


    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.
    in reply to: Personalize icon block #45651
    Zed
    Cryout Creations mastermind

    The icon blocks can only display content from (static) pages. To display other content (posts, custom post types) you’d need to customize the function displaying them (located in includes/landing-page.php).

    The functions there are all pluggable.


    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.
    in reply to: Septera – Move menu to beneath header image #45650
    Zed
    Cryout Creations mastermind

    Nirvana can display a full-width (up to the width of the image you’re using) if you skip the cropping step when assigning the image to the header. The image should have the correct height (as configured in the theme) or it will be displayed resized (width included).


    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.
    in reply to: Adsense #45649
    Zed
    Cryout Creations mastermind

    Perhaps you have an ad-blocker on your computer?


    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.
    in reply to: Make header and footer menu font colour different #45648
    Zed
    Cryout Creations mastermind
    #footer .footermenu ul li a {
        color: red;
    }
    #footer .footermenu ul li a:hover {
        color: blue;
    }

    The main (header) menu is more difficult to customize since it uses different colour schemes for the main items and submenus.


    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.
    in reply to: Landing Page – Featured Icon Blocks #45647
    Zed
    Cryout Creations mastermind

    The featured icon blocks (as well as all other locations on the landing page) can only link to their source content (posts or pages).


    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.
    in reply to: Main menu and Dropdown menu – Fluida #45646
    Zed
    Cryout Creations mastermind

    The height of the menu is the same as the header height and is controlled from the theme’s options.

    The submenus’ height can be customized with CSS:

    #access ul ul li a span {
        line-height: 2.1em;
    }

    You can increase or reduce the value depending on your needs.


    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.
    in reply to: How to remove this text can be removed #45643
    Zed
    Cryout Creations mastermind

    @orobanca, please read my previous answer. That is where the custom footer text control is now located.


    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 posts - 3,271 through 3,300 (of 6,635 total)