Infotam
Forum Replies Created
-
Forum: Plugins
In reply to: [Tracking Code Manager] Code doesn’t seem to be workingHi,
I have made the tests clearing the cache but it remained the same.
Is there any mail where I can send you the script with the code (without showing it here in public)?
Thanks,
Regards.Forum: Plugins
In reply to: [Tracking Code Manager] Code doesn’t seem to be workingHi,
This is the screenshot of the settings of the “Conversion tag (Book ad)“.
https://lifeinthemove.com/wp-content/uploads/2019/06/setting-2.jpg
I’m using Cloudflare as CDN.
Thanks in advcance.
Regards.
Forum: Plugins
In reply to: [Tracking Code Manager] Code doesn’t seem to be workingHi,
It is not a thank you page automatically generated by the WP eStore plugin. It is an standard wordpress page that we have set in the plugin to redirect users after a purchase has been made.
The thank you page where we have inserted the conversion code with your plugin is this one:
https://lifeinthemove.com/gracias-por-tu-compra/
Thanks in advance,
Regards.
Forum: Plugins
In reply to: [Tracking Code Manager] Code doesn’t seem to be workingHi,
Thanks for your reply.
I’m not using Woocommerce, I’m using the plugin WP eStore which has an specific section where you can set the thank you page. Google told me that it’s necessary to use the event code in a thank you page to know the real conversion rate.
This is how the plugin is configured. If you need any other data, please tell me.
https://lifeinthemove.com/wp-content/uploads/2019/06/setting.jpg
Thanks in advance.
Regards.Forum: Plugins
In reply to: [Child Theme Configurator] Adding functions to child themeHi, thanks. But, if I add that conditional code to the parent theme, won’t I lose it when updating the theme? Thanks!
Forum: Plugins
In reply to: [Child Theme Configurator] Adding functions to child themeThanks a lot! My last question is if it’s ok to copy that code in the child theme while it is still working on the parent theme. Should I erase it first or it doesn’t matter? Thanks!
Forum: Plugins
In reply to: [Child Theme Configurator] Adding functions to child themeHi, thank you very much for your explanation. In the documentation you have send me, it is said something about functions not always working in the child theme. Could you tell me if this kind of functions (related to Woocommerce) would work properly in a child theme? Thanks!
add_filter(‘woocommerce_states’, ‘my_custom_states’);
function my_custom_states( $states ) {
$exclude = array(‘TF’,’CE’,’GC’,’ML’);
foreach( $exclude as $item ) {
unset($states[‘ES’][$item]);
}return $states;
}add_filter( ‘woocommerce_product_tabs’, ‘remove_additional_info_tab’, 50 );
function remove_additional_info_tab( $tabs ) {
unset( $tabs[‘additional_information’] );
return $tabs;
}Ok, thanks. It seems to work now. Sometimes it shows us this bug but other times it seems to count the words, so maybe it’s a common thing that happens sometimes.
Thank you for your help!
Yes, all these elements work well (the keywords, meta information, etc.). The problem we were talking about is related with the content. When you use Elementor to build a page, using text boxes for example, you can see how that content is not taken into account and Yoast parameters show 0 words when you maybe have added more than 300 words on that page.
Thanks!!
Forum: Plugins
In reply to: [Page Builder by SiteOrigin] Page Builder compatibility with Yoast SEOIts seems to happen with a lot of page builders. We have the same problem with other builder and we were looking for an answer too. We just wanted to know if it really affects google indexation (because google is unable to read the content) or it is just a bug of compatibility between this kind of plugins.
Please, if someone knows, just let us know!
Thanks!
Forum: Themes and Templates
In reply to: [Foodeez Lite] Header problemHi,
Please, could you help us with the issue? We haven’t reacived a reply about the question we asked above.
We look forward to hearing from you.
Thanks.
Forum: Themes and Templates
In reply to: [Foodeez Lite] Header problemHi!
Thanks for replying! We have tried with that plugin and it seemed to work, the problem is that now the image is so large that you can’t figure it out that it shows a food plate. We tried other options in the background size tag such as ‘auto’ and other things but with that options the image doesn’t appear. We wanted to reestablish the image as we had it in the previous theme version. What can we try so as to make it show in a smaller size?
Forum: Themes and Templates
In reply to: [Arcade Basic] Header image not responsiveHello Ileana,
We have the same problem as you and we wanted to know if you could tell us how you solved it. We have been looking for it in several places but we haven’t found a solution.
Thank you very much in advance!!