Forum Replies Created

Viewing 30 posts - 17,551 through 17,580 (of 35,074 total)
  • Author
    Posts
  • Hey tronicszone,
    The social share element automatically links to the post that it is on, but since you have added it to your footer which is a “page as footer” it will link to the footer page.
    If your footer was normal the social share would link to the page and not a post as designed.
    I recommend that you remove the footer social share.

    Best regards,
    Mike

    in reply to: Save templates Cross-theme #1200986

    Hey Bassmann,
    If you have at least v4.7.3 of Enfold you can go to Enfold Theme Options > Import/Export > Export Layout Builder Templates and export your Layout Builder Templates:
    2020-04-05_123809.png

    Best regards,
    Mike

    in reply to: Help – I\'ve broken the site #1200985

    Hi,
    The version of Entypo Icons that you linked to is 3 and the difference between this version of Entypo and previous ones is that the suite now only consists of SVG images. There is no fonts or PSD.
    The Enfold iconfont manager requires the font files, so you can’t use this set. I see that the download link on this page is not working anyways.

    Best regards,
    Mike

    in reply to: Enfold – how to add phone number to header? #1200984

    Hi,
    In the extra elements in the header I see two different numbers depending on the language, please see the Private Content area, are these correct? Perhaps you need to login to a certain language to change the extra elements number.

    Best regards,
    Mike

    in reply to: Enfold End of live (EOL)? #1200983

    Hi,
    Glad to help, thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Enfold Shopping Cart Font size #1200981

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

    .woocommerce small,.woocommerce .product-name a {
    	font-size: 100% !important; 
    }

    Best regards,
    Mike

    in reply to: Add the Category option to the Pages #1200969

    Hi,
    Sorry for the late reply and thanks for the screenshot. You could add your categories to a “Blog element” or a “masonry element”, but we don’t have the menu sorting option for the categories in the grid that you have in your screenshot, to have both you will need to use a plugin.

    Best regards,
    Mike

    in reply to: Side bar showing on Woocommerce before description #1200967

    Hi,
    Sorry for the late reply, to move the sidebar below the description for products on mobile, Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    (function($) {
      $(document).ready(function(){
      	var width = $(window).width()
      	if ($(width <= 767)) {
         $('#top.single-product .sidebar').detach().insertAfter('#top.single-product .single-product-summary');
      	} else{}
      });
     })(jQuery);
     </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Change multi-author blog preview image link #1200965

    Hey braymond64,
    Sorry for the late reply, I see that you are using v4.7.2
    Please try updating as v4.7.3 included this fix: fixed: Blog multiauthor preview image links to author and not to post
    Would you prefer that all of your featured images not be linked at all?

    Best regards,
    Mike

    in reply to: Blog: Doesn' t show post navigation and related posts #1200964

    Hey weblines,
    Sorry for the late reply, it looks like your post has been created with the Advanced Layout Builder, the related posts are only added automatically to WordPress editor posts, otherwise you need to add it manually.
    It looks like you have already done this as I see a related posts box on your page you linked to that it was not showing.
    For the next & previous navigation to show your post needs to have “Tags”, this is how the other posts are picked.

    Best regards,
    Mike

    in reply to: Change main menu items height. #1200962

    Hi,
    Sorry for the late reply, your site seems down, please check.

    Best regards,
    Mike

    Hi,
    Thanks for the login, I added this css to your Quick CSS to set your text-transform to none.

    #footer .widgettitle {
        text-transform: none !important; 
    }

    For your menu I added this css:

    .header_color.av_header_transparency .main_menu ul:first-child > li.current_page_item > a {
    	color: #ffffff;
    }
    .header_color.av_header_transparency .main_menu .current-menu-item > a > .avia-menu-fx {
    	background-color: #ffffff;
    }
    .header_color.av_header_transparency .main_menu ul:first-child > li > a {
    	color: #dadada;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Es hört sich so an, als müssten Sie auf Version 4.7.3 aktualisieren. Welche Version verwenden Sie?
    Bitte fügen Sie im Bereich “Privater Inhalt” ein Administrator-Login hinzu, damit wir dies untersuchen können.

    — Translated with Google —

    It sounds like you need to update to v4.7.3, which version are you using?
    Please include an admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: focus ring on tab element #1200914

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

    .tab,.tab.active_tab:focus {
      outline: -webkit-focus-ring-color none 0px;
      outline-color: -webkit-focus-ring-color;
      outline-style: none !important; 
      outline-width: 0px !important; 
    }

    Best regards,
    Mike

    in reply to: pop up fenster #1200913

    Hi,
    Leider verfügt unser Popup nicht über die Option für verzögertes Popup. Dazu müssen Sie ein Plugin verwenden. Eines, das anscheinend gut funktioniert, ist WP Popups , aber es gibt viele zur Auswahl.

    — Translated with Google —

    Unfortunately, our popup doesn’t have the delayed popup option, for this you will need to use a plugin, one that seems to work well is WP Popups, but there are many to choose from.

    Best regards,
    Mike

    Hi,
    Perhaps a better solution for you is to use your webhost file manager to upload the files and rename the directories:
    2020-03-14_101810.png
    it works like your computer’s file manager, typically you want to go to public_html > wp-content > themes
    2020-04-04_225844.png

    Best regards,
    Mike

    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 End of live (EOL)? #1200906

    Hi,
    Sorry, you will have to build everything from scratch the two themes are quite different.

    Best regards,
    Mike

    in reply to: Enfold Mobile Back to Top Arrow Not Showing Up #1200905

    Hi,
    I see that you have the Enfold Theme Options > Performance > JS & CSS file merging and compression enabled so perhaps the original avia.js is still loading. Try disabling the file merging and compression and clearing your caches again.
    I tested this on my localhost before posting so I’m sure it works, but it still took a few tries to clear the cache and load the new avia.js

    Best regards,
    Mike

    in reply to: WooCommerce Shop Page Image Links #1200901

    Hi,
    Sorry for the late reply, and thanks for the video. You have a .2s transition for the buttons, please try correcting with this css.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .cd-shop-add-to-cart {
        transition: 0s !important; 
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: open lightbox from an anchor link #1200896

    Hey NorthcoastProject,
    Sorry for the late reply, I believe this is a duplicate post, I answered your other post about the lightbox anchor link, please check. As for your second part of your question, I believe it’s because the image title is not included in the html. I looked at your page and it looks like you are passing the file name to the mfp-title, the image alt is another option but I see your alt’s are empty right now.

    Best regards,
    Mike

    in reply to: open lightbox from an anchor link #1200895

    Hey NorthcoastProject,
    Sorry for the late reply, thanks for the login but it didn’t work for me, please check. Unfortunately, you can not open a lightbox with an anchor link, but this script will trigger your slideshow lightbox when it scrolls into view, which can be done with the anchor link, so when you click the anchor link and scroll to the ID the lightbox is triggered. I had to add a 500ms delay because the lightbox opened too quickly and was positioned too high on the page, so it was not in view.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    function isOnScreen(elem) {
    	if( elem.length == 0 ) {
    		return;
    	}
    	var $window = jQuery(window)
    	var viewport_top = $window.scrollTop()
    	var viewport_height = $window.height()
    	var viewport_bottom = viewport_top + viewport_height
    	var $elem = jQuery(elem)
    	var top = $elem.offset().top
    	var height = $elem.height()
    	var bottom = top + height
    
    	return (top >= viewport_top && top < viewport_bottom) ||
    	(bottom > viewport_top && bottom <= viewport_bottom) ||
    	(height > viewport_height && top <= viewport_top && bottom >= viewport_bottom)
    }
    
    jQuery( document ).ready( function() {
    	window.addEventListener('scroll', function(e) {
    		if( isOnScreen( jQuery( '#slideshow-adventurer' ) ) ) { 
    			 setTimeout(function () {
    			jQuery('#slideshow-adventurer a').trigger('click'); 
    			 }, 500);
     		}	
    	});
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');
    

    Best regards,
    Mike

    in reply to: Enfold Shopping Cart Font size #1200894

    Hey grivers99,
    Sorry for the late reply, do you mean the drop down cart next to the menu, or the cart page?
    I took a look at both on your site but I didn’t find any text that was 6px, but I found the description small, which text do you want to make larger?
    For the cart on the cart page, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .woocommerce th,.woocommerce td,.woocommerce p {
    	font-size: 20px !important; 
    }

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, I have not seen any working solutions to this, I think WordPress is discouraging this.

    Best regards,
    Mike

    in reply to: Social Media icons mobile #1200887

    Hey pteryxreadyaid,
    By default, the social icons don’t show on mobile, but if you add this css they will.
    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

    Hi,
    I’m not sure what happened to your site before, but if you would like to remove your slugs please see this documentation and use the lite version of this plugin.

    Best regards,
    Mike

    in reply to: Background image startpage #1200879

    Hey Merilla,
    All of the images in our demos are free to use, CC0, which is passed on to you, so you should feel free to use them.
    This image is from a while back now, 2015, and further information about other images I’ve asked about was not available so I think the same would be true for this one.

    Best regards,
    Mike

    in reply to: Dropdown menu on secondary menu #1200877

    Hey NiekvdB,
    Sorry for the late reply, unfortunately, your screenshot now leads to a 404 so we can’t see this, but from your description you would like your woocommerce sidebar category menu to show as a drop down menu, but I don’t see an easy way to do this other than using css to hide the child items until the parent has the hover event, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .widget_product_categories li.cat-item-20.current-cat ul.children {
    	display: none;
    }
    .widget_product_categories li.cat-item-20.current-cat:hover ul.children {
    	display: block;
    	border: solid 1px;
    }

    how it looks on-hover:
    2020-04-04_175837.png
    You can remove the border from the css if you wish.
    Please note that the child items only show when you are on the page in the Private Content area.

    Best regards,
    Mike

    in reply to: png icons #1200873

    Hey payton_sil,
    Sorry for the late reply, the “icon fonts” are actually font files like “.woff” they are not images or icons, so in the “Iconfont Manager” in the import/export theme options you will need to upload a zip file with the “iconfont”, fontello.com lets you download the font file.
    You could download the .svg from flaticon and upload to fontello and then download the font file. Please note that you can only use the black & white svg images to create the font files.

    Best regards,
    Mike

    in reply to: links not working in footer.php on mobile #1200871

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

    .socket-brand {
    	z-index: 20;
        position: relative;
    }
    #socket > .container {
    	z-index: 0;
        position: relative;
    }

    Best regards,
    Mike

Viewing 30 posts - 17,551 through 17,580 (of 35,074 total)