FlixWatch Support
@flixwatchsupport on WordPress.org
- Member Since: January 13th, 2020
- Website: flixwatch.co
-
Created a topic, Preload AMP runtime, on the site WordPress.org Forums:
Hi, There's a new text on GSC - AMP Page Experience G… -
Posted a reply to get_the_title & wp_json_encode outputting [&-#8217;] instead of [‘], on the site WordPress.org Forums:
The issue has been resolved. -
Posted a reply to json_decode issue with amp-list, on the site WordPress.org Forums:
Yep, the triple mustache or triple curly braces works. Thanks Milind. Regards -
Posted a reply to JSON LD Markup with AMP List/Mustache, on the site WordPress.org Forums:
Hi Milind, Have asked the question in amp-html as per your recommendation. Here's the link.… -
Posted a reply to json_decode issue with amp-list, on the site WordPress.org Forums:
Hi Milind, Here's the screenshot - https://www.awesomescreenshot.com/image/10261710?key=bd8e67eaedfe6d306d5f4696bb024974 Regards -
Created a topic, json_decode issue with amp-list, on the site WordPress.org Forums:
Hi Milind, Another issue with the output. Code is: f… -
Created a topic, get_the_title & wp_json_encode outputting [’] instead of [‘], on the site WordPress.org Forums:
Hi, I am using this code: for($x = 0;$x<100;$x++)… -
Posted a reply to JSON LD Markup with AMP List/Mustache, on the site WordPress.org Forums:
HI Milind, I tried this with {{position}}: <div itemscope itemtype="https://schema.org/ItemList"> <span itemprop="name"><?php $title; ?></span> <link… -
Posted a reply to JSON LD Markup with AMP List/Mustache, on the site WordPress.org Forums:
Nope. Doesn't work. <div itemscope itemtype="https://schema.org/ItemList"> <span itemprop="name"><?php $title; ?></span> <br> <link itemprop="itemListOrder" href="https://schema.org/ItemListOrderDescending" />… -
Posted a reply to JSON LD Markup with AMP List/Mustache, on the site WordPress.org Forums:
Thanks, will give it a try and get back to you. -
Posted a reply to JSON LD Markup with AMP List/Mustache, on the site WordPress.org Forums:
Or I should generate the complete markup separately and just fetch it using amp-script? -
Created a topic, JSON LD Markup with AMP List/Mustache, on the site WordPress.org Forums:
Hi, I have been able to get the HTML output correctly… -
Posted a reply to Query the same Taxonomy with different operators, on the site WordPress.org Forums:
Ah, yes. Thanks Joy! -
Created a topic, Query the same Taxonomy with different operators, on the site WordPress.org Forums:
Hi, I want to run a query with tax_query in which one… -
Posted a reply to sessionStorage/localStorage is not defined, on the site WordPress.org Forums:
Thanks Milind. It's getting a bit complicated for me to implement. I think I rather… -
Posted a reply to sessionStorage/localStorage is not defined, on the site WordPress.org Forums:
Hi Milind, I am using the hash script but it's not matching the hash showing… -
Posted a reply to [AMP] sessionStorage/localStorage is not defined, on the site WordPress.org Forums:
Hi Milind, I have added the script hash in the head. The first script is… -
Created a topic, sessionStorage/localStorage is not defined, on the site WordPress.org Forums:
Hi, This is linked to: https://wordpress.org/support/… -
Posted a reply to Non-cacheable components/elements in AMP, on the site WordPress.org Forums:
Ah, yes. It works perfectly. Thank you Milind. -
Posted a reply to Non-cacheable components/elements in AMP, on the site WordPress.org Forums:
Hi Milind, Thanks for the code. I have added the same in the template but… -
Posted a reply to Non-cacheable components/elements in AMP, on the site WordPress.org Forums:
The script I am using to send the data: <?php $post_id = $_GET['post_id']; function get_region($post_id){… -
Posted a reply to Non-cacheable components/elements in AMP, on the site WordPress.org Forums:
Hi Milind, I was trying an alternative to REST API custom endpoints by using the… -
Posted a reply to Non-cacheable components/elements in AMP, on the site WordPress.org Forums:
Hi Milind, I am closing this for now because it will take me some time… -
Posted a reply to Non-cacheable components/elements in AMP, on the site WordPress.org Forums:
Hi Milind, I used the amp-list with amp-state option first (since it looked easier), it's… -
Posted a reply to Non-cacheable components/elements in AMP, on the site WordPress.org Forums:
Thanks for the code Milind. I will use and update you. This is coming from… -
Created a topic, Non-cacheable components/elements in AMP, on the site WordPress.org Forums:
Hi, 10% of the content on a page changes frequently s… -
Posted a reply to Image specifications in template, on the site WordPress.org Forums:
Understood. Thanks Weston. -
Posted a reply to Image specifications in template, on the site WordPress.org Forums:
Ok. Will check. Thanks -
Posted a reply to Image specifications in template, on the site WordPress.org Forums:
Hi Milind, As per your suggestion, I am now using - "width="320"height="180" src="<?php echo $imgwebp;… -
Posted a reply to Image specifications in template, on the site WordPress.org Forums:
Thanks Milind! -
Created a topic, Image specifications in template, on the site WordPress.org Forums:
Hi, Currently I am using this code for showing images… -
Posted a reply to AMP Custom CSS isue, on the site WordPress.org Forums:
Oh, ok. Will investigate further. -
Created a topic, AMP Custom CSS isue, on the site WordPress.org Forums:
The CSS on my template is different than what is comin… -
Posted a reply to LSCache for WordPress API issue, on the site WordPress.org Forums:
Thanks. -
Posted a reply to Duplicate JS Modules, Unused JS and LCP, on the site WordPress.org Forums:
Got it. Thanks James. -
Posted a reply to Duplicate JS Modules, Unused JS and LCP, on the site WordPress.org Forums:
Hi James, Thanks for the revert. Will follow it on Github. Sorry for the confusion,… -
Created a topic, Duplicate JS Modules, Unused JS and LCP, on the site WordPress.org Forums:
Hi, I have 3 issues with AMP pages: 1. Duplicate JS -… -
Created a topic, LSCache for WordPress API issue, on the site WordPress.org Forums:
Hi, I am using this hook for purging a URL: do_action… -
Posted a reply to AMP Cache Update, on the site WordPress.org Forums:
Got it. Thanks. -
Posted a reply to AMP Cache Update, on the site WordPress.org Forums:
I mean, can it be tested by using the https://www.whats-on-netflix.com/news/harry-potter-movies-netflix-2020/amp/ directly if its cached or… -
Posted a reply to AMP Cache Update, on the site WordPress.org Forums:
But it can't be tested using the response header string? -
Posted a reply to AMP Cache Update, on the site WordPress.org Forums:
Is there any way to test, if a URL is being served from AMP Cache… -
Posted a reply to Cache TTL Query, on the site WordPress.org Forums:
Got it Thanks. -
Posted a reply to AMP Cache Update, on the site WordPress.org Forums:
How do you change the max-age as mentioned in https://developers.google.com/amp/cache/update-cache -
Posted a reply to Cache TTL Query, on the site WordPress.org Forums:
Where do you change that then? -
Posted a reply to Cache TTL Query, on the site WordPress.org Forums:
It seems to use the max-age of the cache on the site - https://developers.google.com/amp/cache/update-cache -
Posted a reply to Cache TTL Query, on the site WordPress.org Forums:
The issue is AMP Cache uses Max Age as the criterion for keeping cache. Even… -
Posted a reply to AMP Cache Update, on the site WordPress.org Forums:
I have already gone through this link - https://developers.google.com/amp/cache/update-cache but it's a bit complicated for… -
Created a topic, AMP Cache Update, on the site WordPress.org Forums:
Hi, Has the feature of updating the cache been added … -
Created a topic, Cache TTL Query, on the site WordPress.org Forums:
If my site content changes by 5% on daily basis (exist…