rivmanbx
Forum Replies Created
-
How can this be marked as solved…
This is a must and it should be implemented as soon as possible, without it, the plugin is useless, since we can add the forms with <iframe> anywhere on the website…
And for those who have custom fields on user registration, one that it is “Subcribe Newsletter ?” and it can have 2 values boolean, please let us chose what meta_key and meta_value to be satisfied before the sync stats.
It is as simple as if (get_user_meta( $id, ‘user_subscribed’, true )).
Many thanks for making this useful for customers that have paid for SIB services…
Have a great day.Same problem with WP 5.8.1 and plugin version 3.1.0.
Entries can’t be deleted (in bulk edit or one by one). The page just refresh.- This reply was modified 4 years, 7 months ago by rivmanbx.
Forum: Plugins
In reply to: [NavMenu Addon For Elementor] querySelector’ of null@madalin_themeisle
I have the same issue :Uncaught TypeError: Cannot read property 'querySelector' of null at cbpHorizontalSlideOutMenu._init (frontend.min.js?ver=1.1.6:408) at new cbpHorizontalSlideOutMenu (frontend.min.js?ver=1.1.6:398) at frontend.min.js?ver=1.1.6:499 at frontend.min.js?ver=1.1.6:501 at frontend.min.js?ver=1.1.6:503Using NavMenu Addon For Elementor Version 1.1.6 on WP 5.0.3 with OceanWP Version : 1.6.1
Thanks.
Edit: Using the Twenty SeventeenVersion : 2.0 theme give the same result, so the theme is not the fault. Deactivating all front-end plugins didn’t solve the issue.
- This reply was modified 7 years, 4 months ago by rivmanbx.
Put the script in a java function manually by theme or other methods in the desired place in the < header > then in consent call this function. It will be executed only if visitor accept the consent. Don’t see another way to control the order of query the script (priority should be an option, but it’s working so so, because of too many plugins and some of them have same priorities of loading).
Cheers !Hello,
Indeed there is a problem with the “async src=’…’ ” part that can’t be loaded properly.
In my theme functions.php I came up with this loader:add_action( 'wp_footer', 'my_footer_scripts' ); function my_footer_scripts(){ echo '<script async src="https://www.googletagmanager.com/gtag/js?id=UA-XXXXXXXXX-1"></script>'; }Then, in your snippet, just add the :
window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-XXXXXXXX-1');Modify your track code as needed. If you want to load the java script in the header use wp_head instead of wp_footer.
As a suggestion for the developer, in the Google Analytics Snippet, a field with the track code can be added, so one can put his track code and then the snippet generate all the stuff needed.
Hi Gelu,
You can go tohttps://translate.ww.wp.xz.cn/projects/wp-plugins/wp-gdpr-complianceand contribute to the translation. There is already more than half that is done.
Cheers !Forum: Plugins
In reply to: [Gmail SMTP] From mail doesn’t workRespondTo depends on SendFrom, so we need this.
From Email is the email from Google and not the one from the settings.Forum: Plugins
In reply to: [Adminimize] Hide Visual ComposerThank you.
Indeed your answer is quick and precise, and permit me to remove the Visual Composer (with the link to welcome screen) in a second.
For others, to understand, you need to Add first your custom Visual Composer entry to the table by giving a name (left) and the slug vc_welcome to the left, save the options.Then check that newly appeared box, it should be the last entry in the table.Forum: Plugins
In reply to: [Compliance by Hu-manity.co] Update went wrongI just rename de update.php to upgrade.php in includes and did the job.
Future releases will corect this I hope, great ans simple plug-in.Hello, I confirm that Shortcoder don’t work anymore on WP4.4, the workaround [sc:your-shortcode] must became [sc name=your-shortcode] to be resolved on site.
Hope that the future updates will not break the way that shortcodes need to be inserted. Since it works with name= I suggest letting only this one and in the php files doing a function to replace sc: with sc name= in the database.
Thanks a lot, great plug-in for repetitive pieces of text or html on sites.Forum: Plugins
In reply to: [Better File Editor] Color scheme don't work on 2.3.0Hello,
Indeed it is fixed. Just updated to 2.3.1 and all is perfect !
Any chance to have it in full screen in future versions ?Thank you a lot for this wonderful plug-in !
Forum: Plugins
In reply to: [Better File Editor] Color scheme don't work on 2.3.0Hello sir,
Yes I did delete the browser cache, (the error is present in Chrome and Firefox). I even reinstall clean the browsers.
I did see some errors in require.js, I paste the errors (there are one in load-scripts.php, the wordpress core). Hope this helps:If I can help you more please tell me.
I’l use the previous version in the meanwhile.Forum: Requests and Feedback
In reply to: Get rid of emoji+1
“Dumb idea to add it into the core. Anyway… “Put some option in setting for those not using it.
Forum: Plugins
In reply to: [AS Scroll to top] Scroll to top appear too quick on pageIndeed that css override stretched the icon making it like a scrollbar.
Any other ideas ?
And I have the same problem like SAFFLEUR, the icon is visible on page at loading, scrolling make it disappear and then it appears again.