SG-Smith
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA broken (?) and breaking layoutHi, I recently set up reCAPTCHA v2 with contact form 7 all worked fine. Suddenly the reCAPTCHA is not displaying on any browsers or mobile devises so the forms can’t be submitted. I notice Google has just released reCAPTCHA v3, could this have broken v2? Or is the problem something else?
Forum: Plugins
In reply to: [Easy Gallery Slider] Timthumb URL .htaccessMany thanks! Really appreciate your answer it looks like a good solution!
Hi Ben,
Many thanks for your reply. I must say I really think the plugin is excellent and integrating the new Google API would be great.
With localisation being a big factor in SERPs I think this plugin has big potential for site navigation and Geo targeting to optimise a site performance. So I’ll be really interested to how this plugin evolves.
Many Thanks Again!
Forum: Plugins
In reply to: [Plugin: WP Customer Reviews] Problem with aggregated reviewsHi I found this problem too. If you check the active box on page/posts to activate reviews the aggregate fields populate correctly.
Additionally if you use [WPCR_INSERT] short code and actually specify a page ID the output reviews also show the aggregate information populated correctly.
This is possible, but I had to write an additional short code to just display the form in the main .php file which is not ideal.
Also you can modify your theme style sheet so the form always shows without the button.
At the top of the plugins settings page there are two short codes described as follows:
_______________________
[WPCR_INSERT] is available for you to use on any page/post. Simply include [WPCR_INSERT] in the content of the post where you would like the reviews/form output to be displayed. If this code is found, the plugin will automatically enable itself for the post.[WPCR_SHOW POSTID=”ALL” NUM=”3″ SNIPPET=”” MORE=”” HIDECUSTOM=”0″ HIDERESPONSE=”0″]
is available to show the latest reviews. Explanation below:
POSTID=”ALL” to show recent reviews from ALL posts/pages or POSTID=”123″ to show recent reviews from post/page ID #123
NUM=”3″ will show a maximum of 3 reviews (without pagination).
SNIPPET=”140″ will only show the first 140 characters of a review.
MORE=”view more” will show “… view more” with a link to the actual review on the associated page.
HIDECUSTOM=”1″ will hide all custom fields in the shortcode output.
HIDERESPONSE=”1″ will hide the administrator response to the review.
_______________________Use [WPCR_SHOW POSTID=”ALL” NUM=”3″ SNIPPET=”” MORE=”” HIDECUSTOM=”0″ HIDERESPONSE=”0″] to show up all reviews.