<?xml version="1.0"?>
<rss version="2.0"><channel><title>AMP Add-on Latest Topics</title><link>https://forum.jreviews.com/forum/109-amp-add-on/</link><description>AMP Add-on Latest Topics</description><language>en</language><item><title>Delete bootstrap path</title><link>https://forum.jreviews.com/topic/31374-delete-bootstrap-path/</link><description><![CDATA[<p>
	In the jreviews theme is a bootstrap path, how I can delete this., because of data privacy
</p>]]></description><guid isPermaLink="false">31374</guid><pubDate>Wed, 29 Jan 2020 14:52:56 +0000</pubDate></item><item><title>Where set Publisher Tag?</title><link>https://forum.jreviews.com/topic/31368-where-set-publisher-tag/</link><description><![CDATA[
<p>
	I have the: Schema.org Object Type Article<br />
	Where I can set the publisher tag?
</p>

<p>
	the author tag I set in the detail_header.thtml with this code
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted">
<span class="tag">&lt;div</span><span class="pln"> </span><span class="atn">class</span><span class="pun">=</span><span class="atv">"author"</span><span class="pln"> </span><span class="atn">itemprop</span><span class="pun">=</span><span class="atv">"author"</span><span class="pln"> </span><span class="atn">itemscope</span><span class="pln"> </span><span class="atn">itemtype</span><span class="pun">=</span><span class="atv">"https://schema.org/Person"</span><span class="tag">&gt;</span><span class="pln">


        </span><span class="tag">&lt;span</span><span class="pln"> </span><span class="atn">itemprop</span><span class="pun">=</span><span class="atv">"name"</span><span class="tag">&gt;</span><span class="pun">&lt;?</span><span class="pln">php echo $CustomFields</span><span class="pun">-&gt;</span><span class="pln">field</span><span class="pun">(</span><span class="str">'jr_name'</span><span class="pun">,</span><span class="pln">$listing</span><span class="pun">);</span><span class="pln"> </span><span class="pun">?&gt;</span><span class="tag">&lt;/span&gt;</span><span class="pln">
    </span><span class="tag">&lt;/div&gt;</span><span class="pln">
</span></pre>

<p>
	But how I can set the publisher name (it is like the site name)
</p>

<p>
	Use the JAMP + the Jreviews Plugin 
</p>
]]></description><guid isPermaLink="false">31368</guid><pubDate>Sat, 25 Jan 2020 14:33:37 +0000</pubDate></item><item><title>Set first image at amp meta image</title><link>https://forum.jreviews.com/topic/31240-set-first-image-at-amp-meta-image/</link><description><![CDATA[
<p>
	Use this Plugin and the JAMP tool, but there is a problem with the first image of an article. The system use everytime my site logo as the amp meta image, but I need the first picture. JAMP write that I can set the class "ampmetaimage", but I didnt know where?
</p>

<p>
	Any experience with this?
</p>
]]></description><guid isPermaLink="false">31240</guid><pubDate>Mon, 23 Sep 2019 16:08:11 +0000</pubDate></item><item><title>AMP Problem in Listings without images</title><link>https://forum.jreviews.com/topic/30923-amp-problem-in-listings-without-images/</link><description><![CDATA[
<p>
	Use JAmp and Jreviews Amp Addon, but get a Amp Failure for all listings without a image.
</p>

<p>
	Didn´t find anything in Jamp so I ask here:
</p>

<p>
	Between the &lt;div&gt; tag "jrListingPhoto":
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted">
<span class="pln"> </span><span class="tag">&lt;div</span><span class="pln"> </span><span class="atn">class</span><span class="pun">=</span><span class="atv">"subsection jrListingPhoto"</span><span class="tag">&gt;</span><span class="pln">  	 		</span><span class="tag">&lt;div</span><span class="pln"> </span><span class="atn">itemprop</span><span class="pun">=</span><span class="atv">"image"</span><span class="pln"> </span><span class="atn">itemscope</span><span class="pln"> </span><span class="atn">itemtype</span><span class="pun">=</span><span class="atv">"https://schema.org/ImageObject"</span><span class="tag">&gt;</span><span class="pln"> 			</span><span class="tag">&lt;amp-img</span><span class="pln"> </span><span class="atn">layout</span><span class="pun">=</span><span class="atv">"responsive"</span><span class="pln"> </span><span class="atn">width</span><span class="pun">=</span><span class="atv">""</span><span class="pln"> </span><span class="atn">height</span><span class="pun">=</span><span class="atv">""</span><span class="pln"> </span><span class="atn">alt</span><span class="pun">=</span><span class="atv">"xyz"</span><span class="pln"> </span><span class="atn">src</span><span class="pun">=</span><span class="atv">"domain"</span><span class="tag">&gt;&lt;/amp-img&gt;</span><span class="pln"> 	</span></pre>

