Zed

Forum Replies Created

Viewing 30 posts - 5,221 through 5,250 (of 6,631 total)
  • Author
    Posts
  • in reply to: Tempera settings unavailable #32478
    Zed
    Cryout Creations mastermind

    You are most likely seeing interference from a plugin, which causes an issue with WordPress’ JavaScript functionality.

    You need to investigate which plugin is causing this by temporarily cycling them all off.


    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 with up to date 1.30 #32421
    Zed
    Cryout Creations mastermind

    There is an issue due to some new code added to both Nirvana and Tempera which only works on PHP 5.3 and newer. For servers running older PHP, this solution works.

    We’ll get this fixed as soon as possible.


    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 1.1.0 not working – syntax error (solved) #32419
    Zed
    Cryout Creations mastermind

    Yes, there is indeed a PHP version limitation due to some new code we’ve added to both Tempera and Nirvana which only works on PHP 5.3 and newer. For servers running older PHP, this solution is good (for both themes, although line numbers may differ).

    We’ll get this fixed as soon as possible.


    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: Stop Animation on Column Widgets #32332
    Zed
    Cryout Creations mastermind

    What you are describing is controlled by the Photo Frames option (also present in the presentation page settings, after the one you’ve already tried out).

    The Column Display option controls how the column content is displayed only, does not apply to the frames/skews.


    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 css doesn't overwrites defaul #32325
    Zed
    Cryout Creations mastermind

    Custom CSS sometimes needs to be more specific (because of the order different styles are applied). When a rule doesn’t work, add body in front of the selector. If even that fails, try adding !important to the rule (but try not to overuse !important).


    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 SETTINGS – Title font size #32324
    Zed
    Cryout Creations mastermind

    This custom CSS (placed in theme settings) will also work:

    @media (max-width: 1680px)
    body .nivo-caption h2 {
      font-size: 48px;
    }

    We’ll improve presentation page configuration options in future versions.


    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 Settings problem #32321
    Zed
    Cryout Creations mastermind

    You may be missing some theme files. Try to remove and reinstall 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: Slider font cannot be changed #32320
    Zed
    Cryout Creations mastermind

    The presentation page content is not yet entirely covered by the options. We’ll improve this in future updates.


    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-responsiveness does not work correct. #32318
    Zed
    Cryout Creations mastermind

    Peter, you are using W3 Total Cache.

    If you have CSS minification enabled, try to disable it or add the theme’s style-mobile.css file to the exclusion list.


    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 Theme is incompatible with OptimizePress #32317
    Zed
    Cryout Creations mastermind

    OptimizePress is a paid/subscription plugin.
    We cannot purchase all plugins out there just to run tests with them.

    If the OptimizePress team identified the conflict and is willing to give us information about it, we’ll try to fix this even if we cannot test the fix.


    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 colour hover issue #32316
    Zed
    Cryout Creations mastermind

    Menu colours need to be kept in sync (since they are used in various combinations). Some combinations will have undesirable effects, like what you are seeing.


    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: ICON ERROR #32315
    Zed
    Cryout Creations mastermind

    Without being able to browse the site I cannot give you any helpful information.


    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: Changes in Tempera Settings not Showing Up in Website #32314
    Zed
    Cryout Creations mastermind

    Check if you’re using a caching plugin. Clear cache or disable plugin while setting up the 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.
    in reply to: Cant add media to my posts! #32313
    Zed
    Cryout Creations mastermind

    Does adding media work correctly if you temporarily switch to a different 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: Breadcrumbs #32312
    Zed
    Cryout Creations mastermind

    The theme’s fonts are located on a different domain than the main site. This causes issues with some browsers (which block cross-domain resource loading for security reasons).

    Please see:
    http://en.wikipedia.org/wiki/Cross-origin_resource_sharing
    https://developer.mozilla.org/en-US/docs/Web/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: menu arrow #32311
    Zed
    Cryout Creations mastermind

    Sarah, I am not seeing any issues with the text icons.
    As for the Archives in the header, go to Appearance > Widgets and remove the Archives widget from the Header 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.
    Zed
    Cryout Creations mastermind

    We’ll try to improve this in a future update (by inserting the slide title – if set – in the alt attribute)


    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: Line breaks in tables vanish #32308
    Zed
    Cryout Creations mastermind

    This is WordPress behaviour and not related to the theme. It’s a limitation in the built-in editor.


    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: Font settings stick at Exceprt point #32305
    Zed
    Cryout Creations mastermind

    Disable HTML excerpts in theme settings. That’s an experimental option and should only be used if you’re careful with your posts content (the function does no code cleanup).


    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: Impossible to modify Tempera #32078
    Zed
    Cryout Creations mastermind

    Marco, try to debug plugins to see which one is interfering. If Appearance > Widgets is failing to work for you then the issue is definitely not the theme.

    Salen, there may be some server configuration issues, or the server is limiting the length of POST submission data. Is this a fresh clean install or is it a moved (developed locally and then transferred) WordPress? Which server software is your system running (Apache / nginx + version, PHP version). Also try to take a look in the error log.

    Phyll, you’re using a caching plugin so you will usually not see the latest changes done to the site. Disable it when changing things or clear/empty cache after every change.

    Cafi, does the theme’s setting page work? What errors are you getting when saving? (blank page? permissions error?). Is there anything more helpful in the server error log?


    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: Cryout colomns will not link #32077
    Zed
    Cryout Creations mastermind

    Connie, you’re not using the Cryout Columns. You have Text widgets set up in the columns.


    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: Spacing On Website Front Page #32076
    Zed
    Cryout Creations mastermind

    You are setting up the site to be way too wide. You should limit it to somewhere around 1000-1200px.

    Then adjust the content to fit that width so that it no longer jumps around so much when being viewed on narrower screens.


    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: Cryout Columns on Mobile Device #32075
    Zed
    Cryout Creations mastermind

    JoAnn, you’re using a caching plugin, so you won’t usually see changes instantly.


    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 Chrome responsive #32074
    Zed
    Cryout Creations mastermind

    Melanie, I’d need a site link to check the issue.

    JoAnn, I am not seeing this issue on your site in Chrome. Are you using the desktop Chrome or the mobile one? (and if mobile, on which Android version).


    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 thumbnail image #32073
    Zed
    Cryout Creations mastermind

    Your featured images thumbnails are smaller than the size they are displayed at.

    Try a thumbnail regeneration plugin to make sure WordPress has the exact thumbnail size the theme is currently configured to use.


    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 Columns on Mobile #32072
    Zed
    Cryout Creations mastermind

    The captions text is normally white when over images and turns to gray when it jumps below them (this styling is included with the theme).

    Your text remains white all the time because you added inline styling to the captions forcing the colour.


    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 change font size of post metas #32071
    Zed
    Cryout Creations mastermind

    Some rules need to be more specific to apply.
    If you have a custom rule that works in Firebug but not when placed in Custom CSS, add (for example) body in front of it to make it more specific.


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

    Disable the artcodes social slider plugin and see if that solves it.

    That plugin may be loading its own version of jQuery which interferes with WordPress’ copy.


    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: Submenu Icon will not shown #32066
    Zed
    Cryout Creations mastermind

    Submenus don’t have sub-submenu arrows. This is a design choice to not overload the appearance.

    font-family:”Elusive”; declares the font family name not its file, so there is no capitalization mismatch. Files are declared in the @font-face rules.


    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: TypeError: jQuery(…).accordion is not a function #32065
    Zed
    Cryout Creations mastermind

    Use the recommended WordPress move procedure to correctly update the URL in all database records:
    http://codex.wordpress.org/Moving_WordPress


    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,221 through 5,250 (of 6,631 total)