Marco2014
Forum Replies Created
-
Update
I succeded in creating a required and unchecked checkbox.
I still don’t know how to create a link to a page out of it.
Thanks
Forum: Fixing WordPress
In reply to: WordPress 4.1 images shaded in Insert Media > Media librarySorry,
I didn’t get you or didn’t make myself understood.WordPress 4.1 is not changing the color of images in media library. It shades them.
No problem when I publish them. I see them correctly.
It’s just an issue in the media library. If you have hundreds of images, like in an eShop it is difficult to manage them.
I need the images in Media panel > Media library to be displayed in full colors. But don’t know how.
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Cart icon always to link to cart pageThanks, it worked.
Again, Merry Christmas.Forum: Plugins
In reply to: [WP Menu Cart] Cannot display "Items Only" in menuYou too, Merry Christmas! ??
Forum: Plugins
In reply to: [WP Menu Cart] Cannot display "Items Only" in menuYou’re right, it was a caching problem.
Thanks for your help and early reply.Forum: Plugins
In reply to: [WooCommerce] No date shown in Orders panelHi guys,
thanks for replying me so soon.I found the problem!
As I needed the European date format, I used the following code to
set the EU date:add_filter( ‘post_date_column_time’ , ‘woo_custom_post_date_column_time’ );
function woo_custom_post_date_column_time( $post ) {
$h_time = get_the_time( __( ‘d/m/Y’, ‘woocommerce’ ), $post );
return $h_time;
}I commented it and got back the date in the WooCommerce Order panel.
Actually, the EU date can be set from the WP General Setting panel and works for WooCommerce and its plugins. There’s no need of adding code.
Thanks again for your support.
Forum: Plugins
In reply to: [WooCommerce] Snippet to change number of products per page not workingIn the General settings > Number of Posts displayed on Archive pages
was set on 5.
I’ve changed it on 9 and now it works.Forum: Plugins
In reply to: [WooCommerce] Standard Reduced Rates: only Standard calculatedSolved.
On the “Tax Rates for the “Reduced Rate” Class” the “State code” field was not properly written.