Forum Replies Created

Viewing 15 replies - 91 through 105 (of 150 total)
  • Plugin Author WP CodeUs

    (@wpcodeus)

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

    Plugin Author WP CodeUs

    (@wpcodeus)

    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.

    Plugin Author WP CodeUs

    (@wpcodeus)

    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.

    Plugin Author WP CodeUs

    (@wpcodeus)

    Hey Elsa,

    If you manually click the link: 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.

    Plugin Author WP CodeUs

    (@wpcodeus)

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

    (@wpcodeus)

    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/. Gtranslate will automatically translate all text on each proposal and will not require you to change any string manually.

    Best Regards,
    Kevin W.

    Plugin Author WP CodeUs

    (@wpcodeus)

    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.

    Plugin Author WP CodeUs

    (@wpcodeus)

    Hey Michelle,

    We have answered your support questions via your support ticket.

    Thanks!

    Forum: Plugins
    In reply to: [WP Proposals] Price
    Plugin Author WP CodeUs

    (@wpcodeus)

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

    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
    In reply to: [WP Proposals] Price
    Plugin Author WP CodeUs

    (@wpcodeus)

    Hey @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
    In reply to: [WP Proposals] Nice Plugin
    Plugin Author WP CodeUs

    (@wpcodeus)

    Hey @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,

    Plugin Author WP CodeUs

    (@wpcodeus)

    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.

    Plugin Author WP CodeUs

    (@wpcodeus)

    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.

    Plugin Author WP CodeUs

    (@wpcodeus)

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

    Plugin Author WP CodeUs

    (@wpcodeus)

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