Zed

Forum Replies Created

Viewing 30 posts - 901 through 930 (of 6,629 total)
  • Author
    Posts
  • in reply to: How to decrease space between menu items (in dropdown) #106270
    Zed
    Cryout Creations mastermind

    Try the following CSS:

    #access ul.sub-menu a {
        line-height: 3; /* default is 3.5 */
    }

    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: Replace social media icon #105396
    Zed
    Cryout Creations mastermind

    The theme’s FAQs also include an example child theme to customize the socials – since code is also needed to perform this customization. I recommend downloading that example child theme and adding the code related to the socials in your own child 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: Page excerpts not displaying in front page #105394
    Zed
    Cryout Creations mastermind

    Do you use any multilingual or localization plugin on the site?
    Could you try temporarily disabling all other landing page sections except the icon blocks to test if that makes any difference in the excerpts displayed?


    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: Hamburger menu not working #105392
    Zed
    Cryout Creations mastermind

    @johnhoke, unless Chrome started duplicating rendering limitations that exist in Safari, the issue you’ve seen is most likely not the same one I’m aware of.
    If possible, please include a screenshot with the malfunctioning 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: Review rating not working #105391
    Zed
    Cryout Creations mastermind

    If you’re referring to the star fields (or any other additional fields) missing from the product comment form, I suggest switching the Comments Field Label option to Labels for increased compatibility with form customization plugins.


    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: Adjust appearance of excerpts on home page #105390
    Zed
    Cryout Creations mastermind

    Automatically-generated excerpts don’t include any of the original formatting, so for a poem type of text that would turn everything into a single blog of text. Using manual excerpts or applying a post format (since these don’t display excerpts at all) is a solution I would suggest in this case.


    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: Font Spacing #105389
    Zed
    Cryout Creations mastermind

    I think we’ve also discussed this via the support system and disabling the justified alignment was a solution to alleviate the less-than-desired words spacing.


    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 link fields support any kind of links acceptable to the browsers:
    https://html.com/anchors-links/#Internal_and_External_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.
    Zed
    Cryout Creations mastermind

    Both extra text areas are made up of individual elements – a title and a text.
    The following CSS targets the second set:

    #front-text2, #front-text4 {
        background-color: ...;
    }

    Note that the two elements do not span the full width and this will be visible when changing the background color, as their container has a margin.


    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: Serious Slider WordPress default home page #104615
    Zed
    Cryout Creations mastermind

    When placed in the content, the slider is limited to the content’s width limit (as it cannot overflow it).

    In Roseta Plus you can use the full width page template to create site sections that are not bound to the content limits – but you’ll need to write your own custom styling to control that page’s layout, or rely on a page builder 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.
    Zed
    Cryout Creations mastermind

    Which background color do you want to change? The general site background or the content section background?


    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 in previews when sharing page (like in Whatsapp) #104613
    Zed
    Cryout Creations mastermind

    That site configuration parameter is best handles by SEO plugins which also implement socials/third party resource control (most do 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: Cryout Serious Slider problem #104612
    Zed
    Cryout Creations mastermind

    If your site’s customization screen starts malfunctioning when activating a plugin, that’s more of a plugin issue than a theme one.
    Does the plugin work correctly and all WordPress configuration screens remain functional with any of the default Twenty themes?


    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: Site Title text-transform #104611
    Zed
    Cryout Creations mastermind

    The site title uses the font-variant CSS, not text-transform. Use:

    body #site-title a {
        font-variant: 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: Theme is crushing #104610
    Zed
    Cryout Creations mastermind

    I see you’re using a caching plugin. Try turning it off for a while (and clearing the cache) to test if it has anything to do with the missing styling.

    I’d need to catch the site in mid-malfunction to see what’s causing the missing styles, but it appears to work fine now (intermittent issues are most difficult to investigate).


    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: Hamburger menu not working #104609
    Zed
    Cryout Creations mastermind

    @juniper, you have changed themes in the meantime.


    @John
    , are you by chance experiencing those issues on an iPad?


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

    The provided URL does not appear to be functional at this time. Do you use any form of caching? This can interfere with option changes.

    I also notice the provided URL is a subfolder on an existing site. If the existing site has rewrite rules in place, these can also apply to the WordPress subfolder if they accidentally match, resulting in being displayed or getting redirected to incorrect site sections.


    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: controlling number of posts on front page? #104607
    Zed
    Cryout Creations mastermind

    That is an option provided directly by WordPress.

    https://wordpress.com/support/settings/reading-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: Main menu case – how to change from uppercase #104606
    Zed
    Cryout Creations mastermind

    Your CSS was close, but not specific enough. The theme applies capitalization on the inner span.
    Use the following CSS:

    body #access a > span {
        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: Woocommerce – 4 products/page? #104605
    Zed
    Cryout Creations mastermind

    Where are the products displayed on the site? I didn’t notice a store/shop section.


    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: Embed Twitter Timeline in Presentation Page Text Area #104604
    Zed
    Cryout Creations mastermind

    Scripts (and advanced markup) are automatically filtered by WordPress.
    To add such elements in the content you’ll need to use shortcodes, provided either by some plugin or coded manually.


    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: Post with full width (w/o sidebars) #104603
    Zed
    Cryout Creations mastermind

    Single posts follow the theme’s general layout option, as configured in the settings. Individual posts cannot use a different layout (the way pages can).


    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 the background color of a single page #104602
    Zed
    Cryout Creations mastermind

    If you mean you want a background color for the section you activated the shadow wrapping on, try the following custom CSS:

    .page article.hentry .article-inner {
        background: #eee;
        padding: 1em; /* avoids having the text too close to the edge */
    }

    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 image issue in Mobile view #104601
    Zed
    Cryout Creations mastermind

    Nirvana’s built-in slider is designed to display the caption below the image on mobile devices for reasons of visibility (this way both the image and the caption are visible).
    Also, as the slider image is shrunk enough to fit in the available width, it may no longer have enough height to provide room for the caption.


    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: Removing white boarders around images in content #104600
    Zed
    Cryout Creations mastermind

    You either use the plugin’s options to change them or turn the off (if possible), or override them with custom CSS:
    body .et_lb_image_box img { border: 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: how to change http to https in sidebar #104599
    Zed
    Cryout Creations mastermind

    Nextgen shouldn’t use hardcoded links (and even those would need to be located in the database so they’d be correctable).


    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: Where to change backgroun of Forms #104598
    Zed
    Cryout Creations mastermind

    Form elements don’t have their background color directly configurable, as they are designed to use the same background as the content, with the last 3 accent colors used for the border colors (to create the engraved effect).

    If desired, this can be overridden with custom CSS:

    input[type="text"], input[type="password"], 
    input[type="email"], input[type="color"], 
    input[type="date"], input[type="datetime"], 
    input[type="datetime-local"], input[type="month"], 
    input[type="number"], input[type="range"], 
    input[type="search"], input[type="tel"], 
    input[type="time"], input[type="url"], 
    input[type="week"], textarea, select {
       background-color: ...;
    }

    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 move the header image lower? #104597
    Zed
    Cryout Creations mastermind

    Your main navigation is long enough that it doesn’t fit in the available space and overflows onto the header image.
    To avoid this you can either rearrange your menu items so they take up less horizontal space or force-activate the mobile menu earlier:

    @media (max-width: 123px) {
       .cryout #nav-toggle {
    	display: block;
       }
       .cryout #branding {
    	margin-right: 3em;
       }
       #masthead.cryout #access {
    	display: none;
       }
    }

    Replace 123px with the screen width value when the menu starts overflowing (or a few pixels before).


    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: Site title not responsive on a mobile device #104596
    Zed
    Cryout Creations mastermind

    The site’s title does adjust size with screen width, however your site title is long enough (and the logo is also present) to not fit in the available width in some instances.

    You can further reduce the site title/logo to make them fit on screen with some custom CSS:

    @media (max-width: 540px) {
       #branding {
           transform: scale(0.7) translateX(-25%);
       }
    }

    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: Video Post alignment in Magazine layout #104594
    Zed
    Cryout Creations mastermind

    Thank you for pointing this out. We’ll get it sorted for the next theme 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.
Viewing 30 posts - 901 through 930 (of 6,629 total)