Viewing 30 results - 237,151 through 237,180 (of 243,734 total)
  • Author
    Search Results
  • #169917

    Hello, I have a similar problem in that the spacing in my sub menu drop downs is not the same as the live demo. The code above made the text smaller but did not change the drop down spacing.

    Image of what I mean can be found here, your help is really appreciated!

    https://www.dropbox.com/s/15svcegujbxkce1/Screen%20Shot%202013-10-03%20at%2012.17.32%20PM.png

    • This reply was modified 12 years, 2 months ago by kt2webdesign.
    #169915

    1) Pages, Posts and Also Archive Pages the option to change the header BG color and Image like colorShemer element.
    especially for the part where the Title and breadcrumb disappears
    Like this examples
    http://artbees.net/themes/jupiter/blog/ http://artbees.net/themes/jupiter/pages/faq-page/ http://artbees.net/themes/jupiter/features/
    2) Icons for Accordion like the Tabs
    3) Icon Box . feauture like size , icon color , Background color, Background radius and also ffor font Icon
    4) More admin options for
    header size and line height
    Navigation fontsize, bgcolor and color
    5) Custom Post Type for team Member

    #169908

    In reply to: Enfold – Phone Info

    And I have another problem with the nav-items…

    I want to add a hover effect with blue background. But I can´t set the height of the background-color to 30 px, because the lineheight is set to 200 px for the logo…

    Any idea?

    Thanks
    Bruno

    #169895

    Hello!

    Please add following code as well

    .avia_mega_div .avia-bullet { margin-top: 9px; }
    #top #header .avia_mega_div > .sub-menu > li > ul > li a { padding: 0px 12px 0px 12px; }

    Best regards,
    Yigit

    #169884

    Topic: Enfold – Phone Info

    in forum Enfold
    IndikatorDesign
    Participant

    Hi,

    at the phone-info on top I´ve made a transition hover effect with a background-color.

    Since the last update, you see the border during the background. I´ve tried to fix it with z-index but it doesn´t work. Do you have any idea?

    Best regards
    Bruno

    #169879

    In reply to: Enfold Mega Menu bug

    This reply has been marked as private.
    #169875
    infoportugal
    Participant

    Hello,

    In Internet Explorer, my website has visualization problems: the logo gets bigger and overlaps the menu (even with the latest version of IE).
    And all elements with animation (layerslider WP, post slider …) do not appear.
    However, in the same version of the browser, I visited your enfold’s livepreview and everything works!
    What do I have to do to get my website looking good in IE, like your demo?

    Thank you.

    #169863

    Hi Eykie!

    I think some weeks ago another user had a similiar problem and fixed it on his server. Open up enfold/index.php and replace

    
    			if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('heading'=>'strong', 'title' => $title, 'link' => $t_link, 'subtitle' => $t_sub));
    

    with

    
    			if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('heading'=>'strong', 'title' => $title, 'link' => $t_link, 'subtitle' => $t_sub));
    
    			$page = get_query_var( 'paged' ) ? get_query_var( 'paged' ) : get_query_var( 'page' );
    			query_posts(array('posts_per_page'=> get_option('posts_per_page'),'paged'=> $page));
    

    Regards,
    Peter

    zyzou
    Participant

    Hi,

    First off, thanks a lot for the great work. We love Enfold!

    I am using iFrames on on a client’s website with the help of the iFrame plugin [http://wordpress.org/plugins/iframe/] and noticed when I upgraded to 2.1 that iFrames that were perfectly sized before were then slightly cropped.
    I did not think much of it at the time and kept on updating the theme as new releases came out BUT with 2.3.1 all hell broke lose and my iFrames were completely off – not respecting at all the width of the column they were placed in.

    I tried with another plugin – Advanced iframe [http://wordpress.org/plugins/advanced-iframe/] – and experienced the same.
    So for now I reverted to 2.0.1 which fixed the problem but would love to benefit from the theme updates…
    Has anyone else experienced similar issues?
    If you need to inspect my site let me know and I will send you the link in private.

    Thanks in advance for the help!

    Yours,
    Zyzou

    #169852
    This reply has been marked as private.
    #169848
    Lichtkrieger66
    Participant

    Hi all,

    I created the following webpage with the Enfold theme.
    http://www.bem-proaktiv.de/

    Some visitors told me, that the slideshow is not displayed on their devices / computers.
    I habe no problems on my MacBook (Firefox). I know that the slideshow is disabled for mobile devices.

    Are there any plugins, browser addons etc. required?

    Thanks in advance.

    #169840

    Unfortunately that does not work. It appears IE8 adds too much padding or something.

    Any ideas on the other items? Haven’t had any suggestions. The form one being the most important, image links not appearing being close behind. The site has a huge blank white panel when viewed on IE8.

    Cheers,
    Jason

    #169834

    Hi!

    We had to change some style rules because of the new html5 markup. Re-saving the theme settings should solve the issue though because Enfold will regenerate the dynamic stylesheet as soon as you save the settings.

    Best regards,
    Peter

    #169832

    In reply to: Save colors

    Hi denye!

    Can you elaborate please? You can use the quick css field (Enfold > Styling) if you want to save some custom css rules.

    Best regards,
    Peter

    #169827

    Hi!

    We’ll look into it.

    Regards,
    Peter

    #169826
    mikaelsv
    Participant

    Hi,

    I would like to remove the featured image in the Enfold Latest News widget and also the black border above the footer section. Is that possible?

    Regards,

    Mikael

    #169824

    Hi!

    I posted a solution for the menu here: https://kriesi.at/support/topic/best-way-to-add-icons-to-the-top-level-menu/
    If you want to embed the icon into the php code you can use following code

    
    echo av_icon('ue802', 'entypo-fontello');
    

    The first parameter is the icon character code (you can use fontello.com to find it – just select the icon and click on “Customize Codes” to find out which code is used to display the icon) and the second parameter tells Enfold which font family should be used for the icon (by default it’s entypo-fontello).

    Cheers!
    Peter

    #169823
    gianmarizzi
    Participant

    Hi,
    just added a partner/logo element with a slideshow of some logos. After I’d added a link for each logos, a background appeared behind every image.
    I found this style in enfold.css:

    .main_color .avia-content-slider .slide-image {background:#fafafa;}

    I tried to turn it into #ffffff or #ffffff!important in my custom.css but it didn’t work.

    What else can I do?

    #169822

    Found the issue – conflict with Thickbox plugin – will work on finding a replacement. Other issue still makes no sense though – image alignment on some images and not others. https://kriesi.at/support/topic/image-display-issue/

    #169819

    Hi zerozendesign!

    1) Please make sure you’re using the latest version of Enfold (2.3.1)

    2) Please deactivate all third party plugins (especially jquery updater) and check if the tabs start to work again. If yes activate the plugins one by one to find the culprit.

    Best regards,
    Peter

    #169816

    Hey jgoldberg1983!

    Yes, we had to change some style rules because of the new html5 markup. Re-saving the theme settings should solve the issue though because Enfold will regenerate the dynamic stylesheet as soon as you save the settings.

    Cheers!
    Peter

    #169815
    zerozendesign
    Participant

    Hey guys –

    Found another strange issue showing up –

    on http://godiaperfree.com/newsite/affiliate-dashboard/, the tabs element isn’t functioning correctly. It is wrapping the second tab underneath the tabs content. I’m not sure what is going on with this site, but things seem to be acting up.

    #169808

    Hi pharefm!

    Afaik the new icon font system does not allow you to add an icon this way because the user can upload custom font sets and Kriesi uses the data attribute to select the right font set. I’d suggest to use the “icon” shortcode to add an icon to the menu title/link. Right now the menu title does not support shortcodes but we’ll add this feature in the next version. For now you need to modify /wp-content/themes/enfold/includes/helper-responsive-megamenu.php manually – open up the file and replace

    
    $heading_title = $title;
    

    with

    
    $heading_title = do_shortcode($title);
    

    and

    
    $item_output .= $args->link_before . apply_filters( 'the_title', $item->title, $item->ID ) . $args->link_after;
    

    with

    
    $item_output .= $args->link_before . do_shortcode(apply_filters('the_title', $item->title, $item->ID)) . $args->link_after;
    

    and then you should be able to use the icon shortcodes in the menu title field too. Use the “Magic wand” to generate the icon shortcode.

    Best regards,
    Peter

    #169803
    dmaca
    Participant

    Hello guys!

    Is it possible to have that marvelous (header) ajax search as widget in order to use it on shop pages?

    Kind Regards,
    Denis

    #169801

    Thanks a lot, Josue!

    It worked almost fine!!!

    Do you know if it is possible to decrease that spacing?

    http://tinypic.com/r/2zfmwl4/5

    Kind Regards,
    Denis

    #169799
    dswreclame
    Participant

    Hi there,

    I’m using your great Enfold theme for my website. The site works fine when viewing on Desktop and tablet, but I encountered a problem when viewing on mobile phone. There are big spaces between te logo, menu button and the header as you can see instantly when visiting the site. I don’t know when this problem occured, but do I know it worked fine when I started building the site. Do you have any idea how to fix this?

    Thank you in advance,

    Matthijs

    #169798
    dswreclame
    Participant

    Hi there,

    I’m using your great Enfold theme for my website. The site works fine when viewing on Desktop and tablet, but I encountered a problem when viewing on mobile phone. There are big spaces between te logo, menu button and the content as you can see instantly when visiting the site. I don’t know when this problem occured, but I know it worked fine when I started building the site. Do you have any idea how to fix this?

    Thank you in advance,

    Matthijs

    Hi Josue,

    thanks for the quick response. If I upgrade, will my settings for Enfold get preserved ? (fonts, logo, color scheme, etc.)

    thanks
    jeffrey

    Thanks – worked like a charm

    #169776

    Hey dmaca!

    No, tbh I’m not sure why it doesn’t work. You can try to add a print_r() function to enfold/woocommerce-config/config.php to output the content of the get_post_meta query. Search for

    
    $active_hover = get_post_meta( $id, '_product_hover', true );
    

    and replace it with

    
    $active_hover = get_post_meta( $id, '_product_hover', true );
    print_r($active_hover);
    

    to check the return value. If you want to activate it for all products replace

    
    $active_hover = get_post_meta( $id, '_product_hover', true );
    

    with

    
    $active_hover = true;
    

    and it should work even if the post meta value is not set.

    Cheers!
    Peter

Viewing 30 results - 237,151 through 237,180 (of 243,734 total)