underclass
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Square] Syncs Have Stopped Working…. Again.Could you let me know how you solved this, am having similar issues
- This reply was modified 5 years, 2 months ago by underclass.
Forum: Plugins
In reply to: [WooCommerce Square] Call to getLocations error on line 51@tonyzeoli Could you let me know how you resolved this, having the same issue @ryanr14
Yes, these are good points, it’s a similar solution to larger review platforms currently use. I think the main point is the customisation of your email templates and page, as currently the integration is taking over the branding and messaging that users are trying to apply.
I would think about how you integrate your pre-requisites of your plugin information, at the moment it’s too strong and repeats the content that shop owners would put in. For example, in the footer details such as your address, contact and so on, this makes it confusing for the customer.
MailChimp has this info on their email footers but is presented so it’s obvious that the mailing content is separate, and is much less intrusive.
You could add in a script that only allows the email to be sent if the unsubscribe link is present, to stop that being an issue.
On the product pages have you considered using a badge that includes ‘verified customer’ rather than your plugin icon? Many larger solutions have the plugin icon at the bottom that has a small link to the third party site with a list of the reviews there.
I like how you are approaching the issue of trust, but I would imagine that you would need to provide an entire platform, like trustpilot, to help shoppers understand why they should trust these reviews, otherwise how do they know who @ivole customer reviews is?
@ivolve the extra footer is also a problem, as I have one specified, I think your earlier email template setup was a better solution, as it was easier to create on brand emails
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Feature Request: Image lightboxExcellent!
I’m also having this issue
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] No content in email bodyStrangely, editing the subject line has fixed the error.
Also having this issue
Forum: Plugins
In reply to: [Co-Authors Plus] Changing Author OrderSame issue
- This reply was modified 8 years, 1 month ago by underclass.
That works perfectly, thank you, I should have thought to try that earlier. May I suggest that the help file is edited to include a line about default categories?
Thanks for your help!
It is
I have noticed that changing the slug does have an effect on the output of the related posts.
I am using print, digital, photography and blog categories – using different slugs does exclude the category from the related posts.
I am able to exclude print, photography and digital, but not blog.
This is being added to the functions file in a child theme, I am successfully using code to exclude related posts from being rendered in the blog category as outlined in another thread;
function jetpackme_remove_rp() { $jprp = Jetpack_RelatedPosts::init(); $callback = array( $jprp, 'filter_add_target_to_dom' ); if ( in_category( 'blog' ) ) { remove_filter( 'the_content', $callback, 40 ); } } add_filter( 'wp', 'jetpackme_remove_rp', 20 );
To test, should I need to re-index posts using debug on 2014/2015 themes?
Same problem here, recurring events hack doesn’t work for me
Forum: Plugins
In reply to: [Yoast SEO] Title Variables not being replaced (2)Thanks