Zed

Forum Replies Created

Viewing 30 posts - 2,521 through 2,550 (of 6,644 total)
  • Author
    Posts
  • in reply to: Remove Header Image in Posts + Pages #58402
    Zed
    Cryout Creations mastermind

    You might be able to use a plugin to configure which sections of the site the header image is visible on.
    Or use CSS to hide it:

    body:not(.home) #header-image-main-inside > * {
        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: menu not clickable #58401
    Zed
    Cryout Creations mastermind

    The submenus open automatically regardless of the URL entered for the parent items. If you’re having trouble with submenus not opening you might have JavaScript issues 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.
    in reply to: How to change Header Images #58399
    Zed
    Cryout Creations mastermind

    The image displayed in the theme by default on the landing page is not the configured header image but a static slider placeholder, which is configurable from the theme’s options under Landing Page > Slider.

    Due to technical limitations, the sample image is not visible in the customizer panel. To replace it simply assign a different image. To remove the sample image, assign any other image in its place and then remove 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: Featured Icon Blocks – add icons #58398
    Zed
    Cryout Creations mastermind

    Adding additional icons or replacing existing ones is not easily possible. You could use CSS and perhaps a custom embedded font to add your own custom icons.


    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: Bullet Points Aren't Indenting #58397
    Zed
    Cryout Creations mastermind

    The theme’s text areas are not content (post, pages) per-se, so content styling does not apply.

    Use the custom CSS I previously suggested as it will correct the list bullets in the text areas.


    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

    The site title HTML element used by the theme is different between the homepage and the other site sections (for SEO purposes). This makes it fall back to one font on the homepage and a different font on the other sections if its primary font selection is invalid.

    Enter the correct font identifier for the site title in the theme’s options and it will work consistently throughout 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.
    Zed
    Cryout Creations mastermind

    We’ve discovered in the meantime that the condition is erroneous and causes errors on PHP 7+. We’ll get it fixed in the next theme update.
    Thanks for pointing it 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: Bad background after upgrading to version 1.1.4 #58394
    Zed
    Cryout Creations mastermind

    Version 1.1.4 added new background color options with default colors pre-set applying to elements which previously had transparent backgrounds.


    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: Images are not using all available height #58393
    Zed
    Cryout Creations mastermind

    @krisb, the current srcset implementation does not cover all usage scenarios (and is improperly handled by Chrome in some cases). We’ll be improving it in a future 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.
    Zed
    Cryout Creations mastermind

    @cicero, @cyberratz: we have not been able to reproduce this issue on a clean WordPress install. Could you give us a list with the plugins you are using?


    @njordhr
    : the ‘the_content’ filter is used for a reason – without it no page content shortcodes (or additional plugins added contnet) will be processed when the page is used on the landing page text area.


    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 more CTA buttons #58391
    Zed
    Cryout Creations mastermind

    The CTA fields should be translatable in the plugin’s Strings feature.


    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 show post in a category up? #58390
    Zed
    Cryout Creations mastermind

    I’m sorry, I don’t quite understand your request. Could you rephrase?


    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: Modify or delete "example page" #58389
    Zed
    Cryout Creations mastermind

    The theme uses your posts and pages for its landing page content (pages for the icon blocks and posts for the featured boxes). If you see a content element there, then it must also exist on your site and appear in the dashboard.

    Make sure you (or a plugin) are not filtering content while listing it in the dashboard.


    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: Zooming on Laptops #58388
    Zed
    Cryout Creations mastermind

    Zooming is controlled by your browser on a site-by-site basis. The site itself (or the theme in this case) has no way of controlling this. Check that your browser’s zoom option is set to 100%.


    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 Images issue #58387
    Zed
    Cryout Creations mastermind

    The Site Identity > Header Media option controls the header image displayed on all site sections (pages, posts, categories, so on), except single sections (posts and pages) which have a large enough featured image set while the theme’s featured image as header option is enabled.

    Any plugin that will try to override the header image functionality will probably fail when the theme option is enabled and those content elements do have featured images set. Otherwise, plugins that correctly filter WordPress’ built-in header image functionality should 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: fluida-main-inline-css overriding my child-theme css #58385
    Zed
    Cryout Creations mastermind

    The inline styling is generated based on the current configuration of the theme’s options and is needed for the proper functioning of the theme.

    If you need to override it in your child theme, make your styling rules more specific.


    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 selected menu item color #58384
    Zed
    Cryout Creations mastermind

    You can use this CSS to style the current menu item:

    #access ul li.current-menu-item > a span {
        font-weight: bold; /* replace with desired styling */
    }

    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 showing options for multi-languages #58383
    Zed
    Cryout Creations mastermind

    You might need to manually activate multilanguage support for custom post types:

    https://polylang.pro/doc/multilingual-custom-post-types-and-taxonomies/


    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: No slide transition animation #58382
    Zed
    Cryout Creations mastermind

    Which browser/device are you using?

    Can you post a link to a site/page exhibiting 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: Issue with latest Update (1.0.5) #58381
    Zed
    Cryout Creations mastermind

    The slider images overlapping content issues should be fixed in today’s 1.1.0 plugin 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.
    Zed
    Cryout Creations mastermind

    The position of the socials is not configurable in the sidebars (or anywhere else for that matter). The only way to move them is to write and use 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: Animations for slides on presentation page not working #58379
    Zed
    Cryout Creations mastermind

    We’d need to see your site 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: Inserting image above posts on blog page #58378
    Zed
    Cryout Creations mastermind

    WordPress replaces the static page you’re setting as “Blog” with the posts list entirely. Nothing from its properties (title, content) is 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: Slider no longer working #58377
    Zed
    Cryout Creations mastermind

    @darynkyle, I’m sorry but we don’t provide any kind of support when our link is removed without our approval or not part of our support service.

    If you’re a priority support customer, you can use the dedicated form for fast replies.


    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 color of search bar #58376
    Zed
    Cryout Creations mastermind

    The main menu search box gets its colors from the menu appearance (with slight variations). To customize it separately you’ll have to use custom CSS:

    body li.menu-main-search .searchform input[type="search"] {
        background: blue;
        color: white;
    }

    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: Image Styling Problem In bbPress #58374
    Zed
    Cryout Creations mastermind

    Wile we look into why the center alignment is causing that, try to align the image differently (not centered).


    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 know which PHP file is the static page ? #58372
    Zed
    Cryout Creations mastermind

    Use the page-$slug.php or page-$id.php filenames to target a specific static page (by slug or numeric ID).


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

    List bullets can be turned off from the theme’s 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.
    Zed
    Cryout Creations mastermind

    The slider caption are displayed on the bottom part of the slides, although there is now more space around 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.
    in reply to: Presentation Page Extra Text disappears #58369
    Zed
    Cryout Creations mastermind

    Thanks for pointing this out.
    There’s indeed an issue with the display of those extra text fields data in the settings, resulting in them being empty (although the data is still saved at this point). However, if the theme settings are saved while these fields appear empty, the data will be lost.

    We’ll correct this error 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.
Viewing 30 posts - 2,521 through 2,550 (of 6,644 total)