Thanks again, Yigit!
You guys are simply awesome. One of the main reasons I’m working so much with ENFOLD is your support. Especially, because it’s superfast!!!
Cheers,
Jan
Hey webethique!
No, I’ve not heard such a rumor. But Enfold doesn’t include or use this plugin and thus we do not keep track of the development status of Revolution Slider. Your best bet is to search the comments here: http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380/comments
Regards,
Peter
Hey!
Did you try to use the “conditional menu” feature – you can activate it easily by adding one line of code to your child theme functions.php or enfold/functions.php file:
add_theme_support( 'avia_conditionals_for_mega_menu' );
It’s a native Enfold feature which helps you to use conditionals for menu items:

Best regards,
Peter
Hey polymation!
Please add a Color Section element to top of your page and give it a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then place your image inside it. Then add following code to Quick CSS field in Enfold theme options under General Styling tab
#your-custom-id .container { width: 100%; margin: 0 }
Best regards,
Yigit
Hi!
I installed “the events calendar” plugin and I managed to tweak it to how I want it to look, mostly… Two more issues remain, could you help me out here?
1. When on http://www.vrijzinnigen.nl/agenda/categorie/agenda/ on the right side just under the menu bar there is ‘evenementen op datum’ which produces a small calendar. I’d like to remove this whole thing. How can I do so?
Someone suggested using the following code, I added it to the custom CSS field within Enfold but it doesn’t seem to help yet. Do you think this is the right code? Maybe my website takes time to show the result? Or do I need another piece of code or place it somewhere else?
#tribe-events-content-wrapper > .tribe-bar-disabled {
display: none;
}
2. Below the event title is the date and time. I managed to get the time from 12hour-system to 24-hour system, but now I’d like to add the word ‘uur’ behind the time(s). Any idea on how I can do this?
i am experiencing slow upload speeds on my Enfold themed website.
http://smartech-energy.co.uk/
It takes fro 5 seconds up to 9 seconds to upload which seems to long and will effect google listings.
Please advise of actions to resolve this.
Hi N!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-slideshow-no.scaling li img {
width: auto!important;
}
You have CSS minifying feature enabled on a plugin, please disable it before applying the code
Best regards,
Yigit
ok, last reply is fixed now
btw, updated enfold on the test environment, inserted the code but it still don’t shows the page links, but , at least it doesnt kill the site :-)
Hey allaboutapps!
Please edit your product and add image to your product gallery on the right hand side of the screen. Then on “Product hover” section choose “Show first gallery image” – http://i.imgur.com/MIrVuOJ.png
You can see example on Enfold demo site – http://kriesi.at/themes/enfold/shop/
Best regards,
Yigit
Hi Soapmarine!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.av-main-nav ul { top: 60%; }
P.S.: Nice website!
Best regards,
Yigit
Hi Soapmarine!
Please firstly turn on Custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your text block elements with extra space a custom CSS class and then add following code to Quick CSS
@media only screen and (max-width: 768px) {
.your-custom-class * { padding-left: 0!important; }}
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .main_color .av-no-color.av-icon-style-border a.av-icon-char {
border: none!important;
}
Regards,
Yigit
This reply has been marked as private.
hello, re-updating Enfold to version 2.9.2 via FTP but still have not solved anything. still does not see http://www.ermesitalia.com
I am that I’m doing something wrong?
I’m sorry
Hi guys again!
Can you help me to display the language switcher of WPML in Enfold?
In default mode, the switcher with flags will be displayed here in the secondary menu. I think that’s not good.
What I’ve done: I could turn off the flag switcher in the secondary menu. Then I inserted the built-in switcher WPML in the secondary menu (text only). Then the flag switcher displayed as default in the main menu. I do not want too. However, I have not made it. Now everything is default again.
How it should be: no display of flags (not in the secondary and also not in the main menu). Only the switcher (as text) to be displayed in the secondary menu.
Is this possible? How can I customize?
Thank you in advance for your help.
Best regards. Ulrich
-
This topic was modified 11 years, 7 months ago by
Dude.
Hey chytry!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
html { background-color: white; }
Regards,
Yigit
Hi
I am using an Enfold Custom sidebar Widget on one page but the normal sidebars widget is showing up underneath the custom widget. So I get double of everything
Is there a reason for this? And can I fix it?
Regards
Richard
Hi!
Can you please update Enfold to the latest version 2.9.2 firstly then we can try the code again? It works totally fine on my local installation with Enfold 2.9.2
Regards,
Yigit
Thanks for your reply, but I don’t think an iframe would be feasible in this case, as I need the content to be generated by a WordPress short code. And yes, I have used the Avia image element but I want to use something different here.
The instances of img that I want to impact are wrapped in a div — I can certainly apply css to just those instances, that’s not a problem. I’m not going to effect the entire site. I’m just having trouble tracking down the applicable source css in Enfold.
Hey BetuwePC!
Please add following code to Quick CSS in Enfold theme options under General Styling tab to remove borders
.av-main-nav > li > a {
border: none!important;
}
You can change font size, color and family in Enfold theme options > Advanced Styling tab. You should edit “Main menu links”
Regards,
Yigit
Hey jalmz!
Thank you for using Enfold.
You can increase the width then lessen the left margin of the one third columns with this on Quick CSS or custom.css:
div .av_one_third {
margin-left: 2%;
width: 32%;
}
Best regards,
Ismael
Hi Ulrich!
Please go to Enfold theme options > Header Layout > Header Size and choose to display Custom pixel size. 135px would work fine
Cheers!
Yigit
Hi,
I have just started using Enfold and it is brilliant, so first of all thanks for the hard work.
I have run into an issues which I am sure you will be able to answer without any trouble. I want to add a full width header image at the top of certain inner pages. I do not want it to be a slideshow and just want the image across the top and full width (outside of the content area and in the same way a slideshow is displayed e.g. right to the edge of the browser). I want the image to be different on the inner pages and also want to allow a content editor to change it without having to get into the template HTML.
I assumed you would do it with the featured image but this does not work,
Any help is appreciated.
-
This topic was modified 11 years, 7 months ago by
polymation.
Hi guys,
again the topic logo size …
In the Media center the logo is saved in the size 233x131px. But the header logo is displayed only with about 140×80, although the code is: img width = “300” height = “100”.
I have tested different variations on the forum. The display does not change.
Can you give me also support about displaying the language switcher with Enfold and WPML (certainly in a another thread)?
Can you help me. Thanks in advance.
Best regards. Ulrich
Hi
I am trying to get my enfold site’s sub menu to show infront of the 3d carousel. I have set its z index to 9999 and it still goes behind. Is it psosible some kind of over flow hidden is being set?
Can you advise how to get this showing infront of the carousel so that the sub menu is fully visible?
http://79.170.43.15/opulentfinancialplanning.co.uk/
Hi Yigit,
i overwrote all files and nothing happened so i switched to another theme, deleted the enfold theme folder and uploaded everything from scratch. But as you can see there is still no change.
best regards
Alex
Hey,
I must have done something wrong but all of the sudden my posts don’t have the title and small icon displayed anymore – same thing for the social icons and footer at the end, although these options are correctly configured in Enfold / Blog Styling… Could you please have a quick look?
http://enter-law.com/rca/
Thank you very much.
Cerasela
Hey profil77!
Thank you for using Enfold.
Are you referring to the Portfolio Grid element? Yes, only selected category will be visible on the portfolio overview.
Cheers!
Ismael