Forum Replies Created
-
in reply to: WooCommerce Products page messed up after the update
The line is commented, as shown. The issue still persists. Using that file from the previous version removes the issue (but brings back visual glitches from the previous version). This is a live production site, and I would really appreciate an update fixing this as soon as possible.
in reply to: WooCommerce Products page messed up after the updateThis reply has been marked as private.in reply to: WooCommerce Products page messed up after the updateThis reply has been marked as private.in reply to: WooCommerce Products page messed up after the updateAnd, I I wrote in my post:
Sorry, but it doesn’t seem like a WooCommerce that is referred in the other topic. The issue only appeared after the update to the Specular theme. (Woo Commerce wasn’t updated at that time).
Furthermore: if I replace content-product.php from the previous version of the Specular theme it seems to be working fine…
Credentials are following in the next post
I have WooCommerce Subscriptions extension installed.
Ok, thanks for the info!
in reply to: WooCommerce Products page messed up after the update“Tested”, — seriously? :) — the lines 43-45 in the content-product.php that came with the latest update of the Specular theme are *exactly* the same as the “recommended fix” lines in the topic you sent. Here, check yourself:
// Extra post classes
$classes = array();
if ( 0 === ( $woocommerce_loop[‘loop’] ) % $woocommerce_loop[‘columns’] || 1 === $woocommerce_loop[‘columns’] ) {
$classes[] = ‘first’;
}if ( 0 === ($woocommerce_loop[‘loop’] + 1) % $woocommerce_loop[‘columns’] ) {
$classes[] = ‘last’;
}Btw, what is the standard updates schedule for the theme? One update — per…?
in reply to: WooCommerce Products page messed up after the updateSorry, but it doesn’t seem like a WooCommerce that is referred in the other topic. The issue only appeared after the update to the Specular theme. (Woo Commerce wasn’t updated at that time).
Furthermore: if I replace content-product.php from the previous version of the Specular theme it seems to be working fine (together with the visual glitches from the old version, which seems to be fixed in the new one). The new version screws it up to show all in one column.
Again, after a quick inspect of the html on that page it seems that *all* products on the page have CSS class ‘first’ assigned to them (usually only first product should have it).
What is a membership plugin?
in reply to: WooCommerce Products page messed up after the updateThis reply has been marked as private.I’ve enabled the user back again.
Please note: the plugins are now back to enabled, – this is a live company site so we need those plugins and we only disabled them to run that test. Again, even with *all* plugins disabled (the only one left was Visual Builder itself and your skin) that situation persisted – when logged in, nothing shows in the grid
I’ve disabled all plugins, leaving only Visual Composer active. The situation still persists – when I’m logged in the masonry grid shows as empty.
Hiding via CSS is not exactly a good solution. (SEO and page load speeds considered).
Anyway, what’s a point of having custom sidebars if they just add to a generic one? — If I so want a content of generic one to be in the custom — I’ll simply add it to the custom one.
Right now, as is – I think this feature is broken, at least for me. Any chance you can add it to the list of changes for one of the next releases?
in reply to: Contact Form 7 is not styledOk, will do.