Hi David!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia_message_box_content { text-transform: none; }
Regards,
Yigit
Hi guys,
Can you please advise how to prevent the text in a Notification Box in Enfold from appearing in All Caps?
See what I mean here: http://screencast.com/t/Na4bTC9nAxCm
Many thanks,
David
Hey Paul!
Yes, you can add HTML but make sure to do it in text tab. Please also see http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Best regards,
Yigit
Hi Paul!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#after_layer_slider_1 .content {
padding-bottom: 0;
}
Regards,
Yigit
Hey!
Please try the fix under “Fonts not loading in Firefox or IE9” here http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems
If that does not help, please update Enfold to the latest version 2.5.4 – see http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .widget ul { list-style: none; }
Best regards,
Yigit
Hey Guilherme!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#top .main_menu .menu li ul a { font-size: 16px; }
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container .main-title { float: right; }
.title_container .breadcrumb { right: auto; left: 0; }
Best regards,
Yigit
Hi Richard!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
text-transform: none; }
Regards,
Yigit
Hmm.. i do use the correct short codes… i didn’t change it i only update enfold and woocommere… :/
Hi,
I was also wondering if the new video backgrounds (Home v9: Videos and Parallax) will work with mobile phones and tablets? I cannot currently get them to work using a video link from Youtube. The video does play on my Win FireFox and Chrome browsers.
Also, I could see this not necessarily working on phones due to the smaller screens, but iPad would be great to have working with video.
Lastly, I’m sure people have asked, but displaying a still image would be a super duper cool option to have in lieu of the video playback. (for times when video is not an option) I have not checked the forum to see if there is a way to do this yet, but undoubtedly there is.
Thanks! Love the Enfold theme.
As per title I need to create some custom category archive pages. i found this on WordPress Codex:
http://codex.wordpress.org/Category_Templates
but it does not work on Enfold (i guess because of the Avia framework).
So, how do I create such pages?
Thanks.
Good to know, all sorted out then.
Cheers!
Josue
I’ve found the cause of the problem. It’s a plug-in causing a conflict with the new version of either the theme or WooCommerce.
Thanks,
Neil
I have 3 theme hacks that I have to update every time you update, perhaps you guys can easily point me in the right direction with them? The first hack adds title tag to the logo- for whatever reason the theme does not add it correctly.
Theme/framework/php/function-set-avia-frontend.php
Line 426 to:
if($logo = avia_get_option('logo'))
{
$logo = "<img src='{$logo}' alt='{$alt}' title='{$alt}'/>";
$logo = "<$headline_type class='logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>";
}
else
{
$logo = get_bloginfo('name');
if($use_image) $logo = "<img src='{$use_image}' alt='{$alt}' title='{$alt}'/>";
$logo = "<$headline_type class='logo bg-logo'><a href='".$link."'>".$logo."$sub</a></$headline_type>";
}
I manually added in title='{$alt}’ in both statements to get the title to work.
The second hack is to add text to the cart button, and to hide it with a CSS indent.
Edit config.php in enfold\config-woocommerce\config.php
Line 758
$output .= "<a class='cart_dropdown_link' href='".$link."'><span ".av_icon_string('cart')."><span class='hide'>Cart</span></span></a><!--<span class='cart_subtotal'>".$cart_subtotal."</span>-->";
The hide class has my indent/hide code on it.
The last hack is to add customability for visibility to theme menu’s, which I found in your forum here.
Add code to enfold/functions.php
add_theme_support(‘avia_conditionals_for_mega_menu’);
On line 17
Under
if(isset($avia_config[‘use_child_theme_functions_only’])) return;
Reference: From <https://kriesi.at/support/topic/enfold-conditional-menu/>
Is there any way to bring this into the child theme functions.php so I can stop hacking the theme?
Thank you guys so much for the help!
This reply has been marked as private.
Hi,
Can you post the link to your website please?
Regards,
Josue
I can’t currently get you in past our Under Construction page. When you are in the WordPress Dashboard you can go to Enfold/Styling/Main Content. There is a section called “Border colors” when you change that it changes the color of the thin border between color sections on the page. Is it possoble to change the thickness of those borders as well?
Hi Josue,
I’m using WooCommerce version 2.1.2.
Thanks,
Neil
Hey Jason!
It is, all tabbed content is correctly rendered in the source of the Page.
Regards,
Josue
Hi Neil!
Are you using the latest version of WooCommerce?
Cheers!
Josue
I am able to change the Border color of the Main Content in the Enfold menu but is it possible to change the size of that border. Currently it seems like it’s 1px, how can I change that value?
Hi David!
Try doing a discard: revert the changes in the parent theme files and see if it they are reverted in the actual site too.
Cheers!
Josue
Hey!
That normally happens due to menu corruption, do the following: switch to the default WP theme and delete that Menu, then switch back to Enfold.
Cheers!
Josue
Hi,
Please close this item, I solved the matter with portfolio items instead of posts.
Thanks
Mark
Hi guys,
Quick question, because I am rather new to child theme setups.
I have made changes to config-templatebuilder > avia-shortcodes > masonry_entries.php
AND
header.php
I copied the entire header.php file as well as created a directory called config-templatebuilder, and within, a directory avia-shortcodes and placed a copy of the masonry_entries.php file.
Is this correct?
Should I copy the contents of the entire file or just add my changes in that file within the child theme? Reason I ask is because of future theme updates.
Direction much appreciated.
David
Yes @Josue,
Yes, but with some modifications because I want the header to be a little bit higher than the image (120px in my case). So I broke de code in two pieces:
`
#header_main .container {
height: 140px !important;
line-height: 140px !important;
max-height: none !important;
}
#header_main .logo img, .logo a {
height: 120px !important;
line-height: 120px !important;
max-height: none !important;
padding-top: 10px !important;
}
.
Thank you.
This reply has been marked as private.
Hi guys,
I just wanna make sure if tabbed content in Enfold theme is SEO friendly?
Thanks!
JAson
Since upgrading to the latest version of the theme (2.5.x) some fundamental Woocommerce features no longer work in IE9. The plus and minus buttons that allow a user to change the product quantity are not rendered on either the product view page or the cart. Also the cart widget that appears in the header is not displayed, instead a message is now displayed above the product archive or product.
Please could you advise how to correct this as this worked in IE9 pre version 2.5.
Thanks,
Neil