Zed

Forum Replies Created

Viewing 30 posts - 2,401 through 2,430 (of 6,644 total)
  • Author
    Posts
  • in reply to: How do I get rid of the Elementor page title #59963
    Zed
    Cryout Creations mastermind

    One could ask the reverse as well: is Elementor compatible with Parabola?

    Two extensions need to be aware of each other to work together correctly if they modify each other’s functionality. Since the theme does not modify any of the plugin’s functionality, it is the plugin that needs to be compatible with the theme, or be configurable and be able to have its processes adjusted to work in most cases.

    There are thousands of themes and hundreds of content-related plugins (including page-builders) in the .org repository alone. It’s impossible for all of them to be aware of each other or compatible out-of-the-box.

    If the plugin asks for element identifiers to properly perform its functions, then those identifiers should be set. Even then, due to the multiple ways a theme can work and behave in, compatibility still cannot be guaranteed.


    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: entries URLs don't work #59962
    Zed
    Cryout Creations mastermind

    I see two posts on your English-content part of the site and they both appear to be working correctly now.

    Is this issue still current?


    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: Are there child themes we can download? #59961
    Zed
    Cryout Creations mastermind

    The site’s general layout applies to the entire site, except individual (static) pages which are set to use a different layout page template.

    Individual posts cannot be set to use a layout different from the general one.


    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: Social Media Icon Colour #59960
    Zed
    Cryout Creations mastermind

    The social icons are image-based and their colour is not configurable or easily changeable.


    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: Thick grey bar for images with caption above images #59959
    Zed
    Cryout Creations mastermind

    The captions pin and the captionless images border are configurable in the theme’s Graphics Settings. Beyond the available options, any further customizations need to be done with custom 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.
    Zed
    Cryout Creations mastermind

    Are there any errors in the error log?

    Does switching the theme’s excerpt option from Excerpt to Full post on category pages change anything?


    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: Sidebars showing below content #59957
    Zed
    Cryout Creations mastermind

    @rufus, I see you’re using a child theme. How is it enqueuing the parent theme’s styling and what files/code is it customizing?


    @mezhaheleena
    , someone had to have created the child theme (even through some automated plugin tool). Although not simple, it is possible to extract only the changes by using a diff tool to compare Mantra’s original styling from 2.6.1.1 and the child theme style (similar to the link I previously posted).


    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 Update Broken- No Idea #59793
    Zed
    Cryout Creations mastermind

    Check that you’re not setting the slider’s height to 0 in the 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: Featured Icon Blocks #59715
    Zed
    Cryout Creations mastermind

    We have only tested Kahuna’s landing page feature for multi-language compatibility with Polylang, WPML and qTranslate X.


    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 – Link to a blog post #59714
    Zed
    Cryout Creations mastermind

    The icon blocks and featured boxes can currently link to their source content page or post, respectively. They cannot currently link to a custom target.


    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: Customize text from post info – featured picture overlay #59713
    Zed
    Cryout Creations mastermind

    That can be done with CSS:

    .featured-image-overlay .entry-meta {
        background: rgba(255,0,0,0.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: Can I show a Blog Post featured image in the Post header? #59712
    Zed
    Cryout Creations mastermind

    The featured images need to be at least 75% of the configured site width to be used in the header.


    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: Stop the main menu from scrolling #59711
    Zed
    Cryout Creations mastermind

    The menu’s fixed positioning can be enabled or disabled from the theme’s Header options panel in the customizer.


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

    The theme does not include functionality to use custom icons for the icon blocks. This can currently only be done by customizing the icon font file or using custom styling and a separate icon font.


    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: Don't Understand How the Images Work #59709
    Zed
    Cryout Creations mastermind

    That option is in the theme’s Header panel.


    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: Opacity Serious Slider #59708
    Zed
    Cryout Creations mastermind

    You can use CSS opacity to control the opacity of any element, but you have to take into account how elements are stacked or what’s behind 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: icon-bread-home #59707
    Zed
    Cryout Creations mastermind

    If you want to customize how the breadcrumbs work you need to copy the cryout_breadcrumbs() function from cryout/prototypes.php to your child theme’s functions.php and customize it there.


    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 photos not the right size on mobile #59706
    Zed
    Cryout Creations mastermind

    Are you seeing this on iPhone/iPad?

    Safari has some issues handling background images that have a specific combination of styling. We’ll add a workaround for Safari browsers in a future 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: How do I display an uploaded header image? #59705
    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: Add opt-in pop up code #59704
    Zed
    Cryout Creations mastermind

    That is a shortcode, which can be added either inside post/page content, inside a widget (which processes shortcodes) or inside the theme’s text fields (which also process shortcodes).


    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 move the comment box #59703
    Zed
    Cryout Creations mastermind

    The comments block appears after the post content.

    If you’re using a ‘related posts’ plugin which adds itself at the end of the content, then that’s before the comments bit and there’s no way to reverse the two. You’d need to look for a different plugin which hooks in a different location (after the comments?) or use custom code to hook the plugin into the theme’s cryout_after_article_hook or cryout_after_content_hook locations.


    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 fix the featured image size displayed on the home page #59702
    Zed
    Cryout Creations mastermind

    If you’ve noticed this behaviour in Chrome (or other Webkit based browsers, like Safari), please make sure to updated to the latest 1.1.0 release. Let us know if you’re still seeing such behaviour with this theme version.


    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 posts? #59701
    Zed
    Cryout Creations mastermind

    That happens automatically when header image behaviour is set to Cropped instead of Contained in the theme’s 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: Change the word "ago" in the time display of the comments #59700
    Zed
    Cryout Creations mastermind

    If you’ve translated this bit and it didn’t used to work before, it should be solved in the latest 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: Polyang translation #59699
    Zed
    Cryout Creations mastermind

    Please see this post:
    https://www.cryoutcreations.eu/forums/t/multi-language-front-page/#post-54385


    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: Footer custom (?) menu… #59698
    Zed
    Cryout Creations mastermind

    The theme has a footer navigation location in which you can add a custom menu.


    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: Mobile Menu #59697
    Zed
    Cryout Creations mastermind

    That is not currently configurable but we can help you with custom styling to customize it through our support service.


    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 – Polylang (?) #59696
    Zed
    Cryout Creations mastermind

    Please see this post:
    https://www.cryoutcreations.eu/forums/t/multi-language-front-page/?view=all#post-54385


    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: Customize Slidertitle (font & color) of Landing page #59695
    Zed
    Cryout Creations mastermind

    By default these are set to white. You could customize them with CSS:

    .lp-staticslider .staticslider-caption, 
    .seriousslider.seriousslider-theme .seriousslider-caption {
        color: #123456; 
    }

    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: SQL Injection? #59694
    Zed
    Cryout Creations mastermind

    Menu administration is core WordPress functionality and not something handled by the theme.
    Does this happen only when Verbosa is used or regardless of 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.
Viewing 30 posts - 2,401 through 2,430 (of 6,644 total)