Forum Replies Created

Viewing 30 posts - 5,671 through 5,700 (of 34,919 total)
  • Author
    Posts
  • in reply to: Number of social media icons #1419611

    Hi,
    For the Team Member element to add more social icons you can add or edit the team member social icons by adjusting the Add/Edit Social Service or Icon Links settings:
    Enfold_Support_3367.jpeg
    If you don’t see the icon you want to see in the icon options:
    Enfold_Support_3369.jpeg
    then you will need to add more icons from fontello, please see our documentation for Adding your own Fontello or Flaticon Icons
    Enfold_Support_3371.jpeg
    You can only use black & white icons and must choose one from fontello, if they don’t have the one you want then need you will need to create it by finding an SVG and converting it on Fontello to create the icon font:
    converting_SVG_on_Fontello_to_create_a_icon-font.png The icon font will be black and white a colored SVG won’t work. But if you find a png with a transparent background then you can convert it here.

    Best regards,
    Mike

    in reply to: Mailchimp error #1419610

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    This would have to be done in the woocommerce plugin, according to this post you can not prices with and without tax at the same time without customization or a plugin.
    If the suggestion in the post doesn’t help please reach out the woocommerce plugin support as they would know more about this than us.
    Please note that we ask that each thread stays on a specific topic, this helps other users find solutions based on the opening subject line quicker. This thread has touched on three topics now and if you are happy with the first solution we should close this thread, for further questions please open a new thread Thank you for your patience and understanding and using Enfold.

    Best regards,
    Mike

    in reply to: submenu fullscreen problem #1419561

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Add Amazon style search bar in top menu #1419560

    Hi,
    Please note that we ask that each thread stays on a specific topic, so please open a new thread
    When I checked your staging site shop I was able to get to your check out with no issues, so in your new thread please explain how to reproduce the issue and if it require demo credit card and billing info, please also include that info as we won’t be able to enter our info for testing.

    Best regards,
    Mike

    in reply to: Add Amazon style search bar in top menu #1419496

    Hi,
    For border color, radius, and icon size try this css:

    #top #header.header_color .widget input[type=text] {
    	border-color: red;
    	border-radius: 10px;
    }
    #top #header.header_color .widget #searchsubmit {
        border-radius: 0 10px 10px 0;
    }
    
    #top #header.header_color .widget #searchform #searchsubmit {
     	font-size: 30px;
    }

    This should also work on your live site.

    Best regards,
    Mike

    in reply to: submenu buttons #1419494

    Hi,
    When I check it doesn’t look like you have made a choice for your font size:
    Enfold_Support_3362.jpeg
    after you make a choice remember to make it for each language and save.
    Enfold_Support_3364.jpeg

    Best regards,
    Mike

    Hi,
    On the page that you linked to I didn’t see your example, so here is a screenshot of the first item:
    Enfold_Support_3360.jpeg
    do you want the large 20,00 € + IVA to be small.
    and the small 24,40 € to be large?
    both can stay in their places, you just want the font size changed, correct?

    Best regards,
    Mike

    Hi,
    Oh I see, for that you want to disable your sticky header, at Enfold Theme Options ▸ Header ▸ Header behavior ▸ Sticky Header I did it for you, please check.

    Best regards,
    Mike

    in reply to: Number of social media icons #1419489

    Hi,
    Try adding the CSS in the Enfold Theme Options ▸ General Styling ▸ Quick CSS field

    Best regards,
    Mike

    Hi,
    To show the header inage as a background image for the header after scroll, I added this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #header.av_header_sticky:not(.av_header_transparency) #header_main {
      background-image: url(https://wp-experten.com/wp-planer-consulting/wp-content/uploads/2023/09/planer-consulting-photovoltaik-anlagen-header-2.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
      height: 100%;
      width: 100%;
    } 

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: submenu fullscreen problem #1419435

    Hi,
    All I can say is it’s working for me…

    Best regards,
    Mike

    in reply to: Add Amazon style search bar in top menu #1419434

    Hi,
    To move the search bar to the right try adding right: -15%; to .av-logo-container .inner-container .widget
    To change the search hove try adjusting this css:

     .header_color #search-6 input[type=submit]:hover {
        background-color: #dc3532;
        color: #fff;
     }

    Best regards,
    Mike

    Hi,
    When testing for different devices on your desktop browser you will need to reload the page when you chage the screen width, this will not be an issue for real devices because their screen sizes don’t change in the same way after page load.
    Adding a listener to the page only for testing is not a good idea.

    Best regards,
    Mike

    in reply to: submenu fullscreen problem #1419429

    Hi,
    I added it to your snippets plugin and it is working, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Add Amazon style search bar in top menu #1419425

    Hi,
    Yes you can adjust the css to suit, glad to hear you like this.

    Best regards,
    Mike

    in reply to: problems with the design of my website in the mobile version #1419424

    Hi,
    To add a screenshot please try using an Screenshot service and pasting the image URL in your post.
    To center Olha Karpi on small screens
    Enfold_Support_3352.jpeg
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 425px) { 
    	#top #main .av-large-testimonial-slider .avia-testimonial-meta {
    	display: flex;
        flex-direction: column;
        align-items: center;
    }
    }

    After applying the css, please clear your browser cache and check.
    Enfold_Support_3354.jpeg

    Best regards,
    Mike

    Hi,
    Try adding this css:

    .account-menu {
    	z-index: 3;
    }

    then clear your browser cache.

    Best regards,
    Mike

    in reply to: problems with the design of my website in the mobile version #1419418

    Hey yas28,
    Do you mean that the titles don’t fit on a single line like this:
    Enfold_Support_3344.jpeg
    you can adjust the font size for mobile at styling ▸ font size and click the icon for the phone and then set the size you wish
    Enfold_Support_3346.jpeg
    To see a better display of your site for mobile when you are editing, try opening your site in another tab and use the Dev Tools Responsive Design Mode
    Enfold_Support_3348.jpeg

    Best regards,
    Mike

    in reply to: submenu buttons #1419415

    Hi,
    You can change the font size in the Enfold Theme Options ▸ Advanced Styling for menu items, but the flag is a very small icon, so you can’t make it larger.

    Best regards,
    Mike

    in reply to: logo at center and above the submenu #1419413

    Hi,
    Yes it will.

    Best regards,
    Mike

    in reply to: submenu fullscreen problem #1419412

    Hi,
    Please check that you clear your cache, it is working for me.

    Best regards,
    Mike

    in reply to: submenu from up to down #1419410

    Hi,
    Very good then, I sent you the code to fix the errors in another post.
    We will close this one then.

    Best regards,
    Mike

    in reply to: logo at center and above the submenu #1419408

    Hi,
    No you need to put the code in, and yes it works on mobile.

    Best regards,
    Mike

    in reply to: Productpage #1419406

    Hi,
    I see that the image for your product “Complete Opleiding” was cropped even though the uploaded original image seems to be the same size as the others.
    It also looked cropped in the product featured image of the backend, so I downloaded it and renamed it and uploaded it to your product again and then it looked correct in the featured image:
    Enfold_Support_3340.jpeg
    and now it looks correct on the frontend:
    Enfold_Support_3342.jpeg
    Perhaps it was just a hickup, it seems to be working correctly now, please check.

    Best regards,
    Mike

    in reply to: Changes not visible after updating portfolio-item #1419402

    Hi,
    I tried adding a images to the portfolio item that you liked to in your post above as the one with the issue, and it showed the difference when I saved it and also when I removed it again. I see that you have a few plugins disabled so I assume that you figured out the ones causing the error.
    Did you need any further help with this issue?

    Best regards,
    Mike

    in reply to: products images mobile smaller #1419401

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 1366px) { 
    	#top.page-id-3627 .av-masonry-entry.type-product .av-masonry-image-container {
    		transform: scale(.5);
    	}
    }

    adjust the “.5” to suit, “.5” is 50% smaller and 1 would be the original size.
    I added the page ID page-id-3627 in the code so it will only work on the one page, you can remove it if you want it to work on all pages.

    Best regards,
    Mike

    in reply to: logo at center and above the submenu #1419399

    Hey Stilecatalini,
    I carefully examined your site and came up with a way to center your logo for all device sizes and for it to show in the same place when the menu is open.
    This is the logo before the menu is open:
    Enfold_Support_3336.jpeg
    and this is with the menu open the logo shows in the same place:
    Enfold_Support_3338.jpeg
    Add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function show_logo_in_burger_menu() { ?>
      <script>
    (function($){
    $('#avia-menu').one('click', function(){
    jQuery('.logo.avia-standard-logo').clone().wrapInner('<div class="burger-logo"/>').children(0).unwrap().prependTo('#av-burger-menu-ul');
    });
    })(jQuery);
    </script>
      <?php
    }
    add_action('wp_footer', 'show_logo_in_burger_menu', 99);

    and this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (min-width: 990px) { 
    	.logo.avia-standard-logo,
    	.logo.avia-standard-logo a {
    		display: flex;
    	    justify-content: center;
    	    width: 100%;
    	    align-items: center;
    	}
    	.av-burger-overlay-active .burger-logo {
    		top: 30px;
    	    position: absolute;
    	    justify-content: center;
    	    display: flex;
    	    width: 100%;
    	}
    }
    @media only screen and (max-width: 989px) {
    	.responsive #top .logo {
    		width: 100%;
    		display: flex;
    		justify-content: center;
            align-items: center;
    	}
    	.responsive #top #wrap_all .main_menu,
    	.responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
        	top: 11px;
        	height: 55px;
    	}
    	.av-burger-overlay-active .burger-logo img {
    		height: 30px;
        	max-height: 30px;
        	width: 155.17px;
    	}
    	.av-burger-overlay-active .burger-logo {
    		top: 25px;
    	    position: absolute;
    	    justify-content: center;
    	    display: flex;
    	    width: 100%;
    	}
    }
    @media only screen and (min-width: 768px) and (max-width: 989px) { 
    	.responsive.html_header_transparency.html_header_top #top #main {
        	margin-top: -70px;
    	}
    	.responsive #top .logo {
        	height: 80px !important;
    	}
    }

    Best regards,
    Mike

    in reply to: submenu fullscreen problem #1419398

    Hey Stilecatalini,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .av-burger-overlay-active {
    	 overflow: hidden
    }

    to prevent scrolling when the menu is open.

    Best regards,
    Mike

Viewing 30 posts - 5,671 through 5,700 (of 34,919 total)