sejiro
Forum Replies Created
-
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Ugly internal links – ?q=/@mixar oh right I didn’t see that before so yeah we don’t need that and there’s one more line which is also unnecessary and that is
$query_arg = str_replace($query_name, '', $query_arg);
this line which is not needed so you can remove this also.Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Ugly internal links – ?q=/hey guys
can you replace the code in the
if ( is_singular() && !empty($_SERVER['QUERY_STRING']) )
condition of functionampforwp_url_purifier($url)
as pointed by @mixar with the following code and check?global $wp_query; $query_arg = wp_parse_args($_SERVER['QUERY_STRING']); $query_name = $wp_query->query['name']; if(strpos($_SERVER['QUERY_STRING'],$query_name) && (isset($query_arg['q']) && strpos($query_arg['q'],$query_name))){ $query_arg = str_replace($query_name, '', $query_arg); unset($query_arg['q']); } $url = add_query_arg( $query_arg, $url);
This should resolve the issue, please do let us know as we’ll be releasing an update soon along with this code.
Forum: Reviews
In reply to: [AMP for WP - Accelerated Mobile Pages] Works great.@nav60 I take it from the video that you’ve been using the swift design and yes there was featured image issue only in the swift theme but we’ve resolved it in the following ticket https://github.com/ahmedkaludi/accelerated-mobile-pages/issues/2136 you can just apply the commit on your end from the above ticket or you can wait for a little while as we’re scheduled to release an update within a day which will consist the solution to the featured image issue.
@ahmedkaludi the issue has already been resolved and the solution will be in the plugin’s version 0.9.97 so you can close the ticket #2286.
Hi @worschtebrot,
Thanks for your attention, It’s good to know that the next update will have such feature.
the best way to add the CSS for AMP is to use the following hookamp_post_template_css
and to make sure that the only required CSS is loaded through the conditions to make sure that CSS not to exceed 50KB.Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] TAGS are not linkedHi @hlorenz,
Can you please reach us out at [email protected] or https://ampforwp.com/support/ and let us know once you mail us there I’ll help over there as there is some restriction here.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] TAGS are not linkedHi @hlorenz,
To resolve the issue you’re facing we’ve created a ticket in the Github https://github.com/ahmedkaludi/accelerated-mobile-pages/issues/2079 for us to resolve it.
and I’ve tested it on my end and there’s no such issue can you please check the option again and get back to us at [email protected] or https://ampforwp.com/support/
This is the option that you should look for https://take.ms/Ef5sy
in the option panelHi @inviul,
Currently, we do have a filter to show the full content of the sticky post
apply_filters('ampforwp_modify_index_content', $content, $excerpt_length );
which you can use by add_filter in your theme’s functions .php and If you need any help in the code then I can help you with that too.Hi @inviul,
The feature you’ve requested is currently on waiting as with our plugin, the Sticky post does come up on top as a post as for what I think is that you want it to show the post with its full content on display did I get it right?
We need more information to understand your requirement so that we can go ahead with the development part of this feature and As you’ve mentioned above that you’ve got various sites can you please share some of the site address as for me to understand the proper use case of it and If you are uncomfortable here to share then you can mail us here [email protected]
Hi @inviul,
I’m currently working on the ticket for the feature you’ve requested but I wanted to get some things clear, currently, with our plugin, the Sticky post does come up but as a post what I’ve understood is that you want it to show the post with its full content on display did I get it right?
and As you’ve mentioned above that you’ve got various sites can you please share some of the site address as for me to understand the proper usecase of it and If you are uncomfortable here to share then you can mail us here [email protected]
Forum: Reviews
In reply to: [AMP for WP - Accelerated Mobile Pages] Overwhole good pluginHi @thetester113,
There are many other plugins who are trying to add the compatibility and it must be one of the reasons for the errors or it could be other reasons, can you please reach us out here https://ampforwp.com/support/ or you can give us a link here and we’ll get the immediate solution for you.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Custom Post Type errorHi @inakibar,
Apologies for the inconvenience, I’ve visited to the link you provided and it seems that the plugin is deactivated.
Can you please reach us to our support team, I’ll assure you that we’ll resolve your issues.
Support: https://ampforwp.com/support/
- This reply was modified 6 years, 10 months ago by sejiro.
Forum: Reviews
In reply to: [AMP for WP - Accelerated Mobile Pages] very unsuccessful.Hi @aga2442,
Can you please tell us what issue you’ve been facing, our support team will help you out.
please reach us out through https://ampforwp.com/support/
Hi @shadiadi,
we’ve created a ticket for this issue on github, It will be resolved in the upcoming update.
Ref: https://github.com/ahmedkaludi/accelerated-mobile-pages/issues/1626
Hi @gujte,
Thank you for testing and helping out, can you tell us which version of the plugin you are using?
Hi @robinl98 ,
There’s an option called Mobile Redirection which will redirect all the mobile users to the AMP version of your site.
It’s in the Advanced setting.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Critical errorsHi @maximus777,
It seems you are positioning some content in the wrong place.
Ref or using some third party plugin to display “Read More” in your excerpt.If you want us to help you could you please tell us of the plugins you are using and how you are getting that “Read more”