Forum Replies Created
-
AuthorPosts
-
They are working perfectly fine. Must have been some temporarily downtime
November 19, 2019 at 4:06 pm in reply to: Questions about the new Privacy and Cookies settings #1158190Any update on this?
November 15, 2019 at 6:46 pm in reply to: Questions about the new Privacy and Cookies settings #1157256So what can we do about it? Most people using Apple products including Macbook and iPhone/iPad are using the default Safari browser.
We cant use this module at all until this is fixed. And its pretty important for us to display this information as we are located within EU:s rules of Cookies and GDPR.November 11, 2019 at 6:17 pm in reply to: Questions about the new Privacy and Cookies settings #1155704Yes I’ve tried that, didn’t help. Problem remains in Safari, all other web-browsers works perfectly
Provided details in private contentNovember 8, 2019 at 7:30 pm in reply to: Questions about the new Privacy and Cookies settings #1155094I tried replacing /enfold/js/avia-snippet-cookieconsent.js file with this one – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_6_3/avia-snippet-cookieconsent.js as mentioned in the post above, but it didn’t help.
Google maps is still not visible in Safari. Everything works perfect in IE, Firefox and Chrome. The problem is ONLY in Safari.I provided link in private content
November 1, 2019 at 6:15 pm in reply to: Questions about the new Privacy and Cookies settings #1153111Okay so we got everything working in IE, Firefox and Chrome thanks to WPEngine
But problem still remains in Safari:1. Cookie module/infobox is not visible/does not work at all. So no visitor using Safari can read any info about cookies or choose to opt-out. This is a bug in Enfold that needs to be fixed! It has nothing to do with any caching as caching is turned completely off on our staging environment in WPEngine
2. After WPEngine excluded the cookies, the Enfold setting “All cookies and services are accepted on first page load, user can opt out” makes it so that for the most part things loads as it should in Safari (google fonts and Contact form with reCAPTCHA), except for 1 important part of our website. Enfolds Google maps module. It does not load at all. No error message, just a blank white space on our website.Here is some more technical details what WPEngine did to make everything work in IE, Firefox and Chrome (But it does NOT work for Safari) if its any help for you:
“So initially it looks like we wrote an argument to exclude a lot more than just the cookies or specific avia args from cache; it was essentially uncaching the primary path of the site; rather than nested paths like I was trying; or the cookie arguments / avia args – so I re-applied that rule; but typically it’s best practice on our end (and general cache rules) to not let the homepage be served that way; since, depending on traffic, it’ll result in the occasional 50x for a user or two; but if you’re not experiencing heightened traffic that elicits evictions; it can solve most cache issues”
October 29, 2019 at 4:44 pm in reply to: Questions about the new Privacy and Cookies settings #1152098Ok so this problem is caused by WPEngines inbuilt cache-system.
I don’t know if this is a common problem with different caching plugins or some specific case for WPEngine.
I talked to their support and here is their answer:“Okay so in chatting with my colleague the caveat is that if the cookie travels with the user from page to page then we would have to exclude all pages which can put a strain. So the best way to go about this is to reach out to the theme developer and see if they can program the theme to where that won’t be the case or possibly handling session data via javascript.
However getting the cookie name from the developer can be an easier route so we can possibly exclude it.”
That last sentence, getting the cookie name from the developer. What is the cookie name?
October 24, 2019 at 8:35 pm in reply to: Questions about the new Privacy and Cookies settings #1150980I also just noticed that the privacy and cookies box does not work at all in Safari and latest version of Enfold. It is not displayed at all. I tried switching between the different message bar positions but it does not appear in Safari no matter what. In Enfold 4.5.x it worked perfectly. (Yes I deleted all cache and cookies before testing)
Ignore this, it got fixed by updating Enfold to latest version. Now the submit button is displayed as it should.
I looked through the linked you provided: https://developers.google.com/recaptcha/old/docs/customization
But I cant find any info on how to translate the submit button
It is mentioned how you can change language in reCAPTCHA but its only possible for 8 different languages, and our language, Swedish is not included.Then there is info of how you can add a custom language. They use Italian as an exampled, but nowhere in that code there is any mention of submit button:
<script type="text/javascript"> var RecaptchaOptions = { custom_translations : { instructions_visual : "Scrivi le due parole:", instructions_audio : "Trascrivi ci\u00f2 che senti:", play_again : "Riascolta la traccia audio", cant_hear_this : "Scarica la traccia in formato MP3", visual_challenge : "Modalit\u00e0 visiva", audio_challenge : "Modalit\u00e0 auditiva", refresh_btn : "Chiedi due nuove parole", help_btn : "Aiuto", incorrect_try_again : "Scorretto. Riprova.", }, lang : 'it', // Unavailable while writing this code (just for audio challenge) theme : 'red' // Make sure there is no trailing ',' at the end of the RecaptchaOptions dictionary }; </script>
Is there no fix within Enfolds code?
I found this topic https://kriesi.at/support/topic/google-recaptcha-how-to-change-submit/ but the code provided there did not work.July 30, 2019 at 5:50 pm in reply to: Create a WooCommerce page displaying on sale products #1123202I have inactivated all the plugins and the problem remains.
No sidebar widgets are working (some should not be working currently since I have deactivated the plugins)April 25, 2019 at 8:17 pm in reply to: Woocommerce, functions that are supposed to be added above product descrition.. #1094537This reply has been marked as private.April 17, 2019 at 4:29 pm in reply to: Woocommerce, functions that are supposed to be added above product descrition.. #1092062Thanks again for trying to help, but did you even have a look at our website?
Its inaccessible displaying a long error msg all over the site.
Provided details in private content- This reply was modified 5 years, 6 months ago by belinger.
April 12, 2019 at 6:52 pm in reply to: Woocommerce, functions that are supposed to be added above product descrition.. #1090128Provided login details in private content
April 10, 2019 at 8:15 pm in reply to: Woocommerce, functions that are supposed to be added above product descrition.. #1089249Thanks for the reply, but I got the same error.
Log in details in private contentApril 5, 2019 at 6:02 pm in reply to: Woocommerce, functions that are supposed to be added above product descrition.. #1087546I tried adding the code at the bottom of functions.php (First I removed the 2 lines of code from Yigit, mentioned earlier in this thread)
But I get the following error message (and wordpress refuse to save the file):Uncaught Error: Call to a member function is_type() on null in wp-content/themes/enfold/functions.php:745
Stack trace:
#0 [internal function]: ava_move_product_elements(”)
#1 wp-includes/class-wp-hook.php(286): call_user_func_array(‘ava_move_produc…’, Array)
#2 wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array)
#3 wp-includes/plugin.php(453): WP_Hook->do_action(Array)
#4 wp-settings.php(434): do_action(‘after_setup_the…’)
#5 wp-config.php(184): require_once(‘/nas/content/st…’)
#6 wp-load.php(37): require_once(‘/nas/content/st…’)
#7 wp-admin/admin.php(31): require_once(‘/nas/content/st…’)
#8 wp-admin/theme-editor.php(10): require_once(‘/nas/content/st…’)
#9 {main}
thrown- This reply was modified 5 years, 7 months ago by belinger.
April 1, 2019 at 10:24 pm in reply to: Woocommerce, functions that are supposed to be added above product descrition.. #1085723Thanks for your reply. The code worked ok for our pages with a product variations table.
However, now we have a problem with all other Woocommerce product pages that are not using a product variations table.More info in private content
December 14, 2018 at 9:56 pm in reply to: Change caption background into an image for full width easy slider #1045462I was referring to the documentation:
https://kriesi.at/documentation/enfold/fullwidth-easy-slider/#caption-backgroundCSS in private content
This is what is looks like for me, tried IE, Firefox and Chrome all the same results
Images in Private data- This reply was modified 5 years, 11 months ago by belinger.
So there is no CSS to force the images to adapt to different cell sizes, similar how images adapt in responsive?
July 23, 2018 at 2:30 pm in reply to: Change layout of caption background in fullwidth slider #988703Thanks! It looks great, except in mobile.
In mobile, captions for both color section and full-width slider are not centered/in the middle of the section.
Any CSS code for aligning it better in mobile?July 17, 2018 at 3:10 pm in reply to: Change layout of caption background in fullwidth slider #986464The credentials provided in the first post works perfectly fine
July 13, 2018 at 6:11 pm in reply to: Change layout of caption background in fullwidth slider #985262Thanks, It worked for making the box smaller.
How can I position the box in the middle of the slideshow?
Changing height to 50% made the box smaller by cutting off the lower part of the box.July 6, 2018 at 7:16 pm in reply to: Change layout of caption background in fullwidth slider #982195I added the CSS to our page. Is it possible to make the box smaller?
And also remove the darker colored boxes around title and captions text?June 28, 2018 at 3:44 pm in reply to: Change layout of caption background in fullwidth slider #978925The slider is ready on the page I provided in private data above. The slider images are just temporarily examples.
But it doesn’t matter what images are used in the slider, its the grey captions background color I want to change.I want the caption color box/frames to be a single larger box/frame for both the caption title and caption text, instead of two separate boxes.
In the screenshot provided above I draw an arrow of how I want it to look, and the red rectangular I draw is the slider and how I want the caption box too look like, instead of the default separate boxes.
June 21, 2018 at 1:11 pm in reply to: Change layout of caption background in fullwidth slider #975778I think there is some misunderstanding.
I do not want to change anything in the color section/special heading. It was only there as a reference for how it should look like in the fullwitdh slider.In the fullwidth slider, there should be only ONE grey background box, that looks exactly as in the color section (in the link I provided in my first post).
By default fullwidh slider creates two background color boxes for the captions, one for the title and another for the content.Provided a screenshot in private content, I painted a red rectangular in the fullwidth slider, that is how I want the background color box for the title/content caption. Just ONE single big rectangular box.
I also noticed that in your screenshots the header is called “Default Footer & Socket Settings”
In our fresh install of Enfold Child Theme its called “Default Footer Widgets & Socket Settings”
“Widgets” are not mentioned in your setup/header.
- This reply was modified 6 years, 5 months ago by belinger.
Of course I tried that, but its only 4 options. The same 4 options as in the non-child version of Enfold.
I just installed Enfold Child theme. I don’t find the settings for selecting a page as a footer from your screenshot anywhere.
The selection of settings in Enfold child theme are exactly the same as in the non child theme version of Enfold.Screenhot:
- This reply was modified 6 years, 5 months ago by belinger.
-
AuthorPosts