Forum Replies Created

Viewing 15 replies - 31 through 45 (of 150 total)
  • Plugin Author WP CodeUs

    (@wpcodeus)

    Hello @eagle4web,

    Shortcodes are a Advanced Sermons Pro feature only. In order to use the available shortcodes you would need to purchase Advanced Sermons Pro.

    Plugin Author WP CodeUs

    (@wpcodeus)

    Hello @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

    Plugin Author WP CodeUs

    (@wpcodeus)

    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.

    Plugin Author WP CodeUs

    (@wpcodeus)

    Hello @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

    Thread Starter WP CodeUs

    (@wpcodeus)

    Hey @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.
    Plugin Author WP CodeUs

    (@wpcodeus)

    Hello @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.

    Plugin Author WP CodeUs

    (@wpcodeus)

    Hello @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

    Plugin Author WP CodeUs

    (@wpcodeus)

    Hello @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 Wilgenbusch

    Plugin Author WP CodeUs

    (@wpcodeus)

    Hello @winkle74,

    Can you please send us an email at contact@wpcodeus.com to get support regarding this issue.

    Best regards,
    Megan Dennis

    Plugin Author WP CodeUs

    (@wpcodeus)

    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.

    Plugin Author WP CodeUs

    (@wpcodeus)

    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/’.

    Plugin Author WP CodeUs

    (@wpcodeus)

    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

    Plugin Author WP CodeUs

    (@wpcodeus)

    Hello @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

    Plugin Author WP CodeUs

    (@wpcodeus)

    Hello @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.

    Plugin Author WP CodeUs

    (@wpcodeus)

    @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)