Forum Replies Created
-
AuthorPosts
-
Hi,
Godaddy Managed WordPress means that they handle the setup and server options, it also means that you have server-level caching and restricted file access, please read the link.
I hope that you mean that you are using WordPress version 4.9.5, because PHP v5.6 is minimum, but PHP v7 would be better, please check.
We will be happy to help anyway we can.Best regards,
MikeHi,
It looks like the error you are getting is “wpcf7-form failed novalidate” Perhaps this will help: CF7 FAQ about Configuration Validator
If you are still having trouble, Please open a new thread so we can assist, we will want to have admin login, but as this is not your thread your login info will not be private.
In your new thread please provide admin login info and detail your issue.Best regards,
MikeHi,
To center the icons when using the above code, please add this:@media only screen and (max-width: 989px) and (min-width: 768px) { #top.page-id-875 #wrap_all #socket .social_bookmarks,#top.single-post #wrap_all #socket .social_bookmarks { width: 100% !important; } }This and the code above works on all single posts & the blog page, note the “.page-id-875” above, that is your blog page. So if you want to target another page, simply copy the code and replace the page ID :)
Is there anything else we can assist with on this issue?
Best regards,
MikeMay 1, 2018 at 2:25 pm in reply to: All of my colors changed when I adjusted 1 in the theme settings… #949541Hi,
Thanks for the video, sorry I don’t speak German, but I believe for the button:.avia-button { color: #fff!important; background-color: #ef7b6f!important; }and for the links:
.slide-entry a,.inner_sidebar a,.post-meta-infos a,.logged-in-as a { color: #ef7b6f !important; }I made these changes for you, Please clear your browser cache and check.
Let us know if we need to make more changes, or if I misunderstood.Best regards,
MikeHi,
For your tablet (iPad) menu overlapping your logo, typically we suggest to increase the mobile menu brake point.
But I can offer two other options also, the first is to increase the width of the header main container up to 1115px where the menu doesn’t overlap the logo anymore:@media only screen and (min-width: 767px) and (max-width: 1115px) { #top #header_main .container { width: 90%!important; padding: 0px !important; } }Please see screenshot 1 in Private Content area.
The second is to drop the menu down below the logo for the same screen sizes:@media only screen and (min-width: 767px) and (max-width: 1115px) { #top .container.av-logo-container .inner-container .main_menu:before { content: "\A"; white-space: pre; } }Please see screenshot 2 in Private Content area.
For the blog and single posts, how about increasing the container for better viewing on tablet (iPad)?@media only screen and (min-width: 767px) and (max-width: 1115px) { #top.page-id-875 #main .container,#top.single-post #main .container { width: 95%!important; padding: 0px !important; } }Please see screenshot 3 in Private Content area.
Best regards,
MikeHi,
To answer your question, Please use our pre-built child theme
You will want to take a couple of steps, 1: please export your theme settings at: Enfold Theme Options > Import/Export > Export Theme Settings File to your computer, this is just for backup.
2: Once you install your child theme, please import your parent theme settings at:
Enfold Theme Options > Import/Export > Import Settings from your Parent Theme
Then you’ll need to re-set your menu options.
Finally, sometimes it is necessary to save your theme options one more time, to encourage the settings to be saved and activated in the merged /wp-content/uploads/dynamic_avia/ folder, a simple way to do this is to go to General Styling > Quick CSS field and place a space in the field so the theme options “Save all changes” button is clickable.Best regards,
MikeHey nychng,
When I go to the “wrong” site and click on the main product image, it opens in lightbox, same as when I click on the thumbnails below. This is the default behavior.
Please see this demo
But when I go to the “correct” site and click on the main product image, it zooms in, I believe this is the action of a plugin.Best regards,
MikeHey patricknh,
I recommended adding a custom class to your icons, so only to effect the ones you wish, by going to Enfold Theme Options > Layout Builder > Show element options for developers
Then add your custom class to this code:.avia-icon-list .iconlist_icon { height: 64px !important; width: 64px !important; line-height: 64px !important; font-size: 30px;Note this is the standard size for the big icon list, adjust to suit.
Best regards,
MikeHi,
I have taken a look at your site and adjusted your css a little, and it now works.
Please note that the css is merged within the theme, so if you make a change to your child theme stylesheet you will need to regenerate the merge. To do this, please go to General Styling > Quick CSS field and put a space in so the Theme Options “Save all changes” button allows you to click it.
Then clear your browser cache to see your changes.Best regards,
MikeHey jonrouse,
Please open the Headline Rotator element and go to the style tab, and choose your color under Custom Font Color.Best regards,
MikeHi,
This is the correct location, the theme merges the css and js dynamically there.
You can check your css code by trying to enter it in WordPress > Customize > Additional CSS.If this doesn’t help, Please open a new thread so we can assist, we will want communicate in the Private Content area, such as your URL & admin login, but as this is not your thread your info will not be private. Thanks for your patience and understanding.
In your new thread please provide admin login info and detail your issue.Best regards,
MikeHi,
Sorry I didn’t make any head way on this, but I asked the rest of the team to help with this, hopefully it’s just a matter of getting some fresh eyes on it.Best regards,
MikeHi,
For the social icons and socket font size I added this:@media only screen and (max-width: 1080px) { #socket .social_bookmarks li a { width: 50px!important; line-height: 50px!important; min-height: 50px!important; font-size: 30px; } #socket .social_bookmarks li { height: 50px!important; width: 50px!important; } #socket .social_bookmarks { height: 60px!important; } #socket .copyright img { margin-top: 15px!important; } #socket .container { width: 100%!important; max-width: 100% !important; } } @media only screen and (max-width: 422px) { #socket { font-size: 18px !important; } } @media only screen and (min-width: 423px) and (max-width: 828px) { #socket { font-size: 21px !important; } }For the two mobile font sizes, I made them as large as possible and still keep the socket links in line, if you find the links brake into two lines, just take the font size down one or two px.
For the mobile menu color, I added this:
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a { color: #000 !important; } #top .av-hamburger-inner, #top .av-hamburger-inner:before, #top .av-hamburger-inner:after { background-color: #000 !important; }Please adjust to suit.
Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
I see you are using a color section to add your picture above the footer, which will displace your sidebar. Sidebars will always show below full-width elements such as color sections.
One way around this is create a sidebar in the advanced layout builder and use the widget element, instead of the real sidebar.
Please see this example:

Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHey intimadecom,
I recommend adding a custom class to your masonry element, by going to Enfold Theme Options > Layour Builder > Show element options for developers, in this example I used the class “fade-masonry”
Then try this code in the General Styling > Quick CSS field:.fade-masonry .av-inner-masonry { opacity: 1; animation-name: fadeInOpacity!important; animation-iteration-count: 1!important; animation-timing-function: ease-in !important; animation-duration: 2s!important; } @keyframes fadeInOpacity { 0% { opacity: 0; } 100% { opacity: 1; } }Best regards,
MikeHey nickespositostrengthclub,
To adjust the menu font color please try going to Enfold Theme Options > Advanced Styling > Main Menu Links and set your color, note the check boxes for “Apply only to mouse hover state” & “Apply only to active state” this means you may wish to choose this element twice, one for each state.
If you find you would like some advanced changes that are not working well with this option, please let us know how we can assist with custom css.
I’m not sure what help you need with the mobile logo, it seems to show for me, Please see screenshot in Private Content area and explain how we can help.
Also I’m not sure about the header on scroll, perhaps you have adjusted already, Please see screenshot in Private Content area.Best regards,
MikeHey Susanne,
It looks like your server’s time to first byte is a little slow today, and you could improve a bit with Compressing Transfer & Compressing Images. Please read more here.
For Compressing Images see the Image Optimization options at Enfold Theme Options > Performance
For Compressing Transfer (gzip) check your cache plugin options or try a plugin such as Check and Enable GZIP compression or follow the instructions in the article to add this code to your .htaccss file:# compress text, html, javascript, css, xml: AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE image/x-icon AddOutputFilterByType DEFLATE image/png AddOutputFilterByType DEFLATE image/gif AddOutputFilterByType DEFLATE image/jpg AddOutputFilterByType DEFLATE image/jpegBest regards,
MikeHey kriswilliam,
You can download your updates from your Theme Forest account. I believe you can also use the Envato Market WordPress Plugin to update your theme.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Sorry about disabling the wordfence plugin, it was making it hard to remove the css from your child theme stylesheet, I forgot to turn it back on.
As for the Quick CSS, it looks like there was a couple of errors in the code that slipped by me, I checked again and it should be fine now.
Perhaps instead of using the Quick CSS box, you could move the css to WordPress > Customize > Additional CSS:

as it has a nice automatic error checking feature and you can see your css changes in real time.
I adjusted the font size for the socket, I saw you tried for 25px, but at smaller screens it would be a issue, so I used a media query to only target medium to large screens.Best regards,
MikeHi,
Wir empfehlen, ein Child-Theme zu verwenden, damit Ihre Änderungen bei zukünftigen Theme-Updates nicht verloren gehen. Lesen Sie darüber & Holen Sie es hier Bitte zögern Sie nicht anzufragen – oder abstimmen, wenn bereits angefordert – diese Funktion auf Enfold-Funktion Anfrageformular .—————
We recommend using a child theme, so your changes will not be lost with future theme updates Read about it & Get it here Please feel free to request – or vote if already requested – such feature on Enfold feature request form.Best regards,
MikeApril 30, 2018 at 10:26 am in reply to: All of my colors changed when I adjusted 1 in the theme settings… #948959Hey otsukadev,
We can assist with some css to do this for you, Please include the url to the page in question so we can take a closer look.Best regards,
MikeHi,
Ich bin mir nicht sicher, ob ich Ihre Frage verstehe, um Ihr eigenes Icon zum Social Icon Set hinzuzufügen, bitte folgen Sie diesen Anweisungen Wenn Sie Probleme damit haben, fügen Sie bitte einen Admin-Login in den privaten Inhaltsbereich ein, damit wir genauer hinsehen und erklären können, welches Symbol Sie zeigen möchten.———–
I’m not sure I understand your question, to add your own icon to the social icon set, please follow these instructions
If you are having trouble with this please include a admin login in the private content area so we can take a closer look, and explain which icon you would like to show.Best regards,
MikeApril 29, 2018 at 10:19 pm in reply to: How to move title bar and menue up to top of the page. #948729 -
AuthorPosts
