jglogau
Forum Replies Created
-
Forum: Plugins
In reply to: [WP AMP Ninja] Customize AMPI think you need the paid version:
https://codecanyon.net/item/wp-amp-ninja-accelerated-mobile-pages-for-wordpress/17626811
Forum: Plugins
In reply to: [WP AMP Ninja] Customize AMPHi:
I think its somewhat limited, that’s the whole point of AMP pages. It’s a fixed CSS that you work with.
So the WP AMP plugin has its Appearance tab, controlling colors and such and an edit box for Custom CSS.
Need to discuss with the author to get any more help.
Regards,
Jordan GlogauForum: Plugins
In reply to: [WP AMP Ninja] Links inside amp pagesHi:
I added an external link to one of my images and rendered using ?wpamp and it worked, didn’t loss the URL.
Does that help?
Jordan
Forum: Plugins
In reply to: [WP AMP Ninja] Links inside amp pagesHere’s the paid version:
https://codecanyon.net/item/wp-amp-ninja-accelerated-mobile-pages-for-wordpress/17626811
OK, I’ll concede the point, just get it fixed. But what if its an external link and there isn’t an AMP version of that site?
Forum: Plugins
In reply to: [WP AMP Ninja] Links inside amp pagesHi:
I have tried a number of the AMP plugins and find that Ninja is very clean. Agreed, a great job.
Regarding the link issue I think that this isn’t a binary decision, there may be times when you don’t want the link to automatically go to the non-AMP resource.
But generally I would think this should be fixed.
BTW, I assume you have the paid version of the plugin, lots more features.
Regards,
Jordan GlogauForum: Plugins
In reply to: [AMP] Error Messages from Google Search ConsoleThis is the code that’s the problem:
$metadata = array(
‘@context’ => ‘https://schema.org’,
‘@type’ => ‘BlogPosting’,
‘mainEntityOfPage’ => $this->get( ‘canonical_url’ ),
‘publisher’ => array(
‘@type’ => ‘Organization’,
‘name’ => $this->get( ‘blog_name’ ),
add image call ——>
),
‘headline’ => $post_title,
‘datePublished’ => date( ‘c’, $post_publish_timestamp ),
‘dateModified’ => date( ‘c’, $post_modified_timestamp ),
‘author’ => array(
‘@type’ => ‘Person’,
‘name’ => $post_author->display_name,
),
);It is in /includes/class-amp-post-template.php
Forum: Plugins
In reply to: [AMP] Error Messages from Google Search ConsoleMo:
Added the favicon, didn’t fix the code.
The problem is the logo, trying to find the right place all the plug-in files to add the image/logo to the schema. Can’t seem to find it.
Regards
Forum: Plugins
In reply to: [Redirection] Nothing happensHi, found a number of issues but you might want to start with the author’s blog and the basic instructions.
https://urbangiraffe.com/plugins/redirection/
First, are your modules setup correctly? Are you going to use WordPress or Apache to do the redirects. Next you have to setup your group(s), not that straight forward.
Also for each redirect you need to watch your syntax, the simpler the better.
Definitely a case where RTFM is required.
Forum: Plugins
In reply to: [Redirection] Nothing happensHi I have the same problem. I am sending some funding to PayPal, would like to get this resolved. I have about 60 redirects, all to the same page. The bulk import worked without a hitch, but the redirects aren’t working.