danielleclark
Forum Replies Created
-
I uploaded a logo and a post image to colglengrowers.org.uk, but I still do not get the author!
That is only for the logo and the post image. Even without those, Google approves the page but not without an author! The author however on the front page reads author”:{“@type”:”Person”,”name”:null}. On all other pages it reads author”:{“@type”:”Person”,”name”:”XXXXX” (naturally the XXXXX stand for the name of the author). On the frontpage it does not take the name of the author!
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Issues/ Open Points V 0.9Can the problem by not being able to save as described above, be due to the fact that wordpress is not installed in the root directory of this site? This is the only of the 4 websites wherre wordpress is not in the rootdirectory!
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Issues/ Open Points V 0.9I updated the plugin now to version 9 successfully in 3 of our websites. However in the 4th websites, whenever I want to add the CSS as described above and eliminate the email and whatsapp email social icon which appears on the single pages, I get an error message when trying to save it
There was a problem with your action. Please try again or reload the page.
I did rollback the plugin, but each time get the same problem now which I did not get before!
Please advise by return
Many thanks beforehandForum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Issues/ Open Points V 0.9I installed version 9 and like the look of it. However, after installation all amp pages were resulting in following error which got solved as soon as I went to the AMP settings and saved it again!
Warning: require……./wp-content/plugins/accelerated-mobile-pages/templates/design-manager/design-/style.php): failed to open stream: No such file or directory in ……/wp-content/plugins/accelerated-mobile-pages/templates/design-manager.php on line 81Fatal error: require(): Failed opening required ‘…../wp-content/plugins/accelerated-mobile-pages/templates/design-manager/design-/style.php’ (include_path=’.:/usr/lib/php7.0′) in ……./wp-content/plugins/accelerated-mobile-pages/templates/design-manager.php on line 81
I had to add
.post-title-meta {display:none;}
.next {display: none;}
.prev {display: none;}
in the custom CSS under design to eliminate the author and date on each page as well as the Next and Previous (however, they linked to the AMP version this time!). Would be nice to have the options to display this yes or no in the program.I still had the problem that the View Non-AMP page did only display on my frontpage and not on the other pages (my WordPress site only has pages no posts!) and had to change the footer.php to change
elseif ( is_single() ){
$ampforwp_backto_nonamp = get_permalink( $page->ID );
} else {
$ampforwp_backto_nonamp = get_permalink( $page->ID )
to get it on each page. Can you please solve this problem so that I do not have to change this whenever there is an update?My front page is a page, and when validating the page in Google I still get an Invalid structured data element message on the home page because
{“@type”:”Person”,”name”:null}
This error only appears on the frontpage, not on the other pages.
Please solve this problem.Many thanks beforehand and keep up the good work!
http://clark-debisschop.co.uk/travelblog/
http://colglengrowers.org.uk/
http://colglencommunitycouncil.org.uk/
http://www.kilmodan-colintraive.org.uk/are the 4 websites.
Look forward to your solution
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] AMP works for post but not for pageLook forward to that update Ahmed!
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] AMP works for post but not for pageMy WordPress sites are all Pages, no posts or anything else. On the Frontpage it displayed correctly the “View non-AMP Version” in the footer, but not on the other pages till I changed the below in the templates/features.php
quote
// 7. Footer for AMP Pages
add_action(‘amp_post_template_footer’,’ampforwp_footer’);
function ampforwp_footer() {
global $redux_builder_amp;
if ( is_home() ) {
$ampforwp_backto_nonamp = home_url();
} elseif ( is_single() ){
$ampforwp_backto_nonamp = get_permalink( $post->ID );
} else {
$ampforwp_backto_nonamp = get_permalink( $page->ID );
}
?>
unquoteCould this be integrated in the next update?
Many thanks beforehand
- This reply was modified 9 years, 6 months ago by danielleclark.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] New update, new issuesI had the same problem as described in 1) till I changed in templates/features.php the following in the footer section – remove the ? between
<a href="<?php echo $ampforwp_backto_nonamp; ?>"> and <?php global $redux_builder_amp; _e("".$redux_builder_amp['amp-translator-non-amp-page-text'],'ampforwp');?>Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] form in AMPHi Ahmed
Thanks for your quick response. Could you let us know when the forms will be available as final version and integrated in the plugin so that we can use the contact pages in their amp form to the amp menu?Many thanks and best regards
Danielle
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] form in AMPWould very much appreciate if the form option which is now available in amp can be included to work at least with Contact Form 7 plugin
Many thanks beforehand