Zed

Forum Replies Created

Viewing 30 posts - 6,181 through 6,210 (of 6,640 total)
  • Author
    Posts
  • in reply to: static info AND recent posts on home page? #8500
    Zed
    Cryout Creations mastermind

    That is not currently possible without heavy customizations to the presentation page file.


    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: contect width #8498
    Zed
    Cryout Creations mastermind

    We can see the extra (about) 5 pixels of space on the right and we’ll fix that in the next update. Thanks 🙂


    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 2.0.4.1 blog look #8497
    Zed
    Cryout Creations mastermind

    The excerpts too small issue is fixed in 2.0.5 🙂


    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 place Tagline below Title #8496
    Zed
    Cryout Creations mastermind

    #site-description {
    clear: both;
    line-height: 15px;
    margin-left: 0; }

    You’ll have to play around with the line height value to better space your title and description.


    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 author info #8495
    Zed
    Cryout Creations mastermind

    Leave your biography empty in your user profile page, and the author information should disappear.


    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: extra text – html tags #8494
    Zed
    Cryout Creations mastermind

    One of your questions is already answered in the FAQs.

    The whole extra texts color/background can be changed via custom CSS:

    #front-text3 blockquote { color: #abccdef; background-color: #abcdsef; }
    #front-text4 blockquote { color: #abccdef; background-color: #abcdsef; }


    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 body text colour. #8493
    Zed
    Cryout Creations mastermind

    The content text is controlled by the “Content Text Color” option under Color Settings.

    The front page titles text color is controlled by the “Title Color” option under Presentation Page > Extras > Extra text

    As an extra step, you can change the “body” text color via custom CSS;

    body { color: #abcdef; }


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

    #masthead { position: relative; }
    #access {
    margin-top: -30px;
    position: relative;
    }


    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: Manual theme update, without FTP #8490
    Zed
    Cryout Creations mastermind

    Not really.

    But WordPress should be able to update Mantra over the web. If it asks you for a FTP login when you try to update, there’s a permissions error. Check your WordPress folder and files have the proper user/group (either the hosting account user or the webserver user).


    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

    Your theme might have updated incompletely.

    Try re-uploading Mantra and replacing all the files (to make sure all of them are the latest 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.
    Zed
    Cryout Creations mastermind

    I get the Not Found error on all browsers.

    Make sure the page with that ID exists, that the page is published and is publicly visible.


    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: 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.
Viewing 30 posts - 6,181 through 6,210 (of 6,640 total)