richpig
Forum Replies Created
-
Hi
Don’t worry about this, we’ve used the HUSKY WooCommerce filter plugin instead which works as expected.
Ignore! I found the problem finally under Settings > Styling Options > Individual Components – Events List page wasn’t enabled!!!
Forum: Plugins
In reply to: [Assistant - Every Day Productivity Apps] Save to library endless loadingFinally worked this out! Incase anyone else comes across a similar problem, we use Cookie Script on the websites and marking “keep unknown cookies” under the behaviour tab has solved this.
Hi
The latest version 1.0.6 is already installed.
Forum: Plugins
In reply to: [Faview - Virtual Reviews for WooCommerce] Always 5 star shownPlease ignore this, I found the problem. Something in my theme (GeneratePress) or Beaver Builder was overriding the length of the star rating area, so although WooCommerce was telling it to only color 80% (4 out of 5 stars), the width of the containing div was far wider, hence 80% still covered all the stars.
I had to set the width of the stars to 105px, which then made sure 80% correctly only covered 4 of the stars.
Many thanks.
Just tested it on my site and it is working again with pre-orders enabled.
Forum: Plugins
In reply to: [WP Fastest Cache] Cheetah Logo Appears When Plugin ActivatesHi
Just to add some weight to this, I’m also seeing the new Cheetah logo on desktop WordPress login, but only when using Internet Explorer, its not there on Chrome.
I guess the new logo change has caused it somehow?!
I’ve finally worked this out after another session of trial and error.
It turns out the added <br> rows above a table occur because the <table> code was on separate rows, adding extra <br> for every table entry, e.g
<table>
<tbody>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>This was adding 9 <br> tags to the result pages of my output, one for every line of HTML.
To fix it run the <table> html through a minimiser, such as, https://www.willpeavy.com/minifier/, then paste the minimised code into the page.
You have to be sure not to go back to Visual editing mode as it will reformat the table onto separate rows again, so still not ideal, I hope Frank will eventually look at this and fix it properly.
Its a great plugin but the support is terrible when you’ve paid the best part of $200 for all the options.