320up
Forum Replies Created
-
Forum: Plugins
In reply to: [Woo Align Buttons] Stars Product CollapsingWe will need to see a link to your website to inspect what your theme developers have done to cause the problem.
Forum: Plugins
In reply to: [Woo Align Buttons] Not working with StudiopressUnfortunately, the StudioPress Mai Law Pro theme has been heavily modified and this plugin can not work as intended.
For such an expensive theme the StudioPress developers should have addressed the issue with aligning the buttons.
However, we have built a modified version of the plugin that may address some of the issues.
Download version 100.5.6 from the bottom of the page Here.
Delete the version you currently have installed, then upload and activate version 100.5.6.
Clear any caches you have, and let us know how you go.Forum: Plugins
In reply to: [Woo Align Buttons] Change #woo-height to .woo-heightThanks for the reminder.
We’ll change it in the next update.Forum: Plugins
In reply to: [Woo Align Buttons] Plugin breaks Xstore ThemeWe have inspected the XStore theme code and unfortunately it has been so heavily modified that it is not possible for this plugin to work with this theme at all. Perhaps you could try some css to improve the button alignment or contact the theme developer for support on how to fix their theme.
Forum: Plugins
In reply to: [Woo Align Buttons] Working with Product Subtitle fieldWe were unable to replicate the issue using the subtitle plugin.
As per the FAQ section of the plugins general settings page, you can apply css to help resolve the issue.
Try adding this to your “Additional CSS” section of WP Appearance/Cusomize:.product-subtitle { padding-top: 10px; }
See if that helps.
Forum: Plugins
In reply to: [Woo Align Buttons] Woo align button doesnt work on oceanwpTry this custom version for OceanWP Theme.
Download version 5.0.1 from the bottom of the page Here.
Delete the version you currently have installed, then upload and activate version 5.0.1.
Clear any caches you have, and let us know how you go.Forum: Themes and Templates
In reply to: [OceanWP] Add to cart button alighWoo Align Buttons has a workaround for OceanWP Theme.
Download version 5.0.1 from the bottom of the page Here.
Delete the version you currently have installed, then upload and activate version 5.0.1.Forum: Plugins
In reply to: [Woo Align Buttons] Buttons don’t align when using ajax filtersWe have not been able to test it yet, however, it appears your plugin has a JavaScript/CSS tab in its settings.
Try adding the code below in the JavaScript “After Update:” section.
wooAlignButtons();
See if that helps, and let us know.
Forum: Plugins
In reply to: [Woo Align Buttons] Avada themeHi Dick,
We were not able to access your website to view your exact code, however, you can try this custom version and see if it helps.
Download version 9.0.5 from the bottom of the page Here.
Delete the version you currently have installed, then upload and activate version 9.0.5.
Clear any caches you have, and let us know how you go.Forum: Plugins
In reply to: [Woo Align Buttons] Does not work with lates V of woo 5.2.2Unfortunately, the Shopkeeper theme has been heavily modified and this plugin can not work as intended.
The Shopkeeper theme developers should have addressed the issues with aligning the buttons.
However, we have built a modified version of the plugin that may address some of the issues.
Download version 5.0.4 from the bottom of the page Here.
Delete the version you currently have installed, then upload and activate version 5.0.4.
Clear any caches you have, and let us know how you go.Forum: Plugins
In reply to: [Woo Align Buttons] Does not work with lates V of woo 5.2.2This plugin is designed to work on unmodified WooCommerce files. If your theme has modified any WooCommerce product templates or added hooks that affect those templates or files, this plugin may not work.
We would need to see a link to your website with the modified theme to see if anything can be done.Forum: Plugins
In reply to: [Woo Align Buttons] Not working when using infinity scrollWe have built a custom version with additional triggers that may help.
Download version 5.0.3 from the bottom of the page Here.
Delete the version you currently have installed, then upload and activate version 5.0.3.Forum: Plugins
In reply to: [Woo Align Buttons] Not aligning any moreLeave a link to your website with the alignment issues.
Forum: Plugins
In reply to: [Woo Align Buttons] Not aligning any moreThe problem is your theme has
clear: right;
for the last column. It should beclear: none;
for it to work.Try adding this to your “Additional CSS” for all column layouts:
ul.products li.product { clear: none !important; }
Forum: Plugins
In reply to: [Woo Align Buttons] Center alignmentTry adding this to your “Additional CSS”:
#woo-height { text-align: center; }