Zed

Forum Replies Created

Viewing 30 posts - 3,271 through 3,300 (of 6,644 total)
  • Author
    Posts
  • in reply to: Remove div#nav-below.navigation below my posts? #46427
    Zed
    Cryout Creations mastermind

    Parabola has an option to control pagination in category sections (including the homepage if it displays posts list), but this option does not apply to the prev/next post links displayed below single posts. To hide that you can use CSS:

    .single #nav-below {
        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.
    in reply to: Big gray block covering content #46426
    Zed
    Cryout Creations mastermind

    It looks like the theme and the socials plugin you are using overlap some element identifiers, which cause theme styling to apply to the plugin’s elements as well. I suggest you look for and alternative plugin for this functionality or disable it temporarily.
    We’ll try to adjust the theme’s styling in the next update to avoid overlapping.


    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: Change font of prices #46425
    Zed
    Cryout Creations mastermind

    You can use custom CSS for that:

    .woocommerce-Price-amount.amount {
        font-size: 1.2em;
    }

    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: Featured image issue #46377
    Zed
    Cryout Creations mastermind

    @Dmitriy, the new images sizes that you are customizing make no difference when the filter I previously mentioned is used to disabled the ‘srcset’ functionality.


    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: Mobile display #45948
    Zed
    Cryout Creations mastermind

    1. The main menu is not fixed below a certain screen size to not waste up screen space.

    2. A similar logic is used for the back-to-top button as well. On smaller devices it is moved into the footer of the site to avoid overlapping content and blocking screen space.


    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 – Background on Featured Boxes Top #45947
    Zed
    Cryout Creations mastermind

    I am not sure I understand your question. Could you tell us the URL of the site so we can take a look at what is in fact displayed in the icon blocks?


    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 i can change main menù image? #45946
    Zed
    Cryout Creations mastermind

    Reduce which image? And in what way?

    The static slider image will be displayed at the actual size of the file.


    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: Menu scroll to section #45945
    Zed
    Cryout Creations mastermind

    Our themes are not designed to be used in that way, but if you add anchors into the page content you can then link to them by crafting the correct custom menu links: http://wpfaq.org/site/anchors/


    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 #45944
    Zed
    Cryout Creations mastermind
    #sfooter a::before {
        color: green;
    }
    #sfooter a:hover::before {
        color: cyan;
    }

    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 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 8 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.
Viewing 30 posts - 3,271 through 3,300 (of 6,644 total)