Zed

Forum Replies Created

Viewing 30 posts - 6,361 through 6,390 (of 6,644 total)
  • Author
    Posts
  • in reply to: Removing Text From Header #5444
    Zed
    Cryout Creations mastermind

    haskee, to “remove text” from the menu (which I assume it means hide certain menu items from the menu) you need to use custom 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: Replace Slider with Static Image? #5441
    Zed
    Cryout Creations mastermind

    I should let you know that the proper way to do this is via a child theme.

    Your child theme will need 3 files:

    • style.css (with the content documented in the WordPress tutorial)
    • functions.php with the content below:

    `<?php
    require_once(dirname(__FILE__) . “/theme-frontpage.php”);
    ?>`

    • and the modified theme-frontpage.php file copied over from mantra/includes/ to the root of  your child theme’s folder.

    This will make sure you will not lose your change at 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: Getting a dash as site title – how to change? #5440
    Zed
    Cryout Creations mastermind

    This options has been moved/merged in version 2.0. It is now in Header Settings – Site Title.

    I’ve updated the FAQ entry to reflect this change.

    You need to add content to your Site Title and Tagline in Settings > General (to avoid the lonely dash in the title) and then you can hide them from the header (if you wish to do so) via the new “Site Title” combined option.


    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 issues after 2.0 upgrade #5436
    Zed
    Cryout Creations mastermind

    Yes, there is a more update-friendly way, but modifying our copyright link is discussed in questions A3 and A4 in the FAQs.


    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: Need to Edit Footer text powered by #5435
    Zed
    Cryout Creations mastermind

    Please see questions A3-A4 in the FAQs.


    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

    Add non-breaking-spaces&nbsp; – and plenty of 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: Slider small images 120px #5433
    Zed
    Cryout Creations mastermind

    The column images widths are relative to the total site width. This is the (over-complicated) formula:

    image_width = [ site_width – 60px – (0.04 x site_width x column_count) – (6px x column_count) ] / column_count


    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

    They were always placed on the same line, ever since v0.5.

    Use this custom CSS:

    `#site-description { clear: both; margin-left: 40px; margin-top: -20px; }`


    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: list of shortcodes #5430
    Zed
    Cryout Creations mastermind

    There should be 4 custom buttons in the Visual editor toolbar for some shortcodes, but having them properly documented is the correct way to do things.

    But the shortcodes are a relatively new addition to the theme and they didn’t quite make it in the FAQs yet.


    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 color? #5429
    Zed
    Cryout Creations mastermind

    Hi.

    There’s nothing a bit of custom CSS can’t fix 🙂

    a)

    `.entry-meta { background: #000; }`

    b)

    `#access ul li.current_page_item > a, #access ul li.current-menu-item > a { color: #fff !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: exclude pages from menu #5428
    Zed
    Cryout Creations mastermind

    This is what a custom menu is for.


    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 presentation page #5427
    Zed
    Cryout Creations mastermind

    Hi, haskee.

    Without seeing or site I can only guess. Either the iamges URLs are invalid, or there’s a javascript conflict in your WordPress. Disable all plugins and see if that makes the header works.


    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: Meta tags on Presentation page (homepage) #5426
    Zed
    Cryout Creations mastermind

    The homepage <title> tag takes it’s content from the Site Title and Tagline defined 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: favicon does not work suddenly #5425
    Zed
    Cryout Creations mastermind

    There is indeed an issue with how Mantra displays thelogo/favicon in the settings page, but both the logo and the favicon should work properly in the website.

    Your favicon file as defined by the url – http://simplycarriacouwebdesign.com/doyleguides/wp-content/uploads/2013/04/favicon.jpg – does not exist.


    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 does not display on iPhone / Safari #5424
    Zed
    Cryout Creations mastermind

    I do see an issue with your logo, but to make this even weirder, I’m seeing it in an Android tablet’s built-in browser (which is technically an unbranded Chrome).

    I’ll dig this up some more and see what I come up with…


    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: no mobile menu (tinynav) with Windows hosting? #5423
    Zed
    Cryout Creations mastermind

    The problem with the Windows hosted version is that it has incorrect EOL (end-of-line) characters, resulting in an empty line every line of text. This makes the frontend.js coding break, causing all of the javascript (which also takes care of the mobile menu) malfunction.

    Fix the files to have proper EOL on Windows and this issue will go away. Try to re-upload all files and upload them as binary instead of ASCII.


    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 Not Edit Menu Bar #5418
    Zed
    Cryout Creations mastermind

    You could be having a javascript issue. Try disabling all plugins and see if that solves 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: Google Fonts #5417
    Zed
    Cryout Creations mastermind

    Do you see the same behaviour on more than one computer/internet connection ?


    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: website tittle over top menu trimmed #5416
    Zed
    Cryout Creations mastermind

    Hugo, we still don’t know what’s causing your issue (we believe it to be browser related, but we could never reproduce it on our computers), but it should be fixed (or at least prevented from breaking Mantra completely)  in v2.0.2.


    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: Old comments are not appearing #5415
    Zed
    Cryout Creations mastermind

    Mantra (and themes in general) doesn’t mess around with anything database related.

    We have been using Mantra and WordPress on this website (and on the previous domain) since Mantra was created… and that was 2 years ago. Old comments are still readable and nothing changed.

    Perhaps you had some comments related plugin that messed with those fields which you uninstalled/disabled in the meantime.


    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: Shortcodes In Presentation #5297
    Zed
    Cryout Creations mastermind

    Shortcodes don’t yet work on the presentation page, but they should work starting with v2.0.2 (or 2.0.3).

    Widgets are another story and won’t be supported directly, but you could still add them via a widget-as-shortcode 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: Replace Slider with Static Image? #5296
    Zed
    Cryout Creations mastermind

    I see you left the slider intact and you’re trying to use the map over the slider. This doesn’t work

    You need to remove (or comment out) the slider and replace it with the HTML for your image map.

    The slider starts with

    `if ($mantra_slideType != ‘Custom Slides’) { `

    and ends before

    `// Second FrontPage title`


    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 presentation page #5295
    Zed
    Cryout Creations mastermind

    You need to set “featured images” on the posts you want to use in 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: default theme black #5290
    Zed
    Cryout Creations mastermind

    Steve, hi and thanks for pointing that out. The prices were not black, but a very dark gray that’s hard to read.

    I’ve fixed the theme and uploaded it on OpenCart.


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

    As long as whatever you’re inputting is HTML and it is properly added via the “Source” editor (not the rich editor), it should work.


    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: Question about premium upport #5279
    Zed
    Cryout Creations mastermind

    The premium support doesn’t have a limited time period or a fixed number of questions.

    We provide support for a ‘reasonable’ amount of questions. But the questions must be theme (or WordPress) related technical questions, not custom work.


    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: Featured Image confusion in posts #5278
    Zed
    Cryout Creations mastermind

    Well… that’s some weird behaviour. Did you upload all the images at once with the same thumbnail size settings or did you change the settings between image uploads?

    It would be useful if you could provide us with login details to your site so we can investigate this further. Just use the premium support form and type in “feature image” in the transaction id field.


    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: Showing Video? #5266
    Zed
    Cryout Creations mastermind

    I personally use Jetpack’s shortcode support for major video hosting sites (youtube, vimeo… ).

    I neither used nor tested any plugins for embedding your own hosted video files in the site.


    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: Replace Slider with Static Image? #5265
    Zed
    Cryout Creations mastermind

    You can only do that if you hardcode your HTML instead of the slider in the presentation page file – includes/theme-frontpage.php


    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: Remove Leave a Reply #5264
    Zed
    Cryout Creations mastermind

    This tutorial applies to both pages and posts.


    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,361 through 6,390 (of 6,644 total)