prontotools
Forum Replies Created
-
Forum: Plugins
In reply to: [Broken Link Checker] Fix Redirects IssueHi Patrick,
After fix redirect on the link, the status still show 301 status code. And also hard refresh and clear cache as well.
I’ve recorded the video how I did for fix redirects, please see here: https://www.loom.com/share/30ced4dfef08497d8a7859f2472f1046
Here’s the post link that I’ve tried to fix link text “cloud services”. This link should be direct link, it should not redirect to anywhere.
Could you please help to investigate again?
Thank you!
Forum: Plugins
In reply to: [Broken Link Checker] Fix Redirects IssueThank you for making concern here. I’ve already removed the user from the site and also this I use the staging server to allow you to access.
Anyway I’ve already tried to do these steps as from your suggestion:
– Activate Health Check plugin to troubleshoot the issue
– After use Troubleshoot mode, it’s already deactivate other plugins and themes. Just left only Broken Link Checker and Twenty Twenty One
– Run the broken link checker
– Choose 2 links for fix redirects and use bulk action to apply them
– After applied, there’s message notification: “Replaced 1 redirect with a direct link” but the 2 redirect links still not solved and not gone from the redirection list.Anything you could think of the possibility to have this issue?
Thanks!
Forum: Plugins
In reply to: [Cloudflare] Fatal caused by upgrade to 4.7.0Any update this issue?
I found this error and make the conflict with WooCommerce Xero Integration plugin. Please help to investigate.
- This reply was modified 4 years, 6 months ago by prontotools.
Thanks!
Is this mean we need to enable “Anyone can register” settings on the website? If I would like to use version 1.6.0, right?
Forum: Plugins
In reply to: [Gravity Forms ConnectWise Add-On] ConnectWise not mapping to fields@ettjasoripple thank you!
The best way to troubleshoot this is through the logs. You can see the “Testing and Troubleshooting section below”
https://support.prontomarketing.com/hc/en-us/articles/208460256
Once you take a look at the logs, do you see any errors?
Forum: Plugins
In reply to: [WooCommerce Cart Count Shortcode] Change SizeThank you!
You can add
custom_cssparameter in shortcode to specify custom class.[cart_button items_in_cart_text="Cart" custom_css="custom"]And targeted the custom class in CSS:
.custom { font-size: 14px; }Forum: Reviews
In reply to: [WooCommerce Cart Count Shortcode] Not Working in Updated version of WooDo you have any screenshot or any error? How’s not working for you?
We’ve already tested up with latest WooCommerce version, it’s working fine.
Let us know, if we can help you. 🙂
Thank,
Pronto ToolsForum: Plugins
In reply to: [Gravity Forms ConnectWise Add-On] Not creating records on ConnectWise@rlourenco @leeannasnecs We just deployed an update that should fix your issues. Can you please download the latest version and test again?
Forum: Plugins
In reply to: [Gravity Forms ConnectWise Add-On] Not creating records on ConnectWise@leeannasnecs we’ll send you an update when we have the latest version deployed soon. Sorry for any issues!
Forum: Plugins
In reply to: [Gravity Forms ConnectWise Add-On] Not creating records on ConnectWiseHey @rlourenco, thanks for reporting this. This is likely related to a change ConnectWise recently made in their API. Specifically related to company and contact types.
We’re working on a fix now and will keep you updated on progress and resolution.
Forum: Plugins
In reply to: [WooCommerce Cart Count Shortcode] Hide link completely when 0 items in cartHi @cbservices and @p_r_i_m_e,
Sorry for late response.
Now we don’t have plan for this feature yet but we have some workaround.
You can specify class incustom_cssshortcode parameter to hide that element.Example shortcode:
[cart_button icon="cart" empty_cart_text="Store" items_in_cart_text="Cart" show_items="true" custom_css="custom-class"]Example CSS:
.custom-class a[href*="/shop/"] { display: none; }Thanks,
Pronto Tools- This reply was modified 7 years, 9 months ago by prontotools.
- This reply was modified 7 years, 9 months ago by prontotools.
Forum: Plugins
In reply to: [Login Logout Shortcode] Additional OptionsHey @ziggydesigns, that’s a great idea. We don’t have any plan to extend the plugin at this time.
Here’s the github repo if you’d possibly like to contribute: https://github.com/prontotools/login-logout-shortcode.
Sorry if we can’t accommodate for this one. 🙁
Forum: Plugins
In reply to: [WooCommerce Cart Count Shortcode] How to change color@noeortizs does it work if you just tarted the class then?
.woo-cart { color: red; }Forum: Plugins
In reply to: [WooCommerce Cart Count Shortcode] How to change colorHi @noeortizs
You could target the icon like this:
HTML:
<a href="#" class="woo-cart"><i class="fa fa-shopping-cart"></i> Store (0)</a>CSS:
.woo-cart i.fa.fa-shopping-cart { color: red; }Let us know if that works or if you have any issues.
- This reply was modified 8 years, 2 months ago by prontotools.
Forum: Plugins
In reply to: [WooCommerce Cart Count Shortcode] add to cart updating@simonclay – sure thing. We’ll keep this thread updated once we have an enhancement.