Zed

Forum Replies Created

Viewing 30 posts - 5,731 through 5,760 (of 6,631 total)
  • Author
    Posts
  • in reply to: Main menu drop down on presentation page #15691
    Zed
    Cryout Creations mastermind

    I confirm the overlapping issue. We’ll solve that in the next update after 0.9.5 (which is already published).

    IE9 in compatibility mode actually renders things as IE7. Since IE7 lacks knowledge of a lot of CSS and HTML the theme uses, the only way to solve this is to remove compatibility mode (view)


    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: Incorrect display of special characters #15690
    Zed
    Cryout Creations mastermind

    Please wait for 0.9.5 which was approved but isn’t yet live.


    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: Problems saving, It says it does, but it doesnt #15689
    Zed
    Cryout Creations mastermind

    Not all the elements on the presentation page were controlled by the theme options at the time you reported this.

    The latest update (0.9.5) improves things and future updates will eventually allow you to customize everything.


    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: Pagination on Presentation Page Broken #15688
    Zed
    Cryout Creations mastermind

    Sounds like your permalink settings are not working. Try re-saving the permalink and make sure it actually gets saved (and you don’t get a warning after the save that the .htaccess file could not be written).


    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: phone browsing #15687
    Zed
    Cryout Creations mastermind

    It’s something related to a mobpartner script and it shows up on pages with sidebar.
    Could you disable your sidebar widgets one by one and this 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: Sidebar Widget Link Colour Not Working #15686
    Zed
    Cryout Creations mastermind

    I confirm this. We’ll get it fixed in the next update (probably 0.9.6) 🙂


    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: breadcrumb problem #15684
    Zed
    Cryout Creations mastermind

    Mantra provides the option to hide the breadcrumbs. It’s titles “Breadcrumbs” and it’s the first option under the theme’s Graphics Settings.

    The previous/next posts links are not part of the breadcrumbs and there’s no option to control those. Still, they can be hidden using custom CSS (note that there are two prev/next navigations, one above the post and one below it):

    #content #nav-above, #content #nav-below {
        display: none;
    }

    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 Module not showing correctly. We need help. #15504
    Zed
    Cryout Creations mastermind

    The theme needs to support the proper layouts. If it doesn’t, the only way to make it work is edit 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: Menu settings in version 2.3.2 of Mantra Theme #15446
    Zed
    Cryout Creations mastermind

    Are you referring to the actual menu displayed on the site or the menu’s administration interface (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: Pingback XML Parsing Error #15445
    Zed
    Cryout Creations mastermind

    You have an empty line at the start of the response wp-trackback.php returns. I’m not sure where that’s from.


    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: Incompatibility with GetResponse Slide-up plugin #15444
    Zed
    Cryout Creations mastermind

    That plugin needs a bit of rework to use WordPress’ jQuery instead of loading its own obsolete 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: RSS Feed Error #15443
    Zed
    Cryout Creations mastermind

    Your entire site seems to be having some extra empty lines. This is most likely caused by invalid EOL conversions.
    Are you using Windows-based hosting?


    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 Google Fonts for use in text area #15441
    Zed
    Cryout Creations mastermind

    @import url(http://fonts.googleapis.com/css?family=Alegreya+SC)
    should work just fine in the Custom CSS field.
    Then use font-family: "Alegreya SC";


    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

    You cannot do this. You’ll need to replace every occurrence of the “mantra” word in all of Mantra’s files to something else.
    It would be easier to create a child theme – http://codex.wordpress.org/Child_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: not updating site #15434
    Zed
    Cryout Creations mastermind

    Using a caching plugin? Clear cache or disable 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: Theme appears to be causing issue to bbpress #15433
    Zed
    Cryout Creations mastermind

    We’re a bit behind on “compatibility-zing” Mantra with bbPress.
    We’ll try to do it in one of the upcoming 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: (Sticky) Posts on Presentation Page #15432
    Zed
    Cryout Creations mastermind

    Setting 0 for the posts count does not actually disable (this is because that number is used directly in the query and WP ignores this particular value).
    Why would you set 0 and keep the posts on presentation page enabled? That’s basically disabling posts, and you can do that by actually setting the option to disable.


    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 not appearing #15431
    Zed
    Cryout Creations mastermind

    The presentation page does not display sidebars.


    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: Unable to Leave Comments #15430
    Zed
    Cryout Creations mastermind

    See our comments tutorial – http://www.cryoutcreations.eu/wordpress-themes/wordpress-tutorials/wordpress-disable-comments-tutorial
    You should basically do the reverse the tutorial says to enable comments.


    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: issue with parabola 1.3.1 #15429
    Zed
    Cryout Creations mastermind

    Use get_the_excerpt(); instead of get_the_content(); in your code.


    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: &subset=latin-ext – for Google fonts #15428
    Zed
    Cryout Creations mastermind

    When you chose a font from Google, you get a complex link depending on the things you chose; for example:
    http://fonts.googleapis.com/css?family=My+Awesome+Font:300,300italic,400,400italic,700,700italic&subset=latin

    Just enter everything after family= to the field in the theme settings:
    My+Awesome+Font:300,300italic,400,400italic,700,700italic&subset=latin


    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: Import/Export don't work 1.3.1 #15427
    Zed
    Cryout Creations mastermind

    This will be fixed in the next theme update.

    To be able to perform an export in your 1.2.2, either disable PHP notices or change the
    ob_clean();
    line from admin/admin-functions.php (right at the beginning) to
    if (ob_get_contents()) ob_clean();


    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: SOCIAL MEDIA SETTINGS #15425
    Zed
    Cryout Creations mastermind

    Are you sure this is about Parabola?


    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 UPLOAD – FAVICON UPLOAD #15424
    Zed
    Cryout Creations mastermind

    Are you sure this is about Parabola?
    Tempera had such an issue bot got fixed in 0.9.4.1


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

    This topic is now closed as it got to have too many separate questions and issues caused by different reasons under the same roof.

    If you’re absolutely sure you configured the slider (images) correctly, in 99% of the cases the slider fails (and you see only the spinning circle) because another extension is breaking WordPress’ jQuery.

    In the other 1% of cases the cause is posts/images/browser or an actual theme bug (we hadn’t one of those in a long while).

    If the prsentation page is enabled but missing completely, make sure Frontpage displays is set to Your latest posts under Settings > Reading.

    If you still have issues with the presentation page or slider, please create your own topic.


    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 not working with Trustjacker plugin #15421
    Zed
    Cryout Creations mastermind

    It means that plugin is breaking WordPress’ jQuery functionality (which the theme uses).


    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 reduce padding in sidebar #15420
    Zed
    Cryout Creations mastermind

    .sidey .widget-container { margin-bottom: 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: Logo above header, not overlapping #15419
    Zed
    Cryout Creations mastermind

    Now I saw your other post about moving the top menu under the logo and above the header image.
    That’s tricky…


    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 blog date format #15418
    Zed
    Cryout Creations mastermind

    This is configurable in WordPress, under Settings > General.


    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: Logo above header, not overlapping #15416
    Zed
    Cryout Creations mastermind

    The simplest solution would be to use a header image double in height with the top half transparent.


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