Zed

Forum Replies Created

Viewing 30 posts - 3,541 through 3,570 (of 6,644 total)
  • Author
    Posts
  • in reply to: Search Box in Nirvana Footer Not Showing Up #43346
    Zed
    Cryout Creations mastermind

    Do you have a menu assigned to the footer navigation? The search box gets attached to this menu.


    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: Small icons in the columns expand like balloons! #43334
    Zed
    Cryout Creations mastermind

    This CSS should take care of it:

    .column-image table img {
        width: auto;
    }

    If this is enlarging your images beyond the inline size (30px?), use the actual value instead
    width: 30px;

    Also, make sure you update the text image URLs to reference the live site, not localhost.


    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: Url issues with Hebrew #43332
    Zed
    Cryout Creations mastermind

    The theme neither handles nor interprets links. These are created and processed by WordPress, I suggest you ask this question in the WordPress.org forums.

    • This reply was modified 8 years ago by Zed. Reason: fixed typos

    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: After update childtheme not working #43331
    Zed
    Cryout Creations mastermind

    If your child theme uses additional files beside style.css (and perhaps a custom functions.php) then you’ll need to update the code in these files to reflect the latest changes in the main theme files.

    Also, make sure you perform a force refresh while the child theme is active (to rule out any caching 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: Creating a Grid in Extra Text Area #43330
    Zed
    Cryout Creations mastermind

    To display complex structure information in the text areas you need to either manually create the HTML markup (and styling) for that structure, or rely and use a layout plugin that provides shortcodes for 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: Need help with Custom CSS for extra text #43329
    Zed
    Cryout Creations mastermind

    The title and text fields are designed to display different kinds of information. You’re trying to customize a heading to look like a blockquote.

    It would be simpler to insert all your text in the text field (and format it as needed).


    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: Justified Content/Italics #43328
    Zed
    Cryout Creations mastermind

    Try adding this custom styling:

    article.post, article.page {
        overflow: 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: Problem with fonts when using alias. #43327
    Zed
    Cryout Creations mastermind

    HTTP Access Control (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: Widget columns and q-Translate problem #43281
    Zed
    Cryout Creations mastermind

    How are you translating the texts?
    Are you using the [:en]English Text[:de]Deutsch Text or <!--:en-->Hello<!--:--><!--:es-->Hola<!--:--> methods?


    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: Theme Customization #43280
    Zed
    Cryout Creations mastermind

    To keep the sidebar visible but remove that text place an empty (and title-less) Text widget in the widget 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: Support & link removal for Septera #43279
    Zed
    Cryout Creations mastermind

    Priority support for Septera is already provided for club members (which automatically includes support for new themes).

    Link removal instructions are not yet available as we do not include them since the very launch of a new theme, but we plan on making them available next week. At the same time we’ll also start accepting priority support orders for 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: and updates #43231
    Zed
    Cryout Creations mastermind

    The themes always used and still use the information entered in WordPress’ general settings, under Settings > General, in the title and tagline fields.

    There’s no need to enter this information manually in the files.


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

    The ‘Blog’ section appears to work now, as it displays 3 posts.


    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: Septera – Extra Search Section on Landing Page #43178
    Zed
    Cryout Creations mastermind

    That is WordPress’ placeholder content when the site has no posts available. It can be disabled by changing the general Reading options to display a static page on the homepage.


    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: Read more link doesn't play nice with more tag #43177
    Zed
    Cryout Creations mastermind

    We’ll look into 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: Display menu items for no sidebar layout #43176
    Zed
    Cryout Creations mastermind

    The theme’s main navigation is part of the sidebar.
    When that is not used the menu is still accessible via the menu icon. Where should the whole menu 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: adding tags to front page posts #43174
    Zed
    Cryout Creations mastermind

    If you don’t already have one, you should create a new child theme and place this in its functions.php file.


    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

    The theme provides a pagination for when there are enough posts to extend beyond the first page of posts on the homepage.


    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 "margin" setting for sidebar/header? #43172
    Zed
    Cryout Creations mastermind

    I am not sure what you mean. Could you link to your site or post a screenshot?


    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 Rollover Styles #43171
    Zed
    Cryout Creations mastermind

    There is no option for this, but it can be customized with CSS:

    body #access > div > ul > li:hover { background-color: inherit; }
    body #access > div > ul > li:hover a { color: inherit; }

    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 is the best ecommerce plugin to use with fluida? #43170
    Zed
    Cryout Creations mastermind

    OpenCart is an entirely separate CMS (what WordPress also is), with its own themes and modules (plugins). However, OpenCart is targeted at large online stores with plenty of products/categories.

    The only WordPress e-commerce plugin which we did test with Fluida is WooCommerce.


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

    @raftingbatu, the themes are released under the GPL license, which lets you modify them in any way you need.

    However, note that we will not provide any kind of support if you remove our credit link.


    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 show a custom-post-type post on landing page? #43167
    Zed
    Cryout Creations mastermind

    You’d need to customize the theme’s files and replace the queries fetching post data to retrieve your custom posts instead.


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

    If you have undesired sounds on your site, these may come from content or plugins you may be using.

    The slider has two dark/light color schemes, while a third tries to blend in with the theme’s colors. Its colors are not independently configurable.


    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: Creating a Call To Action… #43165
    Zed
    Cryout Creations mastermind

    Such functionality would be considered plugin territory and is not allowed by the existing WordPress.org theme guidelines.

    But you can search for and use separate 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: translate homepage #43164
    Zed
    Cryout Creations mastermind

    Polylang allows you to define multi-language versions of pages, which will be displayed accordingly 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: Topics on frontpage #43163
    Zed
    Cryout Creations mastermind

    I’ve only just noticed you use ‘topics’, indicating you are referring to forum topics not the normal posts.
    Do I understand correctly?

    To replace posts with topics you’d need to customize a lot of the theme’s functionality and replace the queries that fetch post data.


    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: Shrink spaces between header menu items #43162
    Zed
    Cryout Creations mastermind

    You could try this custom styling:

    body #access a {
        padding-left: 0.4em;
        padding-right: 1.4em;
    }

    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 Fixed Menu on Mobile #43161
    Zed
    Cryout Creations mastermind

    Yes, screen space is valuable on mobile devices so the menu disables its fixed status as to not waste any screen space.


    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 stuck behind Header Menu #43160
    Zed
    Cryout Creations mastermind

    Are you still having this issue?

    You appear to have both an oembed element in the header area or the site and some custom styling related to a #main-menu. Pehrpas these have anything to do with the issue (which I am not seeing at the moment).


    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,541 through 3,570 (of 6,644 total)