Zed

Forum Replies Created

Viewing 30 posts - 5,011 through 5,040 (of 6,633 total)
  • Author
    Posts
  • in reply to: Menu Padding #34035
    Zed
    Cryout Creations mastermind
    body #access > .menu > ul > li > a > span {
        padding-left: 5px;
        padding-right: 5px; }
    body #access > .menu > ul > li > a:not(:only-child) span { padding-right: 18px; }
    body #access > .menu > ul li > a:not(:only-child) span::after { right: 3px; }

    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: Sticky Posts and Tags #34034
    Zed
    Cryout Creations mastermind

    1) Tags can be hidden via theme options (under Post Information)
    2) Sticky posts normally show up first in the posts list. Check that you don’t have more than one posts with the same content.


    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: Full-width page #34033
    Zed
    Cryout Creations mastermind

    The theme’s existent “One Column (no sidebar)” page template should work for this scenario.

    If a page using this template displays empty sidebars, make sure that in case you are using a caching plugin you keep CSS minification disabled in 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: Presentation page and more..vertical spacing #34032
    Zed
    Cryout Creations mastermind
    #pp-texttop, #pp-textmiddle, #pp-textbottom, #front-columns-box, #content {
       padding: 20px 0; 
    }

    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: The main themes compared #34031
    Zed
    Cryout Creations mastermind

    We don’t have such information readily available, but we will create it and publish it in the near future.


    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 Defacement? #34030
    Zed
    Cryout Creations mastermind

    Did you also find and block the entry (vulnerable) point?

    Without solving the security issue your site will be hacked again the next time bots pass by.


    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: Page/Post loading hang-up #34029
    Zed
    Cryout Creations mastermind

    503 messages are very generic.

    You need to dig into the log files and find the actual error message (your site may be running out of memory, timing out on a task that is taking too long, or a lot of other things).


    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 problem on mobile #34028
    Zed
    Cryout Creations mastermind

    Your images get loaded from WordPress servers (not your site directly) so I assume you use some kind of CDN (or some of Jetpack’s functionality related to images).

    We’ve seen issues before when images are stored remotely. I recommend switching to using locally stored images.


    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: Cyrout Columns switched to vertical #34027
    Zed
    Cryout Creations mastermind

    You most likely have a HTML error in your column content. Double check that all open tags get closed (and that you are not closing more than you open)


    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: Animated columns on mobile devices #34026
    Zed
    Cryout Creations mastermind

    The columns re-arrangement is designed for menium-sized image usage. As a result it may not have the desired appearance when using very large or very small images in the columns or the specific layout you’ve used. We cannot create a “one layout fits all scenarios” solution.

    If in your case the re-arrangement doesn’t work, you can force it to a different arrangement with custom styling:

    body #forbottom #front-columns > div {
        clear: none !important;
        float: left;
        margin: 0 0.5% 0.5% !important;
        width: 32%;
    }

    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: Using custom fonts for text settings #34025
    Zed
    Cryout Creations mastermind

    Plugins are both friends and enemies.


    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: Center main menu #34022
    Zed
    Cryout Creations mastermind

    Check the theme’s options (and look under Graphics).


    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 full width #34021
    Zed
    Cryout Creations mastermind

    Full width (fluid layout as it is also called) is not a feature of Tempera.
    Tempera is a fixed width 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: Custom carousel instead of slider #34020
    Zed
    Cryout Creations mastermind

    You should customize the frontpage.php file (via a child theme) to replace the slider.


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

    When the settings page doesn’t work, you’re most likely encountering a javascript issue.

    Follow the steps in this guide to pinpoint the cause.


    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 bugging out #34018
    Zed
    Cryout Creations mastermind

    Zachary, this might be the cause of your issue.

    Alyssa, could you be more specific as to what the issue is?


    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 show and tempera setting menu not working #34016
    Zed
    Cryout Creations mastermind

    You slider appears to be appearing now. Did you solve 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: Bug woocommerce product rating star #34015
    Zed
    Cryout Creations mastermind

    Where are the rating stars expected to show up in the content?


    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: Comment Subscriptions Plugins don't work #34014
    Zed
    Cryout Creations mastermind

    Comment-related plugin usually hook their content to the comment form labels (which Tempera hides for aesthetic reasons).
    body #respond label { display: initial; }
    will restore them.


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

    I see you’ve solved this in the meantime.

    For anyone else having the same question:

    • since Tempera 1.3, the read more button is only visible when the column has text (or at least some spaces).
    • since the same update, the column image is also clickable (and links to the same target as the read more button); however on PC the dark overlay holding the text prevents clicking once the animation is complete.

    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: Publicize Issues with Featured Image via Facebook #34012
    Zed
    Cryout Creations mastermind

    In case of any kind of social sharing I recommend using a SEO plugin (like Yoast’s) which includes advanced social sharing options (such as selecting which image to be picked up)

    Themes accepted in the WordPress repository are forbidden to include any kind of SEO functionality.


    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: 6th Slide Suddenly Appears on Static Presentation Page #34011
    Zed
    Cryout Creations mastermind

    Please see:
    http://www.cryoutcreations.eu/forums/t/trouble-with-slides-on-presentation-page-after-update
    and
    http://www.cryoutcreations.eu/forums/t/home-page-slider


    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: Text Boxes Ignore HTML #34010
    Zed
    Cryout Creations mastermind

    In fact (most) HTML works fine there, however it lacks any kind of styling.
    If you more than plain text there, you’ll need to add the custom styling for the used 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: Alignment of unordered list bullets #34009
    Zed
    Cryout Creations mastermind

    This is due to a change we’ve done in version 2.4 of the theme and undid in 2.4.1(.1).

    Updating to the latest available version should correct 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 Add SEO to Presentation Page #34008
    Zed
    Cryout Creations mastermind

    Your plugin should provide a place to define the SEO strings for the homepage. If it does not, you can try switching to a plugin that does.


    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: space in the begining of a text line #34007
    Zed
    Cryout Creations mastermind

    Did you by chance increase the Paragraph Indent option (located under Text 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: WPML String for Presentation Page Stopped Working #34006
    Zed
    Cryout Creations mastermind

    How did you make Mantra support WPML translations on the settings page? (as we did not integrate such support yet)

    If you’ve manually created the wpml-config.xml file, keep in mind the entire theme folder is removed and recreated on each 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.
    Zed
    Cryout Creations mastermind

    Thanks for reporting this, we’ll look into 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: Title & "Read More" Box in Slider is Hard to Read #33936
    Zed
    Cryout Creations mastermind

    In the Color Settings section, under Presentation Page > Slider, the last color input – Slider Caption Background


    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 do I add a Picture to my Presentation Text? #33934
    Zed
    Cryout Creations mastermind

    The code should be similar to:

    <p>This is a block or text... it may or may not exist</p>
    <img src="...." class="aligncenter">
    <p>This is another block of text that may or may not exist in your usage scenario</p>

    You can also have extra tags present (headings, text formatting). The only important element is the class declaration on the image.

    The image class can be any of: alignleft, aligncenter, alignright, alignnone (depending on the desired alignment).


    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,011 through 5,040 (of 6,633 total)