<p>
	the image have no sizes, because there is no image.
</p>

<p>
	So I get a Google AMP failure.
</p>

<p>
	How can I fix that
</p>
]]></description><guid isPermaLink="false">30923</guid><pubDate>Tue, 05 Feb 2019 13:24:58 +0000</pubDate></item><item><title>Google Home Recipe Actions</title><link>https://forum.jreviews.com/topic/30806-google-home-recipe-actions/</link><description><![CDATA[
<p>
	I'm personally using Google Assistant through a nice Google Home Mini since just a couple of weeks. Given that we have a site of recipes that is running on Jreviews, will it be possible to create Recipe Actions to be used through voice control on the Google Home systems?
</p>

<p>
	<a href="https://developers.google.com/actions/content-actions/recipes" rel="external nofollow">https://developers.google.com/actions/content-actions/recipes</a>
</p>

<p>
	On this page it says:
</p>

<p>
	<a href="https://developers.google.com/actions/content-actions/" rel="external nofollow">https://developers.google.com/actions/content-actions/</a>
</p>

<p>
	"If you're a podcast, recipe, or news publisher and have created structured data markup and Accelerated Mobile Pages (AMP), Google can automatically create Actions (things people can ask the Google Assistant to do) to interact with your content, with a corresponding auto-generated page in the Assistant directory."
</p>

<p>
	Do we just need the AMP Add-on?
</p>

<p>
	Thanks
</p>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">30806</guid><pubDate>Sat, 24 Nov 2018 22:19:25 +0000</pubDate></item><item><title>the links on the buttons do not work in AMP mode.</title><link>https://forum.jreviews.com/topic/30659-the-links-on-the-buttons-do-not-work-in-amp-mode/</link><description><![CDATA[
<p>
	Hello,
</p>

<p>
	the links on the buttons do not work in AMP mode.
</p>

<p>
	See the links on Tripadvisor and Booking.com <a href="https://www.top-destinations.fr/hebergements/gites/les-petits-matins-bleus-animaux-bienvenus/amp" rel="external nofollow">on this page</a>
</p>

<p>
	Thanks you by advance
</p>

<p>
	Regards
</p>

<p>
	Frank
