Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-main-nav > li > a { padding: 0 6px; }
Then, Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Regards,
Yigit
Hey broshannon!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a { padding: 0 6px; }}
Regards,
Yigit
Hello
The new anchor of the fullscreen slideshow is animated and very white:

Is there a way to switch back to the old demi circle? because my background are very lights and that is the reason why I was using this :

thanks a lot
Hi!
Please go to Enfold theme options > Advanced Styling tab and edit “Main menu links” to increase font size of Menu
and go to Enfold theme options > Header and choose to display “Custom pixel value” for header size and increase it as needed
Regards,
Yigit
I would like to have the slider on my home page use the width of the content area, but it is not displaying the proper width. I have chosen easy slider, but I would also like to use a slider that I can add a button that looks like the enfold buttons.
The actual image is approximately 1030 wide x 380 tall.
You can see the problem here:
https://dl.dropboxusercontent.com/u/52916400/dovslider.png
Am I doing this right?
Yes, my bad.
A. No, that’s not possible, you can only set global autorotation speed in the element settings popup
B. Refer to this – https://kriesi.at/support/topic/fullscreen-slider-pause-on-last-slide/#post-275368
You can request new features here:
https://kriesi.at/support/enfold-feature-requests
Also, it’s worth mentioning that some of the things you are requesting are already implemented in LayerSlider.
Cheers!
Josue
Hi, I just updated my theme.
So far, the only thing that has caused a bit of an issue, is that now my event Calendar shows the venue details to the left, I would like to move them back to the bottom. I realize you are not responsible for “The Events Calendar” but I’m hoping you could help me find the cause for the style change and a fix to put it back to the way it was.
Hey EFMSsteph!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.home .grid-sort-container {
pointer-events: none;
}
Cheers!
Yigit
Hi!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit
Hey foreigner!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-post .image-overlay {
display: none!important;
}
Cheers!
Yigit
Hey!
It seems like you are still using Enfold version 2.9.2. Can you please try re-updating the theme via FTP and please make sure to overwrite all files
Best regards,
Yigit
Hi!
We provide support free of charge here on Kriesi.at. But as i mentioned earlier, you are updating the theme from a very old version and you may need to re-configure options/re-create pages. Enfold version 3 was just released – http://kriesi.at/archives/enfold-version-3-0-bigger-better-faster
With bunch of new features and improvements. Please try updating to version 3 and check if that helps
Cheers!
Yigit
Hi bakbek!
Your pricing table looks fine on my end. If you would like to adjust font size, please add following code to Quick CSS in Enfold theme options under General Styling tab
.pricing-table li.avia-pricing-row { font-size: 55px; }
Regards,
Yigit
Hi diefleischerei!
Please go to Enfold theme options > Blog Layout and choose “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” in Blog Style
Regards,
Yigit
This reply has been marked as private.
Hi all,
I had a code to display a sidebar on the woocommerce product page.
Since the update to 3.0, AWESOME UPDATE! Gonna sell you allot of enfolds this way :)
Anyhow, the code below should give the wc product page a sidebar on the right, however now it doesnt, I think its breaking my code.
Shop image is full width! and the sidebar is halfway donw the page etc etc…
The code I have is:
#
# wrap single product image in an extra div
#
add_action( 'woocommerce_before_single_product_summary', 'avia_add_image_div', 2);
add_action( 'woocommerce_before_single_product_summary', 'avia_close_image_div', 20);
function avia_add_image_div()
{
echo "<div class='four units single-product-main-image alpha'>";
}
function avia_close_image_div()
{
global $avia_config;
$avia_config['currently_viewing'] = "shop_single";
echo "</div>";
}
#
# wrap single product summary in an extra div
#
add_action( 'woocommerce_before_single_product_summary', 'avia_add_summary_div', 25);
add_action( 'woocommerce_after_single_product_summary', 'avia_close_summary_div', 3);
function avia_add_summary_div()
{
echo "<div class='five units single-product-summary'>";
}
function avia_close_summary_div()
{
echo "</div>"; //close out the summary
echo "<div class='three units single-product-sidebar'>";
get_sidebar();
echo "</div>";
}
Any updates for this available?
Kind regards,
Thomas
Hi xpoveda!
Please go to Enfold theme options and uncheck “Lightbox Modal Window”
Regards,
Yigit
Hi,
I have upgrade the theme and in page (by example)
http://thegallery.artistandbeer.com/expos/vicisitudes/reserva/?obra=vicisitudes18
If I click in the image appear a double lightbox.
This image appear with “justified grid” plugin.
After upgrade appear only one lightbox (lighbox of justified grid), but now (before upgrade) appear one lightbox of plugin and another lightbox of theme (total 2).
Can I disable the lightbox of theme for this page?
Thanks so much!!
Xavier.
Devin, I’m stunned by that answer. You have multiple users with different setups reporting a major conflict with one of the most site-critical plugins much of your user base is using.
The conflict randomly changes page permalinks through websites built with Enfold. and makes using the most important SEO plugin with your theme impossible.
This needs to be tracked down, at the highest level, and you need to tell us that it’s being done.
Hi Erich!
You can 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 iconbox element a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class .iconbox_top .iconbox_content { background-color: red !important; }
Best regards,
Yigit
Hi diefleischerei!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #payment #place_order { float: none!important; }
Cheers!
Yigit
Hi wienerpresswerk!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .aviaccordion-preview-title h3 {
color: #fff!important;
}
Best regards,
Yigit
Hi Yigit, the problem’s already solved!
Here’s some info which might be important for you guys.
It didn’t work when I did:
Dashboard > Appearance > Themes > Enfold (Theme Details) > Update now link
However, it did work when I did:
Dashboard > {theme name: Enfold Child} > Enfold Child Theme Options > Theme update
Cheers!
Marc
Hi!
Can you post the link to your website please? Dummy import button should be in Enfold theme options > Demo import tab
Cheers!
Yigit
Hi!
Please make sure that you are using Enfold version 3 ( http://vimeo.com/67209750 ) and go to Enfold theme options > Demo Import > Import: Photography Demo
It will import content on your current content. If you would like to import only photography demo content, please remove existing content from your database
Cheers!
Yigit
Hey diefleischerei!
1 & 2 – I think you have another topic related with breadcrumbs issue. Please do not create duplicated topics.
3- Please go to Enfold theme options > Advanced Styling tab and edit “Main menu links”
4- Can you elaborate? Would you like to display social icons next to main nav?
Cheers!
Yigit
Hey diefleischerei!
You can click on “Dismiss notice” button. This plugins are not needed for Enfold they are just recommendations from WooCommerce plugin
Cheers!
Yigit
Hi I’ve just updated to 3.0 and I’ve noticed that the blog page (single.php) is a different size to the rest of the site.
The blog post are 1111px and the pages are 1240px
Screenshot of the page = https://www.evernote.com/shard/s54/sh/8a5b758f-71f3-4320-bc36-112f5531a07d/7a6c8098077e8e6d33295904007c46b2
Screenshot of the post = https://www.evernote.com/shard/s54/sh/375ffd5b-a4b0-44c1-a03c-012ca5914291/70a6bb629a0dfe357e048aa41aee5204
I’m running a child theme so the update shouldn’t of affected anything.
Any ideas?
-
This topic was modified 11 years, 6 months ago by
gregdickson.
Hi, thank you. I didn’t use Enfold 3.0 but I updated it and now it works :)
Hey!
Please go to Enfold/Includes folder and helper-main-menu.php file and find
if($headerS['header_social'] == 'icon_active_main' && !empty($headerS['bottom_menu'])) echo $icons;
and add following code right below it
get_search_form();
and adjust its position using following code in Quick CSS field
#header form#searchform { top: 10%; left: 40%; position: relative; }
Regards,
Yigit