Zed

Forum Replies Created

Viewing 30 posts - 5,131 through 5,160 (of 6,631 total)
  • Author
    Posts
  • in reply to: mraid.js errors #33512
    Zed
    Cryout Creations mastermind

    Check your site’s source code. Is the /mraid.js file referenced as part of the theme folder?


    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: Slides show additional bullet #33484
    Zed
    Cryout Creations mastermind

    Please see this topic.


    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: Mantra settings page frozen – no plugins active #33451
    Zed
    Cryout Creations mastermind

    Could you check your browser’s development tools for any errors?
    They can be accessed by pressing F12 in most browsers and you should look in the Console tab (refresh the page once after opening the development tools).


    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 slider "sixth" issue #33450
    Zed
    Cryout Creations mastermind

    One of your plugins interferes with the theme’s slider, adding a sixth ghost slider.
    Disable the Video Gallery 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: when go responsive #33428
    Zed
    Cryout Creations mastermind

    The recent 2.0 update adds responsiveness (among other improvements) to Zombie Apocalypse.


    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: Bullets indent #33427
    Zed
    Cryout Creations mastermind

    I remember this was caused by custom styling you were using on your site which you apparently corrected.


    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: Options.php on saving settings #33425
    Zed
    Cryout Creations mastermind

    options.php is a WordPress file. You will not find it in the theme folder.

    You need to enable WP_DEBUG or check the server error log for the actually error message you should be seeing at that 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.
    in reply to: Plugin + Cryout column + mobile #33424
    Zed
    Cryout Creations mastermind

    Support for custom widgets in the columns is still experimental.

    Add this custom CSS to better handle the twitter widget:

    @media (max-width: 800px) {
      #front-columns #pi_simpletwittertweets-2 {
        display: inline-block;
        width: 47%;
      }
    }
    @media (max-width: 480px) {
      #front-columns #pi_simpletwittertweets-2 {
        margin: 10px 10%;
        width: 80%;
      }
    }

    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: Whitespace at top of code #33423
    Zed
    Cryout Creations mastermind

    Unfortunately any of your extensions can generate that empty line. The only way to figure out which one is to disable each one and recheck your site source.


    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: Mobile Menu Bug #33422
    Zed
    Cryout Creations mastermind

    Do you have any installed plugins? Try to temporarily disable them to check if any of them is interfering in some way.


    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 nev menu space #33421
    Zed
    Cryout Creations mastermind

    I assume you want to make the menu items fill up the entire menu bar. For that you need either longer or more menu items or force their width so that they use up all the 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: Excerpt toggle not working after update #33420
    Zed
    Cryout Creations mastermind

    Does this happen to both homepage and category pages or only one of those?


    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: Submenus problem #33419
    Zed
    Cryout Creations mastermind

    Please update to 1.1.3 where this is fixed.


    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: Jetpack interfering with jquery #33418
    Zed
    Cryout Creations mastermind

    Jetpack should not cause such an issue. Is Jetpack the only plugin you have enabled at the time?


    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: plugins don't work #33358
    Zed
    Cryout Creations mastermind

    You have HTML excerpts enabled.
    That is an experimental option and should only be used when you are sure the HTML tags used in posts don’t coincide with the point at which the content is trimmed (or you’ll end up with unclosed tags and with the result you see).


    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: Mobile #33357
    Zed
    Cryout Creations mastermind

    For a small change such as adding a background, CSS is a lot simpler:

    body .entry-content, body .entry-summary {
        background: #fff;
        padding: 20px;
    }

    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 Access to Dashboard #33356
    Zed
    Cryout Creations mastermind

    Wordpress’s dashboard is normally available at /wp-admin (unless you’ve used some “security” plugin to relocate it).

    Links to the dashboard are not normally present on the site unless you manually add them in or use the Meta widget someplace.

    Edit buttons for content are only present when you are logged in.


    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 tags not working in text area presentation page #33355
    Zed
    Cryout Creations mastermind

    I cannot confirm this issue. HTML formatting (like <strong>) works fine for me.
    Could you double-check?

    Note that the presentation page doesn’t have the same formatting as posts/pages (for example, the space between paragraphs).


    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: Excerpt toggle not working after update #33354
    Zed
    Cryout Creations mastermind

    Are the settings still set to use 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: Slide Title on Presentation Page #33303
    Zed
    Cryout Creations mastermind
    body .nivo-caption {
        width: 70%;
    }

    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 login / logout to menu bar #33302
    Zed
    Cryout Creations mastermind

    Use a custom menu and add the links (to the login / logout pages/sections) manually.


    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 message after leaving message #33301
    Zed
    Cryout Creations mastermind

    This is not theme functionality. You may receive better help if you ask this question in the WordPress forums.


    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 make Cryout Columns into links? #33300
    Zed
    Cryout Creations mastermind

    Column widgets images are links since version 1.3.
    They don’t follow the open in new window option yet, but this will be done in a future 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: Adding sidebar border #33299
    Zed
    Cryout Creations mastermind
    #primary, #secondary {
        border-color: red;
        border-style: solid;
        border-width: 0;
    }
    #primary { border-width: 0 1px 0 0; }
    #secondary { border-width: 0 0 0 1px; }

    However note that the sidebar(s) and the content area will not always have the same 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.
    in reply to: html embedded in a page #33298
    Zed
    Cryout Creations mastermind

    As the editor is WordPress functionality, you may get better answers if you ask this in the WordPress forums.


    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 Slide Images #33297
    Zed
    Cryout Creations mastermind

    Appearance > Tempera Settings > Presentation Page > Slides


    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 some font-size on different areas #33296
    Zed
    Cryout Creations mastermind

    Until we make the footer text follow theme settings, you can use this CSS:

    #footer2 {
        font-size: 13px;
    }

    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: Editing the Navigation bar #33295
    Zed
    Cryout Creations mastermind

    Use a custom 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: Change background on textfields (text and textarea) #33293
    Zed
    Cryout Creations mastermind

    Or specificity.
    body input[type="text']...
    takes precedence over the theme’s styling.
    !important should only be used as a last resort as it cannot be overridden.


    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 a > to the submenu items that has submenus itself #33291
    Zed
    Cryout Creations mastermind

    We’ll be adding this in a future 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.
Viewing 30 posts - 5,131 through 5,160 (of 6,631 total)