This reply has been marked as private.
Hey!
Do you have the latest version of Enfold? You have 35 plugins installed, maybe one of them is causing a css conflict within the theme. Deactivate all plugins, see if the issue is fixed.
Best regards,
Ismael
Hey bert787!
Do you have the latest version of Enfold? Please report the issue here. Provide the login details and other information that can help us debug the issue. https://kriesi.at/support/topic/2-5-background-videos-user-examples-for-debugging/
Best regards,
Ismael
Hi gmmediadienste!
You can modify the theme color scheme on Enfold > Styling. If you want to add css modifications, use the Quick CSS or custom.css.
Cheers!
Ismael
Hey Guys, I bought the Enfold theme (Awesome theme by the way) and I’m using the woocommerce plugin plus their Pre-Order extension.
I was talking with the woocommerce guys about a problem I’m having, and they are saying that the theme is causing the error. I have a screenshot of where the error appears to be.
Is this something you guys can help me?
Thanks!
Alex Perez
Hi!
Please try adding !important rule as following
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
text-transform: none!important; }
You can also try adding the code to Custom.css file inside Enfold/Css folder or bottom of Style.css file of your child theme, if you are using.
As far as i remember you are working on local, if not, please post the link to your website so we can take a look
Cheers!
Yigit
Hi 4youth!
1- Please try to increase the allocated memory to 128M http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
You can also contact your service providers to do it
2- I have just checked your website on my iPhone and responsiveness seems fine http://i.imgur.com/DYe0M49.png
Special heading text on the bottom is a bit too big, you can decrease the font size by adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
body .av-special-heading.blockquote > * { font-size: 35px; }}
3- Please see Peter’s post here https://kriesi.at/support/topic/add-a-new-custom-font/#post-212124
4- No, we do not. You can try hiring a freelance developer on Microlancer, Codeable or WorkPress
Best regards,
Yigit
Hey dalen550!
Please see “Common ‘Broken Theme’ and ‘Stylesheet Missing’ WordPress Issues” section here http://support.envato.com/index.php?/Knowledgebase/Article/View/269/0/my-wordpress-theme-isnt-working-what-should-i-do
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Regards,
Yigit
Hey David!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
h1 { font-size: 38px!important; }}
Cheers!
Yigit
Hey Carlos!
You can find Enfold documentation here http://kriesi.at/documentation/enfold/
and video tutorials here http://vimeo.com/channels/aviathemes
This is the layout for that portfolio item http://i.imgur.com/muj3Ldy.jpg
You can also import dummy content in Enfold theme options http://i.imgur.com/Gsv6qvI.jpg
Cheers!
Yigit
Hey robert7878!
Code is not being applied. Please try adding it to Custom.css file inside Enfold/Css folder
Best regards,
Yigit
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