Search Results for 'ie'

  • Author
    Search Results
  • #28150
    Vitale

    The slider has disappeared.
    When I change an image and try to “save changes” the botton goes to a 404 error page.
    This happen in my page and in a friend page that I recommend this theme
    This is not resolved at all.

    #28134
    Sławomir Bączek

    same problem – multisite post page doesn’t work! I changed for a while mantra to tempera to test if this problem is only in matra – tempera has same problem. I tried another one. Every Cryout creations’ theme doesn’t work with post page pagination!

    Awaiting profesional help :).

    #28130
    John

    Sorry, this is the correct website address. romy-style.com
    I have added a text widget to the header, but I would like to change the colour to be different from the general text colour. I believe I need a css code to do this. Is that correct?

    #28123
    Talabrina

    I’ll relink the screen, not working XD

    Voir le Fichier : Prob.png

    #28091
    Maaike W

    I copied this in my custom CSS:

    element {
    }
    #content img.alignleft:hover, #content img.alignright:hover, #content img.aligncenter:hover, #content img.alignnone:hover, #content .wp-caption img:hover {
    opacity: unset;
    }

    It did stop the effect on my pages!

    #28089

    In reply to: rtl.css problem

    Alex

    I tried to find the element that is offscreen with the following JS script in Firebug Console:

    var nodes = document.getElementsByTagName(“*”);

    for(var i=0; i < nodes.length;i++) {
    var node = nodes[i];
    if(node.offsetLeft < -500) {
    console.log(node);
    }
    }

    IT SHOWS THE FOLLOWING:








    Where can I change the “left” value of of slider images inserted in in <div clas=”nivo-box”> and <div class=”nivo-slice”>?

    THANK YOU!

    #28087
    Wes Dickson

    Ok, so I found this code in theme-setup.php

    wp_nav_menu( array( ‘container_class’ => ‘menu’, ‘menu_id’ =>’prime_nav’, ‘theme_location’ => ‘primary’,’link_before’ => ‘<span>’, ‘link_after’ => ‘</span>’ ) );

    and it’s very similar to the Original Code noted in the reputedly successful example above.

    It looks like the main thing I need to add to this code is this bit:

    ‘menu’ => get_post_meta( $post->ID, ‘MenuName’, true)

    However, when I added it in, trying various locations, my theme crashed and I had to delete and reinstall.

    I’m guessing there’s a conflict because menu_id is being defined as prime_nav, but I’m also trying to define “menu” with the inserted code. I tried overwriting the prime_nav definition, but that didn’t work either. I’m guessing it refers to prime_nav somewhere else in the code (though I’ve had no luck finding it).

    Any help out there?
    I’m just a beginner, so be gentle with me…

    #28083

    In reply to: Type on slider images

    delta echo

    The easiest way to omit the text on the sliders is to delete all the text from the TEXT1-TEXT5 text boxes in Themes>Nirvana Settings>Presentation Page.

    #28081

    In reply to: Upgrade Bug

    Al

    Same issue. Parabola settings are dead as a doorknob, except for the color change during mouse-over on each of the settings. Tried deactivating plugins, as directed, but to no avail. It seems you have bricked your theme for many of us with this update. Can the update be undone?

    #28072
    Eloke

    If you need to have semi-transparent background use RGBA colors in CSS: CSS3: semi-transparent background color using RGBA. If you need to have cross-browser support, use PIE for IE.

    Victor

    I tried this solution and it didn’t work. However I remember reading somewhere about changing the PHP version in Cpanel. I switch it from native 5.4 to 5.5 and it fixed it. But 5.5 is weird and I don’t know which boxes I need checked to make everything function like 5.4 soooo…. Idk if I’m going to leave it on or just use this as a solution to reset the overload.

    If anyone figures it out lemme know!

    #28058
    HH

    I tested the jetpack widget visibility in the regular Parabola, and it did not work there either but it did work in Twenty Twelve. I am assuming the problem lies in the Parabola theme. Is anyone else having this problem? I am running the latest WordPress version in Firefox.

    Steven

    Hi

    After testing the problem was this plugin

    https://wordpress.org/plugins/head-cleaner/

    Which once disabled fixed the issue. Didn’t need it anyway as I only installed it to add the last modified attribute for google rich snippets.

    Probably solved.

    #28015

    In reply to: Mantra Settings

    michelle Heaney

    This site is not published yet. installed mantra. tried to change layout-no plugins active not even installed. cannot change layout. other tabs working to change them its fine but cannot change layout.

    #27966
    John

    Hi Lissa,
    Thank you soo much for taking the time to answer my question.
    I tried what you suggested, but the menu bar is still there.
    Is there something else I need to do?

    #27954
    Zed
    Cryout Creations mastermind

    Kathie, would you like to list those 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.
    #27951
    Zed
    Cryout Creations mastermind

    Your request is similar to complaining a 4 wheel car is broken because it doesn’t have 6 wheels.

    This makes no sense, really.

    My point exactly.

    A 6-wheel car may be better in some cases, but that does not make the 4-wheel car broken and in need of a fix.

    Coming in the “Bug” section and asking if anybody is going fix something that isn’t broken in the first place isn’t criticism. If you want the theme to behave in a way it wasn’t intended to behave or didn’t get to do yet there’s the custom CSS field, there’s child themes. You’re absolutely free to make these changes yourself (and complain to yourself when they don’t work as expected)

    If you want something integrated in the theme you can drop by and say “hey, can the theme do this or that?” or “hey, how about the theme doing this or that? is it possible?”. And then we’ll see what we can do. We’re open to suggestions. But we don’t consider features that aren’t there (because we don’t want them or because we didn’t think of them yet) as problems that need fixing…


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

    Did you try this with a font that’s not already included in the theme?
    Technically, forcing a font weight via the Google font field will not work as the other font weights are already included in the font that’s in the theme, and browsers will use the weight specified by the CSS (usually 300/normal).


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

    Those grey/white areas are part of BuddyPress’ styling.
    Use a tool like Firebug to inspect elements and figure out the tags/classes/ids you need to override with CSS.

    #buddypress table.forum tr.alt td, #buddypress table.messages-notices tr.alt td, #buddypress table.notifications tr.alt td, #buddypress table.notifications-settings tr.alt td, #buddypress table.profile-fields tr.alt td, #buddypress table.profile-settings tr.alt td, #buddypress table.wp-profile-fields tr.alt td {
        background: none repeat scroll 0 0 #222;
    }

    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.
    KJ

    Hi Carrie. I have the same menu problem with my Tempera theme. Little boxes instead of arrows for dropdown. Did you manage to fix the issue?

    #27872
    NeonZebras

    I am experiencing the same issue. I also am using the latest versions of WordPress & Parabola.

    Please advise.

    #27865

    In reply to: Problems with Settings

    Walt

    The bar/column thing is a simple fix…
    Appearance // PS // Layout Settings

    From there you can choose your default layout (ie: how many default columns you want) and you can use the slider to change how big you want your sidebars.

    #27849
    Essam

    Is this response from your own point of view is comprehensive for all what i have mentioned above? Do you think 22 days response time is fairly reasonable for a response?

    Or else this is just becoz of a FREE Module treatment and paid modules would be handled differently? !!!!

    I am just seeking an explanation!

    #27812
    Hew

    Same problem. I can’t add a title to the presentation page and any SEO tags such as meta descriptions. Is there a php file that can be modified to add a Title and other meta tags in the Head?

    #27800

    In reply to: add 6-th slide

    Dean Hurley

    I also have a requirement for up to 10 images for the slideshow to be available for my client. I also need to be able to show the slideshow on all pages.

    #27791
    Bert Ernie

    Sometimes using computers makes me want to bang my head. It does work! (CSS) But only on posts I have made AFTER adding the CSS. What the???
    Example of a post made after implementing CSS http://berternie.com/paintings/photorealism/vineyard/ – This is great
    Example of a post made before implementing CSS http://berternie.com/paintings/photorealism/southern-california-landscape/

    #27790
    Bert Ernie

    I have tried for hours to solve this. The CSS code is pasted into the Misc section of Parabola settings but alas no change. Love the theme but the hover effect is rather annoying.

    #27789
    Annemie

    Hello

    I have the same question.

    And I would like to know how you can change the menu in the sidebar on different pages.

    Many thanks,

    Annemie

    #27787
    Bembis

    I’ve messed up code. Sorry for duoble post.

    This text can be changed from the Miscellaneous section of the settings page. <br />
    <b>Lorem ipsum</b> dolor sit amet, <a href='#'>consectetur adipiscing</a> elit, cras ut imperdiet augue.

    You need to change <a href='#'> to <a href="#">.

    P.S.It would be nice to have preview option before posting. 🙂

    #27786
    Bembis

    Hi Cristine,

    There is “custom footer text” in Nirvana settings (miscellaneous settings) and there is default text:
    This text can be changed from the Miscellaneous section of the settings page. <br />
    <b>Lorem ipsum</b> dolor sit amet, consectetur adipiscing elit, cras ut imperdiet augue.
    You should try to change that bold text to . I made that part of text bold just so you can see which part you need to change.

    If that won’t help, try to send your wordpress site logins to Zed through (premium/custom work/contact) forms. You can see Custom work form in right sidebar. Just don’t post your logins in forum.

Viewing 30 results - 2,131 through 2,160 (of 3,146 total)