Zed

Forum Replies Created

Viewing 30 posts - 271 through 300 (of 6,629 total)
  • Author
    Posts
  • in reply to: Remove white below footer #124587
    Zed
    Cryout Creations mastermind

    Hi,

    I would need to browse your site to see the space you are referring to.


    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: Podcast Player gets slimmed down on Landing Page #124586
    Zed
    Cryout Creations mastermind

    Hi,

    The iframe embedding the player has a fixed width of 310px. This is not applied by the theme’s styling.

    Try using the following CSS and check if the widget gives itself a different width:
    #lp-text-one .lp-text-card { width: 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: Slider or Header image – but not both? #124585
    Zed
    Cryout Creations mastermind

    Hi,

    Yes, that is correct – the theme can display the header image or a banner image or a slider or nothing at all in that landing page section, but not several at once.

    If you need both the header image and a slider (and don’t need the rest of the landing page) you can disable the landing page functionality, use a static home page and insert the slider inside the page content.


    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 – widgets #124584
    Zed
    Cryout Creations mastermind

    Only the columns are defined through widgets (when the theme is configured so), the rest of the presentation page content is editable directly in the theme settings: https://www.cryoutcreations.eu/docs/themes-legacy/settings/presentation-page/


    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 the font effects? #124581
    Zed
    Cryout Creations mastermind

    Hi,

    It depends which specific elements you’re referring to, as the accent effects are used throughout the theme’s visual design.


    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: Bouton sur image en tete #124580
    Zed
    Cryout Creations mastermind

    Hi,

    I would need to browse the site or at least see some screenshots of the problematic content.


    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 image is blurred #124579
    Zed
    Cryout Creations mastermind

    Your featured images are slightly larger than the location they are displayed in so your site is not affected by that issue (even if it’s also present in Bravada). The landing page uses a distinct registered image size set which is calculated differently.

    Concerning the images issue, I sent a reply to the support ticket a couple of days ago. Did you receive it (your Outlook mailbox is blocking our emails completely).


    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 get rid of page titles on header #124577
    Zed
    Cryout Creations mastermind

    Hi,

    Your menu content is probably too large to fit in the available space. You should create a custom menu to limit/rearrange your menu items to ensure they don’t overflow onto the header content below.


    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 meta on custom post type in home. #123533
    Zed
    Cryout Creations mastermind

    The default behaviour is to handle the default post type. If you edit the existing code and replace the checks for your custom post type you’re then excluding the default post type.

    In any instances you’re editing type checks, you’d need to include your post type next to the default ‘post’ one, for example by replacing if ( 'post' == get_post_type() ) with
    if ( in_array( get_post_type(), array( 'post', 'rilisan' ) ) )

    You could also give this plugin a try in case it accomplishes the same result without the need for manual code modifications.

    Otherwise, it may be needed to also make use of WordPress’ template hierarchy, which lets you define separate archive-SLUG.php and/or category-SLUG.php files (and others) for each post type.


    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: Strange font behaviour in Nirvana 1.6.1 #123459
    Zed
    Cryout Creations mastermind

    It is both interesting and odd that the font option value gets translated. We’ll look into this, thank you for this essential detail.


    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: Page titles in Arabic #123447
    Zed
    Cryout Creations mastermind

    I don’t think the theme could automatically catch this mixed text direction usage scenario, but you can manually apply custom CSS to reverse text direction on individual elements, for example:

    #header-page-title .entry-title,
    .singular-title,
    .lp-staticslider .staticslider-caption-title,
    .seriousslider-theme .seriousslider-caption-title {
        direction: ltr;
    }

    Also, the animation is configurable in the theme’s options, but that would have no effect on the titles’ text direction.


    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 optimize pictures for mobile version #123439
    Zed
    Cryout Creations mastermind

    Hi,

    The header image is displayed according to the selection made in the theme’s header image behaviour option.

    The two available modes match with different usage scenarios and requirements – in your case I believe the contained setting would fit better.


    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: Strange font behaviour in Nirvana 1.6.1 #123438
    Zed
    Cryout Creations mastermind

    Hi,

    I just went through the process as @rene described it and was not able to replicate the issue on our test site. The Ubuntu font set by the scheme remains the one selected in the general option and applied on the frontend.
    Perhaps there’s something on the site that interferes with the settings saving process (and cause the loss of some of the options).

    Try making a theme settings export before and after the listed steps and check if the two exports have differences in length and content.


    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: Mantra Problem #123431
    Zed
    Cryout Creations mastermind

    Hi,

    The bla bla…. bit was the most important part of the error message as it could indicate what has actually gone wrong.
    Without clear error information any discussion is just a guessing game (code error? incompatibility? PHP version? server limitation?)


    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: Which theme do you suggest? #123430
    Zed
    Cryout Creations mastermind

    Hi,

    Due to changes in requirements implemented by the WordPress.org themes directory some years ago, all our themes since then are different from the ones before (which we call classic themes – Mantra, Nirvana, Parabola and Tempera), specifically in the settings configuration and how the themes’ homepage (presentation page) works.
    Additionally, all the newer themes have slightly different layouts and designs and are not quite like the classic four (we didn’t want to just recreate the classic themes with the new requirements).
    As such, we cannot point to a direct replacement for a classic theme from the newer set. The choice is a matter of design and 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 Image and Page/Post Title Not Displaying #123426
    Zed
    Cryout Creations mastermind

    Hi,

    Elementor is capable of completely replacing the theme’s built-in structure with its own defined markup. This is configured through the plugin’s options: https://elementor.com/blog/header-footer-builder/


    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 image is blurred #123425
    Zed
    Cryout Creations mastermind

    Hi,

    Could you provide 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: Submenu items not showing on mobile – Codex #123424
    Zed
    Cryout Creations mastermind

    Hi,

    The dropdown toggler inherits it color from the configured menu color options – if it was white (the same as the background) you most likely have other elements that share the same color with the background rendering them invisible. This means you’ll most likely need to adjust some menu color options to correct things.


    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 add Zooming affect to a picture? #123423
    Zed
    Cryout Creations mastermind

    Hi,

    If the images in the grid link to the image files themselves, you should be able to use any plugin in the repository that references fancybox, colorbox or lightbox in its name.

    If that is not the case, the markup would need adjusting or custom functionality be added to figure out the image files URLs from the existing grid markup.


    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: Columns like Demo Version #123422
    Zed
    Cryout Creations mastermind

    Hi,

    The columns in the theme’s demo are created using the built-in landing page featured boxes functionality.
    Please see our dedicated landing page tutorial on how this works and how it can be set up: https://www.cryoutcreations.eu/wordpress-tutorials/how-to-use-landing-page-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: Create a child theme Bravada #123420
    Zed
    Cryout Creations mastermind

    Hi,

    Please follow the WordPress guideline on creating child themes, specifically the parent/child styles enqueueing code example: https://developer.wordpress.org/themes/advanced-topics/child-themes/


    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 text wrapping issue #123419
    Zed
    Cryout Creations mastermind

    Hi,

    Wrapping happens dynamically depending on image sizes, text length and screen width. There is no catch-all solution to avoid having single words wrap around floating images, except perhaps to not use floating images at all (or disable floating on specific screen sizes).

    @media (max-width: 640px) { /* adjust the maximum screen width floating should be forced-disabled on */
        body .alignleft, body .alignright {
            float: none;
            margin-left: auto;
            margin-right: auto;
        }
    }

    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 overlay on hover for post thumbnails #123418
    Zed
    Cryout Creations mastermind

    Hi,

    The overlay is not directly configurable through the options (it inherits the accent color values but its opacity is preset), but it can be customized with CSS:

    body .post-thumbnail-container:hover .featured-image-overlay::after {
        opacity: 0.95; /* default value */
    }

    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,

    I believe we’ve discussed about this through the support service.

    For anyone else having the same question, TwentyTwentyOne filters each image’s attributes (including products) and adds inline styling to set the maximum size attribute. We don’t do this in our themes because inline styling is generally bad practice.

    If (all) the product images used are rather small, it should be possible to force shrink them with CSS:

    body.woocommerce div.product div.images img {
        max-width: ...px; /* actual image files width or of the smallest of 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: Wrong font for heading and widget #123414
    Zed
    Cryout Creations mastermind

    Hi,

    Could you provide 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: How to show post meta on custom post type in home. #123411
    Zed
    Cryout Creations mastermind

    Hi,

    You might need to duplicate the theme’s content/content.php file and rename it to match your post type and then edit the if ( 'post' == get_post_type() ) check in its code to include your post type.


    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: CTA button 2 on landing page slider #123410
    Zed
    Cryout Creations mastermind

    Hi,

    I believe we have discussed these topics (and more) through the 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: color display and hidden tagline #123407
    Zed
    Cryout Creations mastermind

    Hi,

    Could you provide a link to your site to see your current 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: Bullet lists not showing bullets #123405
    Zed
    Cryout Creations mastermind

    Hi,

    The list bullets are removed by styling loaded by the gallery-videos 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.
    in reply to: Presentation Page – widgets #123404
    Zed
    Cryout Creations mastermind

    Hi,

    The default content is displayed when there is no other content configured through the options or widgets. If you want to define your own columns, add them and the example ones will simply disappear.
    If you don’t want to use that functionality at all, simply set the presentation page Columns option to disabled.


    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 - 271 through 300 (of 6,629 total)