Zed

Forum Replies Created

Viewing 30 posts - 1 through 30 (of 6,623 total)
  • Author
    Posts
  • in reply to: Comment Counter on Blog page #141049
    Zed
    Cryout Creations mastermind

    Hi,

    We are aware of that issue and we’ll correct it as soon as possible with a theme update. WordPress 6.3 changed how a core hook we filter in the theme is used.

    In the meantime you can hide the erroneous text by disabling the comment count visibility through the theme 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: Error message for eMember plugin being cut off #138756
    Zed
    Cryout Creations mastermind

    Hi,

    Please apply the following CSS to resolve the error messages getting cropped at the edge of the content:

    body article.hentry {
      overflow: visible;
    }

    The theme does not employ z-index on its sidebars. The overlapping happens simply because of the order of elements in the markup.

    #main {
       z-index: 1;
    }

    This wouldn’t be a problem if the form had a limited width within the 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.
    Zed
    Cryout Creations mastermind

    Hi,

    That functionality is not available in either of the theme’s editions, but should be achievable with CSS.
    Can you include a link to your site and the URL for the alternative logo?


    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: Line break at home page article #138754
    Zed
    Cryout Creations mastermind

    Hi,

    If you use enter in the visual editor, that’s encoded to specific markup which WordPress then stores on save and uses on the frontend. If you enter spaces in the source/code editor, those are filtered out on the frontend. In the source/code editor you need to manually enter <br> line breaks.


    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 change Page Title font? #138753
    Zed
    Cryout Creations mastermind

    Hi,

    Both the site title and page (section) titles have their individual configurable typography controls in the theme’s options:
    https://www.cryoutcreations.eu/docs/themes/options/typography/header/?theme=bravada#site-title
    https://www.cryoutcreations.eu/docs/themes/options/typography/content/?theme=bravada#header-titles


    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: Edit Side Menu Background Opacity #138752
    Zed
    Cryout Creations mastermind

    Hi,

    Could you include a link to your site for me to see what you’re trying to achieve?


    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: Serious Theme Settings crushes WP when active #138745
    Zed
    Cryout Creations mastermind

    Hi,

    We always test with latest WordPress versions and I was unable to observe any issues between our Serious Settings plugin (current version 0.5.14) and WordPress 6.2.

    Do you have any specific error messages with 0.5.14?


    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: Make a single blog page with 2 columns #138744
    Zed
    Cryout Creations mastermind

    Hi,

    The theme’s layout is configurable in the settings page. This layout applies throughout the site (except the presentation page feature, when that is 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: In the blog change the prev next layout #138738
    Zed
    Cryout Creations mastermind

    Hi,

    That’s caused by the sensei-lms plugin applying its styling to broadly and overlapping the theme. Try using the following CSS to correct it:

    #nav-below .nav-previous, #nav-below .nav-next {
      width: 50% !important;
    }

    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,

    That effect is usually obtained with JavaScript libraries that have expanded on one another and share similar names: fancybox, lightbox, colorbox. There are multiple WordPress plugins that implement them for WordPress sites.

    Animation happen when triggered (on click/hover, other user interaction) so the animations/popup themselves add no extra drag on the performance of the site. However, the scripts/resources needed to add the effects need to be loaded on the site, and depending on the solution chosen they may be lighter or heavier on the 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: Warning: Trying to access array #138717
    Zed
    Cryout Creations mastermind

    @deKay, your issue is different and looks to be caused by the theme failing to retrieve in-content images to use a featured images from your posts.
    This happens because the function checking for such images is told by WordPress that the posts have images attached (inserted in) to them when in fact they don’t appear to (maybe they had them in the past?).

    We’ll add some extra logic checks in the next update to not trust WordPress’ returned data blindly and to avoid this condition.


    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 for php 8.0/8.1 #138715
    Zed
    Cryout Creations mastermind

    @Draky, there are no lines 36 or 299 in Tempera’s functions.php file, so you must have edited it.

    The Warning: Trying to access array offset on value of type bool ... error will hopefully get fixed in a future theme update, making Tempera usable with WP CLI.


    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: White space before page content, right after top menu #138712
    Zed
    Cryout Creations mastermind

    Hi,

    The theme’s presentation page sections are designed to be used with different background colors (in which case the extra spacing makes sense).

    With a uniform background, these spaces add up. To reduce them, try the following styling:

    #front-text1, #front-text2, #front-text5 {
      padding-bottom: 0px;
    }
    #pp-texttop, #pp-textmiddle, #pp-textbottom,
    #front-columns-box, .presentation-page #content {
      padding-top: 25px;
      padding-bottom: 15px;
    }

    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: Changing Checkout Color in WordPress #138711
    Zed
    Cryout Creations mastermind

    Hi,

    Mantra and WooCommerce is a combination we haven’t really ever thoroughly tested or looked into.

    Customizing appearance to make things fit/match will most likely need some amount of custom styling.
    A link to your site would be very useful to look at current state and test the necessary tweaks.


    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: Font size in the products page (Woocommerce) #138710
    Zed
    Cryout Creations mastermind

    Hi,

    Try the following custom styling:

    #content .woocommerce-loop-product__title {
      font-size: 1.2em;
      line-height: 1.2em;
    }

    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: Schedule Slide Appearance #138709
    Zed
    Cryout Creations mastermind

    Hi,

    Our slider plugin uses the standard posts editor screen to manage slides. To publish (activate) slides at a specific date/time simply enter the desired options in the publishing panel:

    WordPress doesn’t also have an unpublish feature, so such a thing is not available for slides 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.
    in reply to: Exceprts not work #138705
    Zed
    Cryout Creations mastermind

    Hi,

    Check if your posts use post formats as those are always displayed in full regardless of excerpt length 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.
    Zed
    Cryout Creations mastermind

    Hi,

    The bar holding the socials is configurable in the theme’s options. The socials’ visibility is also separately configurable.


    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: PHP 8.0 #138702
    Zed
    Cryout Creations mastermind

    Testing out the site with just WordPress and the theme, without any active plugins, with all caching cleared (and browser force refreshed) is the standard course of action after any major change such as updating PHP (or moving the site, or even updating WordPress) if malfunctions occur.

    If the bare site doesn’t work, reverting to one of the default Twenty themes would be a good additional step.
    If that still fails, next would be digging through the server error logs to identify where the fault lies.

    When a functional state is eventually reached, then extra extensions and functionality can be gradually re-enabled until something fails again or everything is restored.


    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

    Hello again,

    The menu has no background color options when it’s in over header image mode. Tweaks to its appearance can then only be done with CSS.

    Also, any options indicating they apply to the main navigation will in fact apply to the menu displayed when using the toggler/hamburger icon as that is Bravada’s main menu.
    The menu always visible in the header is the supplementary header navigation (which has fewer control options). The header navigation inherits the general typography options. Tweaking it will also require custom styling.


    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: Styling Pagination Buttons #138697
    Zed
    Cryout Creations mastermind

    Hi,

    Try making your CSS more specific, for example by adding body in front of the rules that don’t apply.


    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,

    In WordPress, the “blog” special section is designed to display latest posts regardless of other attributes (categories, metas, authors). There are no built-in filtering options for this section, but there are plugin that can add such filters.

    Concerning journal posts, it depends on how those are created. If those are just regular posts, then simply creating a category page would limit the list to posts belonging to the specific journal category. If those are a separate custom post type, than those would need their separate frontend code (dedicated templates) to handle their display.


    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: Headings Get Cut Off on Mobile #138688
    Zed
    Cryout Creations mastermind

    Hi Linda,

    I’m only seeing a specific screen size range on which the caption overflows the screen. Try applying the following CSS and check if that improves things:

    body .lp-staticslider img {
      min-height: 540px;
    }

    Yes, our priority support service includes timely responses. The support provided in the forum, while I try my best to keep periodic, does sometimes happen to lag behind.


    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’t set site icon #138687
    Zed
    Cryout Creations mastermind

    Hi,

    The customize screen (and the media selection/cropping functionality) are core WordPress functionality and they should simply just work.
    When they don’t, it’s usually due to something interfering (like plugins or even browser issues).


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

    Hi,

    In Bravada, the header/menu social icons are displayed in the toggle-able menu overlay as that is the main navigation – see the theme demo example.


    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: Theme Settings #138685
    Zed
    Cryout Creations mastermind

    Hi,

    The settings plugin works fine even with the current WordPress 6.2.
    We avoid triggering unnecessary updates on all the sites using it just to bump the version information so that usually falls behind between actual plugin updates.


    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: Problem with blocks on the landing page #138684
    Zed
    Cryout Creations mastermind

    Hi,

    Even as theme authors we don’t have the permissions to approve translations simply because we most likely lack the language knowledge to ascertain the quality of a translation.

    The approval process is handled by (global) language editors that can check the quality of a translation before approving the editor or the submitted translation.


    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 want a Plus theme for “Nirvana” #138683
    Zed
    Cryout Creations mastermind

    Hi,

    We do not have a Plus edition of Nirvana and we don’t have plans for one, either.
    Nirvana is one of our four legacy themes which we no longer actively develop but still maintain for compatibility and fixes for the websites that still use 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: Text on hover? #138681
    Zed
    Cryout Creations mastermind

    Hi,

    The example you pointed out is in fact the site’s tagline being used as a link title attribute for the site title/logo, which all our themes use.

    Within the menu, the value of the title attributes can be set through the built-in WordPress 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: php version supported by Tempara theme? #138680
    Zed
    Cryout Creations mastermind

    Hi,

    Tempera is currently tested and compatible up to PHP 8.1.


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