Zed

Forum Replies Created

Viewing 30 posts - 3,361 through 3,390 (of 6,635 total)
  • Author
    Posts
  • in reply to: How to remove sidebars from post? #44745
    Zed
    Cryout Creations mastermind

    Plugins similar to the one you install let you show or hide particular widgets in specific locations, they are unable to hide an entire sidebar.

    In Tempera, the posts will use the theme’s general layout as configure in the 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: Blurred post images on presentation page #44744
    Zed
    Cryout Creations mastermind

    @bassicsax, what is your featured image size set to in 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: Gallery Images #44740
    Zed
    Cryout Creations mastermind

    This is default WordPress functionality (the images normally link to the single-image pages). You can override or remove these image pages with 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: Change Search Box In Top Menue #44739
    Zed
    Cryout Creations mastermind

    You can use this:

    1)

    #header-widget-area { 
        margin-right: 48px; 
    }

    2)

    .searchform input[type="search"]:hover {
        background: #fff;
    }
    .searchform input[type="search"]:focus {
        outline: 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.
    Zed
    Cryout Creations mastermind

    Try this CSS:

    body .slider-wrapper {
        margin-bottom: 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: Remove word "search" from Searchbox #44736
    Zed
    Cryout Creations mastermind

    The search string is a placeholder for the search form. It can be removed by removing the actual string or you could try this very weird bit of CSS:

    .searchform input[type="search"]::-webkit-input-placeholder { /* WebKit browsers */
        color:    transparent;
    }
    .searchform input[type="search"]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
       color:    transparent;
    }
    .searchform input[type="search"]::-moz-placeholder { /* Mozilla Firefox 19+ */
       color:    transparent;
    }
    .searchform input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10+ */
       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: Blog Posting on Presentation Page #44735
    Zed
    Cryout Creations mastermind

    The theme’s presentation page normally replaces the default WordPress homepage (which lists posts). It can also be configured to display a list of recent pots (the same list) or not.

    Additionally, you can also create a separate page to display your posts list (this is core WordPress functionality, not theme specific).

    I understand what you’re trying to achieve but there is no built-in theme functionality to filter any of these posts lists. You can, however, try to use plugins to accomplish it.


    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: Continue reading excerpt button translation #44734
    Zed
    Cryout Creations mastermind

    Hi @jacynthe,

    This works fine for me:


    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: Big gray block covering content #44733
    Zed
    Cryout Creations mastermind

    I don’t see this on your site now, so I assume you solved it.
    If not, perhaps you have a cryout column widget placed in a widget area other than the theme’s presentation page columns area.


    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 "lightbox" plugins work with Parabola? #44732
    Zed
    Cryout Creations mastermind

    There is no reason for a specific lightbox/fancybox/colorbox/somethingbox plugin to work or not with the theme. If they are properly activated on the desired content elements (ids, classes, elements) they should all work.


    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 pick specific posts for the slides? #44731
    Zed
    Cryout Creations mastermind

    You can find post IDs if you over the Edit links in the Posts list in the dashboard.


    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 on home page #44503
    Zed
    Cryout Creations mastermind

    You must be using the no-sidebar template on the static page which is set as the homepage. If you change that to use the default template the theme should display the sidebar.


    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 space above page titles #44502
    Zed
    Cryout Creations mastermind

    Such changes are possible with custom styling. If you want to reduce the margin above single pages, use this CSS:

    .page header.entry-header {
        margin-top: 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: Front Page – Latest posts by category #44501
    Zed
    Cryout Creations mastermind

    That is possible with plugins: https://wordpress.org/plugins/simply-exclude/


    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: Possible to show header on pages #44500
    Zed
    Cryout Creations mastermind

    The theme only displays the featured images in the header if these images are at least 60% (I believe) off the site’s (header) width.


    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: Reducing items's line height #44499
    Zed
    Cryout Creations mastermind

    Depends on what kind of WordPress you use. The self-hosted WordPress.org flavour is free.


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

    @elemdark, if you update to 0.9.4/0.9.5 you will *need* to assign a static page on the homepage for the theme’s landing page to become active, and this will also allow you to set a blog 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: Featured Icon Blocks #44397
    Zed
    Cryout Creations mastermind

    @remcosas, please see https://www.cryoutcreations.eu/forums/t/multi-language-front-page/#post-43882


    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: Multilingual Featured Icon Blocks #44396
    Zed
    Cryout Creations mastermind

    There are some limitations to Polylang’s functionality support with the landing page elements (icon blocks and boxes). We are looking for a way to make them work as they should. For now these elements will not display the secondary language(s).

    A workaround (which requires editing theme files) is presented here.


    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-language front page #44395
    Zed
    Cryout Creations mastermind

    @Simplissite, thanks for pointing out where the problem lies.

    This is a good workaround, however it is plugin-specific and would leave multilanguage functionality unusable with any other plugin that works in a similar way with Polylang but uses a differently named function.

    We’ll keep looking for a solution that works with all plugins and doesn’t require workarounds with specific function calls.


    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: Multilanguage blocks and boxes on landing page #44394
    Zed
    Cryout Creations mastermind

    There are still limitations to Polylang’s functionality support with the landing page elements (icon blocks and boxes). We are looking for a way to make them work as they should. For now these elements will not display the secondary language(s).

    A workaround (which requires editing theme files) is presented here.


    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 weird container/block above footer… #44393
    Zed
    Cryout Creations mastermind

    @natergray, just because some things are similar, doesn’t mean they are the same.
    Version 1.2.8 did fix the colophon (footer widget areas) margins on left layouts which was the issue reported by @joekob.

    However, as you did not specify a link I cannot take a look at your site to see what’s wrong.


    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 Post box #44392
    Zed
    Cryout Creations mastermind

    Disable the posts section from the landing page’s general 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: Sidebar not showing on blog page #44389
    Zed
    Cryout Creations mastermind

    The blog page will use the theme’s configured general layout.
    WordPress overrides any static page functionality when it is assigned as the Blog 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: Post-titles displayed very small in category-archives #44387
    Zed
    Cryout Creations mastermind

    1.3.2 changes the difference in size between post titles in single views and post titles in lists from a fixed number to a percentage so now the difference is relative to the font size used (and no longer causes issues with small font sizes).

    Sorry we didn’t notice this initially.


    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: warning missing arguement Jetpack_Photon message #44386
    Zed
    Cryout Creations mastermind

    Try to temporarily disable all your plugins to investigate if one of them is creating this issue.

    Fluida does not call or use any Jetpack 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: Problem featured images after upgrading 1.3.1 #44381
    Zed
    Cryout Creations mastermind

    As you are using the featured images in a very special way (which we didn’t really intend to be used in the theme), I recommend you update to the 1.3.2 release and add this line of code in your child theme’s functions.php file to disable the newly added srcset functionality:
    add_filter( "fluida_featured_srcset", __return_false );

    This should restore the images to the old 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: Featured image issue #44380
    Zed
    Cryout Creations mastermind

    You are using the featured images in a way that we did not intend for them to be used in the theme. If you have updated to the 1.3.2 update, I recommend using the newly added filter to disable srcset functionality (so that images return to their old behaviour on your site). To do that, add this line to your child theme’s functions.php file:
    add_filter( "fluida_featured_srcset", __return_false );


    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 menu widget in above content sidebar #44378
    Zed
    Cryout Creations mastermind

    WordPress’ menu widget only has vertical menu functionality. If you want an additional horizontal menu, you’ll need to look for an alternative menu widget 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.
    in reply to: Menu extends onto 2nd line #44374
    Zed
    Cryout Creations mastermind

    As announced here, the 1.5.0 update includes some cosmetic and appearance changes. One of these changes is the menu padding which does make the menu no longer fit in one line if it was borderline fitting 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.
Viewing 30 posts - 3,361 through 3,390 (of 6,635 total)