Forum Replies Created

Viewing 30 posts - 20,881 through 20,910 (of 35,234 total)
  • Author
    Posts
  • in reply to: Issue re. privacy for blog categories #1117048

    Hi,
    Very good, we will leave this open until we hear back from you.

    Best regards,
    Mike

    Hi,
    Thank you, as I inspect your element I find that the “-webkit-text-fill-color” in use is not a standard and not supported in IE browsers. I believe that this css will correct:

    @supports (-ms-ime-align:auto) {
    .highlight-gradient {
    -webkit-text-fill-color:red !important; 
    }
    }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .highlight-gradient {
    -webkit-text-fill-color:red !important; 
    }
    }

    But I couldn’t login to test it, please check the admin login so I can test and adjust this if needed.

    Best regards,
    Mike

    Hey freshwebsitesla,
    You can change the “submit” text from within the editor:
    2019-07-08-224710
    To change the color please try this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-632 .main_color input[type='submit'] {
        background-color: red !important; 
    }

    To change the size please try this css:

    #top.page-id-632 .main_color input[type='submit'] {
            width: 200px !important; 
        height: 150px !important; 
    }
    }

    Best regards,
    Mike

    in reply to: Icon Box Title is H1 #1116877

    Hey grivers99,
    I took a look at your iconbox titles on your homepage, but found they were H3,
    Perhaps the H1 error was on a different page?

    Best regards,
    Mike

    in reply to: Internet Explorer issue #1116876

    Hi,
    Thanks for the WordPress login, but the ftp login is not working, please check.

    Best regards,
    Mike

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

    form select option {
    color: #000 !important;
    }

    Best regards,
    Mike

    in reply to: Image hover effect on mobile #1116862

    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: Enfold avia slider height varying #1116860

    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: Portrait versus Landscape view #1116855

    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: Enfold 2017 – Demodaten nicht installierbar #1116852

    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: Flyout Menu two columns #1116851

    Hi,
    Glad to hear, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    Hi,
    Can we see the code you tried?

    Best regards,
    Mike

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

    .html_elegant-blog #top .post-entry .minor-meta {
        text-transform: none !important;
    }

    Best regards,
    Mike

    in reply to: White line between header and layer slider #1116847

    Hi,
    Please try clearing your browser cache and check again.
    When I check the white line is gone, Please see the screenshot in Private Content area.

    Best regards,
    Mike

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

    Hi,
    Thanks for the login, I found that no functions were added to the child theme functions.php, so I added the code above.
    Now the “recent posts” is changed to “LEGUTÓBBI HOZZÁSZÓLÁSOK” please adjust to suit.
    Please clear your browser cache and check.
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Help with a template #1116843

    Hi,
    I see that your theme version is v4.5.4 please manually update to v4.5.7
    The easiest and safest way to do this is to download the newest version from Theme Forest and 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

    Hi,
    For your version you will need to manually update, please give this a try.

    Best regards,
    Mike

    in reply to: Enfold Gym demo import does not load media files #1116839

    Hi,
    We could try to manually install the demo, Please include FTP access in the Private Content area.

    Best regards,
    Mike

    in reply to: Change background-image for mobile #1116837

    Hi,
    I took a look at your site and saw the message that your “Disabling of template builder elements” setting was “load only used elements” so I set it to “load all elements”
    Now it works, Please see the screenshot in Private Content area.
    I saw your font was white on white, so I added this css:

    .avia-testimonial-content p {
    color: #000 !important;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Cannot change any page after update to last version #1116520

    Hey nickcrouse,
    Thanks for the login, I see that you are using Enfold v3.4.6 with WordPress v5.2.2 this will most likely cause issues.
    Please try updating to Enfold v4.5.7
    The easiest and safest way to do this is to download the newest version from Theme Forest and 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: Quick CSS area – empty #1116517

    Hi,
    If your Quick CSS is empty but the css is still working there is a good chance that it is loading from your
    /wp-content/uploads/dynamic_avia/avia-merged-styles-a54e3191159416645362abec3b7bbc1d.css
    there may be many files in the directory but this is the one that is loading.

    Best regards,
    Mike

    Hey Asiertxu,
    Here are the settings to add the social icons to the header:
    2019-07-07-175703
    To add the social icons to the socket:
    2019-07-07-175751
    Are these missing from your theme options?
    If so Please include an admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: "Product" was added to cart #1116513

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

    .added_to_cart_notification {
    display: none !important;
    }

    Best regards,
    Mike

    in reply to: Portrait versus Landscape view #1116510

    Hey marsh1984,
    I’m not sure there is a solution for this, it happens to me on every site that I rotate on. When the screen size changes the placement of the elements also change.
    But I did find this solution perhaps it will work.

    Best regards,
    Mike

    Hey Paul,
    Sorry for the late reply, to exclude some pages from your search results please see this article

    Best regards,
    Mike

    in reply to: Enfold avia slider height varying #1116508

    Hey Gerhard,
    Sorry for the late reply, and thanks for the login, for the first page /partnerbereich/ Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-4959 .avia-content-slider.avia-builder-el-15 {
    min-height: 226px !important; 
    }
    #top.page-id-4959 .avia-content-slider.avia-builder-el-20 {
    min-height: 256px !important;
    }

    and for the second page /e-marke-elektrotechniker-finden/, please add this css:

    #top.page-id-1346 .avia-logo-slider.avia-builder-el-1 {
    min-height: 126px !important; 
    }
    #top.page-id-1346 .avia-logo-slider.avia-builder-el-15 {
    min-height: 149px !important;
    }

    Best regards,
    Mike

    in reply to: Menu update problem #1116505

    Hey csib,
    Thanks for the video, your issue with the text not visible in the editor looks like from an older version.
    Please ensure you are using v4.5.7 If this doesn’t help then Please include an admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: Can't Edit Content in page #1116503

    Hi,
    Glad to hear you have it sorted out and you were able to update. 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: how to increase thumbnail size image for watchlist #1116502

    Hi,
    I believe that I have it sorted out now, I placed this function in your child theme functions.php:

    function custom_not_script(){
      ?>
      <script>
    (function ($) { 
    $(window).load(function() {
      if ($("body").hasClass("woocommerce-account") || $("body").hasClass("single-product")) {    
        $('.auction-time-countdown').css({'opacity':'1'});
        $('.time-left').css({'opacity':'1'});
    } 
      else {
        $('.auction-time-countdown').css({'opacity':'0'});
        $('.time-left').css({'opacity':'0'});
    }
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_not_script');
    

    this will hide the countdown and time left unless it’s the account page or the product page
    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Why is my slide show jumping in size? #1116497

    Hi,
    Glad to hear that you have sorted it out, and thanks for sharing your solution.
    I’m not sure why this was, but we will keep an eye open for this.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

Viewing 30 posts - 20,881 through 20,910 (of 35,234 total)