Forum Replies Created
-
AuthorPosts
-
Hi,
Sounds like you have already tried a import before, you will need to reset your site with the WP Reset plugin. If you would like a hand with reseting and importing the demo Please include an admin login & FTP access in the Private Content area, the login above is not working.Best regards,
MikeHi,
Please try going to your menus, and creating a new mobile menu like your current main menu but with no child menu items and no “LEISTUNGEN”.
Please see the screenshot in Private Content area.
Then go to Enfold Theme Options > Main Menu > General > Alternate Menu for Mobile and select this new menu as your mobile menu.Best regards,
MikeHi,
There are some cases where editing files in WordPress > Appearance > Editor returns an error where it says “please use FTP” This is a safety tool, and in such case please use FTP.Best regards,
MikeHi,
Perhaps I was looking at the wrong link, I was looking at /asset-protection/ but now I think you want the masonry boxes at /articles/ removed.
So do you still want a grid layout, excerpt each box is 100px height?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,
MikeFebruary 24, 2020 at 2:38 pm in reply to: Add custom CSS class to Timeline Milestones sub-elements #1187355Hi,
Thanks for the feedback, I understand better now, I have submitted this for the dev team to review and your explanation will help.
Thank you for your patience.Best regards,
MikeHi,
Glad this is sorted out, 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,
For the girl, I see you added the custom ID to the color section which is correct, but for the boy you added the custom ID to the 1/3 column with the image and not the whole color section. Please try adding the ID to the color section, or if you like please provide an admin login so we can demonstrate.
Also, did you decide how you wish to add these to each page? A custom footer page or a template?Best regards,
MikeHi,
I’m glad this is working for you, the social icons are turned off for mobile screens by default, with two different rules, so to change this we need to overwrite each rule.
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,
MikeFebruary 24, 2020 at 1:57 pm in reply to: Add custom CSS class to Timeline Milestones sub-elements #1187337Hi,
I will submit to the dev team for you, but each milestone already has a custom ID that allows you to target each one individually like this:#milestone-17 ~ article > .av-milestone-contentbox { background-color: red; }What are you trying to achieve?
Best regards,
MikeHi,
Glad to hear this is working for you, the trigger to open the popup is a link with the URL #test-popup that also has the class open-popup-link so to add this to a masonry gallery image, add this jQuery to a code block on your page:<script> (function($){ $(document).ready(function(){ $("a#av-masonry-1-item-1960").attr("href", "#test-popup").addClass('open-popup-link'); }); })(jQuery); </script>You will need to adjust the masonry ID you yours, and clone this code for every link, if you need help finding it please link to your page so we can inspect.
You can add image and button shortcodes from the shortcode wand to the popup and it will work, here is an example:

Best regards,
MikeHi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.av-burger-overlay li.menu-item-5600 > a { display: none !important; }After applying the css, Please clear your browser cache and check.
Best regards,
MikeFebruary 24, 2020 at 2:56 am in reply to: accordion with some items that open and some that do not #1187166Hi,
Sorry for the late reply, you can prevent certain accordions from opening by using this css:p[data-fake-id="#toggle-id-15"] { pointer-events: none !important; }if you use your browser inspector you can find the “toggle id” by looking for this code:

or you can count top to bottom and try changing the number in the css, it should be right.
then just add this css for each one you don’t want to open.Best regards,
MikeHi,
Glad Rikard could 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,
Sorry for the late reply, the login page you provided leads to this error:
This page isn’t working – redirected you too many times.
please checkBest regards,
MikeFebruary 24, 2020 at 2:16 am in reply to: pdf generator plugin that works with avia elements #1187161Hey lenalavendel,
Sorry for the late reply, I’ve seen this come up a few times but I never found a solution. Many plugs have trouble reading our elements.
I took another look and perhaps Print-O-Matic would work if you used the shortcode inside one element, I know it’s not for PDF, but whenever I print I have a PDF printer choice built-in to my system.Best regards,
MikeHi,
Sorry for the late reply, you had some css blocking them from showing, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 479px) { .responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks { display: block !important; } }Best regards,
MikeHey ihf-eramstad,
Sorry for the late reply and thanks for the login I see you are using v4.6.3.1 with WP v5.3.2
back when WP 5.3.2 came out they made an unannounced change to the core files that removed many icons.
If you update to v4.7.3 you should find them restored.Best regards,
MikeHey Mohamad,
Sorry for the late reply, please try this solutionBest regards,
MikeFebruary 24, 2020 at 12:40 am in reply to: Add custom CSS class to Timeline Milestones sub-elements #1187150Hi,
Sorry for the late reply, each of your timeline items have a custom ID such as#milestone-17that is number 17 on your site. To style the content box try this css:#milestone-17 ~ article > .av-milestone-contentbox { background-color: red; }this will give you a red background color but you can adjust to suit.
After applying the css, Please clear your browser cache and check.Best regards,
MikeHey lsrmedia,
Sorry for the late reply, please go to your media library and find your featured image then edit it, add your caption to the “copyright” field and save. The go to your post and remove the featured image and add it again and save. Then add this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:small.avia-copyright { display: block !important; }then the text will show on single posts and in the blog.
Best regards,
MikeFebruary 23, 2020 at 11:51 pm in reply to: Issue with Layerslider after update – can't see fix here #1187144Hi,
Sorry for the late reply and thanks for the login, so I see your issue and found a cURL error 28, I’m not sure how this relates to the layerslider, but please ask your webhost to look in to this. I exported your slider to my localhost running 4.7.3 and it worked correctly.
I see that you are using the layerslider plugin and not the built-in layerslider, since layerslider left the market place I wonder if there is any compatible issues? Try exporting your slider and remove the plugin and enable the built-in layerslider and then import your slider to see if that helps.Best regards,
MikeFebruary 23, 2020 at 11:12 pm in reply to: problem with styles after migrating to WP Engine #1187142Hey alianzacolomboinglesa,
Sorry for the late reply, Please try going to your old site and download your exported theme options file:

then for good measure download your exported theme options file from your new site as a backup, the import the theme options file from the old site and clear your server and browser cache.
Please note that WP Engine has aggressive server caching which could take a day to clear.Best regards,
MikeFebruary 23, 2020 at 10:50 pm in reply to: Unsightly display with chronic element .avia-timeline-horizontal #1187140Hey Tobias,
Sorry for the late reply, I have submitted this to the dev team for review.Best regards,
MikeHi,
Sorry for the late reply, I have taken a look at your site and tested your two landing pages and found the redirect to /mobile-splash/ didn’t occur for me. Unfortunately, I believe it is withwp_is_mobile()which is not very good because it checks some user agents and not the screen width. There are many plugins that can perform this function for you much better, but seeing the difference between your two pages I would only use one page with both of the elements on it, one section with the custom ID “mobile” and another the custom ID “desktop” and then add this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 430px) { #desktop { display:none!important; } } @media only screen and (min-width: 431px) { #mobile { display:none!important; } }I like this solution because it is well supported among browsers and doesn’t redirect your visitor, which some browsers will block or give a warning about.
Hope this helps.Best regards,
Mike -
AuthorPosts


