Zed

Forum Replies Created

Viewing 30 posts - 1,441 through 1,470 (of 6,644 total)
  • Author
    Posts
  • in reply to: Bug in network/settings.php with Cryout Shortcodes #84104
    Zed
    Cryout Creations mastermind

    Please try this modified version of the plugin and let us know if it works as expected.


    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: Content Before Widget #84095
    Zed
    Cryout Creations mastermind

    Content builder plugins normally only handle the ‘content’ section of things (generally the middle part of the site/theme).

    The theme’s widget areas (including the before and after content ones) are outside of this ‘content’ section.


    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: continue reading not translated #84094
    Zed
    Cryout Creations mastermind

    The ‘continue reading’ button text is configurable in the theme options.

    Depending on the multi-language plugin you are using you need to either use specific markup in that field to define the label for both languages, or enter the necessary label in the plugin’s settings page which handles theme strings.


    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: Full Width for Pages #84093
    Zed
    Cryout Creations mastermind

    That is not currently possible but we’ll look into creating a page template for this purpose.


    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: Padding under list items #84091
    Zed
    Cryout Creations mastermind

    Lists (as markup) are used in many places in the general structure of the theme and in content sections outputted by WordPress.

    Which specific lists are you trying to adjusting padding on? Just ones inside 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: Change social media menu icons size #84090
    Zed
    Cryout Creations mastermind

    The social icons inherit their base font size from the general site font. You can further tweak the size with CSS:

    .socials {
        font-size: 1.5em;
    }

    Adjust the value as needed.


    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 grey line above the footer #84089
    Zed
    Cryout Creations mastermind

    The problem is I don’t see a grey line before the footer as in your screenshot.

    I see one right at the limit of the white and red areas in your footer and that’s the one I provided the CSS for.

    The social icons inherit their base font size from the general site font. You can further tweak the size with CSS:

    .socials {
        font-size: 1.5em;
    }

    Adjust the value as needed.


    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: Number of Posts on Home Page #84088
    Zed
    Cryout Creations mastermind

    For anyone else having the same question, the number of posts on the homepage (and any other posts list like archive pages) is controlled by WordPress’s posts per page option under General > Reading.


    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 mobile menubutton #84087
    Zed
    Cryout Creations mastermind

    Try this CSS:
    body .cryout #nav-toggle { 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: Disable display of tags on Posts on Home Page #84086
    Zed
    Cryout Creations mastermind

    You can do that with a bit of CSS:
    .home .tags { 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: character length excerpt #84085
    Zed
    Cryout Creations mastermind

    WordPress’ excerpt functionality is word-based.
    To apply a different length you’ll need to write your own code and apply it to the get_the_excerpt filter.


    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 your site is using caching, which may or may not break the styling if done incorrectly.

    If you’re still experiencing issues, try to temporarily disable caching to check if it’s related.


    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: Sliders disappeared & responsiveness not working #84081
    Zed
    Cryout Creations mastermind

    The site appears to work correctly now, at least for me.

    If you’re still having issues you should use the plugin’s functionality to clear the cache (especially after updates this is recommended to ensure the site is not service stale cache).


    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: Header menu #84080
    Zed
    Cryout Creations mastermind

    The theme is not designed to display the site title and tagline in one line.

    That may be possible with custom CSS, but additional CSS would also be needed to recreate the responsiveness for the changed positioning.


    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

    We’ll look into this.


    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: Top Menu Color Changes & Title #84074
    Zed
    Cryout Creations mastermind

    The text displayed on top of the static slider image is configurable through the theme’s (static) slider caption options. Upon theme installation this text copies the value set on your site title and tagline, but is then administered separately.

    Which color options are you adjusting?

    The menu has different positioning options. On your site it is currently set to be displayed over the header image – perhaps you want to set it to ‘normal’ (to have it above the header image).


    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 mean that WordPress is capable of reading the code from specific files depending on what is browsed to render the content with. If WooCommerce extends this functionality it should also be able to read a specific file bearing a particular name (when it exists) to target a specific WooCommerce section.

    I see some information about the procedure and filename here:
    https://wordpress.stackexchange.com/questions/190335/woocommerce-change-template-for-single-product-page

    You’d need to merge code from both WooCommerce’s template and the theme’s files to ensure the correct markup as needed by the theme is present.

    Otherwise, the theme will use instruct WordPress to render all WooCommerce site sections using the general layout (except individual static pages which can have their own custom layouts).


    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: not working at IE #83561
    Zed
    Cryout Creations mastermind

    You may have JavaScript issues on the site. Try to disable caching to check if that has anything to do with the issue.

    Additionally, you can turn off the preloader from the theme’s miscellaneous options.


    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: Getting rid of the author box #83560
    Zed
    Cryout Creations mastermind

    The author box is displayed when the author has anything entered in the biography field. Leaving that empty hides the box. Additionally, the box can be hidden with CSS:

    .single #author-info {
        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: Can you have 2 letters in title accented? #83559
    Zed
    Cryout Creations mastermind

    Try the following CSS:

    #site-title span a span:nth-child(1),
    #site-title span a span:nth-child(2), {
        background-color: #0085b2;
        color: #fff;
        width: 1.4em;
        margin-right: .1em;
        text-align: center;
        line-height: 1.4;
        font-weight: 300;
    }
    
    #site-title span a:hover span:nth-child(1),
    #site-title span a:hover span:nth-child(2) {
        background-color: #f45430;
    }

    If you change theme options which affect the title size or colors this styling will need adjusting as well (since it is based on the current options).


    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

    Try this CSS:

    .widget-container ul li.lang-item {
        display: inline-block;
    }

    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 Drop Down Menu Colours #83556
    Zed
    Cryout Creations mastermind

    Try this custom styling:

    select option {
        background-color: #424040;
    }

    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: Esotera Forum soon? #83500
    Zed
    Cryout Creations mastermind

    There is a forum now 🙂

    The title animation is not (currently) configurable nor can it (easily) be disabled.

    The portfolio sections use Jetpack‘s Portfolio custom post type functionality.

    • This reply was modified 6 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: Translating the slider with Polylang #83489
    Zed
    Cryout Creations mastermind

    You can test that to see if the multi-language functionality works correctly with the 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: Featured Pics not showing on homepage #83488
    Zed
    Cryout Creations mastermind

    The indicated site is not using Anima.


    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 quit working #83487
    Zed
    Cryout Creations mastermind

    Your site seems to work fine now (including the landing page) so I assume this was a caching issue (redirects are usually cache-related).


    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

    If WooCommerce extends the base template hierarchy, you should be able to create a dedicated template file for a single product with which to control the layout.


    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: H1 tag on Parabola "Presentation" Page #83479
    Zed
    Cryout Creations mastermind

    On the homepage the theme uses the H1 tag on the site title (since that’s the most important bit of text on the homepage). Since you are not using the site title, the tag is missing.

    I suggest trying to re-enable the site title on the site; you can then hide it on other site sections with CSS:

    body div#site-title {
       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: Can you have 2 letters in title accented? #83478
    Zed
    Cryout Creations mastermind

    The styling responsible for the accent is only designed for one letter, but it should be extendible to two (or even more).
    The customization depends on the current site configuration so a link would be necessary.


    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: Included Open Sans font is missing spanish glyphs #83474
    Zed
    Cryout Creations mastermind

    Most of the bundled fonts include the latin-base characters set. If you need characters that are part of the extended sets I suggest using the integrated Google fonts functionality or loading and embedding your own fonts on the site.


    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 - 1,441 through 1,470 (of 6,644 total)