Zed

Forum Replies Created

Viewing 30 posts - 2,521 through 2,550 (of 6,635 total)
  • Author
    Posts
  • 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.
    in reply to: Changes in the 3.0 update #58068
    Zed
    Cryout Creations mastermind

    @ThomasW, I have edited the first post with more information, including rollback.


    @chindmarsh
    , We have not customized or applied any player styling or behaviour. Did you check if the player behaves differently on Mantra than one of the default Twenty themes (for example)?


    @MarkL
    , the new padding is part of the updated design. Mantra used to be very cramped and small, current design trends use a lot more spacing all around (we’ve been quite reserved with this however in the 3.0 updates, trying to keep most of Mantra’s personality).


    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: Sidebar, Header Image Bugs #58018
    Zed
    Cryout Creations mastermind

    Both of the issues should be corrected in today’s upcoming 3.0.3 update.

    The new versions have slightly more content padding and new default widths to work with it, but the configured widths are not changed automatically during the update.
    To accommodate the new padding and return the sidebar to a width similar to the previous version you should increase the site width in the settings. The new default content / sidebar widths are 800 / 340px (resulting in 1140px total width).


    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 with v3 update – customizations #58017
    Zed
    Cryout Creations mastermind

    File theme-frontpage.php isn’t used automatically when present in the child theme (nothing in the includes/ subfolder is, for that matter). For it to be used it needs to be manually loaded by the child theme code.

    The files which are automatically used if present in the child theme are the .php files in the root folder and all files in the content/ and templates/ subfolders.


    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: Sidebar tweaks for v3 #58016
    Zed
    Cryout Creations mastermind

    Both can be accomplished with a bit of custom styling:

    #primary, #secondary {
        text-align: left;
    }
    .widget-area .widget-container {
        margin-bottom: 20px;
    }

    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: Lost images on my presentation page #58015
    Zed
    Cryout Creations mastermind

    Which images are you referring to? Slider? Columns? Featured images for the post list below?
    Could you mention your site URL?


    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: Lost featured image w/ update #57985
    Zed
    Cryout Creations mastermind

    Thank you for pointing that out. We’ll correct the (now) unnecessary 50px addition.


    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 and polylang #57984
    Zed
    Cryout Creations mastermind

    If you’re using the ‘posts by id’ method for defining sliders, I believe the IDs list field is not listed for Polylang. I’ll look into this and add the field to the list for the next 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: Add Image to Text Area on Presentation Page #57961
    Zed
    Cryout Creations mastermind

    You can also use WordPress’ built-in classes to align images: alignleft, aligncenter, alignright.


    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 image in lang change? #57959
    Zed
    Cryout Creations mastermind

    The theme uses WordPress’ core functionality to retrieve the correct header image. If Polylang provides any way to use different header images depending on language then that should work with Tempera as well (even if this is doe with code via filters).

    Otherwise, coding in a header image selector depending on language is not an easy task in Tempera due to its complex header structure.


    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,635 total)