</p>
]]></description><guid isPermaLink="false">30659</guid><pubDate>Fri, 24 Aug 2018 16:09:33 +0000</pubDate></item><item><title>CSS changes only over the 3rd part Plugin?</title><link>https://forum.jreviews.com/topic/30188-css-changes-only-over-the-3rd-part-plugin/</link><description><![CDATA[
<p>Use JAMP and want to change some Styles, but if I create a custom css or change something in the core css of Jreviews nothing happens.</p>
<p> </p>
<p>But if I change directly in the plugin the Custom CSS Code it´runs.</p>
<p> </p>
<p>Other question: The detail listings are formated, but the normal menu listings sites looks unformated, how I can change it? Manuel over CSS?</p>
]]></description><guid isPermaLink="false">30188</guid><pubDate>Fri, 16 Feb 2018 14:19:51 +0000</pubDate></item><item><title>AMP-Test: invalid tags on jreviews media and video-gallery</title><link>https://forum.jreviews.com/topic/30159-amp-test-invalid-tags-on-jreviews-media-and-video-gallery/</link><description><![CDATA[
<p>Hey, i geht on every amp site of jreview an error</p>
<p> </p>
<p>for example:</p>
<p><a href="https://www.hdsports.at/skifahren/ski-region-hochfuegen-zillertal/amp" rel="external nofollow">https://www.hdsports.at/skifahren/ski-region-hochfuegen-zillertal/amp</a></p>
<p>test this link on</p>
<p><a href="https://search.google.com/test/amp" rel="external nofollow">https://search.google.com/test/amp</a></p>
<p> </p>
<p>error is "invalid amp tags" of amp-carousel for the video and media-galleries.</p>
<p> </p>
<p>i think thats a bug on amp-plugin for jreviews...</p>
<p> </p>
<p>best regards, tom</p>
]]></description><guid isPermaLink="false">30159</guid><pubDate>Tue, 06 Feb 2018 10:09:56 +0000</pubDate></item><item><title>[SOLVED] Cover Photo</title><link>https://forum.jreviews.com/topic/30114-solved-cover-photo/</link><description><![CDATA[
<p>Hey i use JAMP and the Jreviews AMP Add on</p>
<p>works fine but i have one problem with cover photo:</p>
<p><a href="https://www.hdsports.at/skifahren/zermatt/amp" rel="external nofollow">https://www.hdsports.at/skifahren/zermatt/amp</a></p>
<p> </p>
<p>the cover photo is not showing correct (not responsive). i tried to solve that in the jamp-settings but without success.</p>
<p>anyone an idea whats the problem?</p>
<p> </p>
<p> </p>
<p>a 2nd problem or little bug:</p>
<p>with my android phone (=chrome) i see in the media and video gallery not the buttons to switch left and right to the video. with iphone (=safari) it works perfect. maybe its a bug...</p>
]]></description><guid isPermaLink="false">30114</guid><pubDate>Sun, 28 Jan 2018 21:04:30 +0000</pubDate></item><item><title><![CDATA[AMP - some problems & questions]]></title><link>https://forum.jreviews.com/topic/29926-amp-some-problems-questions/</link><description><![CDATA[
<p>I am trying to setup product page. These are the issues I am not able to find an answer or solution:</p>
<p> </p>
<ul><li>Text is always centered - how can I alligne left?</li>
<li>Text links are black, not visible for user - how can I have them standard blue?</li>
<li>FB Likes, Share &amp; Google+ Icons on the bottom are missing</li>
<li>Backt to Top graphic disapeared, there is only a text - how to show it?</li>
<li>Bootstrap tables are cut off - not compressed, table cells lost color</li>
<li>There is an large space above pictures that were inserted within text editor, not with JReviews Add Media - do I have to insert the pictures allwas by Add Media tool in order to have avoid this?</li>
<li>Disqus Comments (by JoomlaWorks) does not apear on the bottom</li>
<li>Colored text is black, same with css colored text</li>
<li>How can I get the the Field Group titles be in a colored bar - like in the JReviews samples?</li>
<li>Star rating graphic on the top are wrongly showed - see attachment.</li>
</ul><p><span><img height="30" src="https://forum.jreviews.com/uploads/monthly_11_2017/post-26650-0-91313700-1510855498_thumb.png" width="30" alt="post-26650-0-91313700-1510855498_thumb.p"></span></p>
<p> </p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="https://forum.jreviews.com/uploads/monthly_11_2017/post-26650-0-91313700-1510855498.png" data-fileid="8948" rel=""><img src="https://forum.jreviews.com/uploads/monthly_11_2017/post-26650-0-91313700-1510855498_thumb.png" data-fileid="8948" class="ipsImage ipsImage_thumbnailed" alt="post-26650-0-91313700-1510855498_thumb.png"></a></p>
]]></description><guid isPermaLink="false">29926</guid><pubDate>Thu, 16 Nov 2017 18:11:06 +0000</pubDate></item><item><title>Not sure if Jreviews amp is working</title><link>https://forum.jreviews.com/topic/29877-not-sure-if-jreviews-amp-is-working/</link><description><![CDATA[
<p>Hi</p>
<p>I bought and installed Jamp + Jreviews amp plugin.</p>
<p>When I go to a listing, it still looks the same as it looked before I installed the Jreviews amp plugin -</p>
<p><a href="http://www.mamon.biz/wordpress/amp" rel="external nofollow">http://www.mamon.biz/wordpress/amp</a></p>
<p> </p>
<p>Also, The amp version isn't rtl,</p>
<p> </p>
<p>And last - I'm not sure what I'm supposed to mark here -</p>
<p><a href="https://www.screencast.com/t/vBW3VQ7xzVb" rel="external nofollow">https://www.screencast.com/t/vBW3VQ7xzVb</a></p>
<p><a href="https://www.screencast.com/t/BdY8mHQYg" rel="external nofollow">https://www.screencast.com/t/BdY8mHQYg</a></p>
<p> </p>
<p>Thanks!</p>
]]></description><guid isPermaLink="false">29877</guid><pubDate>Sun, 29 Oct 2017 20:58:09 +0000</pubDate></item><item><title>A value for the image field is required + publisher field</title><link>https://forum.jreviews.com/topic/29733-a-value-for-the-image-field-is-required-publisher-field/</link><description><![CDATA[
<p>I'm using JAMP together with the AMP addon and JR 2.7.19.1.</p>
<p> </p>
<p>When validating pages, I'm getting the following errors (see the attachment):</p>
<p> </p>
<p>A value for the image field is required.</p>
<p>A value for the publisher field is required.</p>
<p> </p>
<p>Do I set these somewhere within JReviews? If so, where?</p>
<p> </p>
<p>Thanks. -- Rik</p>
<p> </p>
<p>PS: The publisher name is set within the JAMP metadata but doesn't seem to affect this.</p>
<p> </p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="https://forum.jreviews.com/uploads/monthly_08_2017/post-15781-0-72958000-1503900228.png" data-fileid="8892" rel=""><img src="https://forum.jreviews.com/uploads/monthly_08_2017/post-15781-0-72958000-1503900228_thumb.png" data-fileid="8892" class="ipsImage ipsImage_thumbnailed" alt="post-15781-0-72958000-1503900228_thumb.png"></a></p>
]]></description><guid isPermaLink="false">29733</guid><pubDate>Mon, 28 Aug 2017 06:04:54 +0000</pubDate></item><item><title>JReviews Shortcode and AMP Addon</title><link>https://forum.jreviews.com/topic/29787-jreviews-shortcode-and-amp-addon/</link><description><![CDATA[
<p>Hi Alejandro,</p>
<p> </p>
<p>I saw that AMP articles doesn't show JReviews Shortcode Widgets. Is there a way to make it happen?</p>
<p> </p>
<p>Regards,</p>
<p> </p>
<p> </p>
]]></description><guid isPermaLink="false">29787</guid><pubDate>Mon, 18 Sep 2017 18:05:20 +0000</pubDate></item><item><title>Standalone or need I wbAmp / jAmp</title><link>https://forum.jreviews.com/topic/29585-standalone-or-need-i-wbamp-jamp/</link><description><![CDATA[
<p>Great, thank your for your development.</p>
<p> </p>
<p>Is it necessary to buy the commercial versions of wbAmp / jAmp to use the addOn?</p>
<p> </p>
]]></description><guid isPermaLink="false">29585</guid><pubDate>Thu, 06 Jul 2017 14:34:03 +0000</pubDate></item><item><title>Invalid usage of AMP tags (Critical issue)</title><link>https://forum.jreviews.com/topic/29772-invalid-usage-of-amp-tags-critical-issue/</link><description><![CDATA[
<p>I keep getting alerts in my Search Console around Amp. Defined as critical errors they relate to:</p>
<p> </p>				 		<blockquote data-ipsquote="" class="ipsQuote"><div>				The tag 'amp-youtube' requires including the 'amp-youtube' extension JavaScript.						 							The tag 'amp-carousel' requires including the 'amp-carousel' extension JavaScript.<br />				 		<p> </p>
</div></blockquote>
<p> </p>
<p>Odd though as if I run them through the amp checker url they come up as fine and whne I do a search on google I can see that the amp pages are there.  Still, though they show in my console as critical errors. There are 39 of them. </p>
<p> </p>
<p>Here are some urls. Happy to send more detail from the console if it will help. Here is a specific from one of the urls: </p>				The tag 'amp-youtube' requires including the 'amp-youtube' extension JavaScript.						 							The tag 'amp-vimeo' requires including the 'amp-vimeo' extension JavaScript.						 							The tag 'amp-carousel' requires including the 'amp-carousel' extension JavaScript.						AMP URL:							<div style="margin:0px;">				<div style="margin:0px;"><a href="https://www.ibikeride.com/england/1387-gisburn-forest-mountain-bike-trail-centre/amp" rel="external nofollow">https://www.ibikeride.com/england/1387-gisburn-forest-mountain-bike-trail-centre/amp<img src="https://www.google.com/webmasters/tools/images/url_icon.png" alt="url_icon.png" /></a></div>				</div>									Canonical URL:							<div style="margin:0px;">				<div style="margin:0px;"><a href="https://www.ibikeride.com/england/1387-gisburn-forest-mountain-bike-trail-centre" rel="external nofollow">https://www.ibikeride.com/england/1387-gisburn-forest-mountain-bike-trail-centre<img src="https://www.google.com/webmasters/tools/images/url_icon.png" alt="url_icon.png" /></a></div>				</div>									Last detected:							9/9/17		<p> </p>
]]></description><guid isPermaLink="false">29772</guid><pubDate>Sun, 10 Sep 2017 18:35:44 +0000</pubDate></item><item><title>Responsive Detail Header Image in AMP Pages</title><link>https://forum.jreviews.com/topic/29734-responsive-detail-header-image-in-amp-pages/</link><description><![CDATA[
<p>Hi,</p>
<p> </p>
<p>I use your AMP addon with wbAMP. On some amp pages the Detail Header Image is disorted. I don't know why. It is the same listign type and the same category.</p>
<p> </p>
<p><strong>Content with disortet image:</strong></p>
<p> </p>
<p><a href="https://nur-positive-nachrichten.de/positive-nachrichten/sie-kam-als-futter-und-blieb-als-freund-freundschaft-zwischen-einem-tiger-und-einer-ziege/amp" rel="external nofollow">https://nur-positive-nachrichten.de/positive-nachrichten/sie-kam-als-futter-und-blieb-als-freund-freundschaft-zwischen-einem-tiger-und-einer-ziege/amp</a></p>
<p> </p>
<p><a href="https://nur-positive-nachrichten.de/positive-nachrichten/kinder-lesen-hunden-im-tierheim-vor-etwas-wunderschoenes-geschieht-in-diesem-tierheim/amp" rel="external nofollow">https://nur-positive-nachrichten.de/positive-nachrichten/kinder-lesen-hunden-im-tierheim-vor-etwas-wunderschoenes-geschieht-in-diesem-tierheim/amp</a></p>
<p> </p>
<p><strong>Correct Detail Header Image:</strong></p>
<p> </p>
<p><a href="https://nur-positive-nachrichten.de/nur-positive-nachrichten/gnadenhof-in-kanada-auswanderer/amp" rel="external nofollow">https://nur-positive-nachrichten.de/nur-positive-nachrichten/gnadenhof-in-kanada-auswanderer/amp</a></p>
<p> </p>
<p>Thanks</p>
]]></description><guid isPermaLink="false">29734</guid><pubDate>Mon, 28 Aug 2017 09:04:26 +0000</pubDate></item><item><title>AMP Add-on in the wild!</title><link>https://forum.jreviews.com/topic/29589-amp-add-on-in-the-wild/</link><description><![CDATA[
<p>The Add-on has been a huge hit so far and it's great to see it in use already on many client sites. I got permission to share the site below. Feel free to share your own AMP page links here so other clients will get inspired as well  :)</p>
<p> </p>
<p><a data-ipb="nomediaparse" href="https://foxality-org.cdn.ampproject.org/c/s/foxality.org/climbing/pois/climbingspots/1011-kletterspot-bad-eisenkappel/amp" rel="external nofollow">foxality</a><a data-ipb="nomediaparse" href="https://foxality-org.cdn.ampproject.org/c/s/foxality.org/climbing/pois/climbingspots/1011-kletterspot-bad-eisenkappel/amp" rel="external nofollow">.org</a></p>
<p> </p>
<p>Remember that these links are best viewed on mobile or a narrow browser window.</p>
<p> </p>
<p><img src="https://content.screencast.com/users/clickfwd/folders/Snagit/media/ff49e2f3-3bdf-4f96-9eba-723ed6081e2d/2017-07-07_10-27-30.png" alt="2017-07-07_10-27-30.png"></p>
]]></description><guid isPermaLink="false">29589</guid><pubDate>Fri, 07 Jul 2017 14:28:13 +0000</pubDate></item><item><title>Exclude Logo or make it smaller?</title><link>https://forum.jreviews.com/topic/29636-exclude-logo-or-make-it-smaller/</link><description><![CDATA[
<p>This is probably for the non-amp mobile listing image as well.</p>
<p> </p>
<p>Is it possible to have an option to exclude the logo on mobile if there is a cover image in place (an actual image, not just the map), or reduce the size, or place it somewhere else away from the cover?</p>
<p> </p>
<p>The logo is perfectly fine on desktop, but is very large in relation to a mobile cover image and just doesn't look right (it is ok until a photo cover image is uploaded)</p>
<p> </p>
<p>It also makes the AMP view look bad.</p>
<p> </p>
<p>See attached AMP images showing logo in image compared to without the logo.</p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="https://forum.jreviews.com/uploads/monthly_07_2017/post-25899-0-14338500-1500480820.jpg" data-fileid="8862" rel=""><img src="https://forum.jreviews.com/uploads/monthly_07_2017/post-25899-0-14338500-1500480820_thumb.jpg" data-fileid="8862" class="ipsImage ipsImage_thumbnailed" alt="post-25899-0-14338500-1500480820_thumb.jpg"></a></p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="https://forum.jreviews.com/uploads/monthly_07_2017/post-25899-0-34433800-1500480829.jpg" data-fileid="8863" rel=""><img src="https://forum.jreviews.com/uploads/monthly_07_2017/post-25899-0-34433800-1500480829_thumb.jpg" data-fileid="8863" class="ipsImage ipsImage_thumbnailed" alt="post-25899-0-34433800-1500480829_thumb.jpg"></a></p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="https://forum.jreviews.com/uploads/monthly_07_2017/post-25899-0-92336800-1500480839.jpg" data-fileid="8864" rel=""><img src="https://forum.jreviews.com/uploads/monthly_07_2017/post-25899-0-92336800-1500480839_thumb.jpg" data-fileid="8864" class="ipsImage ipsImage_thumbnailed" alt="post-25899-0-92336800-1500480839_thumb.jpg"></a></p>
]]></description><guid isPermaLink="false">29636</guid><pubDate>Wed, 19 Jul 2017 16:14:03 +0000</pubDate></item><item><title>Placeholder Image showing up as AMP Error with Google</title><link>https://forum.jreviews.com/topic/29621-placeholder-image-showing-up-as-amp-error-with-google/</link><description><![CDATA[
<p>I have tried different settings and sizes of placeholder image (it is currently 800px wide) but am still getting the 'not a valid page' error due to amp-img not having any width or height.</p>
<p> </p>
<p>If i have upload an image to be the main image in a listing, everything is fine, the problem only occurs with the placeholder as a main image (there doesn't seem to be a problem with the placeholder in detail page widget output.</p>
<p> </p>
<p>This is the only issue affecting all items in the AMP error list from Google, does anyone have the same problem or use a setting in the JAmp plugin to solve the issue?</p>
<p> </p>
<p>The report from the latest AMP test on a listing with no main image (only the placeholder) is attached and can be tested with the link <a href="https://www.bowlschat.com/directory/clubs/oxford-university-press-bowling-club/amp" rel="external nofollow">https://www.bowlschat.com/directory/clubs/oxford-university-press-bowling-club/amp</a> (just using the url link, not an actual test, the main image does not appear in the output).</p>
<p> </p>
<p>I wonder is the problem due to the cover (not the main image), as the listing is not geomapped yet?</p>
<p> </p>
<p>It can be compared with a geomapped listing with uploaded main image at <a href="https://www.bowlschat.com/directory/clubs/belmont-bowling-club/amp" rel="external nofollow">https://www.bowlschat.com/directory/clubs/belmont-bowling-club/amp</a> which does pass the AMP test and the placeholder image can be seen multiple times in the detail page widget output at the bottom.</p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="https://forum.jreviews.com/uploads/monthly_07_2017/post-25899-0-31314600-1499981808.jpg" data-fileid="8853" rel=""><img src="https://forum.jreviews.com/uploads/monthly_07_2017/post-25899-0-31314600-1499981808_thumb.jpg" data-fileid="8853" class="ipsImage ipsImage_thumbnailed" alt="post-25899-0-31314600-1499981808_thumb.jpg"></a></p>
]]></description><guid isPermaLink="false">29621</guid><pubDate>Thu, 13 Jul 2017 21:45:50 +0000</pubDate></item><item><title>Include Custom Address Details</title><link>https://forum.jreviews.com/topic/29595-include-custom-address-details/</link><description><![CDATA[
<p>I just noticed the address is missing from the AMP output as i have a custom place for it is my detail_tab.thtml override file:</p>
<pre class="ipsCode prettyprint lang-html">
&lt;?php /* MEDIA TOP - MAIN MEDIA AND COMPACT LAYOUT */ ?&gt;

		&lt;?php echo $this-&gt;element('listing_detail_media',array('position'=&gt;'top','mainMedia'=&gt;$mainMedia));?&gt;

		&lt;?php /* SUMMARY - DESCRIPTION */ ?&gt;

		&lt;div class="jrListingFulltext &lt;?php echo $char_limit &gt; 0 ? 'jr-show-more' : ''; ?&gt;" &lt;?php echo $char_limit &gt; 0 ? 'data-characters="'. $char_limit .'"' : ''; ?&gt; itemprop="description"&gt;

			&lt;?php echo $CustomFields-&gt;field('jr_nothing',$listing); ?&gt;
			&lt;b&gt;&lt;?php echo $CustomFields-&gt;label('jr_address',$listing); ?&gt;&lt;/b&gt;
			&lt;br&gt;
			&lt;?php echo $CustomFields-&gt;field('jr_address',$listing); ?&gt;
			&lt;br&gt;
			&lt;?php echo $CustomFields-&gt;field('jr_city',$listing); ?&gt;
			&lt;br&gt;
			&lt;?php echo $CustomFields-&gt;field('jr_state',$listing); ?&gt;
			&lt;br&gt;
			&lt;?php echo $CustomFields-&gt;field('jr_postcode',$listing); ?&gt;
			&lt;br&gt;
			&lt;?php echo $CustomFields-&gt;field('jr_country',$listing); ?&gt;

			

		&lt;/div&gt;

		&lt;div class="jr-tabs jrTabs"&gt;
