Zed

Forum Replies Created

Viewing 30 posts - 1,831 through 1,860 (of 6,644 total)
  • Author
    Posts
  • in reply to: Reverting back to a previous version #69456
    Zed
    Cryout Creations mastermind

    You can jump to any theme (or plugin) version using the WP Rollback 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: Transparent background for menu #69455
    Zed
    Cryout Creations mastermind

    To use rgba() color values you’ll need to write and use custom styling.

    The theme uses WordPress’ core color selector which only supports RGB colors, without opacity. The color fields also get sanitized on save/display so you’ll end up with invalid #rgba(…) values.


    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 extra space above page and post titles #69453
    Zed
    Cryout Creations mastermind

    @joynanda: you’re hiding page titles. Use this CSS to reduce spacing between the (now invisible) page titles and content:

    .page .entry-content, .page .entry-content :first-child {
        padding-top: 0;
        margin-top: 0;
    }


    @millybreak
    : are you referring to sidebar lists?


    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: Mantra update grayed out social media icons #69452
    Zed
    Cryout Creations mastermind

    We have expanded the social icons list in the version 3 release and these icon images look differently (lighter, smaller and uniform).

    If you are not satisfied with the new look, you can choose to revert to an older theme release using the WP Rollback plugin or customize the social icon images used.


    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: Changes in the 1.5 update #69317
    Zed
    Cryout Creations mastermind

    Which image size is used in that widget? Try changing to a larger 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: Issues after 1.5.0 update #69316
    Zed
    Cryout Creations mastermind

    Thank you for pointing these out. We’ll release a small update to correct them in the next few days.


    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

    Thanks for pointing this out, we’ll correct 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: Changes in the 1.5 update #69224
    Zed
    Cryout Creations mastermind

    You can remove those both as they duplicate (and overlap) styling already present in the theme (generated based on the configured 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: Changes in the 1.5 update #69220
    Zed
    Cryout Creations mastermind

    @dihooper, you’re setting the general font size to 12px in the child theme:

    body, input, select, textarea {
    	font-size: 12px;
    	line-height: 1.5;
    }

    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: Changes in the 1.5 update #69201
    Zed
    Cryout Creations mastermind

    @dihooper, you have the entire parent theme styling in the child theme’s style.css file. Since the order the styles are loaded in is parent, options-generated, child (it has always been this way), this results in the old (now outdated) styling overwriting the correct one. You need to clean up your child theme style.css file to contain only the customized CSS.

    The 1.5 release does include small changes to font sizes (some to the defaults, so they don’t apply to an already configured site, some to the actual values applied), spaces/paddings and general looks. Such changes are obviously visible after the update. You can use the theme’s typography options to slightly adjust the values.


    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: Changes in the 1.5 update #69166
    Zed
    Cryout Creations mastermind

    The enqueueing code is normally found in the child theme’s functions.php 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: Load more button in archives #68940
    Zed
    Cryout Creations mastermind

    The ‘more’ button is currently only available for the homepage. Making it work on other sections requires additional code.


    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 use a Google font – Hint: CSS isn't doing it #68939
    Zed
    Cryout Creations mastermind

    As I have mentioned in my email answer, the theme supports the suggested Google fonts from the bundled fonts list or all other Google fonts through the use of the custom font identifier field. The selected fonts will then be used on the appropriate elements.
    Using any other Google fonts (via custom styling or otherwise), will require that you embed those fonts to the site yourself (manually or through a 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 Images (Of All Sizes) Not Displayed #68937
    Zed
    Cryout Creations mastermind

    Does this happen in post lists or on the single post section?

    Can you post a link to your 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.
    in reply to: How to remove (disable) search belt from main field? #68936
    Zed
    Cryout Creations mastermind

    That message indicates that you have no content in your homepage posts list.

    Create an empty static page and assign it as the site homepage to disable the not found / search form 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: Add image to header #68935
    Zed
    Cryout Creations mastermind

    I see you’re using Parabola, not Verbosa, so I’ve moved your topic to the correct forum.

    Parabola is capable of displaying a logo image instead of the site title – check its Header settings (in 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: Fonts not working on mobile & tablets #68933
    Zed
    Cryout Creations mastermind

    You didn’t answer my question. What values are the typography font options currently set to?
    A screenshot of your Typography options panel would answer this best.


    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

    Can you provide a link to your 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.
    in reply to: Menu and Header #68931
    Zed
    Cryout Creations mastermind

    I have answered on the submenus issue in your other forum topic.


    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: Submenus don't work #68930
    Zed
    Cryout Creations mastermind

    There are multiple JavaScript errors on your site. Temporarily disable all active plugins and check if the menu returns to functional order on all sections of the site, then re-enable the plugins one by one to see which one breaks the menus.


    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 UPDATE 1.4 to 1.7 #68929
    Zed
    Cryout Creations mastermind

    Several things have changed between 1.4 and 1.7. Does the rest of the site work normally and only the homepage goes 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: Testing for Gutenberg #68928
    Zed
    Cryout Creations mastermind

    While we will most likely not rewrite whole parts of the existing themes to turn them into Gutenberg-focused ones, we will make any necessary changes and improvements to correct any compatibility issues that could arise.

    So far we have done some preliminary tests with the development builds of the Gutenberg plugin and we have not encountered any major issues with our themes. The few small styling issues we’ve observed we’ll correct in upcoming themes updates.


    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: Transparent background for menu #68927
    Zed
    Cryout Creations mastermind

    Using rgba() color values for the backgrounds usually does the trick (if all other intermediary elements are also backgroundless).


    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 CSS no effect? #68923
    Zed
    Cryout Creations mastermind

    You can reduce the spacing with:

    body .slider-wrapper {
        padding-bottom: 0;
    }

    For the second question, I believe you’ve found some incorrect styling in Mantra. To correct it until the next update, add the following CSS:

    @media (min-width: 641px) {
    .home #content article.post {
        width: 49%;
        margin-right: 2%;
    }
    .home #content article.post:nth-child(2n) {
        margin-right: 0;
    } }

    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 can i add adsense code in the header? #68921
    Zed
    Cryout Creations mastermind

    Many SEO plugins also provide the option to add your analytics or search console tags to your 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.
    in reply to: how do I add keyword on the cover #68920
    Zed
    Cryout Creations mastermind

    Use a SEO 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: Mantra Different color on each tab #68919
    Zed
    Cryout Creations mastermind

    Each menu items has an unique ID, which you can use in your custom styling:

    #access #menu-item-X {
        background: blue;
    }

    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: blockquotes does not have font selection or even inheritance #68539
    Zed
    Cryout Creations mastermind

    Thank you for pointing this out, we’ll look into it.


    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: empty space between header and page content #68536
    Zed
    Cryout Creations mastermind

    1. There is no space by default between the header and content in Anima. I’d need to browse the site to figure out what creates it.

    2. Site width is controlled by the theme’s width options. On screens/devices smaller than the configured value the site width is 100% of 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: Dance header text color #68535
    Zed
    Cryout Creations mastermind

    Any element’s color can be tweaked with CSS:

    body #header-page-title .entry-title, 
    body #header-page-title .byline {
        color: #fff;
    }

    Note that we do not provide free support when our credit link is removed from our free 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.
Viewing 30 posts - 1,831 through 1,860 (of 6,644 total)