Zed

Forum Replies Created

Viewing 30 posts - 1,321 through 1,350 (of 6,645 total)
  • Author
    Posts
  • in reply to: "Plus" Version #94208
    Zed
    Cryout Creations mastermind

    We are not planning a Plus edition for Verbosa at this time.

    1. Headings formats can be adjusted with extra CSS (none of the existing Plus editions provide such options).
    2. Sticky posts already have a slightly distinctive styling (the pin icon) – how would you want to make them more obvious?
      Note that sticky posts are only relevant on the homepage (they are neither sticky nor distinct on other site sections).
    3. The theme is already translatable (see tutorial on this matter) however some strings visible on the frontend may not come from the theme (some may be part of WordPress, other from plugins).
      The text you are pointing out is part of the theme however, although it may not show up in the solution you are using for translating because the .pot file is not up to date. Rescan the theme files and update the .pot then it should become 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: Latest post does not show up for visitors #94207
    Zed
    Cryout Creations mastermind

    I believe we’ve figured this out through the support service to be from caching.


    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 de sizes of the verbosa headings h1 – h6? #94206
    Zed
    Cryout Creations mastermind

    Content headings are controlled by the theme’s Headings typography options.

    I was not able to see the H2 being larger than the site title on 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.
    Zed
    Cryout Creations mastermind

    Such a checkbox is part of neither WordPress nor the theme. It is either part of WooCommerce or another plugin which adds additional functionality to WooCommerce.


    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: Tempera: change/restore caption style #94204
    Zed
    Cryout Creations mastermind

    Improving compatibility with the (continuously changing) Gutenberg blocks is on our to-do list. We already did it once but then WordPress updates adjusted the HTML markup for caption blocks.

    Classic captions should continue to appear the same as before – I see you have a mix of both on the indicated 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: Featured Box Images and font on Slider Image #94203
    Zed
    Cryout Creations mastermind

    You can turn off the excerpts on the featured boxes by setting the excerpt length to zero words in the theme’s options – https://www.cryoutcreations.eu/docs/themes/options/landing-page/featured-boxes/

    You can also disable the excerpts on specific posts by entering empty content (spaces) in the manual excerpt fields for those specific posts.

    I am not sure what you mean by ‘previewing the font’. In Roseta the caption title inherits its font options from the Headings typography option – https://www.cryoutcreations.eu/docs/themes/options/typography/content/#headings


    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: Update of theme should not change layout of website #94202
    Zed
    Cryout Creations mastermind

    Mantra 1.9.9.3 is a very old release. We implemented multiple design and layout tweaks and changes in both the 2.0 and newer 3.0 release. We did these changes to optimize the functionality and structure of the theme, to bring it up to date with browser supports, HTML 5 markup and also some current design trends.

    These changes are part of the theme and will slightly change the appearance (mostly concerning font sizes and spaces/paddings) of your site after performing the update – there’s no way to avoid them except to undo them all manually (by customizing a lot of the styling).

    Beyond these changes (font sizes and spacings) nothing else should change due to the update. What other changes did you notice?


    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: Menu, how to scroll | Research #94201
    Zed
    Cryout Creations mastermind

    To adjust the menu structure/appearance further than what’s available you might want to search for and use a mega-menu plugin.

    The search functionality is the standard functionality provided by WordPress. If you need it to behave differently like provide search suggestions you may need to use some search-related enhancer plugin; or to change how results are displayed you will need to tweak and customize the theme’s search results template (search.php).


    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 size on Slides on Presentation Page #94200
    Zed
    Cryout Creations mastermind

    You can apply custom styling to

    body .nivo-caption { 
        /* to tweak the background and padding of the caption box */ 
    }
    body .nivo-caption h2 { 
        /* to tweak the caption title */ 
    }
    body .nivo-caption .slide-text {
        /* to tweak the caption text */ 
    }

    to customize the appearance of the slider caption box.


    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: Blog post on landing page #94199
    Zed
    Cryout Creations mastermind

    I am terribly sorry, but some of your emails ended up being flagged as spam and never reached out ticketing system. I unblocked them 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: @import deprecated, can this be updated? #94198
    Zed
    Cryout Creations mastermind

    What child theme are you using for Verbosa?

    I don’t believe we are using @import in Verbosa itself (there would be no reason for that since there are only 2 style files which get enqueued by the code).


    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: Display Site Title and Tagline #94197
    Zed
    Cryout Creations mastermind

    Use the theme’s settingsto control what is displayed in the header:
    https://www.cryoutcreations.eu/docs/themes-legacy/settings/header/#site-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: Can't Save Due to Invalid Settings #94196
    Zed
    Cryout Creations mastermind

    Something that you modified last before the issue appeared may have some weird/unexpected content that is causing trouble.

    Try remembering what the latest changes were and reverting them to see if the customizer returns to functional order.


    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

    Try the following CSS:

    body #front-columns { margin-top: 0; }
    body #front-text1 { padding-bottom: 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: Old Posts on landing page #94194
    Zed
    Cryout Creations mastermind

    Did you manage to resolve this in the meantime?

    The posts in the featured boxes now appear sorted in the same order as the standard posts list.


    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

    Please disable the images lazyload functionality and the posts should arrange themselves correctly.

    The code stacking the posts needs to calculate their height. Since the images are not present at that moment, the space they should occupy is not included in the calculations, and when they pop-up later, they make things overlap.


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

    In WordPress’ additional CSS field (in the customize interface) or in the custom CSS plugin of your choosing.


    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: Boarder around post images #94191
    Zed
    Cryout Creations mastermind

    You can apply the desired border styling to:
    .home article.hentry .post-thumbnail-container { ... }


    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: Adding two more sections to body of home page #94185
    Zed
    Cryout Creations mastermind

    In the free edition of the theme the posts list is the last section of the landing page.

    The Plus edition has the sections order on the landing page a configurable setting (in the free edition this is possible only by editing the theme file responsible for rendering the landing page – content/landing-page.php)


    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: A non well formed numeric value encountered #94184
    Zed
    Cryout Creations mastermind

    Actually we’ve tracked this down to an incorrect data value (changing its type from number to string) in the options defaults. We’ll get it sorted out in the upcoming 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: Custom CSS Processing Bug #94183
    Zed
    Cryout Creations mastermind

    Actually we’ve tracked this down to an incorrect data value (changing its type from number to string) in the options defaults. We’ll get it sorted out in the upcoming 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: How to change date size #94182
    Zed
    Cryout Creations mastermind

    Could you post a link to your site?

    In Fluida meta attributes are displayed between the title and the content (at the top of the post) not below it.


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

    Sample content for the Plus themes is provided on request through our 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: translation of search input text #93872
    Zed
    Cryout Creations mastermind

    That text is part of the theme’s strings and can be translated through WordPress’ built-in support for translations:

    https://www.cryoutcreations.eu/wordpress-tutorials/how-to-translate-a-wordpress-theme-iii

    https://www.cryoutcreations.eu/wordpress-tutorials/how-to-translate-a-wordpress-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: Esotera Child Theme? #92346
    Zed
    Cryout Creations mastermind

    Thank you for reminding us that we’re behind on publishing the sample child theme for Esotera.
    It is now available for download from your account.


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

    You can hide the header image on smaller screens with custom CSS:

    @media (max-width: 800px) {
       body #header-image-main {
           display: 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: Problem with Menu Alignment #92344
    Zed
    Cryout Creations mastermind

    The menu always has a bit of a shadow when the fixed menu option is active and you’ve scrolled away from the top of the site. This is done to make the menu stand out on top of the underlying 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: Pluggin not working when not logged in #92305
    Zed
    Cryout Creations mastermind

    Does the plugin work as expected if you temporarily switch to one of the default Twenty themes?
    Does the theme switch even apply on the frontend?


    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: Excerpt and bkgnd colour issues #92304
    Zed
    Cryout Creations mastermind

    Posts using post formats are special purpose and are always displayed in full (same as sticky 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: Dropdown menu doesn't work on tablet landscape #92303
    Zed
    Cryout Creations mastermind

    The theme displays the desktop menu on all screen sizes larger than the limit set for the mobile menu activation.

    In the Plus edition this limit is configurable, so you can enable the mobile menu earlier making it apply on tablets (and smaller computers) as well.


    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,321 through 1,350 (of 6,645 total)