Forum Replies Created
-
AuthorPosts
-
Hey,
one of my customers has also been contacted by COPYTRACK, regarding the image below, which is used on the SPA template
What can we send as documentation to COPYTRACK that we can use the image?Br, Pete
- This reply was modified 2 weeks, 2 days ago by 2funky.
Hi Nikko,
Is there a Fix that works with woo 7.8… or when will there be an update so that Enfold works with the latest version of wooBR, Pete
Hey Rikard,
Thanks for at quick solution.
Best regards, Pete
Hi Mike,
Thanks a lot, it all works perfectly now.
You can close this thread.
Best regards,
PeteThank you so much Mike, it works.
One last thing, tags categories are also displayed in the search, how do I get the same search at the top of tags – see example in private
Best regards Pete
Hi Ismael,
Thanks, I have created search from the front page with the plugin called: Advanced Woo Search
Is it possible to insert the search function via child theme or functions.php at the top of the search page result (see private content)
– so the user can enter a new searchCan be inserted with:
<?php aws_get_search_form( true ); ?>
BR Pete
Thanks Nikko,
The problem is solved.
BR, Pete
August 4, 2021 at 9:11 am in reply to: Missing backgrounds when upgrading from 4.8.3 to 4.8.6 #1314307Hi Rikard,
Yes, manual fix works ;)
– You can close this threadBr Pete
August 2, 2021 at 2:50 pm in reply to: Missing backgrounds when upgrading from 4.8.3 to 4.8.6 #1313940thanks ;)
August 2, 2021 at 2:43 pm in reply to: Missing backgrounds when upgrading from 4.8.3 to 4.8.6 #1313937same problem on my site
March 10, 2021 at 10:42 am in reply to: post standard image on password protected post gone on latest version #1287033Hi,
This is solved by overwriting av-helper-masonry.php with latest and making the motifications.
Br, Pete
Hi,
Looks like i’ve solved the problem.
It was becauce of this code in functions.php in child theme
/*ENFOLD ALB*/ add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths) { $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }
BR, Pete
Hi,
I think I found the error.
In your theme try changing Main Menu + Alternate Menu for Mobile to ‘Do not use an alternative menu for mobile’
Of course, the error needs to be corrected, but this solution will work for most people.
BR, Pete
Thank Ismael, for taking the time to look at this, it works perfectly.
you can close this one
BR, Pete
Hi Ismael,
Thanks, it works fine but the lock disappears.
Is it possible to change so that the lock does not disappear?BR, Pete
February 28, 2020 at 4:59 pm in reply to: Safari browser problem: 'mouse over' icon iphone / mac! #1188860Hey Yigit,
Thank you for taking the time to investigate this further.
I can confirm that your css fix works.;)
Can you pass it on to the development, so that it will be fixed in a future version.
Thanks, You can close this one.
BR, Pete
February 26, 2020 at 12:19 am in reply to: Safari browser problem: 'mouse over' icon iphone / mac! #1187906- This reply was modified 4 years, 9 months ago by 2funky.
February 25, 2020 at 4:27 pm in reply to: Safari browser problem: 'mouse over' icon iphone / mac! #1187750Hi Victoria,
Please remove screenshot!!!
if you sliding your finger over the icon, you may see the problem on the iphone – but it’s also worst that it doesn’t work on a mac computer with safari …
I did not even write a Mac computer to test, but I have seen the problem on several mac computers …BR. Pete
- This reply was modified 4 years, 9 months ago by 2funky.
February 25, 2020 at 1:27 pm in reply to: Safari browser problem: 'mouse over' icon iphone / mac! #1187676Hi Nikko,
It sounds strange,
I have a PC, so I am not experiencing the problem. ?I have tested on several external mac / iphones that have never been my site, and here is the same problem.
Also on other sites where it is set up in the same way ….Could you please check the page below as well …Note: it is only Safari browser where the icons disappear when the mouse has been over them once …
BR, Pete
February 24, 2020 at 6:15 pm in reply to: Safari browser problem: 'mouse over' icon iphone / mac! #1187453Hi Nikko,
Thanks, I experience the problem on several pages, so that may be the error is general.
BR, Pete
January 16, 2020 at 12:22 am in reply to: ENFOLD 4.7.1: Cookie (Consent) Problem with Woocommerce Cart still exists 😱 #1174717Hi,
I can confirm the problem on Chrome, MS Edge and Opera.
When i’m logged in, it also works.
When I’m not logged in, I have to approve cookies before I can keep the content in the basketYou can try testing the demo below.
I experience the problem on several pages – see below.BR, Pete
18-01-2020 update.
solved for me, by Advanced Options + Use as a simple message bar without cookie logic- This reply was modified 4 years, 10 months ago by 2funky.
Hey Yigit,
You’re the man ;)
Thanks, problem solved you can close this.
BR, Pete
December 4, 2019 at 11:59 am in reply to: iphone problem Enfold / PW WooCommerce Gift Cards #1162537Hi,
I have looked into this a little further, and it seems to be a problem with safaris not showing the different fields – which appear normally.
It throws follow. error code.[Error] TypeError: undefined is not an Object. (evaluating ''msTrackingProtectionEnabled' in window.external') T (avia-footer-scripts-26c2459ddcb27ee2178429da2d6994da.js:152:614) (anonym funktion) (avia-footer-scripts-26c2459ddcb27ee2178429da2d6994da.js:139:2457) i (jquery.js:2:27368) fireWith (jquery.js:2:28123) ready (jquery.js:2:29926) J (jquery.js:2:30282) [Error] The source list for Content Security Policy directive 'script-src' contains an invalid source: ''strict-dynamic''. It will be ignored. [Error] The source list for Content Security Policy directive 'script-src' contains an invalid source: ''strict-dynamic''. It will be ignored. (x2)
Does that make sense to you – hope you can see what the error is?
BR, Pete
Hi Rikard,
Thanks, I can confirm that the solution is
/*woo 3.8 fix*/ #top div div.product .woocommerce-tabs ul.tabs li a { white-space: nowrap !important; }
You can mark this thread as ‘resolved’;)
BR, Pete
- This reply was modified 5 years ago by 2funky.
Hi Rikard,
Thanks, but there must be a better way to do it, as @dmiklus writes
“Same problem here! With fixed widths is not a perfect solution!”
BR, Pete
Hi Rikard,
Thanks, for quick support.
I changed it to the code below as the width of the different tabs does not adjust automatically.Is there a better way to fix the width of the tabs so that it always adapts to the width.
/*woo 3.8 fix*/ .reviews_tab {width:139px!important} #tab-title-additional_information {width:178px!important} #top div div.product .woocommerce-tabs ul.tabs li a { white-space: inherit !important; }
BR, Pete
- This reply was modified 5 years ago by 2funky.
-
AuthorPosts