byte37
Forum Replies Created
-
It’s a shame man, you didn’t even read my answer.
So it was right what other users wrote of you and your product.
Good way to lose a multi website agency by being rude, not open to find solutions and not even being a programmer yourself!
Hi,
do you have answers?
Otherwise just tell me, please. This is becoming a waste of time sincerly…FYI i asked them and it’s not cookiebot’s fault since i’ve tried also with cookieyes and pixel still gets loaded.
Also you got integration directly with cookiebot.
Before accepting cookies i can see the meta helper telling me there’s a pixel installed but no events are sent to meta, while if i accept the cookie events are sent.
In the source code of the site i can see the meta and PYS script being injected even before accepting cookies.
Also before accepting cookies i get an error in the console:
Uncaught ReferenceError: Cookies is not defined
at checkSession (public.js?ver=9.4.7.1:241:13)
at public.js?ver=9.4.7.1:191:28
at public.js?ver=9.4.7.1:1329:6
at public.js?ver=9.4.7.1:2811:2And while cookies are accepted this error in the cosole goes away. Plus once accepted 2 _fbp are installed on the site.
Could you please help me? Since if the plugin works I could make the web marketing agency i collaborate with buy the budle package?
Thanks!
After 3 months and a week still no answer….
Imagine i wanted to buy the premium plugin, luckily i didn’t do it if this si the service you give….
- This reply was modified 1 year ago by byte37.
Hi,
do you please have an answer?
Thanks
Hi,
do you please have an answer?
Thanks
Hi there,
thanks for ther answer.
The website is: https://perlecase.it/
And now there’s only your custom code in the header (i didn’t put the gtag code to avoid GDPR problems).Looking forward for your solution!
ThanksForum: Themes and Templates
In reply to: [eCommerce Gem] Can’t make Child Theme WordI’ve managed to make it work by adding on functions this code:
add_action( ‘wp_enqueue_scripts’, ‘my_theme_enqueue_styles’ );
function my_theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );}
add_action( ‘wp_enqueue_scripts’, ‘my_theme_enqueue_styles’ );
function my_theme_enqueue_styles() {$parent_style = ‘parent-style’; // This is ‘twentyfifteen-style’ for the Twenty Fifteen theme.
wp_enqueue_style( $parent_style, get_template_directory_uri() . ‘/style.css’ );
wp_enqueue_style( ‘child-style’,
get_stylesheet_directory_uri() . ‘/style.css’,
array( $parent_style ),
wp_get_theme()->get(‘Version’)
);
}Forum: Plugins
In reply to: [Yoast SEO] Can’t remove Yoast upgrade messages on top of page/post editorHi there,
yes i can confirm both.Thanks