Hi dentaparks!
Please see – http://kriesi.at/documentation/enfold/using-a-child-theme/
Please move modified files to your child theme. When there are new updates, you should only update parent theme
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.html_header_top.html_header_sticky #main {
padding-top: 140px;
}
Best regards,
Yigit
Hi,
I just want to update enfold to the newest version, but have already some changes and customizations in my theme.
So, what is the easiest way to update the theme without getting the customizations lost? What are the steps to use a child theme for this?
When I use a child theme, will I be able to update the parent theme in future without loosing my customizations on the child theme but still be able to take advantage of the benefits of the newer theme? Or will I have to update the child theme every time when a new update appears?
Thanks a lot for your support!
Best Regards!
Hi guys,
Absolutely love the many possibilities of the Enfold theme. However, I was wondering if it would be possible to create a horizontal image gallery. Something similar to the Fluxus theme: http://inthe.me/demo/fluxus/portfolio/
If I create an image gallery with 12 images at a “large” size and 12 columns, the images get cut down to fit the width of the site itself. I cannot find a way to change the width of the gallery element. Any insights are really appreciated! thanks!
Hello @comitzuu and thank you
Well…
First open your footer.php and search for the line:
echo "<nav class='sub_menu_socket' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
Just above this line, add this:
$social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
echo avia_social_media_icons($social_args);
Next, CSS:
#socket .copyright {line-height:32px !important;}
#socket .social_bookmarks {display: inline-block !important; margin-left: 20px !important;}
#socket .social_bookmarks li {border:none !important;}
#socket .social_bookmarks li a {border-radius: 100px; font-size: 20px !important;}
If you do no want social icons in the header, just go to Enfold option: Header Layout / Extra elements / Header Social Icons and select “No social icons”.
Hey goossep!
Make sure that English UK is selected in language switcher and then go to Enfold theme options > General Styling > Quick CSS and add your custom CSS code
Regards,
Yigit
Hey databuzz!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) and (min-width: 768px) {
body div .avia-testimonial { display: inline-flex; }}
Best regards,
Yigit
Hey armindoerr!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#socket .sub_menu_socket { float: left; }
#socket .copyright { float: right; }
Cheers!
Yigit
I put this code below the line 16 and I’m still getting the same error “Parse error: syntax error, unexpected T_STRING in /var/www/html/partyaholic.com.br/web/wp-content/themes/enfold/functions.php on line 502”, this second code you pass to me works, but the error continues at the old one.. at the final of the functions.php
And ty, this is amazing theme! :D
Hey YoannLegoff!
Please go to Enfold theme options > Sidebar Layout and check “Sidebar on Smartphones”
Best regards,
Yigit
Hey Bodymindlinks!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
p.toggler {
border: none!important;
}
Cheers!
Yigit
Hey TravisKempers!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-product-main-image {
display: none;
}
.single-product-summary {
width: 100%!important;
}
Cheers!
Yigit
Hey Geoffdoyle!
Thank you for using our theme.
In custom.css or Enfold->Styling->Quick-CSS field put the following code and adjust px value for border width:
.grid-entry article > a{
border: 2px white solid;
}
If this does not work can you give us the linkl to the page please?
Cheers!
Günter
Hi studioinktvis!
Thank you for using our theme.
Try to put the following in custom.css or Enfold->Settings->Quick-CSS field:
.avia-menu-fx {
display: none;
}
Best regards,
Günter
Hey pbennion!
Thank you for using the theme.
Do you mind if we take a look at the actual website? Please post it here. Make sure that you’re running Enfold 2.9.1 with the latest version of WordPress.
Best regards,
Ismael
Hey guys,
Do you have any news on the parallax issue? :)
I did find out that the theme demo does suffer from the same issue. If you click the link in Firefox, load the page & hit CTRL+F5, the middle parallax image with the tomato is being pushed too far downwards, which exposes the black background color near the top of the parallax container div.
Here’s the link: http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/
It seems that as soon as a parallax is placed under image media containers, the parallax image position is calculated incorrectly (too far downwards) after CTRL+F5.
Thanks in advance.
Kind regards,
Ralph
Hey Kate!
Thank you for using the theme.
Please go to Enfold > Export/Import panel then click the Import Dummy Data. :)
In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Regards,
Ismael
Hi P. Bert!
Thank you for using the theme.
I’m sorry but the theme doesn’t include a new plugin called Punch Font and I’m not sure if such plugin exist. Are you sure you’re using Enfold? Do you mind if we take a look at the actual website?
Best regards,
Ismael
Hi,
It seems the slider isn’t showing with Safari in iPad, is it a known issue or is it because of Safari?
No issue with other mobile device or browser so far.
WP: 3.9.1
Enfold: 2.9.1
Regards,
This reply has been marked as private.
This reply has been marked as private.
I wish to have a white border around each image in the portfolio gallery, not the default where the images touch.
How do i arrange this?
I want to add some shading colour to every second row in the table. I do not want it to be a different colour to the main font colour.
Also I want the font to be the same as the default size (not larger)
Any Suggestions would be appreciated.
Hello, I am trying to edit the Featured Image size by adding the following line to functions.php in my Child Theme. It appears that the Child functions.php is not overriding the Parent functions.php.
—————————————————————-
$avia_config[‘imgSize’][‘entry_with_sidebar’] = array(‘width’=>710, ‘height’=>270); // big images for blog and page entries
—————————————————————-
I have renamed my Child Theme to something but made sure that the Template is set to “enfold”
Can someone please help. Thank you.
Hi!
Did you use the advance layout builder to create the page? If yes then edit the homepage, look for the “Taladrado” image for example. On the image options, look for the Image Link. It is set to “No Link” by default so you have to add a link to those images either manually, or via lightbox etc.
In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Best regards,
Ismael
Hi,
I’m using the theme in brazilian portuguese translation.
Everything is translated, except for the “All” gallery filter.
I was using this code in portfolip.php
original:
$first_item_name = apply_filters(‘avf_portfolio_sort_first_label’, __(‘All’,’avia_framework’ ), $params);
to:
$first_item_name = apply_filters(‘avf_portfolio_sort_first_label’, __(‘Mostrar tudo’,’avia_framework’ ), $params);
It used to work on olders versions of enfold, but it’s not working now.
Waiting for help
Very thanks!!
Hey mikel!
Thank you for using the theme.
You can utilize the color sections and the fullscreen slider. Add backgrounds, image or video then enable the scroll down arrow navigation on the slider. Create a one page navigation, refer to this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Regards,
Ismael
Hi ev0l_!
Thank you for using the theme!
I’m not sure if there’a a way to automatically schedule a page as frontpage. You can actually use the advance layout builder for post. Edit wp-content > themes > enfold > config-templatebuilder > avia-template-builder > config > meta.php, find this code on line 5:
array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
Replace it with:
array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page', 'post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
If you don’t want to do this, just use the shortcode wand.
Regards,
Ismael
Hi, I don’t see an option to create radio buttons when I edit a form in Enfold.
Is there a way to do this?
Hi guys,
I read this: https://kriesi.at/support/topic/new-custom-font/ and try to do exactly the same but for this google font: https://www.google.com/fonts#QuickUsePlace:quickUse/Family:Yanone+Kaffeesatz , but.. it’s crashes my theme, I put it at the final of the functions.php
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Yanone Kaffeesatz’] = ‘Yanone Kaffeesatz:200,400,700′;
return $fonts;
}
add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Yanone Kaffeesatz’] = ‘Yanone Kaffeesatz:200,400,700′;
return $fonts;
}
so, after it, i refresh my theme and appers it: Parse error: syntax error, unexpected T_STRING in /var/www/html/partyaholic.com.br/web/wp-content/themes/enfold/functions.php on line 488
what i need to do to add this google font? pls, help me!
ty