Zed

Forum Replies Created

Viewing 30 posts - 1,081 through 1,110 (of 6,634 total)
  • Author
    Posts
  • in reply to: remove sidebar from front page #100850
    Zed
    Cryout Creations mastermind

    Categories will follow the general layout configured in the theme (categories can have neither templates nor meta options associated with theme for the theme to use).


    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 sharing functionality works fine for me on mobile devices (on full posts):

    If you’re expecting the sharing buttons to also appear on the homepage, you need to check if the plugin can also enable itself on the post excerpts – as the homepage posts list displays just excerpts, not full 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: Issue with the website link and Instagram/Pinterest. #100233
    Zed
    Cryout Creations mastermind

    Are both of you using iPhone or iPad?

    The theme uses browser detection to ensure some styling is adjusted for a rendering issues we have observed with the Safari browser.

    If you’re browsing the site through an app then the browser signature can be different and the theme does not detect that as being Safari (although all web rendering on iPhones/iPads is done with Safari’s engine) resulting in the rendering issue no longer being avoided.

    We’ll look into this to see if we can extend the detection 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: Codex submenu issue #100232
    Zed
    Cryout Creations mastermind

    The screenshots seem to indicate that there could be some styling missing. Is the issue permanent or intermittent? Could you test with multiple devices to see if you see the same result on all of them?

    The site appears to load and work fine for me in my tests (although it intermittently takes a very long while to load).

    Also note that you are using caching and you may need to turn this off to rule out any interference (and to ensure any configuration changes you make take immediate 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: Increase padding after header #100228
    Zed
    Cryout Creations mastermind

    The CSS above only applies to headings inside content.

    Titles are targeted by different identifiers:

    #content h1.entry-title, #content h2.entry-title {
        padding-bottom: 0.6em;
    }

    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 remove squared element in the title #100227
    Zed
    Cryout Creations mastermind

    The effect is only designed to apply to one character. It’s not simple to change it to 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: Rename Landing Page #100226
    Zed
    Cryout Creations mastermind

    The menu and its items can be administered through WordPress’ menu management interface (either under Appearance > Menus or from the customize screen).


    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: Empty space under a gallery disappeared #100225
    Zed
    Cryout Creations mastermind

    That may be how the WordPress team intended for the (new) galleries to look.

    We’ve long learned to avoid styling core elements too much in the themes as they can change periodically. And that’s been worse since the new block 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: Which theme uses CRYOUT CREATIONS? #100194
    Zed
    Cryout Creations mastermind

    If you’re asking about what theme we use on our site – it’s a custom-built one (loosely based on Fluida) which includes all the functionality and features we need.


    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 remove squared element in the title #100193
    Zed
    Cryout Creations mastermind

    The theme has the option to select which letter that effect applies to (or disable it), but not its appearance.

    You can try the following CSS to make the background square round:

    #site-title span a span:nth-child(1) {
        border-radius: 100px;
    }

    If you’ve adjusted the position of the marked letter, you’ll need to edit 1 to the correct number.


    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: Codex submenu issue #100192
    Zed
    Cryout Creations mastermind

    Could you provide some screenshots to exemplify this 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: Loading plugins on mobile that are off #100191
    Zed
    Cryout Creations mastermind

    Keep in mind that browsers can also cache content (especially mobile ones).

    Did you test with a different browser or mobile device to see if you still see the deactivated elements?


    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: Empty space under a gallery disappeared #100190
    Zed
    Cryout Creations mastermind

    Inline styling usually indicates it is generated at runtime, normally from configurable options. Check if the interface you use to set up the galleries provide you with controls for the margins 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.
    in reply to: Social Media Icons #100189
    Zed
    Cryout Creations mastermind

    @simone369, I believe you are looking at the wrong documentation.

    Nirvana’s documentation (specifically the socials section) is available at:
    https://www.cryoutcreations.eu/docs/themes-legacy/settings/social/

    The theme’s settings page is in the dashboard, no the Customize interface.


    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 the image of your landing page parallax #100188
    Zed
    Cryout Creations mastermind

    The landing page itself does not have a background image. The text area sections do have background images (the source pages’ featured images) and they already use this effect.

    Without an example link it is difficult for me to understand what you refer to.


    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 “&display: swap” to the google fonts request #100187
    Zed
    Cryout Creations mastermind

    You can also try using the Google font identifier field to define the font name and append &display=swap to that name.


    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: Separators not displaying correctly. #100186
    Zed
    Cryout Creations mastermind

    Separators are styled by the theme (there is a short separator line visible on the right side).


    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: Increase padding after header #100184
    Zed
    Cryout Creations mastermind

    Try the followings CSS:

    .entry-content h1, .entry-content h2, .entry-content h3,
    .entry-content h4, .entry-content h5, .entry-content h6 {
        padding-bottom: 1em; 
    }

    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 not showing up in Codex #100183
    Zed
    Cryout Creations mastermind

    Could you link to a post (or page) exhibiting this?


    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: Hover Colour on Cryout Column Photos #100182
    Zed
    Cryout Creations mastermind

    The columns dark overlay is there to improve the text visibility. If you want, you can disable the overlay with CSS:

    body .column-image-inside {
        background-color: transparent;
    }

    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 images not visibile #100181
    Zed
    Cryout Creations mastermind

    None of your posts appear to display their featured images. The images visible are actually part of the content.

    Is the posts display currently set to excerpt or full posts?
    Featured images are only displayed with excerpts.


    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 reduce space between menu items (Esotera) #100174
    Zed
    Cryout Creations mastermind

    Menu items left/right padding:
    body #access a { padding-left: 1em; padding-right: 1em; }

    The menu height is shared with the logo and the sidebar menu toggler, so these would all need adjusting at once. The menu’s height also applies to the fixed menu.

    You can reduce the submenu items height with:
    #access ul.sub-menu a { line-height: 2.5; }

    Adjust the values as desired.


    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: Stop the wiggle effect #100173
    Zed
    Cryout Creations mastermind

    You can control that from Nirvana’s presentation page options – the Photo Frames option:
    https://www.cryoutcreations.eu/docs/themes-legacy/settings/presentation-page/#columns-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: Two column landing page #100172
    Zed
    Cryout Creations mastermind

    Some landing page elements described in the documentation do not apply to Verbosa (you can see which themes specific information applies to by the presence of the theme indicators on the right side of the titles – Verbosa uses [VE]).

    Verbosa’s Posts Layout option is located in its Layout options panel.


    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: Header stuck on one side #100171
    Zed
    Cryout Creations mastermind

    I am not seeing what you’re describing. In Roseta the site title & logo are located at the horizontal center of the browser window/screen.


    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: Rename Landing Page #100168
    Zed
    Cryout Creations mastermind

    The title used for the homepage is the one belonging to the static page currently assigned to the home in WordPress’ settings.

    Additionally, if you need to adjust SEO options for the homepage (using a plugin), these are also the ones associated with that static 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: Presentation Page missing posts on mobile devices #100167
    Zed
    Cryout Creations mastermind

    The posts list does not appear to be currently enabled 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: Page Title background color change #100166
    Zed
    Cryout Creations mastermind

    That is configurable in the options:
    https://www.cryoutcreations.eu/docs/themes/options/colors/header/?theme=roseta#overlay


    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

    There’s no built-in option, but that can be done with CSS. However since you are using the theme’s header titles functionality it is not safe to do this since the title requires a header image to be displayed 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: Using gtranslate and fluidia for RTL sites #100164
    Zed
    Cryout Creations mastermind

    I am not familiar with that plugin. Is it a multilanguage plugin?

    Who is “they” and have they also indicated in what way the CSS needs to be edited?


    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,081 through 1,110 (of 6,634 total)