Forum Replies Created

Viewing 30 posts - 18,241 through 18,270 (of 35,261 total)
  • Author
    Posts
  • in reply to: HTML text in the preview #1187659

    Hi,
    Glad to hear this is sorted out, shall we close this then?

    Best regards,
    Mike

    in reply to: Default Demo Import not fully loading #1187655

    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,
    Mike

    in reply to: Colors of parent menu link and submenus items #1187651

    Hi,
    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,
    Mike

    in reply to: Hide Submenu Element on Mobile #1187649

    Hi,
    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,
    Mike

    in reply to: Help with blog settings and sorting #1187645

    Hi,
    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,
    Mike

    in reply to: Social Icons – mobile #1187357

    Hi,
    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,
    Mike

    in reply to: Add custom CSS class to Timeline Milestones sub-elements #1187355

    Hi,
    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,
    Mike

    in reply to: Diffrent Design in Footer / Socket #1187353

    Hi,
    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,
    Mike

    in reply to: Overlap images on Coloured Backgrounds #1187350

    Hi,
    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,
    Mike

    in reply to: Social Icons – mobile #1187345

    Hi,
    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,
    Mike

    in reply to: Mobile View #1187339

    Hi,
    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,
    Mike

    in reply to: Add custom CSS class to Timeline Milestones sub-elements #1187337

    Hi,
    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,
    Mike

    in reply to: Lightbox #1187326

    Hi,
    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:
    2020-02-24-060959
    Best regards,
    Mike

    in reply to: Colors of parent menu link and submenus items #1187293

    Hi,
    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,
    Mike

    in reply to: Diffrent Design in Footer / Socket #1187168

    Hi,
    Glad to hear this is solved, shall we close this then?

    Best regards,
    Mike

    in reply to: accordion with some items that open and some that do not #1187166

    Hi,
    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:
    2020-02-23-195155
    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,
    Mike

    in reply to: Stretched menu to full width #1187163

    Hi,
    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,
    Mike

    in reply to: HTML text in the preview #1187162

    Hi,
    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 check

    Best regards,
    Mike

    in reply to: pdf generator plugin that works with avia elements #1187161

    Hey 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,
    Mike

    in reply to: Social Icons – mobile #1187157

    Hi,
    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,
    Mike

    in reply to: Help with social icons in footer #1187156

    Hey 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,
    Mike

    in reply to: Link from Icon Grid #1187155

    Hey ginnywills,
    Sorry for the late reply, as I understand the flip side of the icon grid is reserved for the link option in the advanced options, please try adding your links like this:
    2020-02-23-181947

    Best regards,
    Mike

    in reply to: Lightbox #1187152

    Hey Mohamad,
    Sorry for the late reply, please try this solution

    Best regards,
    Mike

    in reply to: Default Demo Import not fully loading #1187151

    Hi,
    Sorry for the late reply, I see you are trying the install the Default Demo, this demo doesn’t include all of the images and sliders
    2020-02-23-175915
    Please try the 2017 Demo it is compleate with open rights to use the images.

    Best regards,
    Mike

    in reply to: Add custom CSS class to Timeline Milestones sub-elements #1187150

    Hi,
    Sorry for the late reply, each of your timeline items have a custom ID such as #milestone-17 that 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,
    Mike

    in reply to: Caption Under Featured Image #1187148

    Hey 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,
    Mike

    in reply to: Issue with Layerslider after update – can't see fix here #1187144

    Hi,
    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,
    Mike

    in reply to: problem with styles after migrating to WP Engine #1187142

    Hey alianzacolomboinglesa,
    Sorry for the late reply, Please try going to your old site and download your exported theme options file:
    2020-02-23-160348
    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,
    Mike

    Hey Tobias,
    Sorry for the late reply, I have submitted this to the dev team for review.

    Best regards,
    Mike

    in reply to: Homepage not Displaying Correctly #1187138

    Hi,
    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 with wp_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

Viewing 30 posts - 18,241 through 18,270 (of 35,261 total)