SolaPlugins
Forum Replies Created
-
Forum: Reviews
In reply to: [Sola Support Tickets] Email Retrieval Not WorkingHi KTS915
As you mentioned, the standard look and feel can be reverted back to the original layout. We’re constantly working on new functionality and aesthetics and a result of this, the new dashboard was introduced.
If you can provide any feedback as to how we can improve the dashboard, that is always welcomed ??
Hi Rolf.
Unfortunately not at this point in time. We’ve integrated the TinyMCE editor into all elements of the newsletter though, which is very similar to the WordPress editor.
I hope this helps?
Forum: Plugins
In reply to: [Nifty Newsletters (Formerly Sola Newsletters)] saving a default theme?Hi Rolf.
Unfortunately the plugin doesn’t allow you to set a default theme at the moment, however we’ll definitely look at adding this in as a feature in the near future!
Thank you for the suggestion – it is greatly appreciated ??
Only a pleasure, and thank you!
Forum: Plugins
In reply to: [Sola Support Tickets] The new dashboard: what possessed you?!Hi KTS915.
So sorry to hear you feel this way.
You can change back to the old dashboard view by going to ‘Help Desk’ -> ‘Settings’ and check the checkbox labelled ‘Display Tickets In Legacy View’ while still using the latest version.
My apologies for the inconvenience and frustration this change has caused you.
Forum: Plugins
In reply to: [Super Testimonials] Probleme permalinks / create single-testimonial.phpHi there.
Only a pleasure.
You can use the get_post_meta() function to get the user’s name. The code below will allow you to do this:
get_post_meta(get_the_ID(), 'sola_t_user_name', true)
Does this help?
Hi there.
So glad to hear you came right with this!
My apologies for any inconvenience caused.
Forum: Plugins
In reply to: [Nifty Newsletters (Formerly Sola Newsletters)] How to modify Return-PathHi Rolf.
I see what you mean now. So glad to hear you came right with this though.
My apologies for any inconvenience caused.
Forum: Plugins
In reply to: [Super Testimonials] Probleme permalinks / create single-testimonial.phpHi there.
Thank you for your kind words.
To view all testimonials, you should be able to access the archive by going to https://lycees-professionnels-orthez.fr/actualites/testimonials
You can create a custom template by naming the page single-testimonials.php (Plural)
Does this help at all?
Forum: Plugins
In reply to: [Nifty Newsletters - WooCommerce Subscriptions] move the checkboxHi there.
Sorry for only getting back to you now.
Unfortunately the checkbox cannot be moved as the default functionality that we hook into only lets us add the checkbox to the end of the checkout page.
My apologies for any inconvenience caused by this.
Hi there.
To target the submit button, you’ll need to use some CSS that would look like this:
.sola_nl_sub_form input[type='submit']{ //Custom CSS Here }
Does this help?
Hi there.
Thank you for purchasing our plugin.
Unfortunately these forums are only allowed to support the Basic version of our plugin.
Please get in touch with us via our contact page (https://solaplugins.com/contact-us) so that we can assist you with Pro version support.
Hi Rolf.
Thank you for bringing this to our attention.
We will have this fixed in the next update we release – my apologies for any inconvenience caused by this.
Forum: Plugins
In reply to: [Nifty Newsletters (Formerly Sola Newsletters)] How to modify Return-PathHi Rolf.
Sorry for only getting back to you now.
Please go to sola-newsletters/modules/module_sending.php and scroll down to line 309 – you’ll find a line of code that looks like this:
$headers[] = 'From: '.$sent_from_name.' <'.$sent_from.'>';
To my knowledge this is the only area where we change the return path when sending mail from wp_mail()
Does this help at all?
Forum: Plugins
In reply to: [Nifty Newsletters (Formerly Sola Newsletters)] How to modify Return-PathHi Rolf.
The return path headers can be changed by going to ‘Newsletters’ -> ‘Settings’ -> ‘Email Settings’ and setting the ‘Reply to’ and Reply name’ to your preferred name and address.
I hope this helps?