Zed

Forum Replies Created

Viewing 30 posts - 301 through 330 (of 6,631 total)
  • Author
    Posts
  • 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.
    in reply to: CSS #123403
    Zed
    Cryout Creations mastermind

    Hi,

    The theme’s don’t add theme specific classnames or identifiers to the markup. However you should be able to do this by writing some custom (PHP) code to append the theme’s slug as an additional class to the document body tag:

    function my_body_class( $classes ) {
       $classes[] = 'theme-' . esc_attr( get_template() );
       return $classes;
    }
    add_filter( 'body_class', 'my_body_class' );

    https://developer.wordpress.org/reference/hooks/body_class/
    https://developer.wordpress.org/reference/functions/get_template/


    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: Colour block behind title #123402
    Zed
    Cryout Creations mastermind

    Hi,

    The colour block effect is present throughout the theme’s design, behind multiple elements that can be called titles. Which specific content element(s) are you 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: How move title and menu down #123401
    Zed
    Cryout Creations mastermind

    Hi,

    If your site title/tagline are too long to fit in the header on all device screens, you’ll probably need to add some custom CSS to shrink it down further than the built-in responsiveness on smaller screens.
    We’d need to browser your site to test out 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: Logo Flattens / Breadcrumb Issue #123400
    Zed
    Cryout Creations mastermind

    Hi,

    Could you provide a link to your site and to the page still displaying the breadcrumbs?


    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: Landpage or Homepage #123399
    Zed
    Cryout Creations mastermind

    Hi,

    Your site appears to be using the default blog posts list homepage, which is core WordPress functionality intended to display your (latest) posts list and not a distinct (editable) page.

    Yoast provides distinct SEO options for this homepage in its general options:
    https://yoast.com/help/optimizing-the-seo-title-and-meta-description-of-your-homepage/


    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: 502 Bad Gateway error #123398
    Zed
    Cryout Creations mastermind

    Hi,

    That bit of code attempts to remove WordPress’ built-in styling applied to the recent posts widget. Perhaps the system the theme is running on does not have this functionality, making the function call fail.

    If you have access to the theme’s files or are able to install the theme as zip on that system, edit the indicated nirvana/includes/theme-comments.php file and comment out (or delete)
    add_action( 'widgets_init', 'nirvana_remove_recent_comments_style' );
    on line 76 below to disable that part of code.

    Please let us know if that works and we’ll include an additional check in the next update to avoid this in the future.


    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: Blue Block in first letter of TItle front page #123397
    Zed
    Cryout Creations mastermind

    Hi,

    1. The site title title should behave and look identical on all site sections.
    Could you provide a link to your site for us to check out?

    2. Are you using a slider (plugin) or the default banner/caption 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: Page titles in Arabic #123395
    Zed
    Cryout Creations mastermind

    Hi,

    Are you referring to the animation effect present on the theme’s section header titles?
    Could you provide a link to the site so we can take a 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: Photos too Big #123394
    Zed
    Cryout Creations mastermind

    Your posts list is not displayed by the theme but generated by the ‘gp-premium’ plugin. You’ll need to look into its documentation and/or options on how to configure image sizes (if that’s even 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: Standard CSS failing on OSX 11.6 #123393
    Zed
    Cryout Creations mastermind

    Try using the browser’s developer tools to check out if anything serious is reported while loading and rendering the site on your device.


    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: Disappearing H Headings On Pages #123392
    Zed
    Cryout Creations mastermind

    Your first reply wasn’t visible immediately because it was held for moderation due to containing links and markup.

    The theme’s landing page feature picks up content from the existing published pages and posts (this varies between sections). In its default configuration the theme automatically uses the most recent content of the necessary type for the active sections – if the content source options were never manually adjusted to select a specific page (or category), then this still happens and publishing new content automatically places at the top of the visibility list.

    I am not sure what is happening on the site (if the headings are missing their markup or they exist as markup but they lack styling). Headings appear to still work fine on our theme demo.


    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 Place a logo on the page #122361
    Zed
    Cryout Creations mastermind

    Hi,

    You can use a logo in both theme editions using the available WordPress and theme options:
    https://www.cryoutcreations.eu/docs/themes/site-identity/?theme=roseta#logo
    https://www.cryoutcreations.eu/docs/themes/options/header/content/?theme=roseta#site-header-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: Header Image on Homepage #122360
    Zed
    Cryout Creations mastermind

    Hi,

    Yes, there was an issue concerning header images in Bravada 1.0.6 which we fixed in the recent 1.0.6.1 update. Please see this thread for more info.


    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 display mobile menu correctly? #122293
    Zed
    Cryout Creations mastermind

    Hi,

    Your site is missing the mobile menu’s background color. You’ll need to set a value for the header/menu background color option (even if it’s the same color as the general site background).


    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 - 301 through 330 (of 6,631 total)