Viewing 30 results - 218,761 through 218,790 (of 244,268 total)
  • Author
    Search Results
  • #283001

    Hi Effektid!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #black-studio-tinymce-10 .avia-icon-list-container {
    display: none!important;
    }

    Regards,
    Yigit

    #282987
    danneeroy
    Participant

    Hi,

    Im using the enfold theme and have a problem with the megamenu on mobiles in that the top level menu items wont expand when pressed. It works fine when i unselect “Use as megamenu”.

    The site is http://ottimolighting.com/

    Menu items Finish and brand are created using a megamenu and columns. Currently Finish is set to normal menu and works as expected. “Brands” is set to megamenu, when clicked on mobile it wont expand.

    Any pointers with this would be greatly appreciated:)

    Thanks!

    #282984

    In reply to: alignment

    Hi hadas!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-2543 img.avia_image {
    margin-top: 20px;
    }

    Regards,
    Yigit

    Hey Octopus4444!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    #header_main_alternate, #header {
    -webkit-transform: translateZ(0);
    }

    Regards,
    Yigit

    #282964

    Hey AturiMedia!

    Please go to Enfold theme options > Blog Layout and choose “Multi author blog” in “Single Post Style”

    Cheers!
    Yigit

    #282948

    Hi Butterfly44!

    Can you post a link to the hr page please? A negative height value can’t be used but you can apply a custom css class to the element ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and the set a negative margin-top.

    Regards,
    Peter

    #282945

    Hey kroemer08!

    It seems like WooCommerce doesn’t detect the shop page as selected page. Please try to insert this code into the enfold/functions.php file or the child theme functions.php file:

    
    function add_custom_classes($classes, $item)
    {
        if(is_shop() && $item->ID == 3169) $classes[] = 'current-menu-item';
        return $classes;
    }
    add_filter('nav_menu_css_class' , 'add_custom_classes' , 10 , 2);
    

    Regards,
    Peter

    #282944

    Hi HiDrew!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-icon-list .iconlist_title {
    text-transform: none;
    margin-top: 15px;
    padding-bottom: 10px;
    }

    Cheers!
    Yigit

    • This reply was modified 11 years, 8 months ago by Yigit.
    #282938

    Hi originaltours!

    Please go to Enfold theme options > Header Layout > Mobile Menu and check “Hide mobile menu submenu items” – http://i.imgur.com/YCE82PY.png

    Best regards,
    Yigit

    #282936

    Hi Ben!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    p[data-fake-id='#toggle-id-1'] { background-color: red !important; }
    p[data-fake-id='#toggle-id-2'] { background-color: yellow !important; }

    Cheers!
    Yigit

    #282932

    In reply to: Removing a dot

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top input[type="text"] { width: 100%; }

    Regards,
    Yigit

    #282930
    nokostudio
    Participant

    Hi there

    I’m having some problems with the Enfold dropdown menus in IE9.

    When rolling over the main menu title the dropdown appears, but then vanishes when you try to roll over it.

    It’s a big problem as it’s a corporate site and most internal users are on this platform!

    Any ideas?

    Thanks!

    Hi!
    Thank you for your help.
    Here is a screenshot of the “Le Navire” page (in the main menu).
    Please note :
    – the issue is not as visible on IE11 that it is on Firefox.
    – it depends on pages (appearing or disappearing when I change just one word).
    – it depends on browser: the screenshot included your previous message is about a page thats is correctly displayed on IE11, but not on Firefox. The screenshot included in the current message is about a page thats is correctly displayed on Firefox, but not on IE 11.
    – with IE, the border is correct at the top of the page and become progressively solid at the bottom.

    Best regards
    m.

    #282916

    Hi!

    Thank you for the info.

    What is the folder name of the parent theme? Make sure that it is “enfold”.

    Best regards,
    Ismael

    #282895
    Ben
    Participant

    hello Enfold people,

    i’m trying to set css for each head panel individually in my accordion. for example, the first in red, the second in blue etc…

    i found this ” #toggle-id-X” but i’m not sure i f i can apply css directly to this..

    thanks for your help :)

    Ben

    #282888
    monkey_girl
    Participant

    Hi there,

    It seems that the Woocommerce “Sort by” and “Display (number of items per page)” filters cannot be used on mobile devices with the Enfold theme. The ASC/DESC arrow does work, however.

    Try testing on iphone (5s-iOS 7)/ipad(2-iOS 7)– the dropdown menus can’t be selected or accessed on touch devices.

    The same problem exists on your demo site here: http://kriesi.at/themedemo/?theme=enfold (shop page)

    Filters work well on non-touch devices.

    Please advise. Need to launch this site in the next couple of days.

    Thanks!
    ~monkey_girl

    Hello,

    Thank you.
    I heard Avada theme will soon have own layout builder, with an option to deactivate it, in order to avoid these kind of conflicts.
    Is there a chance this might happen with Enfold theme?

    Thanks again for your help

    #282879

    Hello Ismael,
    yesterday evening i did some other trials and forgot to post it.
    That’s what happened

    I Installed WP and enfold. Once i installed WPML multilingual the styles seems not to work.
    I created the 4 languages menu and a sample page translated in each language and i noticed once i switch language site that the color style issue doesn’t work just on the MAIN language, that is english in my case.
    Then i switched the main language of the site from WPML settings to “italian” and now it seems to work properly on each language. Of course the styles are different because i didn’t replicate them on each language but the important is that now the color style works properly :)
    So, for now, you can mark as solved this thread :D
    Cheers

    Alex

    #282877

    Hi!

    Thank you for using the theme!

    I checked all the languages, they seem to have the same color scheme but differs on site layout, others are boxed and some are stretched. The best thing that you can do is to work on the theme options using a single language and when you’re finish go to Enfold > Import/Export panel. Click the Export Theme Settings File button to export the theme settings. Switch on another language then go to the same Enfold panel and upload the theme settings on the Import Theme Settings File option. Do this for the remaining languages.

    Regards,
    Ismael

    #282875

    Hi,
    I followed the direction to install the child theme but it doesn’t show up
    on the server, the folder name is enfold-child, I have three files in it, the style.css, functions.php and screenshot.png.

    Thanks

    #282872

    Hello Again,

    Does newest Enfold no longer allow for the bordered (framed) menu? This result of menu
    http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/

    I have updated and tested on new site and same result. There simply is no option that I can see for anything but positioning. Please advise what extra code is needed to achieve the same result as your own example. Specifically the thin grey lines above, below,between menu options

    Thanks
    S

    Hi!

    Thank you for the info.

    Please check the browser compatibility of Enfold. We don’t or we can’t provide support for stock browsers. Please install Chrome or Firefox. http://goo.gl/93BMQg

    Cheers!
    Ismael

    #282866

    Hi!

    Regretfully, we don’t have all kinds of tablet models on hand. Like Devin said, manufacturers often bundle their own sub par browser with the device. You need to install major browsers like Chrome or Firefox. Please check the browser compatibility info of Enfold, , we can’t provide support for stock browsers.

    http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?WT.ac=search_item&WT.oss_phrase=enfold&WT.oss_rank=1&WT.z_author=Kriesi

    Best regards,
    Ismael

    #282843

    Hi!

    The documentation (http://kriesi.at/documentation/enfold/using-a-child-theme/) needs an update. I’ll ask Devin to update the topic to avoid confusion. Please do as Gunter suggested.

    Cheers!
    Ismael

    #282842

    Hi Peter,
    Can you shed some light – why this does not work for a google map ?

    <a href="http://maps.google.com.au/maps?q=new+york&hl=en&sll=43.299428,-74.217933&sspn=6.571804,14.765625&hnear=New+York,+New+York+County,+New+York,+United+States&t=m&z=10&iframe=true&width=100%&height=100%" rel="prettyPhoto[iframes]" title="New York Map">New York Map</a>

    even short url does not work
    <a href="http://goo.gl/maps/ShS5K?iframe=true&width=640&height=360" rel="prettyPhoto[iframes]" title="New York Map">New York Map</a>

    The lightbox opens but no content is loaded into the iframe

    I have even checked out the authors website :: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone

    Is there another way within ENFOLD theme to have a google map open in a lightbox from a button or link ?

    #282841

    Hi!

    Thank you for visiting the support forum!

    I’m sorry but that’s all the available options for the sliders right now. If you want to request for more added features, you can visit the Feature Requests page. Anyway, if you can provide us with a screenshot of what you want to accomplish with the slider captions, we might be able to help.

    Cheers!
    Ismael

    #282835

    Hey!

    Yes, go to Enfold > Theme Options > Import/Export and click the blue button..

    do we work from the child theme or parent theme?

    I’m not sure if I understand your question but you must activate the child theme (Appearance > Themes) like a standard theme and then you work “from the child theme”.

    Regards,
    Günter

    #282827
    This reply has been marked as private.
    #282813
    Butterfly44
    Participant

    Hi,

    If I watch this page : http://kriesi.at/themes/enfold/features/#tab-id-14
    there are a lot of possibilities with the visual shortcode editor.

    In my website, I have only some possibilities like “content elements”, “dropcap1”, “dropcap2”. How can I add the others, or see the shortcodes I have to put in the code ? For example, I have no way to insert animated image within my text block.

    PLease help :)

    dsmcpherson
    Participant

    Hi,

    I am very new to Word Press and the Enfold theme so my apologizes if my question is simple, but…

    When I create a two column section on a page, place an image media element in one section and assign the image file, I am unable to figure out how the theme/css determines the image scaling. My image appears on the page smaller than I would like. When I increase the size of the image in Photoshop it has no effect. It appears the image size on the page or the amount the original image is scaled is being controlled somehow I am not aware of.

    Any help in describing how the scaling works, what image size to use, etc. would be much appreciated.

    Thanks,
    Darryl.

Viewing 30 results - 218,761 through 218,790 (of 244,268 total)