320up
Forum Replies Created
-
Forum: Plugins
In reply to: [Woo Align Buttons] Last product in row out of syncTry this for all column layouts:
ul.products li.product { clear: none !important; }
Forum: Plugins
In reply to: [Woo Align Buttons] Last product in row out of syncAs your front page has a 5 column layout, you would also need to add this:
.woocommerce-page.columns-5 ul.products li.product:nth-child(5n), .woocommerce.columns-5 ul.products li.product:nth-child(5n) { clear: none; }
Forum: Plugins
In reply to: [Woo Align Buttons] Last product in row out of syncCopy and paste this in your custom css and see if that works:
.woocommerce-page.columns-4 ul.products li.product:nth-child(4n), .woocommerce.columns-4 ul.products li.product:nth-child(4n) { clear: none; }
This will only work for 4 column layout.
The problem is your theme has
clear: right;
for the last column. It should beclear: none;
for it to work.Forum: Plugins
In reply to: [Woo Align Buttons] Center alignmentWe have built a custom version only 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: Plugins
In reply to: [Woo Align Buttons] Not aligning any moreCopy and Paste this in your custom css and see if that works:
.woocommerce-page.columns-4 ul.products li.product:nth-child(4n), .woocommerce.columns-4 ul.products li.product:nth-child(4n) { clear: none; }
Forum: Plugins
In reply to: [Woo Align Buttons] Category page won’t alignWe weren’t able to view your code, however, version 5.0.0 may help.
Version 5.0.0 has some added triggers to re-activate the script.
Download version 5.0.0 from the bottom of the page Here.
Delete the version you currently have installed, then upload and activate version 5.0.0.
Clear any caches you have, and see how you go.We will let you know if there are any major changes in the future.
For now you will not have to upgrade, just keep using that version and ignore any updates.Forum: Plugins
In reply to: [Woo Align Buttons] Last product in row out of syncThe problem is in your themes style sheet:
style-shortcodes.css
on line 716
.last {clear: right; margin-right: 0px !important; }
Try deleting that line.Or try adding:
.last { clear: none; }
in your custom css.
That should fix the problem.Forum: Plugins
In reply to: [Woo Align Buttons] Last product in row out of syncWe would need to see your theme on a demo website where we can view the code.
You should be using version 5.0.0 as it was designed to help with your website.
Just ignore version 5.0.2.
Delete the copy you have installed.
Download version 5.0.0 from the bottom of the page Here.Forum: Plugins
In reply to: [Woo Align Buttons] 3.6.0 aligns your product titles and it looks not goodIt appears that it may only be your theme that is having issues with the titles aligning.
So we have built a custom version you can use.
Download version 5.0.2 from the bottom of the page Here.
Delete the version you currently have installed, then upload and activate version 5.0.2.
With this version you shouldn’t get any out-of-date warnings.Forum: Plugins
In reply to: [Woo Align Buttons] 3.6.0 aligns your product titles and it looks not goodYou can revert back to version 3.5.8 for now.
Download version 3.5.8 from the bottom of the page Here.
Delete the version you currently have installed, then upload and activate this version.
We will address this issue in an upcoming update and let you know.Forum: Plugins
In reply to: [Woo Align Buttons] This plugin Just work with the list of products?UPDATE
You can also download the latest release on GitHub.
Download the Source code (zip) and install as normal.Forum: Plugins
In reply to: [Woo Align Buttons] This doesnt seem to workUPDATE
You can also download the latest release on GitHub.
Download the Source code (zip) and install as normal.Forum: Plugins
In reply to: [Woo Align Buttons] Please helpUPDATE
The latest version of the shopical-child theme can now be downloaded here: