Viewing 30 results - 218,461 through 218,490 (of 243,976 total)
  • Author
    Search Results
  • #283059

    In reply to: Hide author, date…

    Hi AdriaWave!

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

    .post-meta-infos { display: none; }
    .page-id-2131 .post-meta-infos { display: block; }

    Please replace the page ID in the second line with the page id of your blog grid page. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg

    Regards,
    Yigit

    #283047
    This reply has been marked as private.
    #283038

    George tells me that he did nothing and he has no clue why these things are happening to the LayerSlider. The issue with what you are suggesting about editing is impossible because the dimensions are correct and always have been. The issues of the background image, font and size all only showed up after updating the theme.

    Josue is a user on the site. Kriesi has asked for credentials. If you want me to add you please send me an email showing the address I need to use for your password to be sent to you.

    This is all delaying my much needed launch of the site. It’s far too late to start over with a new theme, not to mention the hours and hours that have been invested in the Enfold theme so far.

    #283035

    lol Gave me a chuckle this morning with “rip us apart”. That thought has crossed my mind several times over the last few days. It appears I am the only one suffering these issues, so I feel so “special”. NOT!

    Yes, Josue is a user on the site and my WordFence tells me he has logged in several times over the last few days, but I haven’t had any response from him on the issues. If you want to be added please give me an email address to add you.

    The basic problem here is that I can’t edit a LayerSlider that looks perfect in preview and always has. What changes could I make if the slider looks perfect and nothing has changed except the Enfold version? I can only assume that the custom CSS I was given, code that was not necessary before, is messing things up. If you look at that slide six I gave you the link for there is suddenly some weird code in the slide. I am not capable of figuring out where this code is coming from because I don’t know what code was changed, nor am I am programmer anyway.

    Obviously this is all delaying my urgent launch of my website. Hours and hours have been invested in designing my site for both flat and responsive design, plus the featured sliders. I cannot go back to square one by using a different theme so it’s really critical that we sort out these issues.

    I appreciate your help.

    #283015

    In reply to: Masonry Gallery

    Hi kimogroup!

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

    #top .container .av-masonry-entry {
    width: 24.80%;
    }

    Regards,
    Yigit

    #283014

    In reply to: Standard Editor

    This reply has been marked as private.
    #283004

    In reply to: Standard Editor

    Hey!


    @jluetgen
    Enfold version 2.8.1 is available, please firstly update the theme via FTP – http://vimeo.com/67209750
    That should solve the issue you are having

    Cheers!
    Yigit

    #283003

    In reply to: right menu

    Merhabalar Fatih!

    Su an Enfold temasinin epey eski bir versiyonunu kullaniyorsunuz. Kullandiginiz Enfold versiyonu ile WordPress versiyonu uyumlu degil. Lutfen oncelikle FTP uzerinden en guncel versiyon olan 2.8.1’e guncelleyin – http://vimeo.com/67209750

    Best regards,
    Yigit

    #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, 7 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

Viewing 30 results - 218,461 through 218,490 (of 243,976 total)