Forum Replies Created
-
AuthorPosts
-
Hi,
Sorry for the late reply, the code above should be added to the end of your functions.php file in Appearance > Editor
You should then start seeing the event “form-submission” in your GTM, I think there is a 24-hour delay for reporting events.Best regards,
MikeHi,
Thanks for the login, I had to change it a little because the bootstrap.css was interfering:@media only screen and (min-width: 768px) { .responsive .container_wrap_first > .container { max-width: 100% !important; width: 100% !important; padding: 0 50px !important } }Please clear your browser cache and check.
Best regards,
MikeHi,
Thank you for the login and link to page, I see that we are using this css, which I added to your Enfold Theme Options > General Styling > Quick CSS field:.jf-image-shadow { box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.35) !important; }The first part is the class which we will add to the images we want to have the box shadow
jf-image-shadow

please notice there is no dot before the class, the dot is used only in the Quick CSS field.
Now your box-shadow is working on the first two images that I added the class to, please clear your browser cache and check.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
For any other questions or issues, feel free to start new threads in the Enfold 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
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Did you try adding the css to the WordPress > Customize > Additional CSS field? And clear your browser and site cache? When I test the css it seems to work so perhaps it’s a caching issue. Please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHi,
Thanks @keribird for your feedback, so for future readers the full fix is:dd.course_progress { width: 100%; }correct?
Best regards,
MikeHi,
Yes, the example element is just a column or cell with an icon and a hover effect.
So try changing your element and let us know if you need help with the css.Best regards,
MikeHi,
I only entered the css I posted earlier, try removing it and see if it makes a difference.
Unless there is anything else we can assist with on this issue, shall we close this then?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
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad to hear this helped, sorry I only know they are working on it. You are correct about what I did and you should be able to reproduce it if you need to.
If you ever find out which settings your server needs to allow the import of the images, please share.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
Sorry for the late reply, to move the button to the bottom, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.home #av-layout-grid-2 .flex_cell.av_one_third,#top.home #av-layout-grid-1 .flex_cell.av_one_third { vertical-align: bottom !important; }After applying the css, Please clear your browser cache and check.
Best regards,
MikeHi,
Thank you, I changed to the Learndash 3.0 framework and added this css and now you will see the progress bar animation and the final results.dd.course_progress { width: 100%; }Please clear your browser cache and check.
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
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
That is great news! 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
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Please include an admin login in the Private Content area so we can take a look.Best regards,
MikeHi,
Please ask your server support to set CORs toHeader set Access-Control-Allow-Origin "*"because I think they need to restart the server for this to take effect, and this can’t be done from the cPanel.Best regards,
MikeHi,
This css makes the background transparent and the text white when the header is transparent, after scroll when the header appears the text returns to its red color.#header.av_header_transparency #text-6 .textwidget h1,#header.av_header_transparency #text-6 .textwidget h3 { color: #fff !important; } #text-6,#text-6 .textwidget { background: transparent !important; }Best regards,
MikeHi,
Some “managed wordpress” hosting have stricter security than regular hosts and block parts of the demo import, but it also seems to be different settings for different hosts, I have not been able to reproduce it consistently, so it’s hard to say the exact steps you will need to take. The dev team has been working on a new importer which should solve this issue.
I have installed the different demos to my live testing site and to my localhost almost daily and have never had an issue.
I have uploaded all of the demo images to your /uploads/ folder and edited your demo import file (/enfold/includes/admin/demo_files/construction.xml) to point to those images so you will be importing from your own site.
But I don’t have an admin login to run the import, so please reset your site with this plugin and then run the demo import.Best regards,
MikeHi,
Sorry for the late reply, I took a look at your link above and found that your margins are set to “auto” so the container width is what dictates the margins. This page is set tomax-width: 1010px;where your other page is set to:max-width: 100%;This css will correct.
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.responsive .container { max-width: 100% !important; }After applying the css, Please clear your browser cache and check.
Best regards,
MikeHi,
@brotrevor I tried to login to your site and ftp, but the info given didn’t work, please check.
Which demo did you want, the construction demo?Best regards,
MikeHi,
Glad to hear you have sorted this out with help from Guenni007, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
So for your “Comment ça marche” section, you can add a background-color on hover with this css:#top.home .post-entry-734 .av_one_fifth:hover { background-color: red; }But it would look better if the images had a transparent background.
Best regards,
MikeHi,
Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_script(){ ?> <script> (function($){ $("*").hover(function(){ $(this).removeAttr("title"); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_script');Then clear your browser cache and check.
Best regards,
MikeHey Elena,
Sorry for the late reply, I see the old post is from 2013 and the link to the original article is dead, so I’m not sure this would work anymore. I did find this article that may work better.Best regards,
MikeHey endy,
Sorry for the late reply, I believe this is a duplicate thread, let’s continue in your other thread, in that thread, I suggested following these steps for a search box.Best regards,
MikeHey endy,
Sorry for the late reply, it looks like you would like to add a search bar to the beginning of your menu, please try this solution.
Then clear your browser cache and check.Best regards,
Mike -
AuthorPosts


