Forum Replies Created
-
AuthorPosts
-
Hi,
Yes woocommerce is fully compatible with Enfold, this is not a compatible issue this is by design.
The cart & checkout are special pages created by the woocommerce plugin, you can not use the Enfold elements to build these pages.Best regards,
MikeHey osi666,
There is not a specific setting for this layout, were you able to achieve the desktop layout that you wanted?
Please set the theme options so your desktop header is the way that you wish, and then link to your site so we can examine your mobile header to help.
What is the maximum width that you consider “mobile” 767px, 1024px, or 1366px ofr this layout?
Do you want the header to be sticky on mobile? The theme doesn’t offer this because the header would take too much room for small devices.
Please link to your site and try to explain fully, perhaps a screenshot of your expected results would help.Best regards,
MikeNovember 26, 2023 at 12:24 pm in reply to: Critical Error avia-template-builder/php/class-font-manager.php on line 660 #1426480Hi,
I disabled your PopupAlly Pro plugin and that seems to have solved the issue.
I don’t have any experience with this plugin and we are limited to supporting third party plugins, so I recommend asking the plugin author to assist to with this issue.Best regards,
MikeHey Eva ,
Thanks for the login, when I check your site the token seems to be working correctly and it says there is an update available.
So I’m not sure what issue you are experiencing, but Envato reported that some tokens may experience problems that were created at a certain time, so if you are try to create a new token or use the official Envato Market Plugin, this was a issue with Envato.
Envato recommends using the official Envato Market Plugin.
As for your question, the cart & checkout pages are built with the woocommerce plugin, you can not use the Enfold elements to build these pages.Best regards,
MikeNovember 25, 2023 at 11:33 pm in reply to: Critical Error avia-template-builder/php/class-font-manager.php on line 660 #1426471Hi,
Glad that this helped, your footer and socket look fine, but you have a popup plugin showing at the bottom of your page, try disabling all of your plugins, then reactivate each one individually until you find the cause.Best regards,
MikeNovember 25, 2023 at 11:03 pm in reply to: Critical Error avia-template-builder/php/class-font-manager.php on line 660 #1426468Hey ballindigital,
Thanks for the login to your site, but it didn’t work for me. Nonetheless try going to Enfold Theme Options ▸ Import/Export ▸ Iconfont Manager and delete the custom icon font and then save your theme settings, and then check again.Best regards,
MikeNovember 25, 2023 at 9:30 pm in reply to: https://kriesi.at/support/topic/relates-to-https-kriesi-at-support-topic-duplica #1426465Hi,
Unfortunately I don’t have a solution for that, there is no way that I can say there won’t be an issue if the nav menu configuration is changed in the future.
You would be better off not using the last snippet and allow the background color to be behind the text. Our menu is not designed for your customization and it seems like we are trying to recreate it from scratch.Best regards,
MikeHi,
To achieve this it would be best to use the ALB elements and columns to create this on your page and then set these elements to only display on mobile, while your other item only display on desktop. If you were only changing the order of the items it may be possible with some simple css, but also changing the page layout with new columns widths would be a big job with a lot of css. So it would be best to use the ALB elements and columns to create this on your page.Best regards,
MikeHey ibgestionprivee,
This seems to be a duplicate of one of your other posts that has already been answered:
Unfortunately we don’t have a way that you can just import the menu, try reviewing our Maga Menu documentation, then choose your mega menu “pages” and then where you want the columns:
and drag the menu items in to stagger them.Best regards,
MikeHey ibgestionprivee,
Thank for your question, but unfortunately we don’t have a way that you can just import the menu, try reviewing our Maga Menu documentation, then choose your mega menu “pages” and then where you want the columns:
and drag the menu items in to stagger them.Best regards,
MikeHi,
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,
MikeHey zweifelmedia,
Please try to register your Purchase Code here create a new support account.Best regards,
MikeHey zweifelmedia,
For the arrow try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .avia-arrow { display: none; }
and try using the “no scaling” image size if you want them to be different sizes.
Best regards,
MikeHi,
Perhaps we can adjust it with some css, please link to your page so we can examine and explain how you want to see it on what size device, perhaps a screenshot would help us fully understand.Best regards,
MikeHi,
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,
MikeHi,
Thanks for the screenshots, unfortunately as Ismael pointed out your plugin has stripped the HTML out and all of the text is in one paragraph tag:
so ther is no way to style only half of the text.
But when I look at your webshop all of the items have the same text “Scarf in knittet and feltet pure wool” so based on this text we can add the italic to the text.
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_script() { ?> <script> function wrapText(node, text, wrapper) { if (node.nodeType === 3) { const idx = node.nodeValue.indexOf(text); if (idx !== -1) { const span = wrapper.cloneNode(); const wordNode = node.splitText(idx); wordNode.splitText(text.length); span.appendChild(wordNode.cloneNode(true)); wordNode.parentNode.replaceChild(span, wordNode); } } else if (node.nodeType === 1) { Array.from(node.childNodes).forEach(child => { wrapText(child, text, wrapper); }); } } const textToWrap = "Scarf in knittet and feltet pure wool"; const wrapperSpan = document.createElement('em'); document.addEventListener("DOMContentLoaded", function() { wrapText(document.body, textToWrap, wrapperSpan); }); </script> <?php } add_action('wp_footer', 'custom_script', 99);
Then add this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .all_colors p em { font-style: italic; font-family: "open sans"; font-weight: 400; }
then clear your browser cache and check.
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.Best regards,
MikeHi,
If you can get your updates in the theme settings then you don’t need the Envato Market plugin, but I don’t think it is doing anything to slow down your site even if you find that you need to use it.Best regards,
MikeHey gb,
I’m not seeing this notice, are you sure it is not from a woocommerce extension plugin?
It seems that you don’t need to do anything for woocommerce and Enfold to work correctly, but one of your third party plugins may have trouble so you will need to get an update from that plugin author.
To find out which plugin it is from, disable your plugins one at a time until the notice disappears, or click the notice “learn more”Best regards,
MikeHi,
Sorry for any confusion, I don’t know why you received this email but as Rikard pointed out the current version is 5.6.8.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHey mustafa-alani,
The image of the boat for the background of your cell is a “medium” size, which is too small, please choose a larger one so it won’t be “blurry”
Please check the theme setting Enfold Theme Options ▸ General Layout ▸ Dimensions ▸ Maximum Container width and ensure your max-width is 100% it looks like it is set to 1310px right now. Then check your pages that the color sections have no left & right padding.Best regards,
MikeHi,
Thanks for the feedback, I’m not sure what might be causing this, but I copied your page to my test site and each tab section seems to auto adjust to the content, please check the link below. Is your server using an “object” cache such as Memcached, Redis, Varnish?
Can you try disabling it to test?
Typically when we can’t reproduce the error it points to a plugin or custom code in the child theme, but since your web developer checked this, perhaps it is a caching issue.Best regards,
MikeHi,
Glad to hear that you have this sorted out, I’m not sure why this occurred, I assume that the charts are added with a shortcode or some javascript, so perhaps it is related to the loading order of the chart, I’m just guessing. But I’m glad that you found a work around, shall we close this thread then?Best regards,
MikeNovember 25, 2023 at 2:26 pm in reply to: Bug: Search results pages not overriding correctly urgent #1426431Hi,
Thanks for the update, we will leave this thread open to hear back from you, I see that you also found that the issue seems to be related to if the user is logged in or out, so that the Super Speedy Search plugin results shown to admins are correct and the results shown to normal visitors is incorrect.
We are limited from working on third party plugin, hopefully Super Speedy Search will have a solution for this, but we will leave this thread open for now.Best regards,
MikeNovember 25, 2023 at 2:15 pm in reply to: https://kriesi.at/support/topic/relates-to-https-kriesi-at-support-topic-duplica #1426430Hi,
I added this css:.avia-menu>ul.av-main-nav li.menu-item-top-level:not(#menu-item-287) { flex-grow: 1; }
this added the flex-grow to every item except the last one giving us the trouble, I don’t think that it is noticeable because it’s a longer text length and it’s at the end, but this solves the other two issues.
Please clear your browser cache and check.Best regards,
MikeHi,
Please try going to Enfold Theme Options ▸ Blog Layout ▸ Share Links At The Bottom Of Your Blog Post and if the “Twitter” option is deactivated, try enabling it and saving the theme option and the deactivating it and saving again.
I’m not sure why this might be occuring on your site, but we don’t have another way to do this.Best regards,
MikeHi,
I recommend reaching out to the original developer and ask them to convert your custom named theme into a official Enfold named theme so the updates will work.
Since there is a update available, this is a good time for them to do this.
the text string in your URL looks like a cache version, so it sould be from your cache plugin or your server cache, I’m not sure, but this was not there the last time I checked so I’m not sure what changes you have made. I don’t want to “tinker” with it while you are in the process of contacting the original developer. As I pointed out earlier your custom site has custom code that I don’t understand so my “tinkering” could do more harm that good.Best regards,
MikeHey Diana,
Thank you for the link to your site, I added your rotating heading into a full width column and added the “fade in” animation to the column, this animation works when the element comes into view and then the rotating heading starts with the first line, so this seems to solve the issue, please clear your browser cache and check.Best regards,
MikeHey Diana,
Thank you for the link to your site and the screenshots, some of them didn’t work, so as I understand this text link on your homepage is not landing correctly for you:
it is meant to land on a empty color section:
when I test it lands correctly, the blue in this screenshot is your empty color section:
I tested with Windows in Chrome & Edge and Mac in Safari & Chrome, and all worked correctly, only Firefox on both Windows & Mac didn’t work correctly, I’m not sure why firefox is having an issue, but to try to adjust for the firefox error I added this code to your functions.php:function custom_smooth_scroll_to_id_for_firefox_script() { ?> <script> function slowScrollToAnchor() { var urlHash = window.location.hash; if (urlHash) { var target = document.querySelector(urlHash); if (target) { var targetPosition = target.offsetTop; var startPosition = window.pageYOffset; var distance = targetPosition - startPosition; var duration = 1000; var startTime = null; function scrollAnimation(currentTime) { if (startTime === null) startTime = currentTime; var timeElapsed = currentTime - startTime; var scrollY = easeInOutQuad(timeElapsed, startPosition, distance, duration); window.scrollTo(0, scrollY); if (timeElapsed < duration) { requestAnimationFrame(scrollAnimation); } } function easeInOutQuad(t, b, c, d) { t /= d / 2; if (t < 1) return c / 2 * t * t + b; t--; return -c / 2 * (t * (t - 2) - 1) + b; } requestAnimationFrame(scrollAnimation); } } } window.addEventListener('load', slowScrollToAnchor); </script> <?php } add_action('wp_footer', 'custom_smooth_scroll_to_id_for_firefox_script', 99);
and after clearing your site cacke and my browser caches for all of my test browsers the anchor link is now correct, even in Firefox. Most of my tests landed correctly even on firefox, but in one case on firefox the script scrolled the page backwards to land in the land place. So the script shows to correct the issue.
If you want to adjust the one second delay you can change var duration = 1000; to a higher or lower number 1000 equals one second, it seem to work good just the way it is.BTW – your Header Footer Code Manager plugin don’t seem to allow PHP snippets, so if you are not going to use a child theme I recommend the WPcode plugin this plugin supports PHP code snippets, JavaScript code snippets, & CSS code snippets.
Best regards,
MikeHey ConDevWa,
Please try the rotate animation in the element options:
If this is not the kind of rotate animation that you are looking for, then please create a test page on your site and explain what you are trying to do with an admin login in the Private Content area so we can examine.Best regards,
Mike -
AuthorPosts