lovemp3
Forum Replies Created
-
Many thanks for your help.
Hello,
Thank you for help.
It’s not integration with 3rd party gallery but wordpress original gallery.
Page url is https://jsfiddle.net/gueyuan/ogda59ny/
As you can see photos with figcaption is not showing when entering slide mode.It works. Thank you. I love this plugin.
Thank you, but could I remove that two space(before and after)?
- This reply was modified 6 years, 11 months ago by lovemp3.
Forum: Plugins
In reply to: [Site Reviews] Modify the JSON-LD schema type propertiesHi, Gemini Labs,
My current solution for this cosmetic one is to add ‘JSON_UNESCAPED_UNICODE’ in ‘site-reviews\plugin\Schema.php’ at line 138. I am not sure if this is the right way, but it looks ‘beautiful’ now.
* @return null|string */ public function render() { if( is_null( $this->app->schemas ))return; return sprintf( '<script type="application/ld+json">%s</script>', json_encode( apply_filters( 'site-reviews/schema/all', $this->app->schemas ), JSON_UNESCAPED_UNICODE )); }I am much looking forward to Version 2.9.2.
===========================================
BTW, I found another issue that some setting gone (become unchecked) in plugin setting area after I press save in other tab within settion area.
To be specific, I first check ‘Name’ filed in tab ‘Required Fields’, then I change ‘Rich Snippets (schema.org)’ in tab ‘Reviews’. When I return to the ‘Required Fields’, the check of ‘Name’ disapeared.
Forum: Plugins
In reply to: [Site Reviews] Modify the JSON-LD schema type propertiesThank you a lot.
Forum: Plugins
In reply to: [Site Reviews] Modify the JSON-LD schema type propertiesHi, Gemini Labs,
I’ve sent you a link with JSON-LD code generated by Site Reviews to your email, site-reviews[at]geminilabs.io.
<script type="application/ld+json"> [{ "@context": "http:\/\/schema.org", "@type": "LocalBusiness", "name": "\u4e2d\u58e2\u79ae\u5100\u516c\u53f8\u3001\u4e2d\u58e2\u846c\u5100\u793e\u3001\u4e2d\u58e2\u79ae\u5100\u516c\u53f8\u63a8\u85a6\u3001\u4e2d\u58e2\u846c\u5100\u793e\u63a8\u85a6\u3001\u6843\u5712\u64bf\u9aa8\uff1a\u975c\u5fc3\u751f\u547d\u79ae\u5100\u516c\u53f8\uff0c\u5168\u53f0\u5c08\u4eba\u670d\u52d9\uff0824H\uff09\u3002", "description": "", "image": "https:\/\/peaceful.tw\/wp-content\/themes\/iweb\/images\/logo.png", "url": "", "aggregateRating": { "@type": "AggregateRating", "ratingValue": 5, "reviewCount": 33 }, "address": "\u6843\u5712\u5e02\u4e2d\u58e2\u5340\u4e2d\u798f\u8def 850 \u865f", "priceRange": "128,000 - 268,000", "telephone": "+886926822319" }] </script>[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
Thank you.
- This reply was modified 8 years, 5 months ago by bdbrown.
Forum: Plugins
In reply to: [Site Reviews] Review comment’s paragraph problemThank you for giving me a clue.
I add the following code to my css and it works well now..glsr-review p { white-space: pre-line; }Conflicts resolved. Thank you.
Forum: Plugins
In reply to: [Simple Lightbox] broken photo description when html br tag within data-titleConflicts resolved. Thank you.
Forum: Plugins
In reply to: [Simple Lightbox] broken photo description when html br tag within data-titleThank you so much for the quick reply.
I have add “strip_tags” to the plugin that causes the problem. The broken description is ok now. However, I found photos with long description don’t work well.
Compared with photo that works well, the “data-slb-active”, “data-slb-asset”, “data-slb-group” is disapeared.
It would be greatly appreciated if you could help with this problem.