Forum Replies Created

Viewing 30 posts - 21,691 through 21,720 (of 35,070 total)
  • Author
    Posts
  • in reply to: Mix and Match does not count with Enfold theme #1096326

    Hi,
    Glad Ismael could help, please let us know if there is anything else we can help with.

    Best regards,
    Mike

    in reply to: WPML Flags overlapping Logo #1096324

    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: Some Custom Requests please :) #1096323

    Hi,
    I made the change for you by adjusting these rules in your css:

    #top.page-id-545 a.open-popup-link:hover img {
      filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    }
    #top.page-id-545 a.open-popup-link img {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Short Separator #1096309

    Hi,
    Thank you, to change the color of the separator, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .hr.hr-short.hr-center span {
        border-color: rgb(165, 2, 52) !important; 
    }

    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: scrolling not jumping #1096307

    Hi,
    3: please look at the size of your first image in the slider it is 1440px where the others are 1280px in height (it is the hallway image)
    2: when I look at your left cross with screen 1920×1200px it seems the top margin for the word is covering the cross, your other cross is on top of the word.
    Please try this css:

    #av_section_1 > div > div > main > div > div > div.flex_column.av_one_third.flex_column_div.av-zero-column-padding.first.avia-builder-el-1.el_before_av_one_third.avia-builder-el-first {
    z-index: 5 !important; 
    }

    1: I’m not sure which plugin you mean, sorry I tried reading back but I don’t see it, please remind me.

    Best regards,
    Mike

    Hi,

    @gmclemore
    we would be able to assist better with admin login and ftp access, please open a new thread with this info in the Private Content area. As this is not your thread, your info won’t be private here.
    After you open a new thread please link to it here so we can find it easier.
    Thanks for your patience and understanding.

    Best regards,
    Mike

    in reply to: Cant change widgets or menu #1096294

    Hi,
    Thank you, please check the password.

    Best regards,
    Mike

    in reply to: Shop Banner Image #1096290

    Hi,
    Sorry for the late reply, please try creating a copy of the image so the width is around 400px and add it to css like this:

    @media only screen and (max-width: 767px) { 
    #av_product_description {
        background-image: url(https://your-site.de/wp-content/uploads/2019/04/Banner-Ts-beauty-shop-2.png) !important; 
    }
    }

    This way you will have two images, one for mobile and one for desktop.

    Best regards,
    Mike

    in reply to: Remove Big Preview images per section #1096176

    Hi,
    Sorry for the late reply, as I investigate on my localhost this css should not change anything on your search results page, please link to your search results page so we can investigate further.

    Best regards,
    Mike

    in reply to: Image Overlay on Product Grid #1096173

    Hi,
    Thanks for the feedback, it seems that your solution is working well, I would recommend continuing to use this.
    Unless there is an error that I’m not seeing right off?

    Best regards,
    Mike

    in reply to: Menu design: 4 or 5 columns #1096166

    Hi,
    Sorry for the late reply, thanks for resetting the css for the menu, so to move the sub-menu to the left on hover for your 3 column sub-menu, please try this css:

    .html_header_top #top .av_menu_left .main_menu .menu li#menu-item-19330 ul li#menu-item-19831 ul {
        left: -630px !important; 
    }

    The 630px is based on the width of your 3 column sub-menu, so to target the other two sub-menu items we will need to create a new rule, if you wish, but first please test this.
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Problems with Avia Layout Builder #1096150

    Hi,
    Sorry for the late reply, I put the previous settings back and then I added this code to the end of your functions.php file:

    add_filter('avia_sidebar_menu_args', 'avia_sort_sidebar_pages',10, 2);
    function avia_sort_sidebar_pages($args, $post)
    {
    $args['sort_column'] = 'menu_order, post_title';
    return $args;
    }
    

    This will allow you to set the menu order in the “Quick Edit” order option:
    2019-05-01-052337
    I set the order for the “About Us” pages with “about us” as “0” and “FAQ” as “8”
    Please review and then try setting your order for the other pages.

    Best regards,
    Mike

    in reply to: Shop Banner Image #1095759

    Hi,
    I added this css, Please clear your browser cache and check.

    #av_product_description {
        background-image: url(https://your-site.de/wp-content/uploads/2019/04/Banner-Ts-beauty-shop.png) !important; 
    }
    #av_product_description .av-parallax.active-parallax {
        opacity: 0 !important; 
    }

    Best regards,
    Mike

    in reply to: Cant change widgets or menu #1095573

    Hi,
    Thank you, please see below.

    Best regards,
    Mike

    in reply to: Problems displaying post entries #1095568

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

    Best regards,
    Mike

    in reply to: Burger menu and menu responsiveness not working anymore #1095566

    Hi,
    Thanks for sharing your solution, shall we close this then?

    Best regards,
    Mike

    in reply to: Trying to Add JS Particles Background via Enfold theme #1095564

    Hi,
    Glad to help, I assume we can close this now, but I like to ask first. Shall we close this then?

    Best regards,
    Mike

    in reply to: Realisierung und Programmierung #1095563

    Hi,
    Do you mean the pop up space in “Anwälte”?
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .awsm-details .mCustomScrollBox {
    height: 600px !important;
    max-height: 600px !important;
    }

    Best regards,
    Mike

    in reply to: Enfold not updating from 4.5.2 to 4.5.6 #1095550

    Hi,
    It sounds like you tried to overwrite the theme directory with the new version, which will certainly crash the site.
    Can you include admin login in the Private Content area, I don’t see your site linked above.

    Best regards,
    Mike

    in reply to: Enfold not updating from 4.5.2 to 4.5.6 #1095116

    Hey Christina,
    Sorry for the late reply, this looks like an error we had with this version, it would “request” too many times so you couldn’t update.
    Please include an admin login & FTP access in the Private Content area and we will assist update your theme.

    Best regards,
    Mike

    in reply to: Remove line in Header #1095113

    Hi,
    Sorry for the late reply, it looks like you will want a container width of 72%
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Burger menu and menu responsiveness not working anymore #1095112

    Hey kjwaggz,
    Sorry for the late reply, when I look at your site the menu is not overlaping the logo, and the burger menu works. Were you able to already resolve this?
    or perhaps clear your browser cache and check again?

    Best regards,
    Mike

    in reply to: Theme Install Review #1095110

    Hey Joe Taddeo,
    Your site looks really good, but you can get even more feedback from the community here.

    Best regards,
    Mike

    Hey Michael,
    Sorry for the late reply, I was not able to reproduce this, Please include an admin login in the Private Content area, so we can be of more assistance.

    Best regards,
    Mike

    in reply to: New Logo Alignment #1095105

    Hey amepro,
    Sorry for the late reply, I’m not quite sure that I understand correctly, I tried to recreate the issue but I wasn’t sure on this part “should follow page and disappear when entering a new section” this sounds like you want the logo to scroll off the page, but slowly?
    Do you have a page we can see set up?

    Best regards,
    Mike

    in reply to: SVG full background size #1095103

    Hey sugadaddy,
    Thanks for the login, it looks like your background image has reached the max-height of the container, but due to the ratio it doesn’t full the width, increasing the height a little corrects it, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home .post-entry-2 div .flex_column {
        height: 500px !important; 
    }

    Best regards,
    Mike

    in reply to: Changing "Read more"-Text in Post slider #1095101

    Hey sugadaddy,
    Sorry for the late reply, thank you for the login, I added this function to your functions.php to change the “Read More” links.

    function custom_more_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $(".more-link").text("Learn More");
      });
      })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_more_script');

    Please adjust the text in the code “Learn More” to what you wish.

    Best regards,
    Mike

    in reply to: Image Overlay on Product Grid #1095099

    Hi,
    It seems that the image overlay is the same in both links now, has this been resolved?

    Best regards,
    Mike

    in reply to: Grey Box around partner logos #1095094

    Hey mritkuma99,
    Sorry for the late reply, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .avia-content-slider-inner .slide-entry a {
    background-color: transparent !important;
    }

    Best regards,
    Mike

    in reply to: Header issue when I pubblish a post #1095088

    Hi,
    Thank you, it was the dashboard link that I was looking for. I see that you are using Enfold v4.4.1, I would still recommend updating.
    I was able to put together a solution with this function:

    function header_script(){
    	?>
    	<script>
      (function ($) { 
    	$(window).scroll(function() {
      var width = $(window).width(), height = $(window).height();    
    		var scroll = $(window).scrollTop();
    		if (scroll >= 10 && width >= 990) {
    			$(".html_header_top.html_header_sticky #header").css({ 'top': '0px' });
    		} else {
    			$(".html_header_top.html_header_sticky #header").css({ 'top': '32px' });
    		}
    	});
       })(jQuery);
      </script>
      <?php
      }
      add_action('wp_footer', 'header_script');

    When I test this outsite of your site on your site it works well, but when I try to add it to your functions.php it doesn’t work. Please try adding it to your functions.php file and then clear your hosting cache, I don’t see a site cache to clear.

    Best regards,
    Mike

Viewing 30 posts - 21,691 through 21,720 (of 35,070 total)