Title: WP CodeUs's Replies - page 3 | WordPress.org

---

# WP CodeUs

  [  ](https://wordpress.org/support/users/wpcodeus/)

 *   [Profile](https://wordpress.org/support/users/wpcodeus/)
 *   [Topics Started](https://wordpress.org/support/users/wpcodeus/topics/)
 *   [Replies Created](https://wordpress.org/support/users/wpcodeus/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/wpcodeus/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/wpcodeus/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/wpcodeus/engagements/)
 *   [Favorites](https://wordpress.org/support/users/wpcodeus/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 31 through 45 (of 150 total)

[←](https://wordpress.org/support/users/wpcodeus/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/wpcodeus/replies/?output_format=md) [2](https://wordpress.org/support/users/wpcodeus/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/wpcodeus/replies/page/4/?output_format=md)…
[8](https://wordpress.org/support/users/wpcodeus/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/wpcodeus/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/wpcodeus/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/wpcodeus/replies/page/4/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sermons] Advance Shortcode Not working](https://wordpress.org/support/topic/advance-shortcode-not-working/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/advance-shortcode-not-working/#post-16508784)
 * Hello [@eagle4web](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Client Dash] Changelog for Pro Version](https://wordpress.org/support/topic/changelog-for-pro-version/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/changelog-for-pro-version/#post-16342099)
 * Hello [@viablethought](https://wordpress.org/support/users/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 Wilgenbusch
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Client Dash] FAQ – What user role for client?](https://wordpress.org/support/topic/faq-what-user-role-for-client/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/faq-what-user-role-for-client/#post-16024507)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Proposals] Multi-site Installation](https://wordpress.org/support/topic/multi-site-installation-2/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/multi-site-installation-2/#post-15672036)
 * Hello [@peteraloha](https://wordpress.org/support/users/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 Wilgenbusch
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GEO my WP] Disable Map Scroll Zoom](https://wordpress.org/support/topic/disable-map-scroll-zoom/)
 *  Thread Starter [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [4 years ago](https://wordpress.org/support/topic/disable-map-scroll-zoom/#post-15590405)
 * Hey [@eyal](https://wordpress.org/support/users/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](https://wordpress.org/support/users/wpcodeus/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sermons] Advanced Sermons Newsletters](https://wordpress.org/support/topic/advanced-sermons-newsletters/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [4 years ago](https://wordpress.org/support/topic/advanced-sermons-newsletters/#post-15578570)
 * Hello [@jahrat](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Client Dash] Custom Frontend User Dashboard](https://wordpress.org/support/topic/custom-frontend-user-dashboard/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [4 years ago](https://wordpress.org/support/topic/custom-frontend-user-dashboard/#post-15572720)
 * Hello [@gamicord](https://wordpress.org/support/users/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 Wilgenbusch
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sermons] Series Engine Import](https://wordpress.org/support/topic/series-engine-import/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/series-engine-import/#post-15381285)
 * Hello [@jeremystiffler](https://wordpress.org/support/users/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/](https://advancedsermons.com/docs/import-sermons/)
 * Best regards,
    Kevin Wilgenbusch
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sermons] Purchasing Pro Version](https://wordpress.org/support/topic/purchasing-pro-version-3/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/purchasing-pro-version-3/#post-15242610)
 * Hello [@winkle74](https://wordpress.org/support/users/winkle74/),
 * Can you please send us an email at [contact@wpcodeus.com](https://wordpress.org/support/users/wpcodeus/replies/page/3/contact@wpcodeus.com?output_format=md)
   to get support regarding this issue.
 * Best regards,
    Megan Dennis
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sermons] Sermon Menu not working](https://wordpress.org/support/topic/sermon-menu-not-working/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/sermon-menu-not-working/#post-15218966)
 * Please 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sermons] Sermon Menu not working](https://wordpress.org/support/topic/sermon-menu-not-working/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/sermon-menu-not-working/#post-15218944)
 * Looking 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sermons] Sermon Menu not working](https://wordpress.org/support/topic/sermon-menu-not-working/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/sermon-menu-not-working/#post-15218923)
 * Hello 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 Wilgenbusch
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Proposals] Update on pro version](https://wordpress.org/support/topic/update-on-pro-version-2/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/update-on-pro-version-2/#post-15000834)
 * Hello [@wearepanda](https://wordpress.org/support/users/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 Codeus
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Proposals] Billing Integration](https://wordpress.org/support/topic/billing-integration/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/billing-integration/#post-14982686)
 * Hello [@threadandbutterdesign](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Proposals] Button not showing](https://wordpress.org/support/topic/button-not-showing-23/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/button-not-showing-23/#post-14982680)
 * [@zandu](https://wordpress.org/support/users/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.

Viewing 15 replies - 31 through 45 (of 150 total)

[←](https://wordpress.org/support/users/wpcodeus/replies/page/2/?output_format=md)
[1](https://wordpress.org/support/users/wpcodeus/replies/?output_format=md) [2](https://wordpress.org/support/users/wpcodeus/replies/page/2/?output_format=md)
3 [4](https://wordpress.org/support/users/wpcodeus/replies/page/4/?output_format=md)…
[8](https://wordpress.org/support/users/wpcodeus/replies/page/8/?output_format=md)
[9](https://wordpress.org/support/users/wpcodeus/replies/page/9/?output_format=md)
[10](https://wordpress.org/support/users/wpcodeus/replies/page/10/?output_format=md)
[→](https://wordpress.org/support/users/wpcodeus/replies/page/4/?output_format=md)