Zed

Forum Replies Created

Viewing 30 posts - 31 through 60 (of 6,644 total)
  • Author
    Posts
  • 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.
    in reply to: Edit Page/Post link on the Page/Post #138679
    Zed
    Cryout Creations mastermind

    Hi,

    Due to an inconsistency in the code, the edit button is not displayed on (static) pages. Thank you for pointing this out, we’ll have it fixed in the next 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: Homepage text moved to right side #135106
    Zed
    Cryout Creations mastermind

    Hi,

    That sounds like the styling is applied incorrectly, which from experience tells me something (namely a plugin) is manipulating the styling or mixing it around.

    I you have any caching/minifying/optimizations plugins active on the site, please disable them temporarily and check if the issue still manifests.

    Otherwise, broken appearance can also be caused by an issue in the markup itself, like unclosed/unbalanced tags or incorrect tag combinations (causing the browser to try to save face by attempting to guess what starts, goes and ends where).

    Without browsing the site in question I wouldn’t be able to provide any more specific insight.


    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: Turn off Page Titles (Bravada) #135104
    Zed
    Cryout Creations mastermind

    The page/category titles option is indeed not working as expected in the current Bravada release, thank you for pointing this out. We’ll have it sorted out in the next update.

    And I can now see what you mean by absolutely massive, but that is so due to locally configured text size settings in the content itself:

    So from the theme’s perspective, the content is appearing in the way you set it to appear (as local styling takes precedence over more general styling applied by the theme).


    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: Windgets Content below / Inhalt unterhalb #134947
    Zed
    Cryout Creations mastermind

    The not found / search form is displayed on the homepage of any WordPress site when it has no content (posts) to display. This can be avoided by publishing posts or setting the homepage to display a (static) page instead.


    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: Custom again #134910
    Zed
    Cryout Creations mastermind

    Hi,

    Please create a customization request (that form should work now) and include details about which plugins and what versions (plugins, PHP, WordPress) the site is running.


    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 / Bannerpage + Text not displayed #134909
    Zed
    Cryout Creations mastermind

    Hi,

    I would need to be able to browse your site to figure out what is going 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: How Do I Request a Quote for Customization #134908
    Zed
    Cryout Creations mastermind

    Hi,

    I apologize for our fervent spam filter imagining things and blocking more than it should have.
    Both the contact and custom work forms should be more understanding now.


    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: Changes in the 1.8 update #134903
    Zed
    Cryout Creations mastermind

    Thank you for the detailed info, however I am not able recreate this issue on my test site.

    Could you open a support ticket and include a Tempera settings export from your site?
    Perhaps there’s a specific configuration combination that triggers the fault.


    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: Pricing Tables #134902
    Zed
    Cryout Creations mastermind

    Hi,

    Thank you for your interest in Fluida.

    Our themes do not feature pricing tables functionality and we have no plans to include this as a feature at this time.
    There are plugins available in the repository (and commercially) which already provide this specific 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: Problem with blocks on the landing page #134901
    Zed
    Cryout Creations mastermind

    Hi

    theme_lpboxesbg is configurable in the theme’s color options:

    That value is used with slight random variations as the background color for individual boxes so they don’t appear too uniform if they lack images:

    You can override this randomized derivative background for all boxes in one section with the following CSS:

    #lp-boxes-1 .lp-box-image {
      background: #fff;
    }

    Edit the number to target a specific boxes section (1, 2 or 3) and adjust the color code as needed.

    The separator lines may be a side effect of this preset background in combination with custom DPI/zoom levels. Test if removing/adjusting the background also resolve the lines. If that is not the case, being able to browse your site will help in further investigating.


    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 - 31 through 60 (of 6,644 total)