Forum Replies Created

Viewing 30 posts - 20,791 through 20,820 (of 35,234 total)
  • Author
    Posts
  • in reply to: internet exporer: display problems #1119148

    Hi,
    The Private Content area is just below each post, please try logging in to your support account to see the link.
    The Enfold file path is: /wp-content/themes/enfold/

    Best regards,
    Mike

    Hi,
    Please include an admin login in the Private Content area, and point out one css style that is not working in your style.css so we can check.

    Best regards,
    Mike

    in reply to: Site-error in IE #1119146

    Hi,
    That is odd, sounds like the zip password is not working for you, please try this new file below.

    Best regards,
    Mike

    in reply to: internet exporer: display problems #1119044

    Hey RonnyE2019,
    In the Private Content area is a beta version with the latest fixes which has solved many IE & Edge issues so perhaps this will help you also.
    The easiest and safest way to test the beta version is to rename your current theme to “enfold-old” via ftp then upload the new “enfold” and check that your site is working correctly.
    Once you are happy you can delete the “enfold-old” via ftp, (not the WP theme page)
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

    in reply to: Custom CSS for sale price and sale circle badge #1119039

    Hey charger70,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top .main_color .onsale {
        background-color: red !important; 
    }

    Best regards,
    Mike

    Hey Enis,
    When you add css to style.css please try adding a blank space to the “quick css” field and save, then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Banner on page #1119028

    Hey Lara,
    Thanks for the login, that was your title bar, I changed it’s settings so it will be hidden. Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Custom taxonomy and frontend comma. #1118772

    Hi,
    Thanks, I found that we can add the commas to the links with this css:

    .blog-categories.minor-meta a + a:before{content:', ';}

    but this doubles some of the commas, are you able to remove the the custom taxonomies commas?

    Best regards,
    Mike

    in reply to: Recent posts and date cannot be translated #1118758

    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: re closed topic 1117409 #1118633

    Hi,
    Thanks for the login, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #header .av-main-nav > li > a .avia-menu-text {
    color: #000 !important;
    }
    .html_header_glassy #top #header .av-main-nav > li > a .avia-menu-text {
    color: #fff !important;
    }
    .html_header_glassy #top #header.header-scrolled .av-main-nav > li > a .avia-menu-text {
    color: #000 !important;
    }

    Best regards,
    Mike

    in reply to: Using Enfold jQuery functions in plugin #1118626

    Hi,
    Please ensure that your Enfold Theme Options > Performance > Disable Template Builder Elements > Always load all elements is set.

    Best regards,
    Mike

    in reply to: Code Block removes a tag #1118622

    Hi,
    I took a look at your div that is not acting as a link, and found that the div is not wrapped with “a” it’s actually like this:

    <div class="box wide tall">
    <a href="www.yoursite.com"></a>
    <div>This is a Div element inside A link element but it does not act as a link</div>
     
    </div>

    Best regards,
    Mike

    in reply to: Field not displaying in payment gateway #1118605

    Hey ESWEENEY113,
    Sorry, I have not heard of the issue, please link to the site so we can see.

    Best regards,
    Mike

    in reply to: Disable link animation? #1118603

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .button-img:hover {
        opacity: 1 !important; 
    }
    .image-overlay .image-overlay-inside:before {
    display: none !important;
    }

    Best regards,
    Mike

    in reply to: Enfold: side-bar options and text size in menu #1118595

    Hey Kali,
    Thanks for the login, when I look at your pages I see the sidebar options
    2019-07-14-161349
    If I understand correctly you would like to change your menu, logo, and topbar to the other site you linked to, Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: background picture mobile #1118584

    Hey claha,
    Do you mean “turn off” the background image for mobile? If so we should be able to do that, please link to your page.

    Best regards,
    Mike

    in reply to: TypeError: n.easing[this.easing] is not a function. #1118576

    Hi,
    I have taken a look at your site, but I don’t see any errors. I did login to your GA account and saw the errors.
    Please try disabling your Poptin plugin and see if that solves.

    Best regards,
    Mike

    in reply to: Thumbnails Missing from Portfolio Gallery #1118554

    Hey jyonguwern,
    Thanks for the login, but it didn’t work for me. Please check.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home .grid-entry a.grid-image {
    opacity: 1 !important; 
    }

    Best regards,
    Mike

    in reply to: Downloading page Consulting #1118541

    Hi,
    I made a template of your page and then created a new test page. I then replaced the full-width slider with the full-screen slider, and this seems to behave as you described.
    Please see the link in the Private Content area.

    Best regards,
    Mike

    in reply to: Add fonts to theme #1118507

    Hey Rami,
    Please try adding fonts at Enfold Theme Options > Import/Export > Custom Font Manager, Enfold includes the Advanced Layout Builder, we don’t recommend any other builders.

    Best regards,
    Mike

    in reply to: Events Calendar Plugin – German Version H1 Typo #1118506

    Hi,
    Please try this instead:

    function custom_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $("#top.post-type-archive-tribe_events h1.main-title.entry-title").text("Kalender mit Ereignissen");
      });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    Best regards,
    Mike

    in reply to: Webhoster? #1118504
    in reply to: Webhoster? #1118502

    Hi,
    I only wrote this:

    Sorry for the late reply and thanks for the compliment, Please check out this free tool
    You can read about the Enfold performance settings here and about our speed tweaks here. If your interested in seeing the full list of what Enfold offers, please see here.

    you couldn’t see this in the earlier post?

    Best regards,
    Mike

    Hi,
    For the checkout page please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.woocommerce-checkout th.download-expires,
    #top.woocommerce-checkout td.download-expires,
    #top.woocommerce-checkout th.download-remaining,
    #top.woocommerce-checkout td.download-remaining {
    display: none !important;
    }

    Best regards,
    Mike

    in reply to: Polylang vs. Enfold – Overwritting problem #1118496

    Hi,
    Sorry for the late reply, I took another look at your site at mobile, but it looks just like the screenshot in the Private Content area, perhaps you need to clear your browser cache.

    Best regards,
    Mike

    in reply to: special size of image for iPad Pro (1024×768) #1118494

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (min-width: 767px) and (max-width: 989px) { 
    #top #main .avia-section .template-page {
        width: 100% !important; 
        border: none;
        margin-left: auto;
        padding-left: 0;
        margin-right: auto;
    }
    .av_one_full.avia-builder-el-6 {
        margin-left: 6%;
        width: 29.333333333333332% !important; 
        float: right;
    }
    }

    Best regards,
    Mike

    in reply to: Adding schema to Enfold #1118492

    Hi,
    Glad to hear you got it sorted out, sorry I have not looked into Schema plugins or seen any reviews in the forum.

    Best regards,
    Mike

    in reply to: Dropdown Menu – settings #1118489

    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: Advanced layout builder – full screen editing #1118432

    Hey ahouglum,
    Good news, this is available, to enter “distraction free” mode click on the X that looks like 4 arrows in the builder top bar:
    2019-07-13-223306
    then the elements menu sticks to the top of the screen:
    2019-07-13-223117

    Best regards,
    Mike

    in reply to: Icon after text not showing up correctly #1118430

    Hi,
    I’m sorry I must have read through this too quickly, I thought it was a duplicate.
    Anyways, to add a custom class to the shortcode above look for this part of the code:

    custom_class=''

    and add your class like this:

    custom_class='myclass'

    and to fix your icon above please try this css:

    .avia-icon-pos-left {
        float: none !important; 
        display: inline !important; 
    }

    I recommend adding a custom class to these so if you have other icons on your site the “display: inline” doesn’t mess them up.
    Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 20,791 through 20,820 (of 35,234 total)