WP CodeUs
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Client Dash] need help to show email loginHello @ronavo0,
There has never been a feature to hide email from the login page in Ultimate Client Dash.
It looks like you’re using a few other plugins to alter the login page like SMS login and a url redirect. I recommend looking into those plugins to see if they could be hiding the login form.
Best,
Forum: Plugins
In reply to: [WP Proposals] Hide SCOPE ITEM in timeline item titles?The CSS below will hide the ‘Scope Item’ text per your request.
.wpp-pricing-table .wpp-pt-item-title:before {
display: none!important;
}Tip: I recommend using the browser Google Chrome. To find the element you wish to edit with CSS, right click on the screen and click ‘Inspect’. Then simply click on the element of your choice and it will tell you the ID or class name of that element. There are a ton of videos out there that explain it in more detail.
Forum: Plugins
In reply to: [WP Proposals] full width horizontalline?If you’re using a page builder like Elementor or Visual Composer just set the row to be in grid and add a border at the bottom of the row to have it be full width.
Forum: Plugins
In reply to: [WP Proposals] Question in mindHey @keshabee,
Are you referring to wishing for a drop down quick link in the Admin Bar?
Forum: Plugins
In reply to: [WP Proposals] Template overrides?Hey @quantum_leap,
Unfortunately this is not a built in option. You could always create an override in your themes function.php that could handle this but it would require some custom coding.
It is a good option though that we will look at for adding to the pro version.
Best,
Forum: Plugins
In reply to: [WP Proposals] Create paragraph in Scope service details?Unfortunately this is not a current option as it currently stripes the content and doesn’t alloe codr for security purposes. We are considering adding Html capability in the future but it is still on our backlog.
Forum: Plugins
In reply to: [WP Proposals] full width horizontalline?Hey @kilimats,
Make sure you toggle on the full width content settings under Settings > General and you will be able to achieve the same look as below.
Forum: Plugins
In reply to: [WP Proposals] Hide SCOPE ITEM in timeline item titles?Hey @kilimats,
You can achieve this with some simple CSS by hiding the text. Just add it under Settings > Misc > Custom CSS.
Forum: Plugins
In reply to: [WP Proposals] Stripe payment formNo problem!
I have activated 5 different themes and I am not able to duplicate the issue on our end.
Here are a few different things you can do to troubleshoot the issue for us.
1. I see you’re using the theme Enfold. Try activating a new theme and see if it is a theme issue.
2. Sometimes when you have www. before the domain it functions as a redirect in the .htaccess file which can cause issues with anchor scrolling. When I adjust your url to take out the www. the anchor works properly. I would try changing the url structure.If neither of those solutions work, you can hide the ‘Accept’ button with some CSS or feel free to send over your sites login information at contact@wpcodeus.com and I can investigate it further.
I did notice a few glitches with the currency and the ‘Share with a colleague’ sections background color so I will be rolling out a new update sometime today to fix those.
Best,
Kevin W.Forum: Plugins
In reply to: [WP Proposals] Stripe payment formLooking at the screenshot above that you provided it states “Select a payment form to add to your post or page”.
WP Proposals uses a Custom Post Type which might be why it’s not detectable. The developers should be able to give you a good solution however. If you send over the name of the plugin I can see if there is anyway we can integrate it to work with our plugin in a future update.
The current free version of WP Proposals allows you to add an invoice url which will redirect over to an invoice for payment once a users approved the proposal.
The Pro Version is still in development but we will be hopefully adding a payment gateway directly into the plugin along with options that users can select to change the total cost.
Forum: Plugins
In reply to: [WP Proposals] Stripe payment formHey @kilimats,
This would be a question you would have to ask the developers of the WooCommerce plugin you’re using as it does not related to WP Prosals functionality.
Best,
Forum: Plugins
In reply to: [WP Proposals] Proposal printing issuesWe have chosen to remove the Terms of Condition section from the print to element to many pages being printed.
As for the Footer and ‘Accept’ button we are not able to duplicate this issue. What browser and theme are you using?
Forum: Plugins
In reply to: [WP Proposals] Stripping email formattingHey @gregburnison,
We have fixed the bug and we will be releasing the new update in the next 30 minutes.
Thanks
Forum: Plugins
In reply to: [WP Proposals] Stripping email formattingHey @gregburnison,
I just got back in the office and am starting to debug this issue now. We should have an update released sometime today fixing this issue but I will keep you updated.
Forum: Plugins
In reply to: [WP Proposals] Is the proposal approval method legally binding?George,
This is something you would have to get legal advice on to make sure you have the right context in your terms of conditions.
Best,
Kevin W.