Zed

Forum Replies Created

Viewing 30 posts - 3,631 through 3,660 (of 6,644 total)
  • Author
    Posts
  • 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.
    in reply to: Site Title #42747
    Zed
    Cryout Creations mastermind

    The site title is the one you’re setting in WordPress’ general options.

    The accented first letter is a theme effect, which you can remove with a bit of custom styling:

    #site-title span a span:first-child {
        background: inherit;
        color: inherit;
        font-weight: normal;
        margin: 0;
        width: 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: Remove page titles #42746
    Zed
    Cryout Creations mastermind

    You’ll find the option for this in the theme’s General 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: Video in Home #42745
    Zed
    Cryout Creations mastermind

    So you were using the static homepage option? Is the static page still your homepage at present?


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

    The shortcode field is not currently localizable.


    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 set custom layout on posts page #42730
    Zed
    Cryout Creations mastermind

    How are you setting a layout on the posts ‘page’ (which is in fact a category)?


    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

    Looking at your site right now, I don’t see this problem.

    It seems that you’ve set the general font to Comic Sans MS (which is a Microsoft-only font). This will only be usable on Windows and will be replaced with alternatives on other OS devices – on my phone, for example, the alternative font is rather neutral.
    On other devices this may not be the case and you may see a weirder font.


    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: Some animation effects suddenly dissappeared #42727
    Zed
    Cryout Creations mastermind

    I notice you’re also using JS minification in your caching plugin. Perhaps this is causing the JS issue (by rearranging the code in the wrong 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: Scripts not working for pages shown on Landing Page #42726
    Zed
    Cryout Creations mastermind

    Is this still the case for 1.2.8?


    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 widgets side by side #42725
    Zed
    Cryout Creations mastermind
    #header-widget-area ul.yoyo > li {
        float: left;
    }

    This will make the header widgets display in one row (if they fit in the available 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: Replacing Nirvana images with my own custom images #42724
    Zed
    Cryout Creations mastermind

    1) I thought you wanted to add extra social networks (beyond the ones already available in the theme) – this is what I remember the previous discussion was about. I wasn’t aware you wanted to display more than the theme’s maximum 5 simultaneous social icons.

    For this task you can disable the theme’s social icons and switch to using a plugin.

    2) Genericons is an icon font – meaning the icons themselves are not images but rather characters (letters) in a dedicated font. To replace them you’d need to create your own font and use it on the site for specific elements.


    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: Hide Presentation Slider on Mobile Screens? #42723
    Zed
    Cryout Creations mastermind

    You can do this with custom styling:

    @media (max-width: 800px) {
       #frontpage .slider-wrapper {
          display: none;
       }
    }

    You can adjust the 800px value to control which devices the styling applies to.


    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: Author Bio on Archive #42722
    Zed
    Cryout Creations mastermind

    Remove it from the author’s user information or hide it from the site with CSS:
    .archive #author-info { 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: Presentation Page Site Title #42720
    Zed
    Cryout Creations mastermind

    Did you perhaps hide this from the Presentation Page’s Hide areas subsection?

    • 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: Banner image disappears in child theme #42719
    Zed
    Cryout Creations mastermind

    Site background color/image and menu assignments are two other options that are saved per theme.

    Additionally, some plugins store their options on a per-theme basis, like conditional widgets / custom sidebar 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: Futura Font vs MacOs #42718
    Zed
    Cryout Creations mastermind

    I haven’t been able to find much relevant information. Futura is listed to be to be included with all OS X releases since 10.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: Adapt fixed Menu size while scrolling? #42717
    Zed
    Cryout Creations mastermind

    This is corrected in today’s update (1.2.8).


    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 Widgets side by side #42716
    Zed
    Cryout Creations mastermind

    You can insert any number of widgets in the header widget area. Arranging them in a row depends on the available width (and the space they take up) and the styling needed to do this depends on the actual widgets used (they all have unique ids and classnames).


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

    That is usually doable with custom styling.
    I’d need to see the content (actual page) that the styling needs applied to, though.


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

    The theme has 3 menu areas, out of which the most topside located one is the top menu and the main navigation is located between the header area (image) and the main content area.

    Moving different custom menus to different menu areas can easily be done through WordPress’ menu management interface.
    Moving the menu areas around is only possible with serious code (and styling) modifications done to the theme.

    What do you need such a change for?


    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 hide sitename and tagline on Mobile? #42708
    Zed
    Cryout Creations mastermind

    What you’re seeing there on the device is Jetpack’s mobile theme feature, not Tempera.

    Turn this feature off for the theme options (and appearance) to have effect on mobile devices.


    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: My Tagline Barely Shows #42707
    Zed
    Cryout Creations mastermind

    I currently see no problem with the visibility of the tagline on 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.
Viewing 30 posts - 3,631 through 3,660 (of 6,644 total)