Zee
Forum Replies Created
-
Forum: Plugins
In reply to: [Author hReview] Author missing from AMP pagesThanks! One little thing, the name is reversed with last first. I made the simple change in /include/review_template.php
from
$review_author = $user_info->last_name . ' ' . $user_info->first_name;
to
$review_author = $user_info->first_name . ' ' . $user_info->last_name;
Otherwise it works great, thanks again.
Forum: Plugins
In reply to: [Author hReview] Author missing from AMP pagesWas this fixed in the latest update?
I have hardcoded an author so that AMP pages render.
Another thing is I also removed hcard from so that just the schema.org was present in the plugin.
author-hreview/include/review_template.phpBTW your plugin is fantastic
Forum: Plugins
In reply to: [EasyRecipe] AMP Shortcode link fixSame issue with Easy Recipe Plus, it also displays the version number. I opened a ticket but never heard any response. Is Easy Recipe still supported?
Forum: Plugins
In reply to: [Author hReview] Author missing from AMP pagesI opened a bug report with AMP on github at:
https://github.com/Automattic/amp-wp/issues/267Forum: Plugins
In reply to: [AMP] Not working with Yoast SEOI have used Yoast SEO with AMP and it seemed to work fine. The only difference I see is the URLs we use do not end with a slash so it is “/amp”
Forum: Plugins
In reply to: [AMP] AMP Pages Missing LogoI found if you do not use the code in the link provided that it fixes the issue if you upload a logo using Appearance>Customize>Site Identity>Site Icon
Site Icon was implemented in WP 4.3
Forum: Plugins
In reply to: [AMP] Adsense SupportI was wondering about support for Doubleclick for Publishers?
Here is the rendered code creating errors in the schema:
<div itemtype="https://schema.org/Review" itemscope=""><div class="ta_rating_container ta_box_right"><div id="ta_rating"><div><div>Review of: <span class="title item fn" itemprop="name"><a href="https://www.amazon.com/gp/product/B015AJ6SSS/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B015AJ6SSS&linkCode=as2&tag=godairyfree-20&linkId=RW3XZ5KQL6QNU24B" rel="nofollow" title="Pure Food Probiotic Plant Protein Powder" target="_blank">Pure Food Probiotic Plant Protein Powder</a></span></div><div class="clear"></div><dl><dt>Version:</dt><dd>Raw Cacao</dd><div class="clear"></div><dt>Price:</dt><dd>$39.99 per 19.2-ounce bag</dd><div class="clear"></div><div class="clear_space"></div><div class="hr"><hr></hr></div><div>Reviewed by: <span class="reviewer author byline"><span class="author" itemprop="author"></span></span></div><dl><dt>Rating:</dt><dd><div class="ta_rating result rating" itemtype="https://schema.org/Rating" itemscope="" itemprop="reviewRating"><div class="result" title="5">5</div></div></dd></dl><div class="clear"></div><div class="ta_headline_meta">On <span class="dtreviewed rating_date"><span class="published" title="February 15, 2016">February 15, 2016</span></span></div><div class="ta_headline_meta">Last modified:<span class="dtmodified rating_date" itemprop="dateModified"><span class="updated" title="February 11, 2016">February 11, 2016</span></span></div><div class="clear_space"></div><div class="hr"><hr></hr></div><h3>Summary:</h3><div class="ta_description summary" itemprop="description"><p><span>The packaging alone had me singing hallelujah! The beyond pure, organic ingredient blend is impossible to resist, and fortunately, the product delivered a good smoothie, too. We loved the very creamy consistency and thought the flavor was a solid four stars, just a touch bitter, but still pleasant in our sweet banana preparation. As an added bonus, it has less than 1 gram of sugar per serving, and contains heat-stable probiotics that will survive hot beverages and baking.</span></p></div></dl></div><div class="rating_btn"><a href="https://www.amazon.com/gp/product/B015AJ6SSS/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=B015AJ6SSS&linkCode=as2&tag=godairyfree-20&linkId=RW3XZ5KQL6QNU24B" itemprop="url" class="ar_button ar_blue" title="Pure Food Probiotic Plant Protein Powder" target="_blank" rel="nofollow">More Details</a></div><div class="clear"></div></div></div><div itemprop="reviewBody"><p>Labeled as a Raw Cacao “Smoothie”, Pure Food Probiotic Plant Protein Powder exceeded our expectations in both nutrition and performance.</p>
Same here. Shareaholic has an expired SSL certificate from RapidSSL CA. Shareaholic needs to fix this ASAP as it affects all users.
I just found that the icons are only showing in IE11, not chromium based browsers or Microsoft Edge.
My icon have been gone since yesterday as well, thought it was a shareaholic server issue but not seeing a lot of complaints. Trying to go to the settings page on my site times out as well.
Just got into the settings page and icons are missing on setting. Icons are also missing on Shareaholic’s website control panel.
Forum: Plugins
In reply to: [List category posts] Version # not updating to 063You can try editing line 6 of list_cat_posts.php in Version 6.3
from Version: 0.62
to Version: 0.63Forum: Plugins
In reply to: [List category posts] After 0.63 Update plugin double in listThe file list-category-posts.php was added instead or replacing list_cat_posts.php
you can see the two files it in the trunk at
https://plugins.trac.www.ads-software.com/browser/list-category-posts?rev=1227342#trunkForum: Plugins
In reply to: [List category posts] Version # not updating to 063Looks like it is an issue of a wrong filename
list-category-posts.php
should be
list_cat_posts.php
to replace the old oneLook at the trunk to see what I mean
https://plugins.trac.www.ads-software.com/browser/list-category-posts/#trunkForum: Plugins
In reply to: [Insert Html Snippet] HTML Snippets not found in control panelOkay I was able to fix it by going into the settings and saving the Sorting of snippets. Now the snippets are showing again in the control panel.