Viewing 30 results - 228,871 through 228,900 (of 244,425 total)
  • Author
    Search Results
  • This reply has been marked as private.
    #223969

    Hi Anthony!

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

    div .main_color .tabcontainer .active_tab_content { background-color: red; }
     div .main_color .tabcontainer .active_tab { background-color: green; color: white; }

    Best regards,
    Yigit

    #223966

    Hey tlow87!

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

    .team-social a { background: transparent; }

    Regards,
    Yigit

    #223961

    Hi rdswestnet!

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

    #av_section_1 .container_wrap, .avia-layerslider { border-top-style: none; }
    .avia-layerslider  .avia-shadow { box-shadow: none; }
    #header_main { border-bottom-style: none; }

    Cheers!
    Yigit

    #223955

    Hi netinfoplc!

    It seems like you have already removed the social icons. To move breadcrumbs higher, please add following code to Quick CSS in Enfold theme options under Styling tab

    .title_container .breadcrumb { 
    z-index: 999; top: -92%; }

    Best regards,
    Yigit

    #223953

    Hi Josue,

    I’ve updated woocomerce. I have also included the data for the upgrade of Enfold. He says I have the latest version.

    Still not be the last blog entries.

    Thanks Josue and Yigit

    Jesus

    #223941

    Hello dear Dude,

    Thank you so much. I will check them out. I hope that it will be helpful.

    Kind regards,

    D.S.

    #223930

    Hey,

    we are using enfold 2.4.5 and have a full-width youtube video on intro page. We want to stop showing the youtube related videos at the end, but none of the codes seems to work – we tried adding the &rel=0 and ?rel=0 code.
    Do you have any advice?

    Thanks from zebra.bi

    #223927
    rfb4
    Participant

    Hi guys,

    after solving my logo problem, here’s another question:

    When setting the primary color for Main Content in the Enfold styling section the same color is used for bold text as well as for links. This is unfortunate, since I would like the links to pop out more from the rest of the content.

    Any CSS quick code to either add another color for the links or for the bold text – so that the links have their own unique color?

    Thanks a lot,
    Ruppert

    • This topic was modified 12 years, 1 month ago by rfb4.
    #223915

    Hello,

    Please, as I can download and update the new version of Enfold 2.5.2?

    thanks

    #223912

    Hi Peter,

    tried all suggestions, none worked..
    Also deactivated and reactivated plug-in, but didn’t help..

    I have also tried on several devices (iPad, phone, etc.), cleared browser several times…

    Any chance to get back to the former version of Enfold before the update?

    Cheers
    Moritz

    #223906

    Hey greenmarimo!

    If you need to tweak the search template modify wp-content/themes/enfold/search.php and wp-content/themes/enfold/includes/loop-search.php. For detailed instructions contact the plugin author please because we can’t provide support for third party plugin implementations. You can use this plugin to maximize the search power of your website: SearchWP

    Refer to this link in order to integrate the plugin on ajax search: http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/

    Best regards,
    Peter

    #223902

    Hi silviouk!

    Please update Enfold to version 2.5.2. It should be compatible with WooCommerce 2.1.x

    Regards,
    Peter

    Hey dogukansara!

    We uploaded some tutorial videos here: https://vimeo.com/channels/aviathemes and an extensive documentation can be found here: http://kriesi.at/documentation/enfold/

    Regards,
    Peter

    #223898

    Hi!

    1) Please try to clear the browser cache. Maybe your browser still loads the “old” custom.css file which does not contain the immomakler.css code.

    2) If you use a child theme you can place the immomakler.css code into the style.css file of the child theme.

    3) Otherwise try to insert it into the quick css field (Enfold > Theme Options > Styling) and save the theme settings.

    Regards,
    Peter

    #223895

    In reply to: Sidebar Menu

    Hi Guys,

    Don’t worry I’ve found the problem Mysteriously all the menus had been changed or where missing in the wiget area, I’ve no idea why or how because I never changed anything, I’ve just remembered that I update the theme a couple of days ago through the wordpress Enfold update you sent, so I can only think that might of had something to do with it. Any ideas?

    Thanks again
    LG

    #223885

    Hi!

    I can’t find any error or access entry which explains the resource peaks. Maybe they can provide a log which shows us which script (php file) causes the highest cpu/memory peaks.

    Best regards,
    Peter

    #223882

    Hi!

    Thank you for the feedback comitzuu.

    Best regards,
    Peter

    #223881

    Topic: Header adjustments

    in forum Enfold
    creativeyes
    Participant

    I’ve recently purchase the enfold theme again and I’m just starting to develop this site http://www.test.theimplantcentre.com/. (login password to follow)

    In an effort to enlarge the logo I’ve added in some code you supplied for the previous site but it’s not quite right. I few things I’m looking to sort out and would really appreciate your help:

    – Double the size of the font in the top header (Patient site & Dentist site)
    – Move the main menu (Home, Why Choose Us etc.) down so that it sits 1/4 of the way up from the bottom of its white panel
    – Drop the page name and breadcrumbs down so they sit neatly below the header panel.
    – Tighten up the leading in the dropdown menus (e.g. Why Choose Us) to the default.
    – Make the column headings under ‘Treatments’ and ‘Care & Costs’ NOT clickable (like the http://kriesi.at/themes/enfold/) and the dark blue #0e2f61

    I think that’s it for the moment.
    Many thanks
    Rupert

    dorisa
    Participant

    Hello,
    Is there any complete tutorial about how to use Enfold WordPress Theme properly? I am a new user so this would help me a lot to understand functions about creating a proper good looking website.

    Kind regards,

    D. S.

    #223877

    Hey hawea74!

    By default the slider will ignore the mouse hover event and the autorotation won’t stop. However Kriesi added an hidden option to the slideshow script and you can activate it if necessary. Open up wp-content/themes/enfold/js/shortcodes.js and replace

    
    hoverpause: false,
    

    with

    
    hoverpause: true,
    

    Best regards,
    Peter

    #223873

    Hey Tali!

    1) I can’t reproduce this issue on the demo page and on my test servers: http://kriesi.at/themes/enfold/cart/
    Please deactivate all browser extensions – maybe an extension causes the styling flaws. If this doesn’t help post a link to your website and we’ll check the css code.

    2) You can try this css code:

    
    .dropdown_widget .cart_list {
    overflow-y: auto;
    max-height: 300px;
    }
    

    You can replace 300px with any other px value. % values are not supported.

    Cheers!
    Peter

    #223871
    jarlsberg
    Participant

    Hi. I did a search at your site with the text above. No results. I use the fullwidth slider, and I’m wondering if it is possible to adjust the color of the caption frame, or the caption text itself without changing the main CSS file?
    The settings in Enfold Theme Options – Styling does not seem to impact the caption frame.

    #223867
    greenmarimo
    Participant

    Hi guys,

    Thanks for this great theme. I just started using it and I’m also a wordpress beginner, so please forgive my ignorance.

    I am using a search plugin that gives me more options than the standard enfold search. But when I’m using this plugin with enfold, they only tell me the number of results found and no results show up in the result page (i tried with other themes and they were displaying all the results without changing any code of the search result page). So i was wondering if you had an idea about this case.

    And i also want to change the layout of the result page into a grid layout like the one we can select in the template page builder.

    I really need this plugin and I want to use it with enfold. Please tell me what code of the plugin you may need.

    Thanks

    #223854
    sharonleaney
    Participant

    Hi Guys
    I have a couple of websites that use the Enfold Theme and recently I received information from prospective clients that they were unable to open up these websites on their Apple Macs http://teamrfa.com.au/ & http://andrewvenablescelebrant.com.au/ I have since had family and friends check the websites on their Apple Macs and no problems. It appears to be only some appliances that don’t work – any suggestions.

    I operate on a Windows and download the Enfold updates applicable to WordPress – I do receive Encryption Loss Message for the MACOSX folder when i am extracting from the .zip file. I confirm ‘copy without encryption’. Could this be an issue for me.

    Cheers
    Shaz

    #223850

    Hey!

    Ah ok – open up wp-content/themes/enfold/js/avia.js and search for:

    
    					imgParent.css({height:'auto'}).each(function(i)
    					{
    						var currentLink = $(this);
    
    						setTimeout(function()
    						{
    							currentLink.animate({opacity:1},1500);
    						}, (100 * i));
    					});
    

    Replace it with

    
    					imgParent.css({height:'auto'}).each(function(i)
    					{
    						var currentLink = $(this);
    						currentLink.animate({opacity:1},1500);
    					});
    

    Best regards,
    Peter

    #223841

    In reply to: portfolio-item Name

    This reply has been marked as private.
    #223836

    Hey Josue,

    that´s really weird. Now it works here, too. Yesterday I spent a hour to clear cache eg. I installed enfold for 3 times. I don´t know, but thank you. Sorry for this!

    Best regards
    Bruno

    #223827

    Sweet, thanks Josue, I will have a play with that. Looks good.

    Is there a reason you haven’t implemented this as a tick box option in the Enfold Admin e.g.: “Turn on Advanced CSS Field?” ?

    That would be awesome and would simplify it for most people I would think.

    Otherwise, will I need to re-add that line in functions.php every time there is a theme update?

    Really appreciate your help with this.

    Tim

Viewing 30 results - 228,871 through 228,900 (of 244,425 total)