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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Proposals] Client Revision – Can a Client Revise instead of Approve?](https://wordpress.org/support/topic/client-revision-can-a-client-revise-instead-of-approve/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/client-revision-can-a-client-revise-instead-of-approve/#post-12604130)
 * Hey [@thealika](https://wordpress.org/support/users/thealika/),
 * There are no settings in WP Proposals to add alternative buttons to the proposal.
 * WP Proposals Pro is soon to be released with quite a few new features like the
   ability for clients to toggle which scope items they would like.
 * We are also integrating a handful of hooks and filters to allows developers to
   addon and extend the plugin to their needs. You can most definitely utilize these
   hooks to add these options yourself.
 * Best,
    Kevin W.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Proposals] bullet points, number list, bold and Italic issues](https://wordpress.org/support/topic/bullet-points-number-list-bold-and-italic-issues/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/bullet-points-number-list-bold-and-italic-issues/#post-12417170)
 * Hello Elsa,
 * This is because your theme also has some styling that overrides the following
   for li elements when they are wrapped in their defined entry content wrapper:
 * ul.disc, .entry-content-wrapper ul {
    list-style: disc outside; }
 * Here is the CSS to fix this:
 * .single-proposal .ol, .single-proposal ul {
    list-style: inherit!important; margin-
   left: 18px!important; } .single-proposal li { padding-bottom: 7px!important; }.
   single-proposal .wpp-toggle { display: none!important; }
 * As for the send proposal email, this is designed to stripe HTML tags for compatibility
   with all email servers and also to keep the predefined template.
 * Best Regards,
    Kevin W.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Proposals] bullet points, number list, bold and Italic issues](https://wordpress.org/support/topic/bullet-points-number-list-bold-and-italic-issues/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/bullet-points-number-list-bold-and-italic-issues/#post-12411345)
 * Hello Elsa,
 * This is because your theme is applying the following CSS:
 * ol, ul {
    list-style: none; }
 * Please modify your CSS and you can add it to the settings of WP Proposals or 
   your themes child theme.
 * Best,
    Ethan H.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Proposals] Approve float anchor hyperlink](https://wordpress.org/support/topic/approve-float-anchor-hyperlink/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/approve-float-anchor-hyperlink/#post-12405731)
 * Hey Elsa,
 * If you manually click the link: [https://www.mrktng.pt/proposal/deep-house/#approve](https://www.mrktng.pt/proposal/deep-house/#approve)
   it does take you to the proper section on the proposals.
 * This leaves me to believe this is a conflict with your active theme.
 * Our recommendations are to simply hide the button with some CSS or you can try
   adding some JQuery and see if this can resolve the issue for you.
 * Here is some Jquery you can try:
 * function goToByScroll(id){
    $(‘html,body’).animate({scrollTop: $(“#”+id).offset().
   top},’slow’); }
 * If you are not familiar with CSS, here is the CSS you can add to remove the floating
   approve button:
 * .single-proposal .approve-float.anchor {
    display: none!important; }
 * Best Regards,
    Kevin W.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Proposals] Translate terms](https://wordpress.org/support/topic/translate-terms-2/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/translate-terms-2/#post-12405707)
 * Hey Elsa!
 * Looking over the files it looks like the ‘Print’ and the ‘This proposal has already
   been approved’ text was overlooked and never wrapped in the translation function
   during development.
 * We are currently working on the Pro Version of WP Proposals and I have added 
   this fix to the backlog.
 * In the meantime here are a few options to translate this text:
    1. Manually edit
   the files to change the verbiage. 2. Use the Gtranslate plugin we mentioned above
   to automatically translate all text.
 * Best Regards,
    Kevin W.
    -  This reply was modified 6 years, 3 months ago by [WP CodeUs](https://wordpress.org/support/users/wpcodeus/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Proposals] Translate terms](https://wordpress.org/support/topic/translate-terms-2/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/translate-terms-2/#post-12400000)
 * Hello Elsa!
 * All text is wrapped in the translatable text function and should work perfectly
   with any translation plugin like Loco Translate and WPML. Please double check
   to make sure you have the correct settings, or reach out to their support team
   for further assistance with their plugins.
 * Another plugin we like to suggest is Gtranslate with you can download here: [https://wordpress.org/plugins/gtranslate/](https://wordpress.org/plugins/gtranslate/).
   Gtranslate will automatically translate all text on each proposal and will not
   require you to change any string manually.
 * Best Regards,
    Kevin W.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sermons] Transfer sermons from Sermon Pro by WP for Church](https://wordpress.org/support/topic/transfer-sermons-from-sermon-pro-by-wp-for-church/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/transfer-sermons-from-sermon-pro-by-wp-for-church/#post-12341892)
 * Hey Anders!
 * Since Advanced Sermons is still very much a new plugin, there is currently not
   a built in function to migrate sermons from 3rd party sermon plugins like Sermons
   Pro to Advanced Sermons.
 * This is something we hope to expand on in the feature and offer to our customers.
 * Best Regards,
    Kevin W.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Sermons] Transfer sermons from Sermon Browser plugin](https://wordpress.org/support/topic/transfer-sermons-from-sermon-browser-plugin/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/transfer-sermons-from-sermon-browser-plugin/#post-12237487)
 * Hey Michelle,
 * We have answered your support questions via your support ticket.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Proposals] Price](https://wordpress.org/support/topic/price-28/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/price-28/#post-12220223)
 * Hello [@thenazman](https://wordpress.org/support/users/thenazman/),
 * It’s impossible to see what it going on without a link to a test proposal at 
   least. Can you please send a url to [contact@wpcodeus.com](https://wordpress.org/support/users/wpcodeus/replies/page/7/contact@wpcodeus.com?output_format=md).
 * It sounds to me like either you have set the paragraph font styling to line height
   1 or 0, or you’re having a conflict with your theme overriding the proposal styling.
   Either way some CSS should fix your issues.
 * Best,
    Kevin W.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Proposals] Price](https://wordpress.org/support/topic/price-28/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/price-28/#post-12205141)
 * Hey [@thenazman](https://wordpress.org/support/users/thenazman/),
 * Please make sure you do no include any characters in the price fields as it will
   auto add the decimals and currency you selected in the settings.
 * Best,
    Kevin W.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[WP Proposals] Nice Plugin](https://wordpress.org/support/topic/nice-plugin-3359/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/nice-plugin-3359/#post-12085327)
 * Hey [@amrod1](https://wordpress.org/support/users/amrod1/),
 * Thanks for the kind words and feedback!
 * We are actually in the process of working on a pro version for WP Proposals and
   any feedback from our users definitely helps shape the final version.
 * The single proposal template is actually designed to not display the sites header
   which is why do_action( ‘wp_head’ ) is not used. That being said, there may be
   conflicts with specific themes users us and how the theme structures their header.
 * The WP Users instead of clients is actually a very good idea. We could probably
   extend this by giving access to proposals by user role types or even assign a
   password for that user to access the proposal if someone wanted it password protected.
   We will talk this over as a team and see what we come up with.
 * Best,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Client Dash] Fatal Error upon installation](https://wordpress.org/support/topic/fatal-12/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/fatal-12/#post-12055198)
 * Benjamin, unfortunately at this time multisite isn’t a supported feature for 
   either versions. Eventually, we do plan on making UCD support a multisite install
   and also integrating a import-export option that would solve both your problems.
 * Our work log has just been crazy busy this year working on a few other plugins
   and our main services. We are hoping to add both of these features early next
   year or sooner depending on our work log.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Client Dash] Fatal Error upon installation](https://wordpress.org/support/topic/fatal-12/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/fatal-12/#post-12053577)
 * Hey Benjamin,
 * You’re most likely getting this error due to a conflict with a 3rd party plugin.
   Here are something you can do to troubleshoot this.
 * 1. Disabled all plugins and activate them one by one to see which one is the 
   culprit.
    2. Instead of network installing Ultimate Client Dash, individually
   install Ultimate Client Dash for each site under your multisite install.
 * Hopefully one of those helps with your issue.
 * Best,
    Kevin W.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Proposals] How To Change Currency to GBP?](https://wordpress.org/support/topic/how-to-change-currency-to-gbp/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/how-to-change-currency-to-gbp/#post-11979486)
 * Hello [@tdlwebs](https://wordpress.org/support/users/tdlwebs/),
 * Additional currency options will be able in the pro release of WP Proposals. 
   We are still in development of the pro version due to our heavy backlog but it
   should be completed in the next month or so.
 * Best,
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Proposals] header broken (double tag)](https://wordpress.org/support/topic/header-broken-double-tag/)
 *  Plugin Author [WP CodeUs](https://wordpress.org/support/users/wpcodeus/)
 * (@wpcodeus)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/header-broken-double-tag/#post-11979483)
 * Hello [@toimisto](https://wordpress.org/support/users/toimisto/),
 * By default you should not be able to view the header of your website when viewing
   a proposal.
 * It sounds like your current theme didn’t properly user the get_header() function.
 * If you would like feel free to send us an email at [contact@wpcodeus.com](https://wordpress.org/support/users/wpcodeus/replies/page/7/contact@wpcodeus.com?output_format=md)
   and I can create some CSS for you to hide the header on your proposals.
 * Best,

Viewing 15 replies - 91 through 105 (of 150 total)

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