Zed

Forum Replies Created

Viewing 30 posts - 121 through 150 (of 6,640 total)
  • Author
    Posts
  • in reply to: How add image to Featured Boxes #131615
    Zed
    Cryout Creations mastermind

    Hi,

    The featured boxes sections automatically pick up and use the posts’ featured images, when these are assigned to the source posts.


    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: Search box #131614
    Zed
    Cryout Creations mastermind

    Hi,

    Hello Word is WordPress’ sample post which can be replaced with your own or deleted if you don’t intend to use posts.

    I’m not sure what you mean by search box, the theme’s search fields are controllable through the available options (and only the header one is enabled by default).
    If you’re referring to a search form displayed in the content itself, that’s placed there by WordPress because your site has no other content on the section where it is located. Add some content or reconfigure the section to display something else (like a static page) and the search form will go away.


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

    Hi,

    The logo is limited to the available menu bar height by default, but can be made to overflow its limits using custom styling, for example:

    body img.custom-logo {
      max-height: 200px;
    }

    Adjust the value as needed for your site.

    The means for adding the logo to the footer differs depending on where exactly you want it placed (in the footer widgets, in the footer text fields, in a custom location).


    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 of post doesn’r show up on home screen #131612
    Zed
    Cryout Creations mastermind

    Hi,

    Did you make any changes to the theme code/functionality or using a plugin related to images handling?
    For some reason the featured boxes don’t include the markup for the <img> tags but only the images URLs as plain text.


    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: Customizer not working after update to WordPress 6 #131611
    Zed
    Cryout Creations mastermind

    WordPress 6.0.1 undid/corrected the change that cause the customize screen issue on sites with empty post categories.
    If you’re running 6.0.1 your site should no longer manifest this issue regardless of the theme and theme version 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: Featured Boxes images #131610
    Zed
    Cryout Creations mastermind

    Hi,

    You should be able to do that with some custom styling:

    @media (max-width: 800px) {
       #lp-boxes-1 .lp-box-image {
         display: none;
       }
    }

    Adjust the screen width limit as necessary.


    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: I can’t create a priority support ticket #131609
    Zed
    Cryout Creations mastermind

    Hi,

    I am not sure how that happened, but your customer details were not properly associated with the user account, making the support form unable to automatically pick up the account information.
    I have corrected this now, sorry about the delay.


    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 parallax scrolling in Safari on Mac #131608
    Zed
    Cryout Creations mastermind

    Hi,

    The parallax effect is deliberately disabled on Safari to avoid a browser limitation. When/if this issue is corrected in the browser itself, we’ll also disable the necessary workaround in our 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.
    Zed
    Cryout Creations mastermind

    Ensure that theme option controlling this is enabled (it is enabled by default but perhaps you have disabled it), that your site has a general header image set and that your posts and/or pages have featured images assigned.


    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 video/image problem. #131602
    Zed
    Cryout Creations mastermind

    Hi,

    I am not currently seeing any rule (even overwritten) applying 50% width on the header video on the site, and such a styling rule is not present in Anima either.


    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,

    The theme’s landing page sections can only use regular content (posts or pages, depending on sections) and content provided by the companion plugin in the Plus edition. However, shortcodes are accepted and processed in the content of these posts/pages, so it should technically be possible to use that as a workaround for custom content – although the appearance and layout of that content may need additional tweaking.


    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: Remove pin obove image in widget #131600
    Zed
    Cryout Creations mastermind

    Hi,

    The pin control option currently only applies to in-content images – we’ll address that in the next theme update.
    Until then, use the following CSS to remove the pin in the sidebar:
    body .wp-caption { background-image: 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: General Font selection Bravada #131599
    Zed
    Cryout Creations mastermind

    The header navigation does not have independent typography controls in Bravada. You can customize it nonetheless using custom CSS styling, for example:

    nav#access {
      font-family: Impact;
    }

    Replace with your own font identifier – make sure it is already available on the site or in (most of) the browsers/operating systems, or is embedded separately.


    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 picture reduced weird by sending links on social #131598
    Zed
    Cryout Creations mastermind

    Hi,

    For fine grained control over what external services see on your site when sharing / publishing to, I recommend using a SEO plugin which includes such functionality, for example Yoast.


    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 animation not working properly #131597
    Zed
    Cryout Creations mastermind

    Hi,

    What mobile device/browser are you experiencing this on?


    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 squashing to the left. #131596
    Zed
    Cryout Creations mastermind

    Hi,

    Could you include a link to the site in question for me to 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: Password protected doesn’t work #131595
    Zed
    Cryout Creations mastermind

    Hi,

    I cannot confirm or recreate this issue. Password protected pages work fine with Mantra in my tests (even with pages set up years ago on our test sites).

    I suggest investigating the exact plugins you are using on the site, perhaps one of them is interfering, or perhaps the protected pages become cached in their unprotected state?


    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 set the right sidebar to position:sticky #130904
    Zed
    Cryout Creations mastermind

    I provided that CSS as a preview on the further issues that would need to be resolved concerning CSS sticky positioning for the sidebar content.

    The main problem is that position: sticky only works when there’s a parent container that has scrolling active on it. As both the sidebar (regardless of its height) and the main content are part of the same parent container and share horizontal space, the container doesn’t need internal scrolling and it expands to fit whichever of the two child elements is taller.
    To have the sidebar act as being sticky with the current theme layout most likely JavaScript is needed to manipulate its positioning on scroll.


    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 contact information to header section #130859
    Zed
    Cryout Creations mastermind

    For that location you can hook into the theme’s cryout_branding_hook with your custom code, for example:

    function my_custom_header_content() {
        /* your code here */
    }
    add_action( 'cryout_branding_hook', 'my_custom_header_content', 5 );

    You can place this either in a child theme (if you use one) or a mini 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: Mantra – Category Archive page 2+ #130858
    Zed
    Cryout Creations mastermind

    Check if disabling the numbered pagination option works with your custom links.

    TwentyTwentyOne uses wp_link_pages() to generate the pagination links markup, while in Mantra we used get_pagenum_link() when generating the links.

    These two core functions might have different behaviour when presented with unexpected permalinks 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: How to set the right sidebar to position:sticky #130857
    Zed
    Cryout Creations mastermind

    Hi,

    The sidebar has the same height as its container (which also holds the main content and spans the full height of the site itself) so the sticky positioning has no effect on its placement with the current layout. The full height is required for the sidebar background color option to work correctly and the sticky positioning would require limiting the height of the parent container (to, for example, the viewport height):

    #container {
        max-height: 100vh;
        overflow: auto !important;
        display: block;
    }
    
    #secondary {
        position: sticky;
        height: auto;
        top: 1px;
    }

    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: sublist bullets are not unique #130827
    Zed
    Cryout Creations mastermind

    Hi,

    Tempera uses only circles as list bullets, but applies different indentation for nested lists. This can be seen in the theme’s demo: https://demos.cryoutcreations.eu/wordpress/tempera/typograpy/

    You can restore the default browser list bullets with some CSS:

    body .entry-content ul li {
        list-style-type: disc;
    }
    body .entry-content ul ul li {
        list-style-type: circle;
    }
    body .entry-content ul ul ul li {
        list-style-type: square;
    }

    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: setup yoast SEO #130824
    Zed
    Cryout Creations mastermind

    Hi,

    Yoast provides configuration options separately for each single content section in the editor (page, post). Category/archive configurations are handled in the plugin’s general options.

    If you’re wondering how to configure these parameters for the homepage when the theme’s presentation page feature is active, that is just an extension of the regular homepage, which in Yoast can have its SEO parameters set in the plugin’s homepage 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: Add contact information to header section #130820
    Zed
    Cryout Creations mastermind

    Hi,

    Bravada (and its child theme / personality) has built-in support for a social menu (which includes icons for mailto: and tel: links).
    In Bravada/Sundown the header socials location is part of the toggleable main menu.

    It is not easily possible to add any extra content to the header section using the built-in functionality. You could use the theme’s available hooks to add-in your own code, but you’d also need to write and add the necessary styling for the correct display, positioning and behaviour of the custom 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: Remove pin obove image in widget #130819
    Zed
    Cryout Creations mastermind

    Hi,

    Could you include a link to the site/page where that is visible?


    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: Bug conflict with Plugin Really Simple SSL #130818
    Zed
    Cryout Creations mastermind

    Hi,

    From the behaviour you’re describing it sounds to me like the SSL configuration is not fully functional when enabled and causes the site (more specifically the browser) to fail to load resources, such as the styles.
    Since the theme has nothing to do with URLs or SSL, the issue most likely falls between (the updated?) WordPress and the SSL 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: General Font selection Bravada #130811
    Zed
    Cryout Creations mastermind

    Hi,

    The general font options apply to the entire theme/site except the elements that have individual control options (and which are set to something other than to inherit the general font).

    Which specific elements are you trying to control separately?
    You mention blog entry (that doesn’t indicate a particular element), menu titles (which menu?) and titles (which titles? as there are several, controlled by different 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: unable to edit theme after wordpress 6.0 update #130810
    Zed
    Cryout Creations mastermind

    Hi,

    There is a compatibility issue in some of our themes, including Anima, that affects the availability of the Customize screen with WordPress 6.0.

    We are working on updating all our themes that are affected by this issue, but some of them will take a bit longer than others because they are more out of sync with the main codebase we work with.

    In the meantime, a workaround to the issue is to check and ensure that your site has no empty categories. If you do not use posts on the site, ensure that at least one (empty) post is assigned to the non-deletable Uncategorised category.


    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 don’t see the posts list active on your site’s homepage, but in posts lists featured images are sized according to the featured image height option and the width resulted from the posts columns layout option and content 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: PDF in search results must open in a new tab #130608
    Zed
    Cryout Creations mastermind

    Hi,

    The theme does not handle or manipulate content links opening behaviour.

    That’s managed at the content level through the anchor target attribute or by the browser itself. It can also be overridden with JavaScript if that is a requirement.


    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 - 121 through 150 (of 6,640 total)