Zed

Forum Replies Created

Viewing 30 posts - 6,181 through 6,210 (of 6,629 total)
  • Author
    Posts
  • in reply to: Links broken since upgrade #8487
    Zed
    Cryout Creations mastermind

    Links are not controlled by the theme.

    Check your permalinks settings and make sure they are correct (Settings > Permalinks).


    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 Menu Tabs not correct color #8486
    Zed
    Cryout Creations mastermind

    That only happens if you leave links blank (or use #) since WordPress believes they link to the homepage and marks them as “current”. It is not a bug.


    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: Pages Shift to the Left of Category/Post Page Templates #8485
    Zed
    Cryout Creations mastermind

    Did you notice the scrollbar on the right side of your browser? 🙂


    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: Category & Tags description font size #8484
    Zed
    Cryout Creations mastermind

    Yes, there’s indeed a hiccup with the font size due to the recent font size/colour compatibility change we did in 2.0.4.

    We’ll take care of this in the next 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: Cannot configure slider #8483
    Zed
    Cryout Creations mastermind

    I see JavaScript errors in your website now:

    SyntaxError: syntax error
    <div style=’height:360px;padding-top:10px’><div></div><div s
    vegant…ete.com (line 56)

    ReferenceError: Gravatar is not defined
    Gravatar.profile_cb = function( h, d ) {
    wpgroh…r=3.5.2 (linia 27)


    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 Property Slider Bug #8317
    Zed
    Cryout Creations mastermind

    Plugins should not include CSS for features that are not enabled on all pages… That’s inappropriate behaviour.

    Try using this custom CSS:

    .nivo-caption { height: auto; top: inherit; font-size: 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: Custom style issue #8315
    Zed
    Cryout Creations mastermind

    I see your custom style is displayed in the source of the page and is active on the rendering.

    Did you solve the issue? The only wrong thing i see is that part of the header image is missing. But you can easily fix that by increasing the header height to about 140px.

    The JavaScript related messages is only a problem if it stays there all the time. You should only see it for a moment while your website is loading and then it should go away.


    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: https issue #8313
    Zed
    Cryout Creations mastermind

    I can see the header just fine under SSL.

    What device / browser are you seeing the issue on?


    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 media not possible; blank screen #8312
    Zed
    Cryout Creations mastermind

    This is most likely not caused by the theme.

    Did you try to see if the issue goes away if you switch to one of the default Twenty-something themes?


    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: Post Excerpts font is smaller after upgrade? #8310
    Zed
    Cryout Creations mastermind

    Hi.

    Sorry about that. We edited the CSS a bit to improve compatibility for plugins that add custom content inside posts, and we overdid it a bit, leaving the excerpts out of the configurable options.

    We’ve already fixed this and submitted the update. You can grab the fixed mantra/admin/custom-styles.php file right now from the 2.0.5 archive and replace the existing one.

    Also add these lines to the custom CSS field:
    .entry-content, .entry-content p, .entry-summary, .entry-summary p {
    font-size:15px; line-height:1.7em; }
    .entry-content p, .entry-summary p { margin-bottom: 10px; }


    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: Cannot configure slider #8302
    Zed
    Cryout Creations mastermind

    There’s no easy fix in your case. All I see is a generic ‘nivoslider is not a function’

    You’ll have to disable all your plugins and make the slider functional again, then enable them back one by one until you see which one interferes with 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: Bug: Custom Logo Header Link – Mantra #8272
    Zed
    Cryout Creations mastermind

    This was already spotted by another Mantra user and is fixed in 2.0.4.1.

    Thanks anyway for pointing it out.


    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 remove border & shadow from single image #8146
    Zed
    Cryout Creations mastermind

    Add a class on the image, for example class=”borderless”

    Then go to the custom CSS field and add in
    img.borderless { border: 0 !important; padding: 0 !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: Head Image width #8144
    Zed
    Cryout Creations mastermind

    If what you’re trying to do is set a full-width header image beyond the width of the theme content, you’ll have to do quite oa bit of customizations to the theme (or you can await our future Parabola theme).

    Otherwise, both the header image and the logo are limited to fit INSIDE the theme content width (the area clearly delimited with white 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: fubar'd in Internet Explorer, safaria nd mobile view #8143
    Zed
    Cryout Creations mastermind

    Did you restore the older 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: upPrev doesn't work with Mantra #8062
    Zed
    Cryout Creations mastermind

    This custom CSS should take care of that:

    .upprev_excerpt.upprev_thumbnail > a {
    float: left;
    margin-right: 10px;
    }


    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

    Try adding it as a widget in the below content 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: Creating a column grid on a page #8011
    Zed
    Cryout Creations mastermind

    You could try using the multiple columns shortcode to achieve that:

    [mantra-multi]
    [mantra-column width="1/3"]row 1, col 1[/mantra-column]
    [mantra-column width="1/3"]row 1, col 2[/mantra-column]
    [mantra-column width="1/3"]row 1, col 3[/mantra-column]
    [/mantra-multi]
    [mantra-multi]
    [mantra-column width="1/3"]row 2, col 1[/mantra-column]
    [mantra-column width="1/3"]row 2, col 2[/mantra-column]
    [mantra-column width="1/3"]row 2, col 3[/mantra-column]
    [/mantra-multi]

    and so on…


    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 color in comments #8010
    Zed
    Cryout Creations mastermind

    .commentlist li.comment {
    background: #2B2B2B;
    border-color: #444444;
    box-shadow: 3px 3px 5px #222222; }
    .commentlist li.comment:hover { background: #333; }
    .commentlist .children li { border-color: #444; }
    ##respond { border-color: #444; }


    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 logo links to parent, not sub site #8009
    Zed
    Cryout Creations mastermind

    Thank you for pointing that out. The fix will be included in the next 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: upPrev doesn't work with Mantra #7914
    Zed
    Cryout Creations mastermind

    I cannot check anything as your website is currently on a Twenty-something and that particular plugin does not seem to be active.


    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: Place two separate logos in the header #7913
    Zed
    Cryout Creations mastermind

    Are you using the latest version of Mantra?

    Could you provide a link to your website?


    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: Navigation menu #7912
    Zed
    Cryout Creations mastermind

    Mantra supports 3 menu areas – top, main and footer. Make sure you’re setting the correct / no menu in the proper areas under Appearance > Menus.


    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 column section #7911
    Zed
    Cryout Creations mastermind

    Your question is a good one, but unfortunately we cannot provide an answer since you removed our link from 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: Title and metadata #7910
    Zed
    Cryout Creations mastermind

    You’ll find the options to change everything about the presentation page in Appearance > Mantra Setting > Presentation Page.


    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: Uploaded Header Image / stretched on smartphone #7909
    Zed
    Cryout Creations mastermind

    What browser/device do you see this behaviour on?


    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: Customizing sidebars for individual pages #7908
    Zed
    Cryout Creations mastermind

    See the Conditional Widgets 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: Position tabs over header graphic #7907
    Zed
    Cryout Creations mastermind

    That was also possible with Mantra and a bit of custom CSS.


    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: Content Right Side of Top Menu? #7906
    Zed
    Cryout Creations mastermind

    If I could actually see that example, that’d be great 🙂


    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: Scrolling Picture Slideshow on Presentation Page Columns #7905
    Zed
    Cryout Creations mastermind

    You’ll have to use a plugin which can be inserted via shortcode, as the presentation page columns support shortcodes.


    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 - 6,181 through 6,210 (of 6,629 total)