Zed

Forum Replies Created

Viewing 30 posts - 1,261 through 1,290 (of 6,640 total)
  • Author
    Posts
  • in reply to: Your plans for Legacy Themes #95678
    Zed
    Cryout Creations mastermind

    You can find them listed as such in the documentation:
    https://www.cryoutcreations.eu/docs/themes-legacy/


    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 disable hover text from category links? #95676
    Zed
    Cryout Creations mastermind

    The title attribute is used by the browser for accessibility reasons and its display is under the browser’s control. The title attributes should never include that much content (how are you getting it there, anyway? those normally include just the categories title).

    You can force some browser behaviour changes with the following CSS:

    #categories-4 a:hover {
        pointer-events: none;
    }

    but this may render the links totally unusable on some browsers.


    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: STRETCH LOGO IN THE HEADER #95672
    Zed
    Cryout Creations mastermind

    Your site does not appear to be using the logo feature at this time.


    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: Edits not working on Responsive Interface #95671
    Zed
    Cryout Creations mastermind

    <!– Cache Enabler by KeyCDN @ 20.11.2019 18:49:50 (html) –>

    You are using caching on your site which may prevent changes from applying instantly and/or applying with different delays for authenticated and non-authenticated users.


    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: Main menu font color #95670
    Zed
    Cryout Creations mastermind

    Please see the theme FAQs on this matter:
    https://www.cryoutcreations.eu/docs/themes-legacy/faqs/mantra/#where-are-the-menu-fontcolour-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: Text-indent in Custom CSS #95669
    Zed
    Cryout Creations mastermind

    The .ProseMain class is not part of the theme’s styling.
    If you are adding this on particular elements ensure that those elements actually have this class and/or make your styling more specific (reference additional parent container classes/IDs in the identifier).


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

    The theme supports up to 5 social icons. The indicated site displays 7 social icons, which means it was customized to do this.
    You will most likely need to browse the code of the child theme to figure things out (the customizations may be based on the information available here: https://www.cryoutcreations.eu/docs/themes-legacy/faqs/tempera/#how-to-add-another-social-icon-in-tempera)


    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

    Texts that are part of the theme can be changed using the translations functionality built into WordPress. Please see the dedicated tutorial on this topic:
    https://www.cryoutcreations.eu/wordpress-tutorials/editing-theme-strings-translations


    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 – still asking me to upgrade to Plus #95666
    Zed
    Cryout Creations mastermind

    The Arcanum child theme is a (free) Esotera child theme and does not apply to Esotera Plus.

    It is not needed for the Plus edition as its styling is already integrated into that and can be selected from the theme’s color 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: Remove top nav bar #95665
    Zed
    Cryout Creations mastermind

    All of the theme’s menu locations are configurable through WordPress’ built-in menu options. To leave the main navigation empty assign an empty custom menu to it (otherwise this navigation will display the default pages menu).


    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 after header #95664
    Zed
    Cryout Creations mastermind

    That is not possible with the existing theme functionality.
    To change the order of the header elements the entire theme header section would require a code and styling rewrite.


    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: Help editing 'find us' and about the site' in sidebar #95663
    Zed
    Cryout Creations mastermind

    Two of those are the widget titles, which are generally configurable in the widgets themselves (in WordPress’ widgets administration section in the dashboard).

    The ‘menu’ title is not directly configurable, but can be changed using translations.


    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: Search Bar #95662
    Zed
    Cryout Creations mastermind

    1. The search icon is appended at the end of the menu. To change its position you’d need to modify the code controlling its addition.

    2. If you refer to adding a search input (and perhaps the ‘search’ button as well) in the menu itself, that’s not something easy to do.


    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 have Hamburger menu at all times #95661
    Zed
    Cryout Creations mastermind

    The Plus edition has built-in support for enabling the mobile menu at a configurable screen width. In the free edition you’ll need to use custom CSS to do that:

    body #nav-toggle {
        display: block;
    }
    body #access {
        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: multi column menu #95659
    Zed
    Cryout Creations mastermind

    Our themes support mega menu plugins in the main navigation location, however they require a one line change to disable the built-in styling from applying on the menu.
    Edit the header.php file (preferably through a child theme) and rename the access ID from the main container to anything else (like access2).


    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: Main Page of Mantra is displaying the template #95658
    Zed
    Cryout Creations mastermind

    Your site is displaying the theme’s presentation page feature with the default demo content. Have you always used the presentation page? Was it configured with your own content in the slider/columns sections? If not, you can disable the presentation page from the theme’s settings.


    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: H1 headline (h1.entry.title) DISAPPEARS on narrow devices #95657
    Zed
    Cryout Creations mastermind

    You’re using a long section title with the contained header image (which resizes to fit on the available width, resulting in a very short header space for the title). To make your long titles work with the current header image you should switch to using cropped header images.
    https://www.cryoutcreations.eu/docs/themes/options/header/content/#header-image-behaviour


    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: PageSpeed Insights – #95148
    Zed
    Cryout Creations mastermind

    Hi Mark,

    I’m sorry to say, but Google is not and does not make standards.
    There’s a consortium that defines CSS and HTML standards and any changes need to pass through there to become official and be adopted by all browsers. Some vendors may choose to adopt proposed changes earlier, but that doesn’t make those changes standards.

    Otherwise, we’ll just end up in a new IE era, but with Google/Chrome at the center of all problems 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: how to make enlarge images #95147
    Zed
    Cryout Creations mastermind

    To make content images clickable make sure you enable their links when inserting/editing them (in the editor). You’ll also need to use some kind of fancy/color/light-box plugin to make the larger images pop-up on the existing site (WordPress functionality will simply make the browser display just the image file in the current tab).

    WordPress.com provides some detailed information on how to use images in the content (although the interface is not identical to the .org counterpart):

    https://en.support.wordpress.com/images/


    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 Make a Left Sidebar Sticky #95146
    Zed
    Cryout Creations mastermind

    Adding notifications at the top, over the content or at the bottom of the site should work with any theme if the plugin is correctly coded. Try a different plugin if the one you used seemed to not work.

    The theme’s sidebars are not designed to be sticky – achieving this with a plugin will most likely not be possible (since the plugin cannot take into account any theme’s possible styling). This should be possible with custom styling, but it is not an easy task (also, the “stickyness” behaviour is variable)


    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 featured images #95145
    Zed
    Cryout Creations mastermind

    The display of featured images is controlled by the theme’s options:
    https://www.cryoutcreations.eu/docs/themes/options/post-info/featured-image/?theme=esotera


    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: H1 headline (h1.entry.title) DISAPPEARS on narrow devices #95144
    Zed
    Cryout Creations mastermind

    Can you show us a screenshot or a link with the site where you observe that behaviour?


    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

    You can precisely control the content and layout of your menus by using custom menus:
    https://www.cryoutcreations.eu/wordpress-tutorials/how-to-use-a-custom-menu-in-your-wordpress-website


    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: Anker link to lp-blocks #95142
    Zed
    Cryout Creations mastermind

    Hi Tanner,

    The links should be:

    #lp-blocks1
    #lp-blocks2

    The second icon block section is available in the Plus edition of the theme only.


    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: Suspected bot Message #95141
    Zed
    Cryout Creations mastermind

    I have also discussed this issue through our support service. My last suggestion was to track down which plugin is responsible for the comments blocking but we have not heard back from you.
    Did you manage to identify the plugin and resolve the issue?


    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 save posts, text disappears after saving #95140
    Zed
    Cryout Creations mastermind

    The text areas are, as their name implies, dedicated to text.
    Their input is parsed with WordPress’ core sanitization functions to make content safe, resulting in any complex markup, especially scripts, to be filtered out.

    To insert scripts on the site use plugins: https://wordpress.org/plugins/header-and-footer-scripts/


    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: Multi Site WP and Plus Themes #95139
    Zed
    Cryout Creations mastermind

    The Plus editions always have and always will work on multisite WordPress installation. The only limitation concerning multisite is that the automatic updates functionality is not available there (you would need to manually update the theme(s) when new releases become available).


    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: Arcanum Comment Section Capitalization #95137
    Zed
    Cryout Creations mastermind

    That is a design choice which you can turn off with CSS:

    body .comment-form-author input, 
    body .comment-form-email input, 
    body .comment-form-url input, 
    body .comment-form-comment textarea {
        text-transform: 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: Printing in Chrome gives Grey Box and No Text #95134
    Zed
    Cryout Creations mastermind

    I’m not sure how I missed your message on my previous rounds through the forum.
    I can confirm the issue is present in the theme and we’ll have it fixed in the next update. Until then you can apply the following custom styling to your site to correct it:

    @media print {
        #site-header-main .site-header-top { 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: No Update in Many Months! #94818
    Zed
    Cryout Creations mastermind

    Tempera (and our other settings-based themes) have pretty much reached their feature and functionality maturity and we consider them stable.

    We are now updating them only when necessary to fix identified bugs or improve compatibility with new WordPress releases.

    Nowadays we’re constantly bombarded with update notifications and everything is constantly getting a new release almost daily. Personally I don’t like this and feel that nothing is ever properly tested any more. Software done right and working doesn’t require constant modifying and changing – that only adds to the uncertainty factor.


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