Zed

Forum Replies Created

Viewing 30 posts - 211 through 240 (of 6,623 total)
  • Author
    Posts
  • in reply to: Change the breakpoint for mobile menu #126678
    Zed
    Cryout Creations mastermind

    Hi,

    The mobile menu’s screen width limit is configurable through the options in Anima Plus.
    In the free edition of the theme you’ll need to apply custom CSS to adjust this limit:

    @media (min-width: 800px) and (max-width: 1040px) {
        .cryout #access { display: none; }
        .cryout #nav-toggle { display: block; position: static; }
    }

    Edit the 1040px value with the screen width when the menu no longer fits in one row.


    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 Text vanished – how to get it back #126677
    Zed
    Cryout Creations mastermind

    Hi,

    That sounds like the slider is somehow failing to work – if you have multiple slides in the slider, do they still cycle?

    Without browsing the site in question I cannot guess what exactly is happening.


    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: Plugin for self hosted custom font #126676
    Zed
    Cryout Creations mastermind

    Hi,

    There are multiple plugins for embedding fonts on the site in the .org repository, however none of them would integrate in any way with Nirvana’s options (to make the embedded fonts selectable in the font lists). There is currently no way to apply custom fonts beyond Google Fonts through Nirvana’s options – this needs to be done manually (with CSS) for the respective content elements.

    We’ll try to add support for custom font identifiers beside the existing Google Fonts support with a theme 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: Two last items on the footer menu have no spacing #126675
    Zed
    Cryout Creations mastermind

    Hi,

    I’m guessing it’s related to mixing language directions, but I’d need to be able to browse the site to check up on the CSS used on those menu items.


    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 would need to browse the site to check out the reported issues.
    Note that header videos and automatic video playback are limited on mobile browsers and will not work the same as on desktop browsers.


    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: Support in WP 5.9? #126673
    Zed
    Cryout Creations mastermind

    Hi,

    We have not observed nor been reported any issues affecting the current release of Tempera while running WordPress 5.9.


    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: Regarding Google Font sentence at german court… #126672
    Zed
    Cryout Creations mastermind

    Hi,

    The theme uses Google Fonts when configured to do that – by using the dedicated Google font identifier fields in the options. If you leave the identifier fields empty and select any of the fonts from the preset fonts list, those rely solely on browser/operating system support.

    It is not currently possible to set custom font names through Nirvana’s options (to apply manually embedded fonts, for example) – but we’ll try to add this 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: Different Header Image For Tags and Categories #126671
    Zed
    Cryout Creations mastermind

    Hi,

    Archive sections (tags/categories) don’t have built-in support for individual featured images so they can’t make use of the theme’s featured images in header functionality.

    I have not personally tested its functionality, but this plugin appears to support custom header images for categories and tags.


    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: Nirvana Theme #126670
    Zed
    Cryout Creations mastermind

    Hi,

    Due to the interdiction to use settings-page options on all .org repository themes some years ago, we have two generations of themes:

    1. the classic ones, which we created before this change and (still) use the settings page (Nirvana is included here) and are very similar (functionality and structure-wise) with each other, and
    2. the customizer themes which use the mandatory customize interface for their options; these themes are also similar in functionality and structure with each other.

    However, the transition from a settings page to the customize interface resulted in some structural and functionality changes which make the two groups relatively different in appearance (and very different in configuration).

    Nirvana has reached its feature and functionality maturity and we are now only making maintenance updates for it when we find bugs or if compatibility issues arise with new WordPress releases. This makes its updates release cycle slower.


    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 is capable of using the individual posts’ and pages’ featured images in the header when configured to do so.

    Additionally, the landing page homepage has separate configuration for its banner section which can display a different image than the one set as 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: 404 page error #126667
    Zed
    Cryout Creations mastermind

    Hi,

    get_header() is a core WordPress function so that error should not occur in normal conditions. Are you customizing your WordPress installation in an unusual manner? Is the theme’s 404.php file perhaps accessed outside of WordPress (due to some specific site configuration)?

    What URL(s) is the error triggered with?


    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 creating zoom effect? #126665
    Zed
    Cryout Creations mastermind

    Hi,

    You might be able to find a plugin that provides that functionality: https://wordpress.org/plugins/search/zoom+image/


    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: Import demo content free version #126664
    Zed
    Cryout Creations mastermind

    Hi,

    Our demo site is running the Plus edition of Kahuna. Repository themes are not allowed to include demo content or import/export functionality so we cannot provide demo data for the free edition of Kahuna.


    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: Two different sized logo’s in header menu #126663
    Zed
    Cryout Creations mastermind

    Hi,

    The theme supports only one image for the site logo functionality. Applying a changing logo might be possible by including both logo variations in the same image file and displaying only the appropriate part of the image file based on context using custom CSS.

    I would need to see the two logos and the site to help further – please create a ticket with this.


    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 create transparent header? #126662
    Zed
    Cryout Creations mastermind

    Hi,

    Try using the following CSS (adjust the color as needed):

    body .cryout .site-header-bottom.header-fixed .site-header-bottom-fixed {
        background-color: rgba(255,0,0,0.3);
    }

    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 Header Images from child pages #126661
    Zed
    Cryout Creations mastermind

    Hi,

    The slider functionality is only available on the homepage (landing page feature) of the theme, so that’s already not present on any other site section.

    On the rest of the site the theme displays the header of the site (header image, section title, meta information if present) in that area and cannot be disabled since it’s required in the content.
    However, the header image itself can be set to no longer be full screen and/or shorter through the theme’s options to make it take up less space.


    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: Links do not work after upgrade to 3.3.1 #125664
    Zed
    Cryout Creations mastermind

    How is the text widget displaying the about text after the posts inserted in that location?

    The problem is that widget is neither a float element and also doesn’t clear the previous float elements (the posts) and as such it essentially starts at the same level as the posts container but since it follows in the content it overlaps them.

    Applying the following CSS will make the posts links work fine again, but will disable the links within the widget text in return:

    #content ul.yoyo {
        pointer-events: 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: Woocommerce product page bug #125660
    Zed
    Cryout Creations mastermind

    Since the “/product” page is coming up blank, are you seeing any related error messages in the server error log?


    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 product page bug #125624
    Zed
    Cryout Creations mastermind

    URLs are not handled by the theme. You need to look into this and correct it if necessary through WordPress’ permalinks controls.
    Simply entering the permalinks sections and saving sometimes corrects broken handling of URLs by rewriting the current rewrite rules.


    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: Landingpage Picture #125623
    Zed
    Cryout Creations mastermind

    Hi,

    The theme uses and displays images in multiple locations in the layout. Which images/elements 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: Double footer menu #125621
    Zed
    Cryout Creations mastermind

    Hi,

    That should be possible using some custom CSS:

    body .footermenu {
        max-width: 250px;
    }

    Adjust the value to the correct one for when the menu expands on the second row after the desired menu item.


    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 product page bug #125620
    Zed
    Cryout Creations mastermind

    Hi,

    I see the store and product sections are working now on the indicated site. Are you still having trouble?


    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: Transparent articles #125619
    Zed
    Cryout Creations mastermind

    Hi,

    That cannot be achieved through the options but should be doable with custom CSS.
    However, since there are multiple elements that have a background color set and can also display posts, I’d need to see the exact places you want transparent indicated in a screenshot, if 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: title before text areas in landing page? #125618
    Zed
    Cryout Creations mastermind

    Hi,

    Each text area has a title and content section (the title and content of the source page). If you require an extra title beside the page title itself, you’d be able to partially achieve that by using one extra text area just for the extra title (but there aren’t 8 text areas in the free Bravada) and/or perhaps by using the featured boxes section for their titles (and leaving them empty of content by assigning an empty 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.
    in reply to: Cannot find the statcounter code anymore #125617
    Zed
    Cryout Creations mastermind

    Hi,

    The counter code is still present on the site, but it is outside any content (including widgets), all the way after the end of the footer markup – that was done either using a plugin or by manually editing (theme?) files.


    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 prend-il en charge les codes courts ? #125616
    Zed
    Cryout Creations mastermind

    Hi,

    I am not familiar with that plugin. Could you provide an URL for a site section where it works and one where it doesn’t?


    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 feel it’s rather harsh to consider a theme abandoned after 5 days of no replies on a free support forum.

    Anyway, to answer your question I will need more information since I can’t really pinpoint what the desired outcome of “enforce left-alignnment for the entire theme” would need to be.
    – Are you referring to the general text alignment?
    – Do you mean the blockquotes (since those are the ones targeted in your CSS)?
    – Do you want to left-align text in blockquotes? (it already is)
    – Are you looking to left-align the blockquotes as a whole?

    body .entry-content blockquote {
        margin-left: 0;
    }

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

    Hi,

    The CTA buttons are designed with different appearance. To have them as you want them you’ll need to style them manually with custom CSS (which is dependent on your current color 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: Bravada – Featured Boxes only show Lorum Ipsum #125613
    Zed
    Cryout Creations mastermind

    Hi,

    When the featured boxes (or pages or blocks for that matter) show a different excerpt or content than what they should (and generally the same everywhere) that’s usually an indication of a plugin filtering the content on that site section. Since the plugin isn’t aware of the theme’s specific functionality, when it filters the core content/excerpt retrieval functions, it returns the content/excerpt of the main static page everywhere.

    The most frequent cause of this are content builders plugins being used on the static page that’s assigned as the homepage. If that is your case as well, you’ll need to avoid using the builder to create the content for the home static 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: gallery not published #125612
    Zed
    Cryout Creations mastermind

    Hi,

    You can edit any text that is displayed by the theme (and is not configurable through the options) using WordPress’ translations functionality:

    https://www.cryoutcreations.eu/wordpress-tutorials/editing-theme-strings-translations


    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 - 211 through 240 (of 6,623 total)