Zed

Forum Replies Created

Viewing 30 posts - 5,251 through 5,280 (of 6,644 total)
  • Author
    Posts
  • 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.
    in reply to: Presentation Page Slider Not Working #32063
    Zed
    Cryout Creations mastermind

    See post #30704


    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: Bulleted List Issue #32062
    Zed
    Cryout Creations mastermind

    Sorry about that. We changed the bullets styling a bit to improve responsiveness (but apparently failed).
    Use this custom CSS to revert to the previous appearance:

    body .entry-content ul > li {
        background-position: left 8px;
    }

    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: Trouble with Slides on Presentation Page After Update #32061
    Zed
    Cryout Creations mastermind

    Samantha, perhaps this post would be useful.


    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: CR2 HTML multilanguage #31992
    Zed
    Cryout Creations mastermind

    Yes, both the free and paid versions of HTML Module support multilanguage stores.
    You’ll see separate title and content tabs for each configured language.


    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: Lag in the shoutbox hyperlinks #31990
    Zed
    Cryout Creations mastermind

    I can see the lag you mention, but that is totally unexpected behaviour.

    The site behaves like it undergoes several page redirects via those links. Do you have any custom redirects / URL rewrite handling on your account?


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

    The column images are not currently links. On desktop browsers they have the dark overlay that acts as a link, but this overlay is not displayed on mobile devices. Here only titles and texts are links, but you are not seeing these because they are white text on white background.

    The images will become links in a future update. Until then, you should correct the colours 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: Responsiveness in Slider #31988
    Zed
    Cryout Creations mastermind

    I don’t see the issue on your site. In fact I don’t see Nirvana in responsive mode at all, as you are using Jetpack’s mobile theme feature 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: WP failed after AJAX modification ! #31987
    Zed
    Cryout Creations mastermind

    Restore the modified file with a working copy from the theme archive.
    You might have made an error in the code changing that string with one including the apostrophe (which is also a special string delimiter in PHP).

    The safer way would be to customize that text using theme translations (we have two tutorials about creating theme translations).


    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

    By default the theme displays featured images next to post excerpts.
    Did you set a featured image for that post or just inserted the image inside the post?


    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: Sidebars displayed below the content #31985
    Zed
    Cryout Creations mastermind

    Try to disable CSS combining/minifying in your caching 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: Footer background color Nirvana #31984
    Zed
    Cryout Creations mastermind

    The theme has two footer background colour settings, one for the footer widgets area and one for the footer itself. They are the last two colour options under General > Background in theme 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: In WP settings no options to Set Homepage #31983
    Zed
    Cryout Creations mastermind


    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: Color Picker #31982
    Zed
    Cryout Creations mastermind

    You most likely have a plugin that it interfering with the theme’s colour picker (possibly because it is not fully compatible with the latest WordPress update(s)).


    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: Subtitle on each image is not centered #31981
    Zed
    Cryout Creations mastermind

    This CSS should center the slider caption text:

    body .slide-text { text-align: center; } 

    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

    I am not sure I understand your question.
    Which navigation links are you referring 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: Wocommerce lightbox broken once tempera activated #31978
    Zed
    Cryout Creations mastermind

    Uncheck the Link the thumbnail to the post option in theme settings (under Featured Image Settings) and see if that solves 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: After making changes, color scheme must be selected #31976
    Zed
    Cryout Creations mastermind

    The reported issue should only happen when saving settings in the theme’s settings page. It cannot occur while adding pages or modifying page text as those do not interact in any way with theme settings.

    This settings page issue is almost always caused by a poorly written plugin which loads its code all over the dashboard, including the theme’s settings page.

    Disable all your plugins one by one until this behaviour stops. After you figure out which plugin is the culprit and you disable it, re-enter theme settings and save. This will restore the colour fields’ missing # signs and your site should return to normal.


    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,251 through 5,280 (of 6,644 total)