Zed

Forum Replies Created

Viewing 30 posts - 391 through 420 (of 6,640 total)
  • Author
    Posts
  • in reply to: content color overlay #120270
    Zed
    Cryout Creations mastermind

    Hi,

    The theme has multiple text and color background options. I’m not sure which specific elements you’re referring to to figure out which options apply to them. Would it be possible to include a screenshot or a link to 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.
    in reply to: Not responsive on mobile devices again #120267
    Zed
    Cryout Creations mastermind

    Hi again,

    I’m not seeing anything out of the ordinary on the site at this time. Did this have the same cause as the wrapping issue described in the previous topic?

    As a side note, text always wraps around left/right aligned images. The quality of the wrapping depends on the combination of screen width/image width. If you want the text to clear and appear under the images you’ll need to apply some custom CSS to disable the images floating (most likely on only the smaller screen sizes).


    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: Set a Featured Image for Presentation Page? #120266
    Zed
    Cryout Creations mastermind

    Hi,

    The presentation page is not a static page. In Nirvana, this feature is built as an extension of the regular posts list homepage and as such it is in fact the blog (home)page, which is similar to a category section.

    To control what external services see as main attributes (title, descriptions, tags, text, images) on the homepage, use a SEO plugin that provides this functionality (for example Yoast).


    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: Zones de texte page d’arrivée #120265
    Zed
    Cryout Creations mastermind

    Hi,

    The theme’s landing page text areas are each capable of displaying different content by selecting a different source (static) page for each one through the options.
    If you’re seeing the same content everywhere then you may have selected the same page for all.


    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: Theme Swaping #120264
    Zed
    Cryout Creations mastermind

    Hi,

    I’m sorry, but neither of those names are familiar to me so they’re definitely not ours. Perhaps you are mixing up themes/names.


    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: New Updates in the future? #120263
    Zed
    Cryout Creations mastermind

    Nirvana’s latest update has been in WordPress.org’s review queue for over 5 weeks now:
    https://themes.trac.wordpress.org/ticket/101303

    We’ll submit Tempera’s update once Nirvana gets approved (and depending on the review results and requirements).


    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 show Recent Post in my site? #120260
    Zed
    Cryout Creations mastermind

    Hi,

    The recent posts list is the default content displayed by WordPress on the homepage of any site, including with Fluida.


    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: text is no longer wrapping #120258
    Zed
    Cryout Creations mastermind

    Hi,

    I’m looking at the indicated site now and I am not noticing any issue. Did you resolve this in the meantime?


    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: Background color of image caption #120257
    Zed
    Cryout Creations mastermind

    Hi,

    Parabola’s caption colors are not directly configurable. The selectable caption options use predefined appearances. To tweak them you’ll need to rely on custom CSS:

    body #content .wp-caption {
        background-color: #123;
        color: #456;
    }

    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: Short Horizontal Line No Longer Available #120256
    Zed
    Cryout Creations mastermind

    Hi,

    If you’re referring to buttons no longer being available in the editor toolbar, those are not under the theme’s control.

    Color changes may happen if a recent update changed the core markup or classnames fundamentally. A link to a page exhibiting this would helps us figure things 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: different Languages in Landing Page Caption? #120255
    Zed
    Cryout Creations mastermind

    Hi,

    1. Please see https://www.cryoutcreations.eu/docs/themes/multilanguage/

    2. Our companion Serious Slider plugin only supports image slides. To create a video slider you’ll need to search for an alternative plugin that supports this and use it in the theme’s slider 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: Custom Social Icons #120254
    Zed
    Cryout Creations mastermind

    Hi @llyeden,

    Since the social icons are image-based in Tempera, their color is not configurable. However it can be force-adjusted using custom CSS, for example:

    #topbar .socials a img { 
        filter: invert(100%) invert(85%) sepia(36%) saturate(4886%) hue-rotate(172deg) brightness(92%) contrast(89%);
    }

    To obtain the necessary filter sequence use this site with your desired color code, but prepend an extra invert(100%) to the list since we’re starting from white, not black.


    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: Reduce banner height #120251
    Zed
    Cryout Creations mastermind

    Hi,

    The theme’s Fullscreen header image option applies to all site sections when enabled.
    To have it make distinction between site sections custom code is required.


    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: Alt text for Mantra presentation page #120250
    Zed
    Cryout Creations mastermind

    Hi,

    To do that you’d need to manually customize Mantra’s code. The function responsible for the presentation page content (including images) is mantra_frontpage_generator() found in includes/theme-frontpage.php, which is pluggable in its entirety 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: Side menu not showing full screen. #120249
    Zed
    Cryout Creations mastermind

    Hi,

    That’s the result of the menu bar having a background color when the menu is not displayed over the header image (when this background would get removed).
    You can force-remove the background with CSS:

    .burgermenu-active #site-header-main,
    .burgermenu-active .site-header-bottom-fixed,
    .burgermenu-active .site-header-bottom.header-fixed .site-header-bottom-fixed {
        background: transparent;
    }
    .burgermenu-active .hamburger span {
        background-color: #fff;
    }

    We’ll look into whether this should be the default theme behaviour.


    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 on mobil #120247
    Zed
    Cryout Creations mastermind

    Hi,

    Could you include 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: Styling of links #120246
    Zed
    Cryout Creations mastermind

    Hi,

    I am not seeing any difference in appearance between the two sections at this time.
    Did you resolve 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: Woocommerce bugs 2 #120245
    Zed
    Cryout Creations mastermind

    Hi again,

    Please include a link to a site where these issues are visible for me to take a look.


    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 Title Transition Speed #120242
    Zed
    Cryout Creations mastermind

    Hi,

    Which transition are you referring to? Is this about the animated letters or are you using a slider?


    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 I add author box? #120241
    Zed
    Cryout Creations mastermind

    Hi,

    WordPress’ built-in author box is automatically displayed when the author (user) has their biography filled in.


    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: Headings Get Cut Off on Mobile #120240
    Zed
    Cryout Creations mastermind

    Hi,

    The titles resize relative to the general font size and according to its own options. With some configuration combinations and especially with longer titles, this may not be enough.

    Try using the following custom CSS to further shrink the titles:

    @media (max-width: 800px) {
        .single .entry-title, .singular-title {
            font-size: 4.3vw;
        }
    }

    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

    Hi,

    In Parabola the layout option controls the layout for the entire site, including single posts.


    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

    Hi,

    When you set the landing page option to “Serious Slider” or “Banner”, did you also select a specific slider (you’ll need to create it first) or selected the banner image, respectively?

    To have a header image on the homepage, you’ll need to enable the header image globally on the entire site. If you turn this feature off for the homepage then that applies to the rest of the site as well. You can still set the landing page slider section to display a slider or the (separate) banner image on the homepage, though.

    If you do display a header image, individual pages and posts can use their own featured images in the header instead of the general image (if the corresponding option is enabled). The rest of the site section will use the general header image.

    The individual post/page meta options are only available in the theme’s Plus edition.


    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

    Hi,

    The theme uses WordPress’ home_url() function to get the URL used on the site title/logo feature. If you want to change this URL you’ll need to use custom code on WordPress’ available filters (or look for a plugin that does this for you).


    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 bugs #120234
    Zed
    Cryout Creations mastermind

    Hi,

    That’s most likely caused by some CSS overlap. We’ve had this before with some WooCommerce classnames clashing with the theme’s built-in shortcodes styling.
    Disabling the shortcodes functionality (if you’re not using it) might avoid the clash.

    If you can include a site URL where I can see the issue happening, I could provide a more specific solution.


    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 box and Polylang workaround #119861
    Zed
    Cryout Creations mastermind

    Hi,

    Thank you very much for your code suggestion.
    We have already included the change in Fluida’s 1.8.7 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: White space between header and menu – mobile #119495
    Zed
    Cryout Creations mastermind

    Hi @jfju,

    On your site the images are lazy loaded. This can make the slider JavaScript fail to work properly because it doesn’t have the image files ready when computing sizes and animation effects.
    You’ll need to exclude the slides images from the lazy loading 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: Featured Content Text does not appear #119494
    Zed
    Cryout Creations mastermind

    Hi,

    If you’ve moved the site by changing its URL, ensure that you have properly updated all records in the database to reflect the new address:
    https://wordpress.org/support/article/moving-wordpress/#changing-your-domain-name-and-urls


    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: Hiding comments count on blogroll #119493
    Zed
    Cryout Creations mastermind

    Hi,

    You can configure what details are displayed in post lists using the theme’s blog metas 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: Bravada – removing search bar & “Nothing Found” #119492
    Zed
    Cryout Creations mastermind

    Hi @AB2021,

    The ‘not found’ and search bar are there because your site has no content (posts) to display. Add content or set the homepage to display a static page instead to hide those.


    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 - 391 through 420 (of 6,640 total)