Title: WP CodeUs's Replies - page 5 | 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 - 61 through 75 (of 150 total)

[←](https://wordpress.org/support/users/wpcodeus/replies/page/4/?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](https://wordpress.org/support/users/wpcodeus/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/wpcodeus/replies/page/4/?output_format=md)
5 [6](https://wordpress.org/support/users/wpcodeus/replies/page/6/?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/6/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Proposals] Hero Header looks cropped](https://wordpress.org/support/topic/hero-header-looks-cropped/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/hero-header-looks-cropped/#post-14648603)
 * Hello [@saschinger](https://wordpress.org/support/users/saschinger/),
 * Looking at the source code of your referral link it looks like GeneratePress 
   is applying it’s own CSS to the proposal template. Below is some CSS that will
   override this styling for the post type proposal:
 *     ```
       .single-proposal .site-content {
           padding-top: 0px!important;
       }
       .single-proposal .grid-container {
           max-width: unset!important;
       }
       ```
   
 * Best regards,
    WP Codeus
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sermons] Featured Images do not resize](https://wordpress.org/support/topic/featured-images-do-not-resize/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/featured-images-do-not-resize/#post-14621455)
 * Hello [@jpurdy647](https://wordpress.org/support/users/jpurdy647/),
 * Looking at the source code of your referral link it shows that you have not entered
   a custom size for thumbnails.
 * To help you troubleshoot please follow the options below.
 * 1. If you’re using a cache plugin, please flush all cache to ensure your WordPress
   install is using the latest versions.
    2. Double check your design settings that
   you have a valid value formatted like ‘200px’. Make sure to have ‘Save Changes’
   when you are done.
 * Best regards,
    Kevin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sermons] Additional Taxonomy](https://wordpress.org/support/topic/additional-taxonomy/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/additional-taxonomy/#post-14526961)
 * This has been answered via your support ticket.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sermons] Rename Custom Post Title](https://wordpress.org/support/topic/rename-custom-post-title/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/rename-custom-post-title/#post-14475659)
 * Hey [@h2ofilters](https://wordpress.org/support/users/h2ofilters/),
 * With Advanced Sermons you’re able to customize the Sermon Label and Archive Slug,
   however, this feature is only available in Advanced Sermons Pro.
 * You can view all available features with Advanced Sermons here: [https://advancedsermons.com/features/](https://advancedsermons.com/features/)
 * Best regards,
    Kevin Wilgenbusch
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Proposals] Re : Need to accept the proposal twice to block it](https://wordpress.org/support/topic/re-need-to-accept-the-proposal-twice-to-block-it/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/re-need-to-accept-the-proposal-twice-to-block-it/#post-14254169)
 * Hello [@pab34](https://wordpress.org/support/users/pab34/),
 * We have tested the proposal link that you have sent and was able to approval 
   the proposal without any problems.
 * Now that you have deactivated 3rd party plugins, please make sure to clear your
   browsers cache and cookies.
 * Best regards,
    Kevin Wilgenbusch
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sermons] Is it possible to add custom components without shortcodes](https://wordpress.org/support/topic/is-it-possible-to-add-custom-components-without-shortcodes/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/is-it-possible-to-add-custom-components-without-shortcodes/#post-14214911)
 * Hello [@jmclean](https://wordpress.org/support/users/jmclean/),
 * Advanced Sermons uses a combination of templates and shortcodes to display the
   sermon information.
 * The primary archive and single sermon templates are built using templates and
   can be customized with hooks. You can view all available hooks here: [https://advancedsermons.com/docs/hooks/](https://advancedsermons.com/docs/hooks/)
 * You can also use the shortcodes included in Advanced Sermons Pro to display recent
   sermons and information within your WordPress theme. You can view all available
   shortcodes here: [https://advancedsermons.com/shortcodes/](https://advancedsermons.com/shortcodes/).
   You can also create your own shortcodes if you have the knowledge.
 * Just note, the filter functionality and pagination is strictly available to the
   archive template.
 * As for API, you would need to utilize the default WordPress API and all can be
   tested with the free version of Advanced Sermons to make sure it meets your requirements.
 * Best regards,
    Kevin Wilgenbusch
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sermons] Adding sermons to my page sidebars](https://wordpress.org/support/topic/adding-sermons-to-my-page-sidebars-2/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/adding-sermons-to-my-page-sidebars-2/#post-14214906)
 * Hello [@mtroxell](https://wordpress.org/support/users/mtroxell/),
 * To accomplish this you would need to use the shortcodes available with Advanced
   Sermons Pro. You can view an example of the available shortcodes here: [https://advancedsermons.com/shortcodes/](https://advancedsermons.com/shortcodes/)
 * From the Advanced Sermons settings, if you navigate to the ‘Shortcodes’ tab you
   will be able to copy and customize the shortcodes to your needs.
 * If you’re not familiar with WordPress shortcodes, there are a ton of online tutorials
   available and are very easy to use.
 * Best regards,
    Kevin Wilgenbusch
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Proposals] Need to accept the proposal twice to block it](https://wordpress.org/support/topic/need-to-accept-the-proposal-twice-to-block-it/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/need-to-accept-the-proposal-twice-to-block-it/#post-14208617)
 * Hello [@pab34](https://wordpress.org/support/users/pab34/),
 * Looking at the referral link and source code it looks like your issue is coming
   from a 3rd party membership plugin.
 * I would recommend contacting the developers of your membership plugin to see 
   if there is a way to disable sign in or authorization for the custom post type‘
   proposals’.
 * Best regards,
    Kevin Wilgenbusch
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Proposals] More Currency Options Would Be Nice](https://wordpress.org/support/topic/more-currency-options-would-be-nice/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/more-currency-options-would-be-nice/#post-14167711)
 * Hey [@ralphonz](https://wordpress.org/support/users/ralphonz/),
 * Please understand that specific features were left out from the free version 
   and will be integrated into WP Proposals Pro. Unfortunately we do not have an
   ETA as to when this will be completed due to our heavy work load.
 * Adding a complete list of currencies is a little more complicated than that as
   there are different decimal places, currency locations, and other logic that 
   will all need to be modified in order to make this happen and work properly for
   everyone.
 * Best regards,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Proposals] WordPress Block Editor](https://wordpress.org/support/topic/wordpress-block-editor-4/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/wordpress-block-editor-4/#post-14167678)
 * Hey [@ralphonz](https://wordpress.org/support/users/ralphonz/),
 * With Gutenberg not being the most popular choice of WordPress users right now,
   we have choose to apply the classic editor to the custom post type proposals.
   However, below is some code that you can use to enable Gutenberg for your proposals.
 * This code should be placed in the functions.php file of your active theme or 
   a custom plugin. This allows you to update WP Proposals without loosing any of
   your custom modifications.
 * // Add REST API support to WP Proposals post type.
    add_filter( ‘register_post_type_args’,‘
   wp_proposals_rest_post_type_args’, 10, 2 ); function wp_proposals_rest_post_type_args(
   $args, $post_type ) { if ( ‘proposal’ === $post_type ) { $args[‘show_in_rest’]
   = true; } return $args; } // Add REST API support to WP Proposals taxonomies.
   add_filter( ‘register_taxonomy_args’, ‘wp_proposals_rest_taxonomy_args’, 10, 
   2 ); function wp_proposals_rest_taxonomy_args( $args, $taxonomy_name ) { if (‘
   proposal_invoice’ === $taxonomy_name || ‘clients’ === $taxonomy_name || ‘proposal_status’
   === $taxonomy_name ) { $args[‘show_in_rest’] = true; } return $args; }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Proposals] Invoice URL doesn’t save](https://wordpress.org/support/topic/invoice-url-doesnt-save/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/invoice-url-doesnt-save/#post-14157709)
 * Hello [@ralphonz](https://wordpress.org/support/users/ralphonz/),
 * WP Proposals uses the default taxonomy functionality for the Invoice URL. I do
   not think character count is your issue, but your book keeping software could
   have a character included in the text that is triggering the sanitization to 
   delete the data for security reason.
 * Unfortunately, this is not something we are able to changes as it is the default
   functionality of WordPress.
 * I recommend using a shortener or URL redirect if you wish to use this feature
   with your current booking system.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Proposals] Invoice URL doesn’t save](https://wordpress.org/support/topic/invoice-url-doesnt-save/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/invoice-url-doesnt-save/#post-14157364)
 * Hello [@ralphonz](https://wordpress.org/support/users/ralphonz/),
 * We have just checked our staging site and are not able to duplicate the issue
   nor other support tickets from users.
 * Please ensure you’re using the latest version of WP Proposals and WordPress.
 * When you add an Invoice URL you must hit the ‘Add’ button or enter on your keyboard
   to apply your URL.
 * To troubleshoot you can open up the console log on your browser to see if you’re
   getting an error messages that might be caused by a 3rd party plugin.
 * You can also temporarily disable plugins on your install to see if you can pinpoint
   the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sermons] Adding sermons to my page sidebars](https://wordpress.org/support/topic/adding-sermons-to-my-page-sidebars/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/adding-sermons-to-my-page-sidebars/#post-14140040)
 * Hello [@mtroxell](https://wordpress.org/support/users/mtroxell/),
 * To display sermons in a widget that can be added to a sidebar you would need 
   to upgrade to Advanced Sermons Pro and use the built-in shortcodes.
 * You can view examples of all available shortcodes and widgets here: [https://advancedsermons.com/shortcodes/](https://advancedsermons.com/shortcodes/)
 * Best,
    Kevin Wilgenbusch
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sermons] Transfer Content](https://wordpress.org/support/topic/transfer-content/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/transfer-content/#post-13695588)
 * Hello [@joshmans](https://wordpress.org/support/users/joshmans/),
 * We are constantly working to improve Advanced Sermons based on our customers 
   feedback. We do have an awesome update coming out very soon with some great features
   requested by our users.
 * An import/export option is still on our backlog for a future update.
 * In the meantime, checkout our documentation on suggested import plugins that 
   you can utilize to import sermons into Advanced Sermons: [https://advancedsermons.com/docs/import-sermons/](https://advancedsermons.com/docs/import-sermons/)
 * If you run into any questions, just let us know!
 * Best regards,
    Kevin Wilgenbusch
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sermons] Filter Bar Not Displayed “In-Line”](https://wordpress.org/support/topic/filter-bar-not-displayed-in-line/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/filter-bar-not-displayed-in-line/#post-13695583)
 * Hello [@abezun](https://wordpress.org/support/users/abezun/),
 * This is typically caused by WordPress themes or custom code overriding the default
   styling of the select fields.
 * In order to provide you with the necessary CSS, we would need to review the source
   code of your site and see what exactly is overriding it.
 * You can submit a support ticket here with a URL to your WordPress site utilizing
   Advanced Sermons: [https://wpcodeus.com/support/](https://wpcodeus.com/support/)
 * Best regards,
    Kevin Wilgenbusch

Viewing 15 replies - 61 through 75 (of 150 total)

[←](https://wordpress.org/support/users/wpcodeus/replies/page/4/?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](https://wordpress.org/support/users/wpcodeus/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/wpcodeus/replies/page/4/?output_format=md)
5 [6](https://wordpress.org/support/users/wpcodeus/replies/page/6/?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/6/?output_format=md)