Forum Replies Created

Viewing 30 posts - 7,081 through 7,110 (of 34,631 total)
  • Author
    Posts
  • in reply to: Pinterest Tag Checkout not firing #1408083

    Hi,
    Sorry for the late reply I’m not sure that I understand this plugin, and I don’t have experience with pinterest, but I found that the tags not working is a common issue on their support page: https://wordpress.org/support/plugin/pinterest-for-woocommerce/
    and I found their documentation:

    Pinterest for WooCommerce

    When I check your page I don’t see any errors in your page so I’m not sure why the plugin is not working, but I have asked the rest of the team if they have any advise.

    Best regards,
    Mike

    in reply to: center social icons mobile #1408082

    Hi,
    Glad Rikard could 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: default editor and avia layout #1408081

    Hey Martin,
    Thank you for the link to your site on your homepage I see that you are using the Advanced Layout Builder, and in the bulider you have one text element, you can use many more elements on your page like columns and images, please see the video Build a web page with Advanced Layout Builder in our documentation to see how it works.

    Best regards,
    Mike

    in reply to: Portfolio page always scrolls back to the top #1408080

    Hey Swarez,
    Thanks for the link to your page, I believe that if you used a different element than the masonry element this would work for you but the masonry element builds the grid after the page load so the height of the page changes. Try watching the scroll bar when you click to a page and then use the back button, on load the page shows the scroll bar scorlled as before but then the masonry element builds the grid changing the page height.
    Try using the Blog element with the grid layout showing your portfolio items and see if that helps, in my test on my demo pages scrolling to a place on the page and then clicking to another page and then back again the page returns the same place. My research on stackoverflow.com says: If the content is loaded after page “load” event firing, then the back button would not take you back to the position you were. Because the browser scrolls before the ‘load’ event. and this is the case with the masonry element.
    The Page scroll to id plugin suggests it may help with this, but I tend the think it doesn’t mean in this situation, but you could try it or perhaps a different plugin.
    I think changing your element is probably the best option.
    I note that your masonry element loads slowly for me, if you are using a plugin to lazy load try disabling it to see if it will load faster, this may help some.

    Best regards,
    Mike

    in reply to: Portfolio sorting options #1408078

    Hey fabienneRedUmb,
    Thanks for your patience but the portfolio grid will only sort by category, I’m not aware of a search and filter plugin will achieve this but, there could be one.

    Best regards,
    Mike

    Hi,
    I believe this is the solution for both.

    Best regards,
    Mike

    Hi,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function remove_lightbox_from_iconlist() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
      $("a.iconlist_icon").addClass("noLightbox").removeClass("lightbox-added");
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'remove_lightbox_from_iconlist');

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    Hey davidv126,
    It sounds like your issue is similar to this thread, please try the solution to see if it helps.

    Best regards,
    Mike

    Hey Fieldtripper,
    Thanks for the login, when I checked you pages the Advanced Layout Builder seemed to work fine, I checked your site health tab and the only thing I saw that you could improve is the PHP max input variables yours is set to 3k but you could try 10k, try asking your webhost to help you set this on the server.

    Best regards,
    Mike

    in reply to: Lightbox #1408069

    Hi,
    Thanks for the links to your examples, this is my review of them:
    This site popup under OUR WORK doesn’t show a full page only a little and uses an element like our ajax portfolio
    This site under OUR PORTFOLIO doesn’t use popups, it links to a new page.
    This site popup under WORKS doesn’t show a full page only a single image and a little text in a element on the page just like the text box solution I created for you earlier.

    I changed the /popup-example/ page for you so you can see how the iframe popup works, first you use the link setting in your image and link to your other page with this at the end ?iframe=true then you need to disable the header and footer on the other pages and add css to make the lightbox as large as possible, I did this for you, please clear your browser cache and check.

    Best regards,
    Mike

    Hey AlbertGunst,
    Thank you for your patience, your menu items should be getting the class current-menu-item when each menu item is clicked and you would use this in your css instead of :target Please see our documentation under One Page menu. If you would like more heal please like to your page so we can examine with more context.

    Best regards,
    Mike

    in reply to: Creating a new social icon and changing portfolio #1408066

    Hey LiorMaymon,
    Thank you for your patience to add a new social profile please see this subject in our documentation: How to add Custom Social Icons to Enfold options.
    Here is an example of adding the TikTok social icon with some screenshots that may help explain, if you have any issues please include an admin login to your site in the Private Content area so we can be of more assistance.
    For your portfolio to have a gap and have a title overlay:
    Enfold_Support_2119.jpeg
    try using the masonry element to display your portfolio items and set the title as an overlay:
    Enfold_Support_2121.jpeg
    and choose a large gap:
    Enfold_Support_2123.jpeg

    Best regards,
    Mike

    in reply to: Lightbox #1408061

    Hi,
    I recommend linking your images to the pages and not use the lightbox for this situation.

    Best regards,
    Mike

    in reply to: Inline icons alignment #1408060

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

    @media only screen and (max-width: 989px) { 
    #mobile_footer .flex_column {
    	text-align: center;
    }
    #mobile_footer .av_font_icon {
        display: inline-flex;
        margin: auto;
    }
    #mobile_footer .avia-icon-pos-right {
        float: none;
    }
    }

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

    Best regards,
    Mike

    in reply to: Lightbox #1408057

    Hi,
    You could use iframes but when you create these pages you would need to disable the header and footer for these pages and they would load slower because you are loading a new page, you would be better off just linking the images to the page instead of trying to load them in a lightbox.
    Typically using a iframe to lightbox another page is not satisfactory, the lightbox option works good for a medium amount of information such as will fit in a text element and fits on the screen without scrolling.

    Best regards,
    Mike

    in reply to: team member picture less high #1408056

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

    @media only screen and (min-width: 990px) and (max-width: 1250px) { 
        #top.page-id-3665 #vorstand .av_one_fourth {
        	width: 17.5%;
        }
        #top.page-id-3665 #vorstand .entry-content-wrapper {
        	transform: translate(7%, 0%);
        }
    }
    @media only screen and (min-width: 1251px) { 
        #top.page-id-3665 #vorstand .av_one_fourth {
        	width: 15.5%;
        }
        #top.page-id-3665 #vorstand .entry-content-wrapper {
        	transform: translate(10%, 0%);
        }
    }

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

    Best regards,
    Mike

    Hi,
    Glad we were able to help, and thanks for sharing your solution for others to use. 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: Irrevelant heading tags on page #1408045

    Hey menainfosec,
    You would use the same script for this as in your H3 tags in the footer thread, so under:
    replaceElementTag('#footer h3.widgettitle', '<p></p>');
    Enfold_Support_2117.jpeg
    add these two lines:

    replaceElementTag('h5.av-share-link-description', '<p></p>');
        replaceElementTag('h3.widgettitle', '<p></p>');

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    Hi,
    Glad to hear that you have this sorted out, and thanks for sharing your solution, I have submited your feature request to the Dev Team for review. 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: Logo under area slider #1408043

    Hi,
    Glad Nikko was 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: WooCommerce Thumbnail Size is Wrong #1408042

    Hi,
    Glad Nikko was 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,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #top.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper > a {
    	display: none;
    }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Lightbox #1408039

    Hi,
    Please check the /popup-example/ page.

    Best regards,
    Mike

    Hi,
    Thank you for your patience but unfortunately I don’t see an easy way to create a grid of four on mobile, I recommend using your css to only show the main image, this looks like it’s working correctly.

    Best regards,
    Mike

    in reply to: Can’t see the price when using Enfold #1408034

    Hi,
    Thanks for the feedback, as I understand when someone chooses a city you only want some schools to show, you would do this by setting the attributes for each variation, where the city is the variation and the schools is the attribute, please see the woocommerce Variable Product documentation
    woocommerce doesn’t automatically redirect to the checkout page after clicking the “Add to Cart” button, please see the woocommerce Add to Cart Redirect documentation.
    To add Debit Cards or Credit Cards you need to use woocommerce Stripe.

    Best regards,
    Mike

    in reply to: Default sidebar css works only at top levels #1408033

    Hi,
    To show the border for https://enfold.mtboards.com/1-2/1-1/1-1-1/1-1-1-1/ try this css:

    #top .widget_nav_menu ul ul .sub-menu, #top .widget_nav_menu ul ul .children {
        overflow: visible;
    }

    but for your last request we won’t know when your end of the pages in a section is and since you don’t want the parents included in the highlighting for the other levels we won’t know when to add it.
    I don’t understand your highlighing scheme because to me it seems logical to have the parent and all siblings highlighted and have the current page bold, but that is just my thinking.

    Best regards,
    Mike

    in reply to: tweaking hamburger mobile menu #1408032

    Hi,
    Thank you for your patience, I see that your burger menu is vertically centered until 768px, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (min-width: 768px) and (max-width: 989px) { 
    	.av-logo-container * {
        vertical-align: top;
    }
    }

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

    Best regards,
    Mike

    in reply to: Change image size in blog post #1408030

    Hi,
    Thank you for your patience, to change your current post image to 1200px x 630px without stretching them, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top.single-post .fullsize .template-blog .big-preview img {
        width: 1200px;
        min-height: 630px;
        object-fit: cover;
    }

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

    Best regards,
    Mike

    in reply to: Web elements lagging #1408029

    Hi,
    Thank you for your patience and the screenshots, I check in Windows with Chrome, Firefox, & Edge and was not able to reproduce this, I know you said it was fickle, are you using a CDN or server object-oriented cache? I wonder if after updating your page this site cache and the CDN or the Autoptimize cache was not updating correctly? When you do see this do you check in multiple browser and in iOS & Windows, or does this only occur in one or the other?

    Best regards,
    Mike

    in reply to: Video for desktop being seen on mobile speed test #1408028

    Hi,
    Thank you for your patience, typically when a element is hidden with css it is only hidden from view but it is still present in the source code. I’m not sure if the LayerSlider has a workaround for this, I would recommend asking the LayerSlider support team.
    If they can’t offer a solution you may be able to modify this solution which removed a slider from the page on mobile, and according to the tests it did so before the element was downloaded. If you are also using the LayerSlider on mobile to show an image instead of the video try using two separate layersliders and remove the video one on mobile instead of trying to remove the video layer alone.

    Best regards,
    Mike

Viewing 30 posts - 7,081 through 7,110 (of 34,631 total)