Zed

Forum Replies Created

Viewing 30 posts - 61 through 90 (of 6,623 total)
  • Author
    Posts
  • in reply to: Add Mastodon social icon? #134834
    Zed
    Cryout Creations mastermind

    Hi,

    Adding extra social icons in Roseta (and our other themes) is a task complex enough to warrant its own dedicated tutorial, which we hope to get around to eventually.

    Until then, adding Mastodon (and a couple of other services) to the included icons list is on our to-do list for as soon as 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: WPBakery Page Builder –> Grid Layout not working? #134832
    Zed
    Cryout Creations mastermind

    Hi,

    We do not test our themes with all content builders plugin simply because that a task impossible to do.
    If the plugins use the correct coding practices and apply their functionality with the appropriate WordPress filters and actions, then they should just work – unless there’s some styling overlapping.

    Could you include a link to a page where the issue is present?


    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: Issues on pages presentation linked to plug-in update #134831
    Zed
    Cryout Creations mastermind

    Hi,

    The broken markup might be cause by some stray opening or closing tags in your custom content – browsers generally try to save broken markup by making assumptions about what is missing or lacks a pair.
    Since the primary sidebar is in its correct container and only the secondary one falls outside, look into any custom markup you may be having in the primary sidebar, including widgets that are not part of WordPrsss by default.


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

    Hi everyone,

    Last month’s Kahuna update addressed compatibility with PHP 8+ so those warnings/notices are no longer a problem.

    The only themes remaining to receive the same updates (and on which PHP 8 could be problematic – depending on server configuration) are currently Anima and Septera.


    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: Image title #134829
    Zed
    Cryout Creations mastermind

    Hi,

    Featured image sizes are automatically computed based on the configured theme options. Note that in WordPress registered images sizes (including those of the featured images) only apply to media uploaded from the moment after they are set. If you have existing featured images already assigned to content their crops need to be recreated according to the new values (using a thumbnail regeneration 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: Frontend changes due to update #134828
    Zed
    Cryout Creations mastermind

    Hi,

    What version of Nirvana are you using before the update and changes in appearance?


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

    Hi @jcoillard,

    Your error message is incomplete as it doesn’t reference the filename and line number. Those are necessary to track down what 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: I can’t put links in the slider :( #134824
    Zed
    Cryout Creations mastermind

    Hi,

    That should be fixed in today’s 1.2.4 slider plugin 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.
    Zed
    Cryout Creations mastermind

    Hi,

    The featured boxes sections weren’t designed to be used as an intro for more items of the same type so they don’t have a general “more” button/link.
    Adding such a button would technically be possible by placing a text area right below the boxes with the appropriate button/link content in it, but I’m not sure if the visual outcome would be satisfactory.


    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: Chage Next/Previous in single post navigation #134819
    Zed
    Cryout Creations mastermind

    Hi,

    In what way do you want to change those links?


    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 fully get rid of fonts.googleapis.com call? #134818
    Zed
    Cryout Creations mastermind

    Hi,

    Please see https://www.cryoutcreations.eu/forums/t/switch-do-not-use-google-fonts-to-skip-that-part-in-the-websites-header#post-134817


    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 support for local fonts is partially broken in the current themes release making them still attempt to enqueue the font files from Google.
    The
    if ( ! empty( $options[$itemg] ) && ! preg_match( '/custom\sfont/i', $options[$item] ) ) {
    check in includes/style.php should instead be
    if ( ! empty( $options[$itemg] ) && ! preg_match( '/local\sfont/i', $options[$item] ) ) {

    We’ll have this sorted out as soon as possible with another round of 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: Chenge Read more button i Blog section #134816
    Zed
    Cryout Creations mastermind

    Hi,

    That button’s text is directly configurable in the theme’s 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: Responsiveness for Mobile Not working? #134815
    Zed
    Cryout Creations mastermind

    Hi,

    I believe we’ve resolved this through the support service.

    For anyone else experiencing similar effects, the CSS can be broken by using a caching/minifying plugin. Such a plugin should be configured to not reorder the theme’s styles if merged as these need to be applied in the correct 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.
    in reply to: Add Third CTA Button #134813
    Zed
    Cryout Creations mastermind

    Hi,

    Because the CTA buttons are also present in the free edition of the theme, which has to follow the themes repository guidelines and only employ a limited number of configurable fields, the buttons are handled in a non-extendable manner. To add an extra button all the code responsible for the banner caption/buttons configuration and display would need to be replaced.


    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 with the same style like the principal title #134812
    Zed
    Cryout Creations mastermind

    Hi,

    The animation effect is done in JavaScript and is not transferable to other elements by using just CSS.


    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: Customizing through Serious Settings blocked by McAfee #134811
    Zed
    Cryout Creations mastermind

    Hi,

    That’s definitely weird. The only odd bit on that page could be the PayPal donation button/form.
    I can’t find any additional information about what “BehavesLike.HTML.BadDownload.dq” refers to.

    Seeing the actual page HTML as is generated by the server would definitely help.


    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: Cryout Abandoned Plugin with Kahuna #134810
    Zed
    Cryout Creations mastermind

    Hi,

    The companion Featured Content plugin has very little code and functionality (registering a custom post type), none of which required adjusting for compatibility or fixes recently. As a result we have not had to release any updates for it since 2019 (the plugin was initially released two years prior).

    We could periodically bump the supported version even if we make no actual changes to it, but that would also prompt unnecessary updates on all sites that have it installed.


    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: article pdf gets cut off #134809
    Zed
    Cryout Creations mastermind

    Hi,

    Disabling the fitvids functionality in the options should return the same result.


    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 a caption to Pages #134808
    Zed
    Cryout Creations mastermind

    Hi,

    The slider/banner feature is only available on the homepage. The rest of the site sections have the regular header which displays the appropriate section title, meta information (if it exists and is enabled) overlaid over the regular header 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: Changing the size of the header image #134807
    Zed
    Cryout Creations mastermind

    Hi,

    You can disable the full-screen header image option for that.


    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: Control layout of Query loop #134806
    Zed
    Cryout Creations mastermind

    Hi,

    Blocks are not currently styled with the theme’s built-in design as their markup can still suffer changes between WordPress releases, which would require us to redo this styling every time that happens.


    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: Widgettitle css class #134805
    Zed
    Cryout Creations mastermind

    Hi,

    The markup for the widgets containers (including the widget-title class) is generated by WordPress directly as the theme does not override it.

    Is this markup perhaps getting manipulated through filters by something else 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.
    in reply to: Menu Bug #134799
    Zed
    Cryout Creations mastermind

    Hi,

    That’s usually an indication of JavaScript failure. Use the browser’s developer tools to pinpoint the file(s)/code responsible (if any).


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

    Hi @garyc,

    Yes, our Plus themes come with example content which can be imported to recreate our demo sites.


    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: Does Nirvana Theme need an SEO plugin? #134797
    Zed
    Cryout Creations mastermind

    Hi,

    For best visibility and searchability, all sites (regardless of theme used) should use some form of SEO optimization – either using a plugin or done manually. The themes are only responsible for the visual side of things, not 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

    The line of code where the messages are displayed indicates that you are displaying posts without featured images assigned in the columns (which require images).

    The next theme update will include an additional check to avoid the warning in such cases, but using posts-generated columns without images is still an unsupported scenario.


    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: page/ post titles don’t display anymore #134794
    Zed
    Cryout Creations mastermind

    Hi,

    The header titles on your site are hidden through the theme’s 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: Homepage text on all text areas, no thumbnail #134793
    Zed
    Cryout Creations mastermind

    Hi,

    Please check our landing page tutorial to find out how this theme feature works and how it can be configured.


    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: Fix Header #134792
    Zed
    Cryout Creations mastermind

    Hi,

    Parabola does not include sticky/fixed menu 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.
Viewing 30 posts - 61 through 90 (of 6,623 total)