What element do you suggest is appropriate for a FAQ’s page?
I would like to create content like this:
http://www.bodytalkmontana.com/bodytalkfaqs.html#whatisbodytalk
Where the questions are links, and when clicked, it brings the viewer to that same page to the section that provides the answer.
Does Enfold have a solution for this to set up in the page elements, or would I need a plug in for this?
I am looking the most simple solution for I am still learning WordPress.
Thank you for your time.
Hey!
Do you have the latest version of Enfold (2.7.1)?
http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Josue
Hi Laurent!
Are you using the latest version of Enfold?
Best regards,
Josue
Hi,
today I made the final Update to the current Version of Enfold.
When I want to add new product images, they all get blurred.
I did not change the size of the pictures; they are still the same, I always used (1450 x 2195).
Please have a look at this site:
http://www.dagmars-bodyshop.com/produktkategorie/anti-bacterial/hand-sanitizer/pocketbac/
and you will understand. I added two new products and the images look ugly.
best regards,
Andreas
Hello Support,
On our Dev URL: http://kc.bypundyk.com when you scroll down, you will see an image above “Our Teams”.
On the Computer Browser it works great but on the ipad/iphone the content is scrolling with the image and it’s not working like on the Computer Browser.
We have upgraded enfold to the latest version as well. All is working great but the only issue right now is that.
The “Color Section” settings is set as:
Custom Background image: Image that is currently on the site
Background Attachment: Fixed
Background Image Position: Top Left
Background Repeat: Stretch to fit
Section Min Height: At least 25% of Browser Window Height
Section Top Shadow: Do not display shadow.
Hope you guys can help soon as we want to show our client the dev site.
Thank you
Hello,
Are you using the latest version of Enfold / GF / WordPress?
Also try to deactivate all third party plugins (except GF) to see if it gets fixed.
Regards,
Josue
i could make it work but only if i change the postslider.php in enfold folder.
how can i make it work ifrom my child theme folder?
thanks.
thank you very much. One last question i promise haha. I am using the child theme configuration plugin. Is that good for the enfold child them to edit or should i just use the custom quick css in the theme options?
Hi!
But you won’t see that option with your current version, you need to update to 2.7.1:
http://kriesi.at/documentation/enfold/updating-your-theme-files/
Here’s a video on how to use the header configurator:
Best regards,
Josue
You can simply choose it in the enfold theme options.
Enfold->header layout
Hello,
Are you using the latest version of Enfold? have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
Josue
I’m getting an error in the social media headers option in the Enfold menu.
The options to select positions for header social media options disappeared – see screenshot.

Please advise. Thanks.
-
This topic was modified 11 years, 10 months ago by
slick8088.
Hi Bastian Jorgensen!
Are you using the latest version of Enfold (2.7.1)?
Regards,
Josue
Hello,
There is missing a scheme data in the theme.
How can we fix this?
Google richsnippets says.
Missing required field “updated”.
Missing required hCard “author”.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.avia-caption { display: none !important; }}
Cheers!
Yigit
This reply has been marked as private.
Hi sandraen87!
I have just checked your website on Safari Version 7.0.3 on OS X 10.9.2 it does look fine on my end – http://youtu.be/aBJeUEcl3FA
Have you tried checking your website on another computer? As far as i know, none of the other users reported such issue.
If you still would like to remove the animation from the element, please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_transform .avia-progress-bar div.progress.avia_start_animation .bar-outer {
-webkit-animation: none!important;
-moz-animation: none!important;
animation: none!important; }
Best regards,
Yigit
Hi fjd12265!
No, we’ve not received many reports regarding performance issues. Maybe a handful of users reported problems with the performance (mainly because of the limited server php memory like here: https://kriesi.at/support/topic/memory-usage/ and afaik another user switched the host because the server didn’t support sessions) but given the fact Enfold sold nearly 28,700 times these reports are insignificant. We do our best to make the code as efficient as possible and if we find performance issues we fix them immediately. If your host makes troubles when you use Enfold I recommend to switch to a different (better) hosting provider because at the moment we’re not aware of any performance issues with the theme and we’re not working on a “performance” update.
Best regards,
Peter
Hey jansthh!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.avia-slideshow-arrows.avia-slideshow-controls, div.avia-slideshow-dots.avia-slideshow-controls {
display: none !important;
}
Regards,
Yigit
Hi Team,
can you tell me how I would remove the arrows and navigation dots in the slideshows in Enfold?
Thank you,
Jan :)
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .container, #socket .container {
background: inherit;
}
Best regards,
Yigit
dParticipant
Hello there! I don’t know how to put the team member picture as a circle, and also I don’t know how to handle the the title and description position. I would like to put my team members just like the demo page shows “WHAT OTHERS SAY ABOUT US”.
http://kriesi.at/themedemo/?theme=enfold
Thanks for you time!
D.
Having an issue with slow loading pages on occasion. My host is reporting high levels of CPU Throttling from time-to-time and the only way I’ve been able to correct that is by switching themes. I’m running Enfold 2.7.1 with no plugins. Has anyone else experiencing a similar problem running this theme and is there any news about an update in the works? I love Enfold. Don’t make me have to change.
Hi vin8tan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.avia-caption { display: none !important; }}
I believe that is the best option. It will remove captions on easy slider on mobile as it is not possible to fit all the text without making the font size very small
Regards,
Yigit
Hi Yigit,
Thank you for your answer.
I put the code on Enfold > General Styling > Quick CSS but nothing happens on mobile version.
Can you see please?
Thank you
Hi!
Please add following code to Quick CSS in Enfold theme options under General styling tab
@media only screen and (max-width: 989px) {
.responsive .av_mobile_menu_tablet .main_menu {
display: block;
}
.avia-menu { display: none; }}
@media only screen and (max-width: 767px) {
.responsive #header .main_menu ul {
display: block;
}}
Regards,
Yigit
Hey webpress!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
fieldset > p:last-child input.button {
display: block;
margin: auto;
}
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_secondary_right .sub_menu { float: none; }
#top .sub_menu>ul { float: right !important; }
#header div.breadcrumb.breadcrumbs.avia-breadcrumbs { bottom: -20px; }
Regards,
Yigit