WP CodeUs
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Sermons] Advance Shortcode Not workingHello @eagle4web,
Shortcodes are a Advanced Sermons Pro feature only. In order to use the available shortcodes you would need to purchase Advanced Sermons Pro.Forum: Plugins
In reply to: [Ultimate Client Dash] Changelog for Pro VersionHello @viablethought,
Happy New Year to you as well!
The changelog for Ultimate Client Dash Pro is located on the readme.txt file for the pro version.
We have made a handful of improvements and added a few new features which include the following:
1. Fixed an error where the pro version could be enabled on some hosting providers when the free version is not installed or activated causing a fatal error.
2. When some menu items are toggled to be disabled, it now automatically disables them in the admin bar as well.
3. You can now remove the ‘PHP warning’ widget from the dashboard.
4. Added support for ‘Rewrites’ for Yoast Duplicate Post for the Modern Dashboard Styling.
5. There is a new option to apply Dashboard CSS styling for ‘All Roles’ or only for the ‘Client Role’ giving more possibilities to hide elements for clients if there is not an option for it.
6. Added .update-nag to Disable Client Nags & Notices option.
7. A handful of other minor tweaks and changes.
Best regards,
Kevin WilgenbuschForum: Plugins
In reply to: [Ultimate Client Dash] FAQ – What user role for client?Ultimate Client Dash only has the ability to hide elements from “All User Roles” or the ‘Client’ user role that is created by the plugin.
This gives users the ability to create a custom user role with permissions specifically for their client and assigning the user role ‘Client’ to that user.
Forum: Plugins
In reply to: [WP Proposals] Multi-site InstallationHello @peteraloha,
WP Proposals is currently not support with a Multisite setup. However, you can install the plugin and activate it on a per site basis to make it work instead of network activating.
Best regards,
Kevin WilgenbuschForum: Plugins
In reply to: [GEO my WP] Disable Map Scroll ZoomHey @eyal,
I was able to resolve this.
For anyone looking for the same solution, please see below:
function gmw_disable_mousescroll_zoom( $map_elements, $gmw ) { if ( 2 == $gmw['ID'] ) { // Change form ID here $map_elements['map_options']['scrollwheel'] = false; } return $map_elements; } add_filter( 'gmw_map_element', 'gmw_disable_mousescroll_zoom', 99, 2 );- This reply was modified 4 years ago by WP CodeUs.
Forum: Plugins
In reply to: [Advanced Sermons] Advanced Sermons NewslettersHello @jahrat,
The ‘post’ custom post type is a default post type created by WordPress. Advanced Sermons utilities it’s own post type which is called ‘sermons’.
Based on MailPoet’s response, you need to select the correct post type. If they only support post types that are searchable, unfortunately this is only a feature that is available in the Pro version of Advanced Sermons which would need to be enabled under ‘General settings’ once installed and activated.
We personally have not tested the plugin with MailPoet so we can not guarantee its compatibility.
Forum: Plugins
In reply to: [Ultimate Client Dash] Custom Frontend User DashboardHello @gamicord,
Ultimate Client Dash is a Whitelabel WordPress plugin that allows agencies to brand the WordPress dashboard and limit access to specific sections of the WordPress dashboard.
It is not designed to replace or create a custom backend dashboard.
We wish you luck in finding a plugin or solution that meets your needs.
Best regards,
Kevin WilgenbuschForum: Plugins
In reply to: [Advanced Sermons] Series Engine ImportHello @jeremystiffler,
This has already been answered in the support ticket that you submitted via the WP Codeus website. However, I am going to paste this solution here as well incase anyone else is looking for the same resource.
Import Sermons into Advanced Sermons: https://advancedsermons.com/docs/import-sermons/
Best regards,
Kevin WilgenbuschForum: Plugins
In reply to: [Advanced Sermons] Purchasing Pro VersionHello @winkle74,
Can you please send us an email at contact@wpcodeus.com to get support regarding this issue.
Best regards,
Megan DennisForum: Plugins
In reply to: [Advanced Sermons] Sermon Menu not workingPlease check with your hosting company to make sure there is not something wrong with your WordPress installation or .htaccess file.
Also, to troubleshoot you should try switching WordPress themes to see if you can pin point if it is coming from your WordPress theme or not.
Forum: Plugins
In reply to: [Advanced Sermons] Sermon Menu not workingLooking at your referral link I do see the 404 error but this is not the standard 404 error generated by WordPress.
Your install or hosting is looking for directories outside of your WordPress install.
I recommend reaching out to your hosting provider to see if they are able to resolve this issue. Once that issue is fixed, please try again.
Since your website is hosting on a subdirectory, you will want to make sure to include that in your custom URL. So it should be the following ‘/wp2/sermons/’.
Forum: Plugins
In reply to: [Advanced Sermons] Sermon Menu not workingHello Matt,
Instead of setting up a ‘Post Type Archive’ link, have you tried setting up a ‘Custom Link’ with the slug of your archive page?
If you’re using the free version of Advanced Sermons, your sermon archive URL should be ‘/sermons/’.
Please give that a try.
Best regards,
Kevin WilgenbuschForum: Plugins
In reply to: [WP Proposals] Update on pro versionHello @wearepanda,
We are currently about 95% completed with latest version of WP Proposals including WP Proposals Pro.
Unfortunately like most, we’re extremely understaffed right now so we do not have an ETA as to when the release will be. Our goal is to launch this year still, but it all depends on if our backlog slows down or not.
Best regards,
WP CodeusForum: Plugins
In reply to: [WP Proposals] Billing IntegrationHello @threadandbutterdesign,
Unfortunately there is no integration with online payment at this time. You can assign an invoice to a proposal which will redirect the client over to payment once the proposal has been approved.
Forum: Plugins
In reply to: [WP Proposals] Button not showing@zandu, The accent color also controls the featured image overlay. If you wish to only change the button color you can use the CSS above. Otherwise adjust the settings of the overlay opacity in the design settings of WP Proposals.