Zed

Forum Replies Created

Viewing 30 posts - 3,601 through 3,630 (of 6,635 total)
  • Author
    Posts
  • in reply to: Changing Location of Logo #42957
    Zed
    Cryout Creations mastermind

    You may perhaps want to use the theme’s slider functionality but with a single slide – an image with the logo, probably centered and/or larger.


    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 "Search widget" function filtering #42956
    Zed
    Cryout Creations mastermind

    The search functionality is core WordPress functionality and not something under the theme’s control.
    You may be able to filter the search results (or perform complex searches) by using some 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: Slider responsiveness issue #42955
    Zed
    Cryout Creations mastermind

    The theme’s Nivo slider is incompatible with Jetpack’s Photon feature and causes the described issues on mobile devices.
    Please disable Photon.


    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: Website is not responsive after adding a right sidebar widget #42954
    Zed
    Cryout Creations mastermind

    Please disable CSS minification (or exclude the theme’s files from minification) in your caching plugin and recheck if the issue still exists.


    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 single item aligment #42953
    Zed
    Cryout Creations mastermind

    I see you’ve already managed to do that.

    Do note that the custom menu item markup is invalid:

    it should either have inline styling in style="" or separate width="" and height="".


    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
    #front-text1 {
        margin-left: -45px;
        margin-right: -45px;
        padding-left: 0;
        padding-right: 0;
    }

    You are not currently using the top title field.


    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, menu and slider #42951
    Zed
    Cryout Creations mastermind

    The menu’s top margin will go away in an upcoming theme update.
    The bottom margin is configurable in the theme’s 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: primary menu above the header image on the presentation page #42950
    Zed
    Cryout Creations mastermind

    The theme has a header widget area in which custom content can be placed (using widgets).


    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: Reduce space between Intro and Category posts #42949
    Zed
    Cryout Creations mastermind

    This this custom styling:
    #post-1145, #post-361 { 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: How setting a custom slider without content margin? #42948
    Zed
    Cryout Creations mastermind

    You’ve added your slider inside a page. All pages follow the configured margins/paddings. For the slider to extend all the way to the edges of the content it would need to overflow beyond its container limits (set by the margins).

    Try this custom styling:

    div.post-238 { overflow: visible; }
    #pl-238 .metaslider {
        margin-left: -30px;
        margin-right: -30px;
    }
    .home #forbottom { padding-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: Slider Has Vanished! #42946
    Zed
    Cryout Creations mastermind

    Link removal is provided per theme (not specific site) so it is not limited to one site (or a number of).
    The priority support service is provided for a reasonable amount of topics/questions. We may limit support to a single site if the number of support requests surpasses this reasonable limit (we haven’t had to impose this limitation so far).


    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: Unable to Change Content Width! #42943
    Zed
    Cryout Creations mastermind

    You may need to increase the total site width before increasing the content width further (since the sidebar width has a minimum it will not go under).


    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: Can't OPen Settings Dashboard! #42942
    Zed
    Cryout Creations mastermind

    This is usually a problem caused by plugin interference that creates a javascript error, making WordPress’ jQuery library (the theme relies on on its settings page) non functional.

    I recommend temporarily disabling all your plugins to check if the settings page returns to functional order, then re-enable them back one by one to figure out which one is the culprit.


    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: Auto resizing of images in right sidebar #42941
    Zed
    Cryout Creations mastermind

    Adding a style="max-width: 100%;" parameter to each image code would be the local solution.
    The alternative would be to add custom styling to apply this for all sidebar images:
    .sidey img { max-width: 100%; }


    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 Slider Alternative to Nivo #42940
    Zed
    Cryout Creations mastermind

    You’ll need to customize the theme’s file responsible for the presentation page handling – frontpage.php – to take out (disable or remove) the existing slider code and place your new slider’s code (or shortcode) in place.


    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: Can not update presentation page #42939
    Zed
    Cryout Creations mastermind

    Does the workaround imply clearing the cache from your favourite caching plugin?
    If yes, that is also the solution 🙂


    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 'extra text' line height wrong after update #42938
    Zed
    Cryout Creations mastermind

    Depends on the moment you look at the forums.
    If it happens right after I’ve been through all the forums then there might be more answered topics than not.

    The support forum is not a customizations service, though. Requests that ask how to create an entirely different thing starting from one of our themes will usually go answered.


    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 Sidebar? #42937
    Zed
    Cryout Creations mastermind

    Switch the theme to the layout that has no sidebars (you’ll find this option in the Layout section in 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: Use of own logo in Header #42762
    Zed
    Cryout Creations mastermind

    Are both the image set under the Identity panel and the Header option set to Logo or Logo & Site title under the theme’s Header 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: Search box – How to change language #42760
    Zed
    Cryout Creations mastermind

    Those texts are part of the translations (either WordPress’ or the theme’s, I’m not sure at this very moment).
    Use your favourite translating plugin to search for those specific strings in both.


    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 remove main menu in side bar? #42758
    Zed
    Cryout Creations mastermind

    @elenita, please read my previous answer.


    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: Media from link #42757
    Zed
    Cryout Creations mastermind

    Does switching to one of the Twenty themes change anything?

    What the second screenshot displays looks similar to WordPress’ new embed feature (introduced in 4.6 I believe).


    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: Optimizepress conflict #42756
    Zed
    Cryout Creations mastermind

    The error message comes from one of the plugin’s files and it references a function – is_le_page() – that is not part of the theme. Because of this I see no probable cause for the theme to cause this error.

    Does switching to a different theme (one of the Twenties) on that specific site resolve the problem?


    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: Best Way To Speed Up Website Load Time #42755
    Zed
    Cryout Creations mastermind

    We advise against trying to minify the theme’s CSS. Fluida requires its styling (the files and the options-based generated one) to be applied in a particular order and minification plugins usually break 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: How to make the images associated with posts smaller #42753
    Zed
    Cryout Creations mastermind

    Fluida is designed with wide featured images in category lists. You can adjust the featured image height from the theme’s options (under Post Information > Featured Image in the customizer), but the width will always be that of the post width (which on the posts in one column layout is equal to the site general width).

    If the images your posts display were uploaded before you’ve activated Fluida on your site, you should regenerate thumbnails for WordPress to create better proportioned (wider) image crops for 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: How to apply different settings for mobile/desktop #42752
    Zed
    Cryout Creations mastermind

    Use media queries in your custom styling.


    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 White Space Between Header and Content #42751
    Zed
    Cryout Creations mastermind

    Use this custom styling:

    .page article.hentry .article-inner, .page article.hentry .entry-content {
        padding-top: 0;
    }
    • This reply was modified 8 years ago by Zed. Reason: Corrected answer

    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

    Many things have changed between 0.9.2 and 1.2.7. One of them is the addition of a landing page feature which is enabled by default (but can be easily disabled from the new Landing Page options panel in the customizer).

    I cannot replicated the header image / menu width issue. Is the header image you are using the same size as the site/header width (WordPress lets you skip the cropping step when assigning 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: Bug in Author pages? #42749
    Zed
    Cryout Creations mastermind

    @delanthear, thanks for pointing this out. We’ll get it fixed 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.
    in reply to: qTranslate-X and featured icon blocks #42748
    Zed
    Cryout Creations mastermind

    The featured icon blocks and landing page extra text areas should work correctly with qTranslate after updating to 1.2.8.
    Let us know if you any other problems.


    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,601 through 3,630 (of 6,635 total)