Zed

Forum Replies Created

Viewing 30 posts - 3,451 through 3,480 (of 6,640 total)
  • Author
    Posts
  • in reply to: How to change Text inside Form Fields #43802
    Zed
    Cryout Creations mastermind

    Try this custom CSS:
    input[type] { font-size: 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: Blurred post images on presentation page #43801
    Zed
    Cryout Creations mastermind

    @bassicsax, your images appear large enough. Did you try regenerating the thumbnails?
    You can also test with a single image to see if it resolves the blurriness.


    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: Fonts shrink on update to 1.5.0 #43800
    Zed
    Cryout Creations mastermind

    The only font sizes that we messed with and changed (slightly) are the headings sizes which are now relative to the body font size. This will not affect content text in any way, just titles. Also, the change will at most vary title sizes with 1-2 pixels (if you’re still using the theme’s default font sizes for general and headings).

    The option that did cause the hiccup was the line height option (which resets to the lowest available value on a settings save in 1.5.0). This is fixed in 1.5.1, but if you’re seeing reduced line height on your site you’ll need to enter theme settings and adjust it to the previously used value (if you remember it) or the default 1.7em.

    If the site behaves wonky after the update and you are using a performance/speed/caching plugin, make sure you clear the cache (otherwise you’ll see a mix of current and obsolete styling which can create a lot of weirdness).
    It would be a good idea to also clear the browser’s cache.


    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: Styling conflict with Responsive Lightbox plugin #43799
    Zed
    Cryout Creations mastermind

    That’s part of the theme’s CSS resets to make appearance consistent between browsers (otherwise they’d all render things slightly differently due to different defaults).

    Try adding this custom CSS to remove the box-sizing on fancybox elements:
    #fancybox-wrap, #fancybox-outer { box-sizing: unset; }


    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 can I set max width for embedded video? #43798
    Zed
    Cryout Creations mastermind

    Check if Fitvids is enabled in the theme’s options. This is the functionality responsible for resizing videos on mobile devices.

    CSS sometimes work, but most videos get embedded with their own size styling that cannot be overridden (due to iframes).


    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: Newbie looking for upstart help #43797
    Zed
    Cryout Creations mastermind

    We don’t have a companion SEO plugin for the theme.

    Personally, I’ve gotten accustomed to and usually use Yoast’s SEO plugin, but there are a lot of SEO plugins out there are should work the same.


    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: og:image issue with facebook #43796
    Zed
    Cryout Creations mastermind

    The theme does not add a meta og:image property on content. If this is handled by a plugin, I suggest looking into the plugin’s options.

    Personally, I prefer using Yoast’s SEO plugin for the social/sharing content control it offers.


    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 thumbnails not showing up #43795
    Zed
    Cryout Creations mastermind

    @newy219, are the theme’s post options set to Excerpt or Full Posts (under Post Excerpt Settings)?

    The theme only displays thumbnails when the excerpts are enabled (which appears to not be the case based on the HTML markup used, despite the presence of the continue reading button).


    @gardensidestudio
    , the columns will only display posts that have featured images set (the images are required in the columns).
    Featured images are not displayed on full posts (the situation where images in content would also be 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: woocommerce 3.00 gallery #43794
    Zed
    Cryout Creations mastermind

    The first link appears to indicate you now need to add lines of code to activate such functionality in WooCommerce.
    You can do that in several ways:

    • add the code in the theme’s functions.php file (will get lost on the next update)
    • add the code in the child theme’s functions.php file (requires that you have or create a child theme)
    • look for and use a plugin that loads those lines of code
    • write a custom plugin that includes those lines of code

    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 "burger-menu" on mobile device #43793
    Zed
    Cryout Creations mastermind

    I was referring to Jetpack’s Mobile Theme feature, which your site has active.


    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: Problem featured images after upgrading 1.3.1 #43757
    Zed
    Cryout Creations mastermind

    Did you use the theme’s recommended regeneration plugin or another plugin? If you used a different plugin, please regenerate the thumbnails once more with the Force Regenerate plugin and let us know how that goes.

    Edit: I also notice the images you use are very small. The theme’s featured image functionality was always intended to be used with images that are large enough to fill the featured image area.

    • This reply was modified 8 years ago by Zed.

    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 Icon Blocks not using excerpt? #43685
    Zed
    Cryout Creations mastermind

    There is no excerpt for pages under the Screen Options by default, so you must be using a plugin (or custom code) to activate it.

    However, we figured out what was missing and support for the non-existent 🙂 page excerpts will work in the next 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.
    in reply to: category page sidebar remove #43684
    Zed
    Cryout Creations mastermind

    All site sections (including categories) will follow the theme’s configured general layout. Only static pages can use a separate layout-specific page template.


    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 set a Separate Page for Blog Posts in Septera #43683
    Zed
    Cryout Creations mastermind

    @mikah257, check if the static page you’re setting as the homepage has a template assigned. If it does, the landing page will be disabled and only the static page content will be displayed.

    Edit: This is no longer the case in Septera.


    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: Images changed height with update #43681
    Zed
    Cryout Creations mastermind

    You should re-generate the thumbnails after updating to 0.9.2 to make sure WordPress has the new needed featured image sizes.


    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: Title fonts appear larger on posts #43679
    Zed
    Cryout Creations mastermind

    Thanks for pointing this out. We’ll correct it in the next 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.
    in reply to: V 0.9.1 for download but up-date to V 0.9.2? #43678
    Zed
    Cryout Creations mastermind

    On-site releases include autoupdate support, so installing 0.9.1 through the link indicated on the theme’s page will eventually prompt you to update to the latest available version (currently 0.9.2).


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

    By default the theme’s landing page doesn’t display the header image but a separate distinct image (also configurable in the theme’s options) placed in the slider’s location. We call this the static slider image and it’s under the theme’s landing page > slider options.

    For all other sections of the site the header image is displayed accordingly.


    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 try hiding the site title when it no longer fits in:

    @media (max-width: 525px) {
         #branding #site-text { 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: Changing Link Color #43661
    Zed
    Cryout Creations mastermind

    The theme uses the first and second accent colours for the links’ normal and hover states.


    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: Gadgets, more article information #43660
    Zed
    Cryout Creations mastermind

    All these features are plugin territory and are not accepted in WordPress.org repository 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: Customize Links in Featured Icon Block #43659
    Zed
    Cryout Creations mastermind

    This is not possible with the existing theme functionality. The icon blocks will only link to the source pages (if enabled).

    Theoretically, it should be possible to make the icon blocks link to different targets using JavaScript.


    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 quality and aspect ratio #43658
    Zed
    Cryout Creations mastermind

    Were these images uploaded to your site before you started using Fluida? If yes, you should regenerate thumbnails to make sure WordPress has the required image sizes available.

    Are the images large enough to fill the boxes?


    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 name of menu (or name of category) #43657
    Zed
    Cryout Creations mastermind

    The widgets that are used in the sidebars are responsible for displaying a widget title (be it the menu title or custom text) or not. The theme cannot manipulate widget 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: Add another logo the Header (RHS) #43656
    Zed
    Cryout Creations mastermind

    The theme doesn’t have such functionality; adding content in that location will not be the easiest of tasks.


    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

    I recommend using a SEO plugin (like Yoast) to control what third party services see when they retrieve content from 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: No margins on pages and articles #43654
    Zed
    Cryout Creations mastermind

    Can you post a site URL?


    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 Icon Blocks not using excerpt? #43653
    Zed
    Cryout Creations mastermind

    Pages don’t normally have excerpts in WordPress. How are you defining these 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: right sidebar problem #43652
    Zed
    Cryout Creations mastermind

    You have markup errors in your Text widgets’ content, messing up the layout (and apparently merging the two sidebars together).

    You’re mixing straight and curly quotes:


    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: HTML code in titles on presentation page #43650
    Zed
    Cryout Creations mastermind

    That can be achieved by setting a max-width to the title element via CSS.


    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 - 3,451 through 3,480 (of 6,640 total)