Search Results for 'ie'

  • Author
    Search Results
  • #37296
    Zed
    Cryout Creations mastermind

    You copied the entire Nirvana style.css file to your child theme – this is not to correct method. The styling is also from an old 1.0.5 version – plenty of things changed since then.

    Only include the styling rules that you are customizing in your child 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.
    #37293
    Zed
    Cryout Creations mastermind

    Does this happen in specific places on the site? I browsed around and they appear to be working now or on the posts I viewed.


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

    For reasons that our beyond our control, the presentation page slider cannot be used outside of it.
    For sliders in posts or pages you will need to install and use a separate 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.
    #37281

    In reply to: padding reduction

    Zed
    Cryout Creations mastermind

    Lanie is entirely correct – you have a text widget (with Google code) inside the theme’s Above Content Widget area. If you don’t want it there, move or remove the widget.


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

    I don’t see the sidebars issue on your site at this moment. Did you solve it?
    Sidebar placement can fail when using a caching plugin that also minifies CSS (so the styling gets loaded in the wrong order).


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

    The presence of
    <meta property="fb:pages" content="101990593184687>
    before
    <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
    is the problem.
    cryout_meta_hook() is a theme hook so it isn’t used by any plugins. You must have manually hooked content into it somehow. Search your (customized) code for something similar to
    add_action ('cryout_meta_hook','your_custom_function');
    and add the optional priority parameter to lower your function’s priority (default is 10):
    add_action ('cryout_meta_hook','your_custom_function', 12);


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

    The presentation page is handled by the frontpage.php file.
    If your carousel is provided by a plugin (as a shortcode), you can also insert it in the extra text field present between the slider and 4 boxes (if you’re not already using it for text).


    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.
    #37189
    Lee Lemell

    I have installed the Nirvana Theme in a client site. In addition, I have just updated the theme to the newest version today (Ver 1.2.4).

    Noticed an oddity – the Search button no longer has a magnifying glass symbol but an Asian symbol. (The Search feature is currently set to display in Navigation Bar).

    Please advise.
    (Of course I could revert back to previous version to temporarily resolve this.)

    #37176
    Sara

    After you create the category go to Posts>Categories and then click “Edit” under the category you want to write a text. On that page you should see a text box. Everything that you write there, will appear before the list of posts.

    #37164
    Shantinath Chaudhary

    Hi,

    Is this entire line being a problem, i.e. both these meta tags, :->
    <meta property="fb:pages" content="101990593184687><meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">

    Or just this line:- <meta property="fb:pages" content="101990593184687>
    I am having trouble finding out where this line got added. But I noticed that if I comment, the line
    <?php cryout_meta_hook(); ?> written in header.php file, then both the above two lines stops coming in the source code of website. Any clue which file the wrong code is lying in? Or Could you please tell where is the definition of cryout_meta_hook() method? Thanks a lot in advance. It will be very helpful if you could help just a bit more.

    #36807
    Zed
    Cryout Creations mastermind

    Custom slides each have Link fields to enter their target link into (in the theme’s settings page).

    Post-generated slides link to the posts themselves.


    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.
    #36804

    In reply to: Columns in Nivana

    Zed
    Cryout Creations mastermind

    The tutorial applies to Tempera, Nirvana and Parabola (since 1.7). I have amended the content to more clearly state this (as it was initially written for Tempera only).

    If you’re using post-generated columns, the widgets are not used anymore. Make sure the posts that are displayed in the columns have featured images and that these images are larger than (or at least) the configured column size.


    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.
    #36796

    In reply to: Shortcode

    Zed
    Cryout Creations mastermind

    I assume you already have the plugin providing that shortcode.

    Most shortcodes don’t have previews (of the resulting content) in the dashboard (in either the visual or text editors). Preview the page/post you’re placing it in to see how it would look to the public.


    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.
    #36786
    Chris Garland

    Hmm…Tried both the #parent-container #content p { } & body #content p { } options and although the body #content did most of it (colour, italics, centring,) it didn’t do the size. Something must be stoping it somewhere else & I suspect that it’s the Test settings Headings Font setting that’s doing it (trial and error proved it).

    Have you got any additional suggestions Zed?

    #36778

    In reply to: Site not responsive

    Jim

    Hi

    I have tried disabling plug ins and it looks like this may have been caused by a page caching plug in.

    Will keep monitoring.

    Thanks

    Jim…

    #36768

    In reply to: Columns in Nivana

    HvH

    Hi,

    The link goes to the tutorial of another theme. I have the same issue: I set the Nirvana presentation page to show columns, gave it a title, category and 3 of the latest blogs to show, but only the title is there.

    The site is private yet (I’m building it for a client) so I can’t give you a link. If needed, I can provide login details by e-mail.

    Thanks in advance!

    #36766
    Zed
    Cryout Creations mastermind

    Lanie, your columns appear to output no code (except an empty anchor)

    Did you customize the frontpage.php file (which should be outputting them)? If yes, compare and update the code with that from the 1.7 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.
    #36761
    Ivan

    So I got some help with this from other sources. I managed to put some space between the menu but the vertical bars weren’t spacing correctly. A friend helped me with some CSS to get rid of those bars altogether but there’s still one vertical bar hanging out to the left of the main menu that I’d like to get rid of. Site is sdauthenticflavors.com/afc if you want to take a look at the offending bar.

    What I have in the Custom CSS is:

    li {
    display:inline-block;
    padding-right: 15px;
    padding-left: 15px;
    }

    #menu {
    margin: 21px 646px 21px 646px;
    }
    #header-container > div { text-align: center; }
    #access > .menu > ul > li > a > span {border:none !important}

    #36750
    Zed
    Cryout Creations mastermind

    The presentation page’s text fields and column contents support shortcodes, and the columns themselves are widgets, so you could display the search form in any of these.


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

    The text fields on the homepage (and text fields in the columns) support shortcodes, so you can display videos in them by inserting them as shortcodes (using a plugin to provide this functionality).


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

    Please read the stickied topic concerning version 1.4(+).


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

    @InstantNostalgia, @Lanie, could you enter Parabola’s settings and check if the columns are properly set to “custom content”? (We’ve added widgetized columns in 1.7).

    @Lanie, could you give a link to your 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.
    #36738
    Zed
    Cryout Creations mastermind

    I believe we’ve discussed this via support. I cannot reproduce this problem on my devices and since even you see site correctly on some devices, the issue may be limited to your browser.

    Can you test with a different browser on the laptop?


    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.
    #36729
    Lanie

    Similar issue here. Only Columns 1 and 2 work for me, one on top of the other, on the left hand side.

    I tried each of the Columns separately, in different orders, tried disabling the Slider, and tried using only text and no images. Nothing worked. Looked in the source to see if maybe some CSS was hiding them, but there’s no code there for them at all.

    #36718
    Wolfgang

    Hello,

    although I remember that I had earlier noticed the checkbox “Keep header image aspect ratio”, I can not find it now. No idea, why!
    But I found the following checkbox:
    Design -> Nirvana Settings -> Kopfzeile (header) -> Kopfzeilenbild (header photo) -> Bild (photo) responsive
    With “yes” my header photo including the face is not PERFECT

    Thanks
    Wolfgang

    #36712
    Pascale Renou

    Hi,
    Almost the same issue : my website doesn’t show properly on tablet computer :
    http://etrierfontenaisien.fr/wp-admin/customize.php?url=http%3A%2F%2Fetrierfontenaisien.fr%2F
    It’s ok on my smartphone though.
    How can I have the menu in a hamburger style on tablet like on smartphone ?
    I looked for the solution Mi Guanajuato suggested in his post, but can’ find the setting on my website.

    Many thanks for your help !

    #36706
    Nadja

    Update: I’ve just published a new post and the problem has disappeared. The preview pictures are displayed now everywhere (http://verstehepferde.de/category/trainingstipps/). I have no idea why, but I am happy. Thanks for your time!

    #36700
    Nadja

    I deleted the photos from the media library. Then, I uploaded the new files in the library and inserted them in the posts. The names are not always the same. The location in the posts is the same.
    The new photos show up in the posts. I replaced the old ones. But they don’t show up in the category preview.

    #36684
    Zed
    Cryout Creations mastermind

    The slider and columns are independent content parts of the presenation page. You can use them independently.

    Captions are automatically hidden when you use custom slides and leave the title/text fields empty. There is currently no easy way to disable captions on post-based slides.


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

    That’s usually caused by JavaScript issues. Please see the quick debug steps to track down the cause.


    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 results - 1,621 through 1,650 (of 3,145 total)