Forum Replies Created
-
AuthorPosts
-
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: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,
MikeHi,
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,
MikeHey 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,
MikeHey 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,
MikeHey 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,
MikeMay 21, 2023 at 6:02 pm in reply to: Elements with an ARIA [role] that require children and List items () are not #1408076May 21, 2023 at 5:21 pm in reply to: Random Thumbnail/Featured Image Generation Size on Posts page. #1408074Hi,
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,
MikeMay 21, 2023 at 5:09 pm in reply to: Elements with an ARIA [role] that require children and List items () are not #1408072Hey davidv126,
It sounds like your issue is similar to this thread, please try the solution to see if it helps.Best regards,
MikeMay 21, 2023 at 4:53 pm in reply to: Hitting resources limits at ISP and Enfold not working #1408071Hey 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,
MikeHi,
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,
MikeMay 21, 2023 at 4:00 pm in reply to: Highlighting active html anchor doesn’t work on same page #1408067Hey 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,
MikeHey 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:
try using the masonry element to display your portfolio items and set the title as an overlay:
and choose a large gap:
Best regards,
MikeHi,
I recommend linking your images to the pages and not use the lightbox for this situation.Best regards,
MikeHi,
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,
MikeHi,
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,
MikeHey 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,
MikeMay 21, 2023 at 12:05 pm in reply to: Set image source filename in Javascript to swap/switch for responsive images #1408054Hi,
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,
MikeHey 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>');
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,
MikeMay 21, 2023 at 1:13 am in reply to: ALB element “single image” with image caption BELOW the image, NOT AS OVERLAY #1408044Hi,
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,
MikeHi,
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,
MikeHi,
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,
MikeMay 21, 2023 at 1:03 am in reply to: Add more ‘Add to Basket’ buttons on product page and make button bigger. #1408040Hi,
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,
MikeMay 20, 2023 at 11:24 pm in reply to: Add more ‘Add to Basket’ buttons on product page and make button bigger. #1408035Hi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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,
MikeHi,
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 -
AuthorPosts