Zed

Forum Replies Created

Viewing 30 posts - 4,981 through 5,010 (of 6,631 total)
  • Author
    Posts
  • in reply to: Want/ NO text on sliders? #34132
    Zed
    Cryout Creations mastermind

    Leave the slide titles and texts empty to hide the captions.


    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

    That’s controlled by the top margin option 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.
    in reply to: Translate the "More posts" button on presentation page #34130
    Zed
    Cryout Creations mastermind

    The homepage “More Posts” text should be part of the translations.

    Double-check that the French translation is complete (its status shows it was last updated a while back, possibly before we implemented that button in the theme) and add that string if it is missing.


    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: slide show and tempera setting menu not working #34129
    Zed
    Cryout Creations mastermind

    Chris, you need to rule out plugin interference (by temporarily disabling all your plugins and re-checking the settings 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: Bug woocommerce product rating star #34128
    Zed
    Cryout Creations mastermind

    I 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.
    in reply to: updated parabola and now cant get parabola to work #34127
    Zed
    Cryout Creations mastermind

    Hi Tracy,

    Start by double-checking that all your plugins are in actually disabled (one can never over-check things). If that is true, do a simple check by enabling the browser’s development tools (activated by pressing F12 in most browsers), refreshing the page where the theme’s settings page is malfunctioning and looking the the Console tab of the tools for any kind of JavaScript errors.

    The static homepage has nothing to do with the functionality of the theme’s settings 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: Extra Social Icons #34126
    Zed
    Cryout Creations mastermind

    At least some PHP knowledge (and familiarity with WordPress, child themes and HTML) is required for this customization.

    The example child theme is provided (linked to) from that FAQ, with all the necessary files (and code). You need to use that and customize it according to 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: Featured image not shown on post page?? #34097
    Zed
    Cryout Creations mastermind

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

    Using the Cryout Column widgets outside the special widget area is possible, however is not 100% supported.

    They may not look identical to the frontpage ones since those have their sizes computed differently than they would in sidebars.


    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: Continuous columns in magazine layout #34091
    Zed
    Cryout Creations mastermind

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

    Add that in the theme’s Custom CSS field or your favourite custom CSS plugin.


    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: Force excerpt instead of full post on category archives #34089
    Zed
    Cryout Creations mastermind

    The theme has several options controlling excerpts.
    Check that the Archive and Category Pages option under Post Information Settings is set to 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.
    in reply to: Is it possible to have footer widgets horizontally aligned #34088
    Zed
    Cryout Creations mastermind

    The 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.
    in reply to: Slider not working #34087
    Zed
    Cryout Creations mastermind

    I see the slider working fine now 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.
    in reply to: I am getting this � in the excerpts #34086
    Zed
    Cryout Creations mastermind

    What option are you using for Post Excerpt Length in theme settings? Words or Characters?


    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: Invalid Displayed Gallery – NextGEN Gallery #34085
    Zed
    Cryout Creations mastermind

    Is 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.
    in reply to: Woocommerce Product-category settings #34084
    Zed
    Cryout Creations mastermind

    Try this custom styling:

    body.woocommerce #forbottom {
        padding-left: 20px;
        padding-right: 20px;
    }

    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: Accidentally deleted some php comments code #34083
    Zed
    Cryout Creations mastermind

    You have two php opening tags on lines 50 and 51:

    <?php
    <?php

    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: Heading tags are no longer being closed #34082
    Zed
    Cryout Creations mastermind

    I believe we’ve figured this out as being caused by the caching plugin’s CSS minification option.


    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: Sharing buttons on posts #34081
    Zed
    Cryout Creations mastermind

    Such functionality is provided by plugins. You need to install one or more plugins, depending on the sharing buttons you want to use.


    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: space in the begining of a text line #34080
    Zed
    Cryout Creations mastermind

    It appears you have empty paragraphs (newlines) at the start of your posts which turn into spaces in the excerpts.

    Try to correct this in the post content (by removing the empty lines at the beginning) – switch editor to Text view mode to see the empty paragraphs.


    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 add new section of columns and new column title #34042
    Zed
    Cryout Creations mastermind

    Adding another section of columns is not possible without extensive changes to the theme code and files (there is only one administration in the backend).


    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
    body .nivo-caption .inline-slide-text {
        background-color: rgba(255, 255, 255, 0.6);
        box-shadow: 10px 0 0 rgba(255, 255, 255, 0.6), -10px 0 0 rgba(255, 255, 255, 0.6);

    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: Changing Header text in Nirvana theme #34040
    Zed
    Cryout Creations mastermind

    Which text would that be? Custom text added with a header widget?


    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 the imagesize on blogpage #34039
    Zed
    Cryout Creations mastermind

    Are you referring to the featured images? Are you sure you want them 960px wide? They would take up the full width content (if you also have a sidebar).

    Featured image size is configured in theme settings, under (!) Featured Image Settings.
    However, changing options there will have no effect for files already uploaded in your library, just for future uploads.
    For existing files you’ll need to use a thumbnail regeneration plugin to re-create the crops/resizes at the new size.


    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-style.php for a child theme for Nirvana #34038
    Zed
    Cryout Creations mastermind

    This 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.
    in reply to: Nirvana – Add Column to the Blog page #34037
    Zed
    Cryout Creations mastermind

    The blog page will use the same general layout that is configured in settings. If that layout includes a sidebar, then the sidebar will be visible.


    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 edit the presentation page in another language? #34036
    Zed
    Cryout Creations mastermind

    Valentina please see my previous answer.

    We cannot say if any other plugin besides the 3 we’ve tested will work.


    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 Padding #34035
    Zed
    Cryout Creations mastermind
    body #access > .menu > ul > li > a > span {
        padding-left: 5px;
        padding-right: 5px; }
    body #access > .menu > ul > li > a:not(:only-child) span { padding-right: 18px; }
    body #access > .menu > ul li > a:not(:only-child) span::after { right: 3px; }

    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: Sticky Posts and Tags #34034
    Zed
    Cryout Creations mastermind

    1) Tags can be hidden via theme options (under Post Information)
    2) Sticky posts normally show up first in the posts list. Check that you don’t have more than one posts with the same 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.
Viewing 30 posts - 4,981 through 5,010 (of 6,631 total)