Zed

Forum Replies Created

Viewing 30 posts - 1,111 through 1,140 (of 6,640 total)
  • Author
    Posts
  • in reply to: Disable sidebar on mobile #100154
    Zed
    Cryout Creations mastermind

    There’s nothing to fix as the theme already has a widget area which is completely hidden on mobile devices (and two others that remain 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: Critical error after update #99800
    Zed
    Cryout Creations mastermind

    Could you check if you’re able to get the specific PHP error message for the issue you are encountering (from the error logs)?

    Which WordPress and PHP versions is your site running 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: No more pop up windows #99395
    Zed
    Cryout Creations mastermind

    You have multiple JavaScript errors on your site, which affect a lot of the site features (like the menus and the slider).

    Try checking if any of the active plugins has anything to do with this by temporarily disabling them all to check if the issues are resolved and then re-enable them one by one.


    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: Disable sidebar on mobile #99394
    Zed
    Cryout Creations mastermind

    Verbosa has distinct widget areas in its sidebar and these are displayed differently on mobile devices:
    https://www.cryoutcreations.eu/docs/themes/widget-areas/?theme=verbosa


    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: Show full post instead of excerpt on home/main page? #99393
    Zed
    Cryout Creations mastermind

    The appearance of posts displayed in the landing page’s posts list is controlled by the theme’s excerpt options:
    https://www.cryoutcreations.eu/docs/themes/options/post-info/excerpts/

    The rest of the sections have their own content and appearance options:
    https://www.cryoutcreations.eu/docs/themes/options/landing-page/general/
    however not all can accept full 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: Slider at pages #99391
    Zed
    Cryout Creations mastermind

    Sliders can be inserted in pages/posts even with the free edition.


    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 first identifier in the apply_filters() call tells WordPress which (existing) filters to use for that call. In this case it applies the same filters as applied on excerpts to the data returned by the second argument – the get_the_excerpt( 'excerpt', $pageid ) call.

    This is the code returning the excerpt of the page which you need to change to return full content instead.

    WordPress has a get_the_content() function that can be used instead, but parameters will need adjusting and care should be taken for the details provided in the ‘more information’ section of that 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: scroll on same page #99389
    Zed
    Cryout Creations mastermind

    You can use in-page links to do that:
    http://www.echoecho.com/htmllinks08.htm


    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

    That happens due to leftover debugging code resetting the ‘do not remind’ state (which we’ll correct in the next child theme update).
    Edit the child theme’s includes/notices.php file and comment out or remove the following line:
    set_theme_mod( 'liquido_configured', FALSE ); // TEEEEEEEMMMMMPPP!!!!!
    Then use the ‘hide’ button once more.


    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 between content and footer #99387
    Zed
    Cryout Creations mastermind

    The space between the content and the footer is not configurable through the options (and comes from the content elements). The theme is not really designed to be used with only a slider on the homepage.

    You can disable the padding/margin generating that empty space with the following CSS:

    body .slider-wrapper {
        margin-bottom: 0;
    }
    body #pp-afterslider { 
        padding-top: 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: Color Scheme of the Demo Site #99386
    Zed
    Cryout Creations mastermind

    The demo site runs Roseta, not Codex (Roseta’s child theme).
    Disable Codex and re-activate (the parent) Roseta theme and your site will look like the demo.


    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 between content and footer #99232
    Zed
    Cryout Creations mastermind

    You need to adjust the margin top option only.
    The other one applies to the left/right content padding (which can make your text go all the way to the content edges).


    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: Color Scheme of the Demo Site #99231
    Zed
    Cryout Creations mastermind

    You also have Roseta’s Codex child theme installed (and active). Codex has its own color scheme.


    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 Crop Error #99230
    Zed
    Cryout Creations mastermind

    Can you link the new logo image file (or send it to us through the customization form)?


    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 between content and footer #99218
    Zed
    Cryout Creations mastermind

    You are using caching on the site so this may delay the option change from taking effect.


    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: Color in editor won’t work #99217
    Zed
    Cryout Creations mastermind

    We will definitely fix that in the next theme update, however until then the color controls are still (almost) usable in their current state.
    Perhaps try with a different browser?


    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: Caption pin bug #99216
    Zed
    Cryout Creations mastermind

    The content bullets are no longer visible on your site, as can be seen in this post: https://www.brr.no/wordpressbrr/siste-oppdateringer-av-sider-og-innlegg-blogg/

    Are you looking to disable the sidebar list “bullets” (actually arrows) as well? Those are not controlled by the (currently non-working) setting.


    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: Blocks making me miserable #99215
    Zed
    Cryout Creations mastermind

    Blocks are provided by WordPress and its new block editor. They are not added nor controlled by the theme.

    WordPress.org has documentation on how to use the new visual editor:
    https://wordpress.org/support/article/wordpress-editor/

    You also have the option to revert to the classic visual editor by installing a plugin (you can even mix or switch between the two for different content items):
    https://wordpress.org/plugins/classic-editor/


    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: Color Scheme of the Demo Site #99213
    Zed
    Cryout Creations mastermind

    Our demo site is using the color scheme the theme comes with by default.

    If you have changed the colors in the meantime you can restore the default for each color (from the respective option) or reset all theme options from the theme’s about page in the dashboard (careful if you have already configured other aspects of the theme’s options for your site as that resets every theme option, not just the colors).


    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 did update the theme :( #99212
    Zed
    Cryout Creations mastermind

    Nirvana 1.5 includes several necessary structural and visual changes, as described in the update announcement and this forum topic, which require updating the child theme for compatibility.

    You can download the latest available NoLink child theme from your account (I just added the necessary access now).

    If you have not edited your existing child theme files in any way, update it by simply deleting the installed child theme and installing and activating the newer one.


    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: Alternate header image #99194
    Zed
    Cryout Creations mastermind

    You can customize the mantra_title_and_description() function (defined in theme-functions.php) via a child theme to make it output an image srcset for the header image (leaving the browser choose the desired image file based on screen size).


    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: Color in editor won’t work #99147
    Zed
    Cryout Creations mastermind

    We are aware of that issue since WordPress 5.3’s accessibility changes. Clicking the desired color twice and pressing enter after entering a color code should still work.


    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 fields to a taxonomy term #99146
    Zed
    Cryout Creations mastermind

    Categories don’t have featured image functionality in WordPress.

    A plugin may hide the additional attributes to associate such an image to a category, but this custom functionality would need to (manually) be accounted for on the frontend (specifically for the method used by that particular 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: Hide menu on page 8 #99144
    Zed
    Cryout Creations mastermind

    Those identifiers were close, but not completely correct:

    .page-id-8 #access {
        display: none;
    }

    should work.


    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: More posts button on the presentation page… #99143
    Zed
    Cryout Creations mastermind

    Parabola was created before Tempera and Nirvana were, and we have never backported this functionality to 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: Plus theme upgrade #99142
    Zed
    Cryout Creations mastermind

    eCheck orders take several days to be processed by PayPal.
    Our system will automatically finalize the order process and provide you access to the purchased resources when it receives the confirmation from PayPal.


    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 you make a video full width #99140
    Zed
    Cryout Creations mastermind

    The header is normally full width. Ensure that the video you are using in the header is wide enough to fill up the header (when viewed on a larger/wider display) while also fitting in the configured height (if its height is shrunk to fit, its width will also be reduced proportionally).


    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: Customize Posts Page #99138
    Zed
    Cryout Creations mastermind

    1. The blog section displays all posts (without any filtering options).
    If you only want to list specific posts, sort them in categories and link to the categories instead (and you’ll have to stop using the blog section).

    2. Esotera is designed with a particular visual layout. If you need a different layout, one of our other themes may be a better match.


    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: Change CTA position in header #99136
    Zed
    Cryout Creations mastermind

    The CTA buttons positions are not directly configurable (they can however, be tweaked with custom styling if needed).
    To remove them simply leave the related CTA button fields empty in 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: Mobile rendering essentially broken. #99135
    Zed
    Cryout Creations mastermind

    Free support in the forum is provided as our own time and availability permits.
    If you are pressured by time constraints you can use our priority support service instead.

    The screenshot alone is insufficient to identity the reported issue and its cause.
    How did you apply a YouTube video in the header area of a page? WordPress does not provide such functionality for individual pages, it only supports video headers on the homepage.


    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,111 through 1,140 (of 6,640 total)