Forum Replies Created
-
AuthorPosts
-
June 26, 2018 at 9:35 am in reply to: Google Maps are not free anymore – July 16th billing changes – what's your plan? #977834
I hope so, I have done 37 websites the last years, most of them use Google Maps under my account. If I get a bill I will check for self-handdrawn maps. ;-)
June 26, 2018 at 7:42 am in reply to: Google Maps are not free anymore – July 16th billing changes – what's your plan? #977815Now I get it, if you get over the 200$ they charge for it. How many vistis are covered free?
Maybe he has google maps on his site and is facing the Rototo font issue.
Still loading Google fonts from Google.June 20, 2018 at 9:03 pm in reply to: Seit WordPress 4.9.6 Datenschutzerklärung nicht editierbar (Zugang Redakteur) #975472Oh, diesen Steller habe ich gar nicht in User Role Manager, das Plugin ist up to date, der doch nicht?
Just replace this file
enfold\framework\php\class-style-generator.php
with this new:
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4/class-style-generator.phpWorks perfect!
I got rid of it. Enfold needs to update this, otherwise roboto font is still loading.
I found this in my header souce code on all pages:
Where does it come from?<!-- google webfont font replacement --> <script type='text/javascript'> if(!document.cookie.match(/aviaPrivacyGoogleWebfontsDisabled/)){ (function() { var f = document.createElement('link'); f.type = 'text/css'; f.rel = 'stylesheet'; f.href = '//fonts.googleapis.com/css?family=Roboto:100,400,700'; f.id = 'avia-google-webfont'; document.getElementsByTagName('head')[0].appendChild(f); })(); } </script>
Oh no!!! I found this, is the next Update of Enfold with this patch!?
- This reply was modified 6 years, 5 months ago by royaltask.
I have google Maps disabled (JS Consent) and deleted the cache, still loading Google Fonts. Code was added as listed above.
- This reply was modified 6 years, 5 months ago by royaltask.
This script is not working here,
I added it to functions (child) at the very bottom … Roboto 100, 400, 700 is still loading from googleapi. I do not even use this Font on my site or Plugins. Where does it come from?add_filter( 'avf_output_google_webfonts_script', 'my_output_google_webfonts_script', 10, 1 ); function my_output_google_webfonts_script( $activate ) { return false; }
Note: I deleted cache and tested on different computers. Still Googlefontsloading, …
- This reply was modified 6 years, 5 months ago by royaltask.
Is this solution part of the next update of enfold?
Thank you for your solution.I can understand your concerns about this topic. The Opt-Out option is working after you enable the checkbox in the modal. Google Webfonts, Google Analytics and Google Map have already been loaded as you see the modal. Map is only important on the page you are using maps, my home does not have any map. But if the user enters the website on the contact page “you have the salad” ;-)
I would love to see this solution:
Opt-Out Google Webfonts, Google Analytics and Google Map disabled on default, As soon as the OK Button of the Cookie Consent is clicked the fonts and analytics get enabled, maybe the website needs to reload, to show the site in full beauty. Not so – easy I know!- This reply was modified 6 years, 5 months ago by royaltask.
June 7, 2018 at 3:02 pm in reply to: Disable google webfont Opt-Out > still javascript and fonts.googleapis active?! #969538My question was concerning the script:
if(!document.cookie.match(/aviaPrivacyGoogleWebfontsDisabled/)){
Does it fire after user opt out?
If not everything is fine.Thank you!
Here, my video is not loading after opt-out of youtube videos. One thing to know: you have to refresh the page otherwise the site is still loading the video. Just a thought. I am not shure if it is complient to have a link to Youtube from your Website without letting the user know that he opens an external Website (via Link).
- This reply was modified 6 years, 5 months ago by royaltask.
Same here
June 5, 2018 at 9:14 am in reply to: How to display "Modal window with privacy and cookie info" #967085You are welcome! At least we both are happy. Soon I am part of the enfold staff – just if they ask me.
- This reply was modified 6 years, 5 months ago by royaltask.
June 5, 2018 at 8:34 am in reply to: How to display "Modal window with privacy and cookie info" #967054OK, found the soultion:
.01 Just add another button to your cookie consent
.02 Select > Open the modal window
.03 testNow my cookie consent has button to open a modal window.
Works fine here!June 5, 2018 at 8:33 am in reply to: Modal window privacy and cookie info does not work at all #967053OK, found the soultion:
.01 Just add another button to your cookie consent
.02 Select > Open the modal window
.03 testNow my cookie consent has button to open a modal window.
Works fine here!June 5, 2018 at 8:23 am in reply to: Modal window privacy and cookie info does not work at all #967046Same here Cookie Consent works – but modal not, I deleted the Super cache, and used different browsers.
- This reply was modified 6 years, 5 months ago by royaltask.
June 5, 2018 at 8:19 am in reply to: How to display "Modal window with privacy and cookie info" #967041Same here, Modal window with privacy and cookie info is not showing, cookie info is showing. I updated to the latest version of Enfold. before this I had the version with the cookie consent, now extendet with the Modal window. This is not showing, just the cookie consent.
I deleted cache, used different browsers, updated WP, set the default privacy page as mentioned.- This reply was modified 6 years, 5 months ago by royaltask.
After every update this is gonna be overwritten. Up to changes on this file in the future, I do not prefer to add this to my child theme. Maybe you can change the name, in order to have simple names for the cookies like CookieConsent. Is there a hook?
- This reply was modified 6 years, 5 months ago by royaltask.
May 30, 2018 at 10:13 am in reply to: Google Maps API key is not valid (after update Enfold 4.4) #964077Oh no: google maps field is the mailchimp API
nice feature!!!
Hey DUALWERK,
I like your site. How did you manage to hide your WordPress installation? Is it a plugin or do you use HTML Template of Enfold? Great work! Let me know.July 5, 2017 at 7:36 am in reply to: Enfold + Simple History Plugin > Warning: fopen layerslider.php failed to open #816646Thank you so much. The warning appears only if you open the “installed plugins”. I disabled the warnings. working so far.
July 4, 2017 at 12:09 pm in reply to: Enfold + Simple History Plugin > Warning: fopen layerslider.php failed to open #816271Thank you, just curious if this just happens on my server. any tester here trying to install this Plugin?!
Thank you. I use “Demo Enfold 2017” without any changes. I added more content to the new tab Section. One Tab has a long Text inside with Sections. In this text I added some Link to jump in this Tab to my defined section #mysection
Is the usage of anchors in a tab impossible?
- This reply was modified 7 years, 5 months ago by royaltask.
I enabled to “auto ajust to content” : https://imgur.com/a/MVqBO
Still large spaces and same height for all tabs.I use lates WP, Enfold Version 4.0.7, FF, Chrome, Safari, Browser Cache deleted.
Any suggestions?!Sie is offline and using LAMP.
Maybe this helps: Anchors in the Tab Section (new Element Kriesi added last Update) are not working.
Is this correct?Thank you I understand. Is my main Page loading again if I use full URL instead, like: mywebsite.com/#anchor instead of just #anchor ?
-
AuthorPosts