yappari
Forum Replies Created
-
Forum: Plugins
In reply to: [EDD Auto Register] Auto register only with specific products?Thanks for getting back to me.
We’ve found a solution that does what we need now.
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Suggestion to make reviews editableJust to add to the above, all the apostrophes have a slash in front of them that is appearing on the front-end.
For example: I\’m
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Suggestion to make reviews editableThanks for the update, and the new features really improve the plugin and make it a lot more useful.
I’ve noticed that there are some formatting issues since updating.
Some special escaped characters such as \r\n are appearing in the reviews that were already approved, and the paragraph breaks have all vanished on the front-end. I guess something in the way you’re formatting the reviews has changed? Is it possible to add gaps between paragraphs in the reviews to make them easier to read – or is this no longer possible?
Otherwise, it does seem to be working well.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Mobile devicesOK, think I’ve sussed it through trial and error.
To get it to cache for mobile users I do have to disable the ‘Mobile Device Support’ and also remove the offending lines in the htaccess file.
That way it treats mobile users the same way as desktop users – and it all works.
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Show Rich Reviews in Date OrderThanks rodriviloa.
That seems to have worked in some instances, but not in others.
[RICH_REVIEWS_SHOW category=”none” num=”6″]
That shows the latest six reviews – so perfect![RICH_REVIEWS_SHOW category=”none” num=”60″]
That should be showing all the reviews (we have fewer than 60 reviews), and it does, but it shows them in the same order as before – with the oldest first.Forum: Reviews
In reply to: [Pricing Table Ready!] Does not produce responsive tables as it claimsUpdate: After almost three weeks of contacting them and numerous responses going back and forth, I did eventually receive a refund for the PRO plugin.
Forum: Plugins
In reply to: [WP Customer Reviews] Reviews are inserting themselves in the footerI understand that, but I don’t think the issue has been resolved – has it?
I’m having the same issue as Cathryn999 – and she too seems to have moved on to another plugin as there wasn’t a satisfactory solution to the problem we’re having.
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Suggestion to make reviews editableYes, it’s a simple task to go into the database using phpmyadmin and edit the review directly in there.
Would be even simpler if they could edited via the WP admin.
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Suggestion to make reviews editableThe reviewer makes a typo, or as Cathryn mentioned, adds something that is legally or commercially sensitive, then you either approve the review or disapprove it.
That doesn’t make much sense.
If site owners wanted to, they could easily add their own fake reviews – so you preventing legitimate reviews from being edited is a bit unnecessary and inconvenient.
I guess I’ll have to go into the database and edit the reviews directly in there instead?
Forum: Plugins
In reply to: [WP Customer Reviews] Reviews are inserting themselves in the footerI’m having a similar problem. The ‘Submit a Review’ and the reviews are appearing in a sidebar widget for the EventON plugin (that shows calendar events).
It only appears on pages that have the WP Customer Reviews enabled on the page, OR if I disable WP Customer Reviews on a page and insert the [WPCR_INSERT] shortcode instead it still appears in the sidebar widget as well as where it should be displayed. The only way of stopping it appearing is to not have the reviews show on a page – which is a shame, as it’s a really nice review plugin other than this bug.
Any idea if this issue will be addressed in the new version, and when that can be expected?
Forum: Plugins
In reply to: [Simple Social Expandable] Buttons overlappingYou can edit the width of each element (if you go to about line 750 of simple-social-expandable.php):
<div class="simplesocialexpandable sse-buttom-twitter"style="width:95px;"If you change that width value for the relevant element you’ll see the space between the buttons change.
—
I’ve had to roll-back to v 1.0.1 from 1.0.2 as the additional ‘Follow Us’ element was breaking the plugin and affecting other plugins as well, so the line numbers might be different in the .php file