Champade
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Getting a warning in woocommerceI have looked into the settings and cannot find anywhere that I have put 0. After playing around with things, it now looks like this…
Does anyone know how I can get my images back?
Forum: Fixing WordPress
In reply to: Getting a warning in woocommerceSorry, it’s the first line which starts with if…
if ( 0 == ( $woocommerce_loop[‘loop’] – 1 ) % $woocommerce_loop[‘columns’] || 1 ==
Forum: Fixing WordPress
In reply to: Getting a warning in woocommerceI tried deleting this code, but it then did not show any images with my products, although it did remove the error message.
Forum: Fixing WordPress
In reply to: Getting a warning in woocommerceI just don’t want to lose anything that I have done by re-downloading.
The code is as follows:
// Extra post classes
$classes = array();
if ( 0 == ( $woocommerce_loop[‘loop’] – 1 ) % $woocommerce_loop[‘columns’] || 1 == $woocommerce_loop[‘columns’] ) {
$classes[] = ‘first’;
}
if ( 0 == $woocommerce_loop[‘loop’] % $woocommerce_loop[‘columns’] ) {
$classes[] = ‘last’;
}Forum: Themes and Templates
In reply to: [evolve] How to remove the shopping basket overviewHello,
No this is not the issue. The issue is shown below the front page content box saying ‘create an account’ where it says ‘2 products – £30.00’.
This shows on every page.
Thanks.
Thanks Steve, I will post in the forum that you have suggested.
Emma
Forum: Themes and Templates
In reply to: [evolve] How to remove the shopping basket overviewThank you very much for looking into this.
That is strange. Please see my screenshot here – https://snag.gy/cIryo.jpg.
It may be that it only shows up when you are logged in, but it annoys me none the less.Forum: Themes and Templates
In reply to: [evolve] How to remove the shopping basket overviewHello,
Sorry for the delay in getting back to you. My website is champade.co.uk.
Many thanks in advance.