squeebo
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Analytics trackingLooks like that got it working, thanks!
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Analytics trackingYou have no option for GA4 here:
View post on imgur.com
I don’t think a video would help. It’s simple to reproduce. You know what developer tools is right? Right click, inspect, toggle device toolbar.
Or just add /amp to the end of the url in Brave. It rejects the AMP page and requests the desktop page. You can see how that would cause a loop when the WP site redirects mobile to AMP? Chrome and other browsers won’t reject the AMP like that.
Forum: Plugins
In reply to: [WP Fastest Cache] Missing admin barYes, I have it disabled now for logged in users. But I thought that was optional?
Forum: Fixing WordPress
In reply to: Changing tables collation to all the same?Ok, thanks!
I think I’ll leave it alone. On further research people are saying it’s fine because users probably have it cached and it invalidates the AMP page if the file isn’t loaded from their site.
Forum: Plugins
In reply to: [Broken Link Checker] Finding broken links in previous post revisionsI don’t think I have any caching at all. I don’t use a WP caching plugin. I had already done the “recheck all pages”.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] AMP ErrorI’m having the same problem as the OP with 1.0.70, starting today with the Google Search Console error. The actual problem is it is not putting quotes around the author name in the alt attribute.
The attribute ‘smith’ may not appear in tag ‘amp-img’.
<div class="amp-author "> <div class="amp-author-image "> <amp-img src="https://www.mysite.com/wp-content/uploads/myprofileimage.jpg" alt=John Smith width="60" height="60" layout="fixed"></amp-img> </div>
- This reply was modified 3 years, 11 months ago by squeebo.
Forum: Plugins
In reply to: [Public Post Preview] Link expires despite adding code to extendIt was because of Plugin Organizer. Turns out that disabling some plugins for users in the admin dashboard also screws up plugins’ functionality on the front end in unexpected ways.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Remove site title from title tagMy site redirected at this link to hide it from searches on here
https://www.temporary-url.com/13BC30Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Remove site title from title tagNo SEO plugins. At this point I think it’s probably the Avada theme. With a search in the theme settings for “title” I didn’t find anything affecting it. But a site with Twenty Sixteen theme doesn’t have the problem.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Remove site title from title tagForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] forms don’t displayThanks for the reply! Here is a temporary link to a sample AMP page on my site. It will expire in 1 day.
https://www.temporary-url.com/402
I have the form tag in the AMP Footer widget area as a Custom HTML widget. The code shows up in the “footer” class DIV of this page if I have other html or text instead of the form tag, or outside the form tag.
Edit: Oops I meant form tag, not script tag. Not trying to use a script.- This reply was modified 4 years, 7 months ago by squeebo. Reason: fixed wording
Forum: Plugins
In reply to: [Broken Link Checker] clear databaseWould that wipe out the plugin settings and/or break the plugin? I just want to wipe out the broken link records that are taking up so much space, since they aren’t needed and I’ll just have it regenerate the list in a few months when I use it again.
Forum: Plugins
In reply to: [Easy Table of Contents] Wrong placement in latest updateRolling back to 2.0.1 worked, thanks!