</pre>
<p>The six fields appear on the left hand side just before the tabs start, how do i include the six custom fields in the amp output?</p>
<p> </p>
<p>You can see the address in the normal listing <a href="http://www.bowlschat.com/directory/clubs/belmont-bowling-club" rel="external nofollow">http://www.bowlschat.com/directory/clubs/belmont-bowling-club</a></p>
<p> </p>
<p>And the AMP Output <a href="http://www.bowlschat.com/directory/clubs/belmont-bowling-club/amp" rel="external nofollow">http://www.bowlschat.com/directory/clubs/belmont-bowling-club/amp</a></p>
]]></description><guid isPermaLink="false">29595</guid><pubDate>Sat, 08 Jul 2017 15:17:59 +0000</pubDate></item><item><title>CSS selectors for page image</title><link>https://forum.jreviews.com/topic/29593-css-selectors-for-page-image/</link><description><![CDATA[
<p><span style="color:rgb(51,51,51);font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;">In relation to metadata and helping to ensure an image appears in the Google search results, I am wondering what to use as the CSS selectors for page image. The JAmp plugin defaults to "</span>img.ampmetaimage" </p>
<p> </p>
<p>Is that the right one to leave or is there a specific one for JReviews?</p>
<p> </p>
<p>As an aside (many of my listings) are already listed in Google (24 hours in) and I can see the traffic arriving in the specific Google property I set up. Neat! </p>
]]></description><guid isPermaLink="false">29593</guid><pubDate>Sat, 08 Jul 2017 09:37:31 +0000</pubDate></item><item><title>AMP and google maps</title><link>https://forum.jreviews.com/topic/29588-amp-and-google-maps/</link><description><![CDATA[
<p>Hi,</p>
<p> </p>
<p>Google maps is not loading with AMP. I just see the word map but it is not showing the map itself. </p>
<p>​Does anyone else got this issue aswell?</p>
]]></description><guid isPermaLink="false">29588</guid><pubDate>Fri, 07 Jul 2017 11:25:20 +0000</pubDate></item><item><title>Invalid CSS stylesheet</title><link>https://forum.jreviews.com/topic/29586-invalid-css-stylesheet/</link><description><![CDATA[
<p>Hi there,</p>
<p> </p>
<p>Love the add on. I get an error on this page using the AMP Test tool <a href="https://www.ibikeride.com/scotland/1852-comrie-croft-mountain-bike-trails/amp" rel="external nofollow">https://www.ibikeride.com/scotland/1852-comrie-croft-mountain-bike-trails/amp</a></p>
<p> </p>
<blockquote data-ipsquote="" class="ipsQuote"><div>
<p> </p>
<p><span style="font-family:Roboto, Arial, sans-serif;font-size:18px;">Invalid CSS stylesheet</span></p>
<div style="font-family:Roboto, Arial, sans-serif;"><div><div style="background-color:rgb(250,250,250);">
<div><div>
<div>
<div><div>The text (CDATA) inside tag 'style amp-custom' contains 'CSS !important', which is disallowed.</div></div>
<div>1 instance</div>
</div>
<div><div><span style="font-family:'Material Icons Extended';font-size:24px;"></span></div></div>
</div></div>
<div><div><div><div><div style="font-family:'Roboto Mono', monospace;">
<div>Line 11:2</div>
<div style="margin-left:16px;">&lt;style amp-custom&gt;</div>
</div></div></div></div></div>
</div></div></div>
</div></blockquote>
<p>Any ideas?</p>
]]></description><guid isPermaLink="false">29586</guid><pubDate>Thu, 06 Jul 2017 19:23:12 +0000</pubDate></item><item><title>Using Weeblr</title><link>https://forum.jreviews.com/topic/29587-using-weeblr/</link><description><![CDATA[
<p>I'm having some issues getting this to work.  I downloaded the latest dev version today (as instructed by Weeblr due to a bug in the published version) but that didn't help.</p>
<p> </p>
<p>I have everything installed (their plugin as well as your add-on).  I have all the settings set per their instructions and I'm using the jReviews component rule with all the views selected.  Everything else seems to be right (also I am using your SEF plugin).  </p>
<p> </p>
<p>My problem is when I add the /amp to the end of the URL for testing I am getting a 404 error.</p>
<p> </p>
<p>Website is www.barkleyandpaws.com</p>
<p> </p>
<p>Any idea what might be wrong?</p>
<p> </p>
<p>Thanks very much!  </p>
<p> </p>
<p>Also is there any other documentation like screenshots of exactly how to configure the Weeblr plugin?</p>
<p> </p>
<p>Thanks again for working on this!  I'm looking forward to adding it to my site!</p>
]]></description><guid isPermaLink="false">29587</guid><pubDate>Thu, 06 Jul 2017 20:27:51 +0000</pubDate></item><item><title>TOPIC: Re:A number of errors on initial AMP Test Run</title><link>https://forum.jreviews.com/topic/29581-topic-rea-number-of-errors-on-initial-amp-test-run/</link><description><![CDATA[
<div>I am using JAmp with the JReviews addon and after setting up and testing for a while i am down to these 2 errors:</div>
<br><div> </div>
<br><div>1. The text (CDATA) inside tag 'style amp-custom' contains 'CSS !important', which is disallowed</div>
<br><div> </div>
<br><div>2. Invalid URL protocol 'fax:' for attribute 'href' in tag 'a'</div>
<br><div> </div>
<br><div>I also have 10 structural errors that keep cropping up in relation to my listings (see attached image).</div>
<br><div> </div>
<br><div>I tried to correct them in the disallowed tags and elements section as well as exclude elements in JAmp but John at JExtensionsStore said it was not a JAmp issue as they relate to JReviews and it controls the integration to JAmp.</div>
<br><div> </div>
<br><div>As an example the errors appear when testing this listing <a href="http://www.bowlschat.com/directory/clubs/belmont-bowling-club" rel="external nofollow">http://www.bowlschat.com/directory/clubs/belmont-bowling-club</a>
</div>
<br><div> </div>
<br><div>How/where do I correct them within JReviews?</div>
<br><div> </div>
<br><div> </div>
<br><p><a class="ipsAttachLink ipsAttachLink_image" href="https://forum.jreviews.com/uploads/monthly_07_2017/post-25899-0-18088800-1499328218.jpg" data-fileid="8842" rel=""><img src="https://forum.jreviews.com/uploads/monthly_07_2017/post-25899-0-18088800-1499328218_thumb.jpg" data-fileid="8842" class="ipsImage ipsImage_thumbnailed" alt="post-25899-0-18088800-1499328218_thumb.jpg"></a></p>
]]></description><guid isPermaLink="false">29581</guid><pubDate>Thu, 06 Jul 2017 08:02:22 +0000</pubDate></item></channel></rss>
