Zed

Forum Replies Created

Viewing 30 posts - 511 through 540 (of 6,644 total)
  • Author
    Posts
  • Zed
    Cryout Creations mastermind

    Hi,

    The file/code referenced in the first screenshot is not part of the theme. Are you using some context-menu related plugin (that is perhaps failing)?

    The second screenshot references superfluous tag parameters that are also not managed by the theme (scripts and styles enqueues and their markup is controlled by WordPress).

    Unfortunately, none of the screenshots have the <picture> tag open for me to check the presence or absence of the relevant image information. Are the src and failsafe <image> parameters present inside the picture tag? If they are, are the file URLs valid (do they display the expected image if you open them manually in the browser)?


    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 background colour in scroll-down menu #117506
    Zed
    Cryout Creations mastermind

    Hi,

    The background and/or text colors of the menu and menu items can be easily tweaked beyond the available configuration capabilities by applying some custom CSS.
    However, the necessary CSS is case dependent and I’d need to browse your site to see what’s less than optimum and needs tweaking.


    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: Letters in title / subtitle unexpected behaviour #117505
    Zed
    Cryout Creations mastermind

    After updating one of my test machines I was able to observe the issue with the (desktop) 14.1 Safari release.
    We can now properly look into this and hopefully figure out a solution as quickly 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: isInViewport is not defined #117474
    Zed
    Cryout Creations mastermind

    Hi,

    Thank you for reporting this, we’ll have the missing function included in the next theme update.
    Until the it should be possible to avoid the issue by disabling the theme’s autoscroll 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: Not working on iPad, works on PC #117461
    Zed
    Cryout Creations mastermind

    I’m sorry but that stray </p> and the surrounding content is not part of the 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: Woocommerce bug #117426
    Zed
    Cryout Creations mastermind

    Hi,

    Please change the theme’s comments label option to Labels to improve support for plugins that customize the comment form.


    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 Bug #117425
    Zed
    Cryout Creations mastermind

    Hi,

    The load more posts functionality works fine for me at this time, at least with my browser.

    Are you still experiencing this issue? What browser/device do you 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: Menu spacing and Top bar #117420
    Zed
    Cryout Creations mastermind

    Hi,

    Adding additional fixed content to the top of the window while having the theme’s fixed menu functionality also enabled will be problematic, as the two fixed elements are not aware of each-other so they don’t leave room for one another.

    There should be no problem adding such a bar/area while the theme’s menu is not fixed to the top, but otherwise you’ll need to tweak the CSS and resolve the overlapping manually.


    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 shadow #117418
    Zed
    Cryout Creations mastermind

    @sneakerbot: you can apply custom CSS using WordPress’ Additional CSS field.


    @ireneausin
    , if you’re referring to the coloured rectangles visible behind widget titles, those can be removed with the following CSS:

    body .widget-title {
        background-image: 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: Letters in title / subtitle unexpected behaviour #117416
    Zed
    Cryout Creations mastermind

    Hi,

    We’ve received one other report so far about animation glitches with Safari, however we’ve so far been unable to recreate them with our test browsers and devices. It may be something specific to a certain version or version range, so we’ll keep looking into it.

    As a note, on iPhone all applications (including browsers) are forced to use Safari’s rendering engine, so seeing the same glitch regardless of browser app used is something to be 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: Scroll down arrow #117413
    Zed
    Cryout Creations mastermind

    Sorry about the odd replies, spam still manages to creep through.

    Try adjusting the scroll indicator arrow to white:

    #header-image-main .meta-arrow i {
        color: white;
    }

    If that is insufficient, perhaps speeding up the animation would help:

    body .meta-arrow > i::before {
        -webkit-animation: meta-arrow 1.2s ease-out infinite;
        animation: meta-arrow 1.2s ease-out infinite;
    }

    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 image in homepage #117410
    Zed
    Cryout Creations mastermind

    Hi,

    The solution to your request depends on what image we are actually referring to and also how they are defined.
    If we’re discussing about the theme’s presentation page columns, these can also be created using widgets, in which case the images are configured in the widgets.


    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: Font not visible when searching in burger menu #117409
    Zed
    Cryout Creations mastermind

    Hi,

    We’ll have to look into this because we don’t actively use Safari.


    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 case you use some caching/minifying/optimization/CDN plugin, I suggest temporarily turning that off to check if it has anything to do with the reported issue.
    Do note that mobile browsers cache aggressively and you’ll have to refresh repeatedly (or use private/incognito modes) to actually make them clear 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: Multi-language homepage #117407
    Zed
    Cryout Creations mastermind

    Hi,

    Please see this information:
    https://wordpress.org/support/article/multilingual-wordpress/


    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 title in mobile #117406
    Zed
    Cryout Creations mastermind

    Hi,

    There are some things that can be tweaked around the site title/logo to make them fit better on various screen sizes, but the exact CSS needed for this is dependent on your current site’s configuration.


    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 image links to page #117403
    Zed
    Cryout Creations mastermind

    Hi,

    The caption element covers the entire image while obscuring its (container) link. The following CSS changes this:

    #content .wp-caption .wp-caption-text {
        pointer-events: 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: Add number of comments in post page #117402
    Zed
    Cryout Creations mastermind

    Hi,

    As that functionality isn’t already in the theme it will require some custom code to create 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: Add comment line to top of post? #117401
    Zed
    Cryout Creations mastermind

    Hi,

    Since that functionality does not exist in the theme, it would need to be added in using some custom 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: Animated H1 #117398
    Zed
    Cryout Creations mastermind

    Hi,

    The animation effect is configurable through the options: https://www.cryoutcreations.eu/docs/themes/options/header/content/?theme=bravada#header-title-animation


    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: Post date #117397
    Zed
    Cryout Creations mastermind

    Hi,

    If you’re referring to hiding the post publish date on single post sections, that can only be done with CSS:

    .single-post .entry-meta .date {
        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: Change the Bravada hamburger menu to text? #117396
    Zed
    Cryout Creations mastermind

    Hi,

    You can try the following CSS:

    body .hamburger { 
        width: 50px; 
    }
    body .hamburger::after {
        content: "A to Z";
        font-weight: bold;
    }
    body .hamburger span {
        display: none;
    }

    but I’m not sure how you expect this tweak to 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: Autoscrolling on Accordion #117395
    Zed
    Cryout Creations mastermind

    Hi,

    Due to core jQuery changes brought by WordPress 5.7, the theme’s autoscroll functionality is currently broken and will require an update to correct.
    Until then you should disable this functionality to avoid JS issues such as anchor links behaving incorrectly.


    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: Margins and Padding on Different Types of Pages #117384
    Zed
    Cryout Creations mastermind

    Hi,

    Applying that padding to the #content container instead of .entry-content should avoid having elements that remain uncovered.


    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 posts layout for one category? #117383
    Zed
    Cryout Creations mastermind

    Hi,

    The theme controls the posts layout through its configuration options – you’d need to override the configured value for specific sections by filtering the theme’s options. Something along the lines of:

    function child_custom_posts_layouts( $options = array(), $option_name = '' ){
        /* possible posts layout values are: 1, 2 or 3 */
        if ( is_category( 123 ) ) $options['fluida_magazinelayout'] = 3;
        return $options;
    }
    add_filter( 'option_fluida_settings', 'child_custom_posts_layouts', 11, 2 );

    Note that this code is not tested.


    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 settings mantra #117381
    Zed
    Cryout Creations mastermind

    3. That would be tricky to do with just CSS.

    4. Customizing the menu items is described in the theme documentation:
    https://www.cryoutcreations.eu/docs/themes-legacy/faqs/mantra/#where-are-the-menu-fontcolour-options
    To tweak just one menu item you’ll need to include its unique classname in the CSS.


    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 Title Font #117380
    Zed
    Cryout Creations mastermind

    Hi,

    In Bravada, the header titles are covered by the Single Post Titles typography options. Are these the ones you’re using?


    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 sub-items go beyond visible screen #117379
    Zed
    Cryout Creations mastermind

    Hi Julia,

    To ensure the menus don’t overflow the screen you’ll need to either re-organize them or force the problematic ones to open their submenus to the opposite side:

    #access ul li.menu-item-3639 .sub-menu {
        left: auto;
        right: calc(100% + 10px);
    }

    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 white space below header image #117366
    Zed
    Cryout Creations mastermind

    For that change the CSS identifier to:
    body:not(.home) #content { ...

    There will still be some space left under the banner/slider for which you’ll need to add an additional bit of styling:

    .lp-slider {
        line-height: 0;
    }

    We’ll sort this part out in the next 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.
    in reply to: Child theme #117365
    Zed
    Cryout Creations mastermind

    Hi,

    We don’t have blank child themes for our free themes (Plus theme purchases do come with example blank child themes).
    However, you don’t need a child theme for just that line of code – you can include it in a minimal 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.
Viewing 30 posts - 511 through 540 (of 6,644 total)