awldae33
Forum Replies Created
-
**UPDATE** Checking the “Force From Email” box in the WP Mail SMTP settings seems to have resolved this issue.
Exact same error here. Test email works fine, but error appears when submitting the form on the site and form submissions not going through. Been working fine until latest update.
- This reply was modified 6 years, 3 months ago by awldae33.
Forum: Plugins
In reply to: [Cherry Services List] Removing “/cherry-services/” from Permalinks?Have you resaved your Permalinks twice? I’ve made this modification in three sites now and it’s worked fine each time. I do get the 404 error initially, but after resaving Permalinks settings it operates normally.
Forum: Plugins
In reply to: [Cherry Services List] Removing “/cherry-services/” from Permalinks?Submitted a help ticket and got a quick response from support team that addresses the issue. If anyone else is looking to change this, follow these instructions and then re-save your permalinks settings twice:
Please add the following code to functions.php file:
add_filter( 'cherry_services_post_type_args', '_my_rewrite_slug' ); function _my_rewrite_slug( $args ) { $args['rewrite']['slug'] = 'new-slug'; return $args; }
Where new-slug would be your new slug instead of cherry-services
Forum: Plugins
In reply to: [Cherry Services List] Link services icon tooAgree. I’ve been attempting the same modification, with no success. The icon’s transition effect draws attention, and the natural reaction is to engage with it, but neither the icon or the description are clickable, leaving only the title for a visitor to engage with.
I’m also still trying to figure out how to remove “/cherry-services/” from the Permalink, or at least just modify it to “/services/”.