Zed

Forum Replies Created

Viewing 30 posts - 4,951 through 4,980 (of 6,631 total)
  • Author
    Posts
  • in reply to: Parabola Settings lost #34413
    Zed
    Cryout Creations mastermind

    The settings are stored in the database and cannot be retrieved from the files (wp-content folder).


    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: Parabola setting page is blank #34412
    Zed
    Cryout Creations mastermind

    With or without the (upcoming) theme updates, on WordPress 4.4 you need to install the plugin to restore the settings page to working condition.


    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 Font in Columns #34411
    Zed
    Cryout Creations mastermind

    body .column-text { font-size: 14px; }


    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: Header Image size for good Responsive #34410
    Zed
    Cryout Creations mastermind

    Check the “Force header image responsiveness” option in the theme’s Header settings 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: jquery problem in Mantra settings page #34408
    Zed
    Cryout Creations mastermind

    That error is usually caused by plugin interference. Do you have any other plugins active?

    Mantra is (and always has been) available here: https://wordpress.org/themes/mantra/
    If your search returns no results, your WordPress install may have issues searching for extensions.


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

    Egor, are you using the latest version (0.5.4) of the plugin?

    Rob, please see our announcement on 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: Allow html tag in SLIDES titles #34222
    Zed
    Cryout Creations mastermind

    There is no case (preg_match("/^nirvana_.*/i",$name)) in Nirvana’s sanitize.php
    There is an if (preg_match("/^nirvana_.*/i",$name)): line which handles all the theme options and shouldn’t be messed with.

    Please see 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: Presentation Page Spacing #34220
    Zed
    Cryout Creations mastermind

    #front-text1, #front-text2, #front-text5 { padding-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: Posts not showing up in Menus for Categories #34217
    Zed
    Cryout Creations mastermind

    Double-check your menu structure on one of the default Twenty themes to see if it works correctly.

    Menu administration and functionality is not handled by 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: Add space between header and menu bar. #34216
    Zed
    Cryout Creations mastermind

    Increase the height of the header area from the settings (after you’ve defined your header image, if you use one).


    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: Accessing the Home Menu #34215
    Zed
    Cryout Creations mastermind

    Please read 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: 3rd level menu item in mobile devices #34214
    Zed
    Cryout Creations mastermind

    I cannot verify your issue. A third level menu item works fine on my phone (and I cannot find any fourth level menu items in your menu).


    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: Simple way to only show header image on presentation page? #34213
    Zed
    Cryout Creations mastermind

    If the other pages are in fact (static) pages, you can use the theme’s featured image as header image option and define featured images (with the proper size) for the other pages which will be displayed in the header area.

    Otherwise, you may be able to find a plugin to help you do this with categories/posts as well.


    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: Date settings in another language #34212
    Zed
    Cryout Creations mastermind

    The language is not controlled by the theme. You need to switch your WordPress to your own language and/or adjust the date/time 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: Use WordPress Default bullet? #34211
    Zed
    Cryout Creations mastermind

    You can use this CSS:

    body .entry-content ul > li {
        background: none;
        list-style-type: initial;
        padding-left: initial;
    }

    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 video on text areas in presentation page #34168
    Zed
    Cryout Creations mastermind

    Graphi, you cannot add iframes in the extra text fields since WordPress filters that code out.
    You’ll need to use shortcodes (provided by some 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: disable displaying posts #34167
    Zed
    Cryout Creations mastermind

    You’ll find the option for that in the Presentation Page section of theme settings. Right below the option enabling/disabling the presentation page itself.


    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 – doesn't show on frontpage? #34166
    Zed
    Cryout Creations mastermind

    I see the slider works correctly now. Are you still having issues?


    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: Cyrout Columns switched to vertical #34165
    Zed
    Cryout Creations mastermind

    Check https://validator.w3.org/nu/?doc=http%3A%2F%2Fseethelightshine.com%2Fnew%2F
    See error at #9, that’s the first markup issue which triggers all those following (including your columns issue).

    Double check that all open tags get closed and that you are not closing more than you open in your extra text fields.


    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: Settings lost after moving the website #34164
    Zed
    Cryout Creations mastermind

    Theme settings should normally remain configured even if you move the site. However they may get lost if you update the site URL the wrong way.

    Make sure you follow the right procedure of moving WordPress / updating the URL/domain.


    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: Virus in website #34163
    Zed
    Cryout Creations mastermind

    Please follow this tutorial on how to clean up and properly secure your website in the future.


    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: Color Settings Won't Work #34162
    Zed
    Cryout Creations mastermind

    Start by checking if your Parabola colour fields still have the hash sign (#) in front of the colour codes in the settings.
    If they are gone, that’s always caused by a plugin interfering with the settings page. Most such plugins also create two colour selectors (instead of the normal single selector provided by the theme), however this may not always be the case.

    You’ll need to cycle through your plugins (by temporarily disabling them) and re-saving the theme settings with at least one colour field with the # restored to see if it sticks. Once you figure out which plugin it is, you can restore the # sign for all colour codes and re-save settings. You then need to either stop using the problematic plugin or never save theme settings when you have the plugin enabled.

    If this is not the case (the # sign is still present in the colour fields) let us know so we can look for other causes.


    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: Comment numbering #34153
    Zed
    Cryout Creations mastermind

    .commentlist {
    doesn’t have a dash in the identifier.


    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 Images as HEADER Images #34152
    Zed
    Cryout Creations mastermind

    Are your featured images exactly 1050×200 or exactly 1200×200?
    Or are they generally bigger than both these sizes… in this case, were they uploaded before you activated Nirvana or after?


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

    The presentation page is a unique feature of the theme that is available in a very specific place in the theme (the homepage) and as such cannot be used elsewhere in the theme.

    Also, as a result of the general theme guidelines imposed by WordPress on all themes that get approved in the official themes repository, themes cannot implement shortcode functionality. This method would have been the only way of making the presentation page features (slider, columns, text areas) usable elsewhere on the site.

    The columns are, however, usable in other widget areas beside the dedicated columns areas (although we don’t guarantee this will always work as expected).


    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: Simple way to only show header image on presentation page? #34137
    Zed
    Cryout Creations mastermind

    The homepage can be uniquely identified with body.home. As a result, you can append this to any custom styling rule to only make it apply on the homepage:
    body.home #my-container { 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: custom links menu to open on new page #34136
    Zed
    Cryout Creations mastermind

    The target attribute is part of WordPress menus functionality, but is hidden by default.


    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 new section of columns and new column title #34135
    Zed
    Cryout Creations mastermind

    I believe those files are it. Keep in mind all theme files are reset on update so make sure you force disable theme updates if you customize files.


    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 not working #34134
    Zed
    Cryout Creations mastermind

    You can only reset all theme settings at once (not individual options).

    You are using a caching plugin which caches your page’s content so you might not always see the most recent changes instantly. Disable this plugin while you are developing your site for instant content change 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: Nirvana Text Area 1,2,3 #34133
    Zed
    Cryout Creations mastermind

    There is plenty of different text on your site. Could you show a screenshot with the 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.
Viewing 30 posts - 4,951 through 4,980 (of 6,631 total)