Zed

Forum Replies Created

Viewing 30 posts - 5,071 through 5,100 (of 6,631 total)
  • Author
    Posts
  • in reply to: How do I remove the columns from presentation page #33824
    Zed
    Cryout Creations mastermind

    You can do so from the theme settings (Appearance > Nirvana Settings > Presentation Page Settings). Look for the Columns sub-section and 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: Adding sidebar next to blog posts on presentation page #33823
    Zed
    Cryout Creations mastermind

    Not currently as it requires code changes to be done to the theme, but we are considering adding this as an option in a future 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: A Few Questions About Nirvana #33822
    Zed
    Cryout Creations mastermind

    1. Content arrangement (in the Editor) is WordPress functionality (and not controlled by the theme). You may get better answers if you ask this in the WordPress forums.

    2. You could technically apply a different font (or font set) for each post/page/content section/element on the site, but you’ll need to use custom styling (and perhaps plugins if you intend to use fonts from external sources).

    3. As far as I know, WordPress does not have functionality that automatically grab content from other sites by just supplying a link. You can either manually insert the content of the desired story yourself (in a post, page or whatever) or look for a plugin that can do this for you.


    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: Hyperlink Color and Underline settings? #33821
    Zed
    Cryout Creations mastermind

    Link colours are configurable in theme settings, under Color Settings.

    In HTML, link elements do not exist without actually having a link assigned to them. They always link to something (even if that something is an invalid address). So they will always be coloured (as configured in theme settings).

    Starting from this, there are several type of links:

    • a and a:link – the standard normal link
    • a:visited – a link that you’ve already clicked on and visited (at least once before in your browser)
    • a:hover – a link you are currently hovering on
    • a:active – a link at the instant you are clicking on

    While the theme only colours two cases: the hover and all other cases combined, with custom CSS you can control them individually: http://www.w3schools.com/HTML/html_links.asp

    To underline all links, this CSS does the trick:
    a, a:hover { text-decoration: underline; }


    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 Top Bar from Pages/Change Margins #33820
    Zed
    Cryout Creations mastermind

    Wayne, double-check which frontpage areas you’ve configured to hide in theme settings (Presentation Page > Extra > Hide areas).

    To hide the header area (above the main menu, where the site title/logo / header image go), set the header height to 0 in theme settings (Header 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: Replacing social media icons (trouble) #33819
    Zed
    Cryout Creations mastermind

    Are you using the example child theme? Did you edit its functions.php file or directly Nirvana’s file? (the latter being wrong).


    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 move blogs to top in stead of below the columns? #33818
    Zed
    Cryout Creations mastermind

    The frontpage.php file containes all the sections displayed. To re-order them you’d need to move their responsive blocks of code around.


    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 the blog page #33817
    Zed
    Cryout Creations mastermind

    The page using the blog template will follow the general layout option set in the theme 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: Nirvana bugs #33816
    Zed
    Cryout Creations mastermind

    Listing the issue(s) you are encountering would help a lot in identifying and fixing them (if we can confirm them).

    Otherwise, the fixed issues are listed in each update’s announcement post:
    http://www.cryoutcreations.eu/nirvana/


    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 Not Right on Mobile #33815
    Zed
    Cryout Creations mastermind

    The header content left/top margin options should not be used to center the logo.
    Use this CSS instead:
    #header-container { text-align: center; }


    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: More post on presentation page #33813
    Zed
    Cryout Creations mastermind

    The number of posts to be displayed on the homepage when using the presentation page is configurable in the theme’s settings, in the Presentation Page section.


    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 Title text being cut off #33811
    Zed
    Cryout Creations mastermind

    Could you give a link to a page/post displaying 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: Add Phone# in header #33810
    Zed
    Cryout Creations mastermind

    Kelly, could you double-check that the widget is correctly placed?


    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: Main page image instead of excerpt #33809
    Zed
    Cryout Creations mastermind

    Without a sample link I could only guess they were using the theme’s columns feature (which is part of the presentation page).

    But the texts can be disabled even from posts by filling in empty manual excerpts and changing the featured image size options to make it fill up the width of the post (it is currently only using part of the post width).


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

    Could you provide is with the URL to a page/site exhibiting this issue?


    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: Right sidebar floating below content #33806
    Zed
    Cryout Creations mastermind

    Tracia, what browser/device are you seeing this on? Cause it displays fine for me.

    If you caching plugin has a CSS minification feature, turn it off.


    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 does not work in IE11 unless logged in as Admin #33805
    Zed
    Cryout Creations mastermind

    Displaying the site via an IFRAME might be the cause of this issue.
    You should consider moving the site to the target address and not run it masked from http://www.razzmatazz.se/itautomation/


    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: a.continue-reading-link isn't managed by parabola_metaback #33804
    Zed
    Cryout Creations mastermind

    The continue reading button is indeed not controlled by the meta colour options (as it is not part of the metas), but uses the same colours as the menu items. This is a design choice.


    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 settings page frozen – no plugins active #33803
    Zed
    Cryout Creations mastermind

    The two

    TypeError: this.transport is null main.js:1207:4
    TypeError: jQuery(…).wpColorPicker is not a function

    do indicate JavaScript issues.

    Whether these are critical and break WordPress’ entire jQuery or just small issues I cannot know from just this log.


    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: Bullets displaced #33802
    Zed
    Cryout Creations mastermind

    Ava, are you using the latest 2.4.1(.1) 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: Latest Mantra causes editor to strip all tags on publish #33800
    Zed
    Cryout Creations mastermind

    Are you displaying excerpts or full posts on the front page?
    When excerpts are used, all HTML content is automatically stripped by WordPress and the text is trimmed to a limited number of words.

    Switch to full posts (look in the Post Excerpt in theme 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: Before Content and After Content Areas do not appear to work #33609
    Zed
    Cryout Creations mastermind

    Better late than never 😀

    The above/below content widget areas will be added to all page templates in the next round of themes 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: Incompatibility with Piwik? #33592
    Zed
    Cryout Creations mastermind

    I have only tested Piwik once, but on Parabola, and it appeared to work.

    We’ll look into this and see if there’s a problem or not.


    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: Blog page with Paging #33591
    Zed
    Cryout Creations mastermind

    Do you want to change the number of posts per page displayed in “Blog”?
    That’s the general limit set in WordPress, under Settings > Reading.

    Also, skip step 2. Doing that will make WordPress force display posts at that address/page ignoring the page template completely (and bypassing several theme settings). Using the blog page template is sufficient to make the page act as WordPress’ standard blog 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: Two column posts page like Nirvana screenshot? #33590
    Zed
    Cryout Creations mastermind

    The theme also has an option to use the images inside posts as featured image if a featured image is not defined. This can be disabled if needed (and is so by default).

    The problem with image sizes is more complicated. The image crops of various sizes (based on settings mostly) are generated on file upload. If you then decide to change settings, previously created crops are not recreated, so you’ll end up with non-matching sizes for the places they will be used in. I don’t know when your images/featured images were uploaded (before of after you installed/configured Nirvana), so this may or may not be the issue for you.
    Recreating the crop/resized images is possible with additional plugins.


    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 Settings ‘Center Align’ Malfunction #33589
    Zed
    Cryout Creations mastermind

    What browser are you using?
    Could you verify with a different browser and see if you can check the right box?
    It sounds like a hiccup in the rendering causing the options to partially overlap.


    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: Continue reading button (blog layout) #33586
    Zed
    Cryout Creations mastermind

    Adjust the number of posts per page in Settings > Reading.


    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: Changing Slide Images #33585
    Zed
    Cryout Creations mastermind

    Jake, check your theme settings. You’ve set a 1150px(!) border on 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: mobile REALLY not working #33584
    Zed
    Cryout Creations mastermind

    Sylvie, I believe you are seeing Jetpack’s mobile theme feature. Disable that to see the right 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: when go responsive #33582
    Zed
    Cryout Creations mastermind

    Could you show us a site behaving like 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.
Viewing 30 posts - 5,071 through 5,100 (of 6,631 total)