Zed

Forum Replies Created

Viewing 30 posts - 1,561 through 1,590 (of 6,644 total)
  • Author
    Posts
  • in reply to: Featured images in Categories #76459
    Zed
    Cryout Creations mastermind

    Such functionality does not exist in WordPress by default. Categories themselves do not have a ‘featured image’ option, although they do have a description field which does accept HTML (but using that to insert an image would also need some CSS tweaks).


    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: download Upgrade Plus Rosetta theme #76458
    Zed
    Cryout Creations mastermind

    All downloadable files are available in your account.


    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: translate "Search Results for:" #76457
    Zed
    Cryout Creations mastermind

    Did you search through the translatable strings?


    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: Move the menu under the header photo/video #76456
    Zed
    Cryout Creations mastermind

    Due to the complexity and the customizability of the theme, you’ll need to modify plenty of code and styling to perform such a change.

    Most of the code handling the menu (and the header area) is located in includes/core.php


    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 color on metadata in blog post #76452
    Zed
    Cryout Creations mastermind

    Try this CSS:

    .single .entry-meta.aftertitle-meta a, 
    .single .entry-meta.aftertitle-meta time {
        color: #fff;
    }

    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 italics in footer #76451
    Zed
    Cryout Creations mastermind

    Use this CSS:

    body #site-copyright {
        font-style: normal;
    }

    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 content closer to page title #76450
    Zed
    Cryout Creations mastermind

    Use this CSS:

    body .entry-content, body .entry-summary {
        padding-top: 2em;
    }

    The default value is 2em, you can adjust it 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: Dropdown menu not working #76448
    Zed
    Cryout Creations mastermind

    The menu content needs to fit in the available space on the target screen sizes (or the mobile menu needs to be customized to activate earlier – at the point the configured menu no longer fits).

    This limit is configurable through the options in the Plus 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.
    in reply to: Missing Icons on HomePage #76447
    Zed
    Cryout Creations mastermind

    Your site is accessible via multiple URLs (with the hosting account not being configured to accept this scenario).

    Please see https://www.cryoutcreations.eu/forums/search/CORS


    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: Blurred images in Fluida #76446
    Zed
    Cryout Creations mastermind

    Which one of the images on the indicated URL are you seeing blurry, for example?


    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 image no responsive in "boxed" #76444
    Zed
    Cryout Creations mastermind

    Can we see the 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: Post excerpts not showing in frontpage and other pages #76442
    Zed
    Cryout Creations mastermind

    As an additional bit of information, only standard posts follow the excerpt options in Nirvana. Post formats are always displayed in full (since they are intended to be used in specific instances).


    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 won't wrap around images #76441
    Zed
    Cryout Creations mastermind

    Based on that image the styling on the site looks broken or doesn’t load at all.
    The lack of text wrapping and the visibility of the ‘skip to content’ link shouldn’t be the only visible issues.

    If you’re using a child theme, make sure you correctly load the styles for both the parent theme and the child theme (in this 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: Nirvana – Custom CSS for style-mobile #76440
    Zed
    Cryout Creations mastermind

    Make it a bit more specific:

    @media (max-width: 1024px) {
    	body .nivo-caption {
    		top: auto;
    	}
    }

    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: Get rid of gutter around page elements #76438
    Zed
    Cryout Creations mastermind

    The presence of space between structural elements is a feature of the theme’s design (Parabola is intended to look blocky).


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

    You have set the theme’s header height to zero. This means neither of the header content (logo/title AND header image) will be visible regardless of how they are set.


    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: Footer backgroundcolor gradient #76435
    Zed
    Cryout Creations mastermind

    @heinenmja: Apply this CSS to remove the space between the header image and your custom menu:
    body #access { margin-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: CSS had saved with Theme update….!!! #76434
    Zed
    Cryout Creations mastermind

    All theme settings (including the Custom CSS and Custom JS fields) are kept over updates. For extra safety you can also perform a theme settings export from the theme’s settings 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: PageSpeed Insights – #76245
    Zed
    Cryout Creations mastermind

    The ‘font-display’ attribute is part of the CSS 4 working draft.
    Validators and optimizer should test for currently approved standards, not proposed/unstable ones.


    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: Move the menu under the header photo/video #76005
    Zed
    Cryout Creations mastermind

    This is not a change that’s built into or supported by the 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: Featured image not appearing in pages #76004
    Zed
    Cryout Creations mastermind

    Featured images do not appear inside published content (posts or pages). Featured images are displayed in the header of the site (unless the option is disabled) for single post/page sections or together with the post/page title and intro where these are displayed in a list (blog, category, search results).


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

    The social links functionality is included in both free and Plus editions of the theme.
    Using the social icons is covered in the documentation and the dedicated socials tutorial.

    If you’re looking for social sharing (or ‘like’-style) buttons for your content, those are usually provided by additional 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: Customization not 'sticking' in preview/publish #76002
    Zed
    Cryout Creations mastermind

    Did you ‘save’ the customizations? Are you perhaps using a caching plugin? (which prevents the changes from happening instantly on the frontend – although it shouldn’t apply in the customize screen)

    Also, a link to the site could prove useful.


    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 Images Only Alt Text on Mobile #76001
    Zed
    Cryout Creations mastermind

    Posts content images appear to work fine on my device (at this time).

    Are you still having this issue? What device(s)/browser(s) are you testing with?


    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: Enabling Septera landing header video on mobile #76000
    Zed
    Cryout Creations mastermind

    The header video feature is core WordPress functionality and as far as I know is not intended for mobile browsers:

    For instance, it might be desirable to test the user agent to prevent videos from loading on mobile devices that don’t support autoplay. As browsers introduce bandwidth APIs, it may also be worthwhile to disable video on devices with limited bandwidth.

    https://make.wordpress.org/core/2016/11/26/video-headers-in-4-7/


    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: Landing page SEO #75999
    Zed
    Cryout Creations mastermind

    Logic dictates that using a couple of the same paragraphs of text in two distinct locations (a single page or post and also part of a bigger thing) should not be the same as the exact same context (text) and structural markup be present at two different URLs.

    After all, the internet is built on top of (some) content duplication.

    However, mysterious are Google’s ways, so we’ll never know for certain how it treats 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: Content Length of zero doesn't work for Featured Boxes 2 #75998
    Zed
    Cryout Creations mastermind

    We’d rather not apply the excerpt length option to manual excerpts because this creates the need for even more conditional checks:
    – disable manual excerpt if value is 0
    – skip trimming if value is non zero (to avoid breaking use of HTML in manual excerpts)
    beyond what’s already present in the code:
    – detect and use manual excerpt if it exists (check for both manual excerpt field and the use of <!–more–> or <!–next-page–>)
    – use automatic excerpt if manual doesn’t exist (and trim it to the configured value)


    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: Full width header? #75997
    Zed
    Cryout Creations mastermind

    Fluida uses a fluid-design (hence its name) meaning that it adapts to the screen width. To do this, its width is configured by default to a maximum value of 1920px (and its elements rearrange to fit on narrower screens).

    This behaviour is similar to responsiveness, but differs in that it applies to large screen/devices too.

    While some of its elements can expand beyond its layout (namely the menu/header background, footer background and some landing page sections backgrounds), most of the structures cannot expand beyond the configured site width.

    While assigning a header image you have the option to skip cropping it, resulting in the ability to use an image of any size (width) in the header area.
    Featured images used automatically in the header by the theme do not skip this cropping and are automatically cropped to the configured screen width and header image height values.


    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: Table color background in mobile #75996
    Zed
    Cryout Creations mastermind

    I believe we’ve discussed about this through our support service.


    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: wp 51 support? #75995
    Zed
    Cryout Creations mastermind

    All our themes support and work with the latest WordPress releases.


    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,561 through 1,590 (of 6,644 total)