laslo
Forum Replies Created
-
@adamdunnage that would be all, thank you!
@adamdunnage Hi, that was a confusing message, because on my GTM container I’m pointing to UA-***41-1 and G-***N5H, so I didn’t know why SiteKit said that.
SiteKit did ask to create another GTM container to send AMP hits. And it created it, but for what I saw on GTM, that container only allows me to create tags to send AMP hits to UA, not to GA4.
So I just created a UA pageview tag on that AMP Container. That solved the previous error message on SiteKit. Looks like SiteKit was asking me to send hits to the same UA in *both* containers. Ok, so that part is working fine now.
I’m still unable to send AMP hits to GA4. Is that even possible?
For what I’m reading in other forum posts, seems like AMP is not supported yet by GA4 ??Ok thanks, i got it working using Chrome. Sort of:
I tried SiteKit since I installed the AMP plugin, and in order to send AMP hits to GA4, the plugin recommended to use the SiteKit settings.
So I am trying to configure SiteKit to work with all this: GA4, GTM (althou this is optional), AMP. But it’s not working.the Tag Manager tab on SiteKit shows this error:
“Error: Parece que ya estás usando Google Analytics dentro de tus configuraciones de Google Tag Manager. Sin embargo, las etiquetas de Analytics configuradas hacen referencia a diferentes ID de propiedades. Tienes que configurar la misma propiedad de Analytics en ambos contenedores.”I stopped the plugin I always used, GTM4WP, and let SiteKit to insert GTM tag. But right now, as it is, using only SiteKit my site (not-AMP) is not sending hits to even UA, nor to GA4.
So, what should I do?
I just wanted to be able to send AMP hits to GA4. that’s all-
Hi Adam,
Ok, i tried resetting.Then, when I try to connect again, I get to this page https://sitekit.withgoogle.com/v2/site-management/setup/
and says:Error: Bad Request
missing parameter: ‘code’So, it’s still not working.
Forum: Plugins
In reply to: [Instant Articles for WP] HTTP Error 500 upon fb login from the pluginI had the same problem here.
The solution was to generate a new FB App ID:
https://www.wpbeginner.com/wp-tutorials/how-to-setup-facebook-instant-articles-for-wordpress-step-by-step/Follow those instructions, and it works fine.
- This reply was modified 7 years, 11 months ago by laslo.
Forum: Plugins
In reply to: [WPMovieLibrary] language wont change to wordpress languageHola,
I have the same problem, but in spanish.
I created the files wpmovielibrary-es_ES.po and wpmovielibrary-es_ES.mo, uploaded them to languages folder, but nothing changed.I only translated the string “Not rated yet!”, but it’s not working: https://imaginaccion.net/muestraddhh/movies/paraiso/
What else do I need to do to translate this plugin?
Forum: Fixing WordPress
In reply to: Spam posts and categories createdHello Kpudlo,
Thank you for the advise.
I just changed the password for the database user.
We’ll see if that blocks the spamming. (Weird enough, I’ve been seeing those spam posts this week, each day around the same hour).I will check that codex too!
Will let you know how this goes.
It worked for me too!
I’m also upgraded (not so) recently to WP 3.3.1, and I just noticed I got that same annoying error.So I created a new ‘tmp’ folder somwhere inside the WP instalation
set it to 777 mode,
added:
define ('WP_TEMP_DIR', '/path/to/tmp/');
and voila!
Forum: Fixing WordPress
In reply to: add text below the Add to Cart area WooCommerceI would like to edit the content of that form too.
Any ideas which file we should be looking at?
Thanks!Forum: Fixing WordPress
In reply to: WordPress has changed my javascript code.Hi,
I just got the same issue.
It turned out to be the “Rocket Loader” thing:
https://twitter.com/#!/CloudFlare/status/128564202406285312the Minify feature seems to be working ok. I disabled Rocket Loader and my script worked fine again!
Forum: Installing WordPress
In reply to: Strange problems upgrading to WordPress 2.9i had the same issue on WordPress 2.9.1, but the new 2.1.2 version of Twitter Tools fixes the problem.
Forum: Fixing WordPress
In reply to: Error when selecting Theme EditorI’m having the same problem recently. Looks like something related to access permission, but I can’t find a solution yet. I’ve set chmod 777 to all the theme files and folder, but nothing happens.
Forum: Plugins
In reply to: Google Sitemaps and WordPress 2.3 (Please help testing)My problem is with Google sitemaps 3.1.0.1 on WP 2.5.1
I just updated this plugin to avoid the “wp_post2cat doesn’t exist for query” error. But I keep getting the same error:
WordPress database error Table ‘wp_post2cat’ doesn’t exist for query SELECT cat_ID AS ID, MAX(post_modified) AS last_mod FROM
wp_posts
p LEFT JOINwp_post2cat
pc ON p.ID = pc.post_id LEFT JOINwp_categories
c ON pc.category_id = c.cat_ID WHERE post_status = ‘publish’ GROUP BY cat_ID made by sm_buildsitemap, referer: https://www.xxxxxx.com/wp-admin/post.php?action=edit&post=7325sm_buildsitemap is Google sitemaps.
I looked into google-sitemap-generator/sitemap-core.php and found a reference to $wpdb->post2cat on line 2023.
I understand $wpdb->post2cat is deprecated, hence giving the wp_post2cat error. (that table doesn’t exist on WP 2.5)Is that a plugin bug? Looks like it. How do I fix it?
err… btw, I found that error on the log file of my server, it doesn’t show up on WP admin. The plugin looks working fine, building the sitemap.xml and all, but the logfile shows that error.
Forum: Installing WordPress
In reply to: After upgrade 2.5.1, hard to post. *URGENT*I have this same problem, only that I narrowed it down to this: the Text Link Ads (TLA) plugin. When activated, saving a post takes forever (it never stops actually). When deactivated, saving a post takes some time, but it ends succesfully.
I’m looking for a solution to this issue, if it’s a TLA bug, or a WP bug, or maybe something to configure on my server.Forum: Everything else WordPress
In reply to: Spontaneous theme switching?I’m using 2.2.2 and I have the same problem… again. I haven’t got it for a while, and now it’s back.
I noticed it first in previous versions of WP, when I was hosted in a slower shared server. I thought that had to do with this bug.
but now it’s back. I run several blogs, and this bug only appears in the blog with more traffic.So looks like the WP bug hasnt been fixed yet, has it?
any ideas how to workaround this problem?