daniish
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product Expiry DateHi Lorro,
Thanks for getting back to me. This plugin does exactly what i need so it would be awesome if i can get it working on my site.
I’m glad to hear that others have it working for 4.1.1 so perhaps it can be tweaked.
I have tested the plugin by adding an expiry date to a woocommerce product that i set to expire (delete) on the 1st March:
https://www.willowgalleryoswestry.org/product/march-2015/Similarly, i set the following post to expire on the 10th April and it is also still visible:
https://www.willowgalleryoswestry.org/colour-exploration/However, as you can see it is still visible. do you have any suggestions?
Forum: Plugins
In reply to: [WooCommerce] Product Expiry DateHi Lorro,
Thanks the post-expirator plugin is just what i was looking for!
Unfortunately, it is no longer supported and it doesn’t seem to work with 4.1.1, so i’m need to find an alternative. Any ideas?
Thank you very much!
Forum: Plugins
In reply to: [Featured Image Thumbnail Grid] display post thumbnails between date rangeFantastic!
Any idea at this time, when the next release will be?
Many thanks
Hello Sam,
Thanks for that. Your CSS code works for about half of my pages!
For instance the following pages:
Workshops, Venue Hire, News, Shopstill have a white line showing. Have you any ideas why this might be?
Many thanks again for your help
Forum: Fixing WordPress
In reply to: What is the HTML to produce this table layout?Thanks Matthew, TablePress did the trick!
Forum: Themes and Templates
In reply to: [GK Portfolio] Display Category instead of TagGavickPro, alas it seems your code doesn’t actually work.
You can see it here: https://www.globexposure.net/willowgallery/
Forum: Themes and Templates
In reply to: [GK Portfolio] Display Category instead of TagThank you.
On the WordPress Codex page I found this:
<?php /* Get all Sticky Posts */ $sticky = get_option( 'sticky_posts' ); ?>
Can you tell me how I would create a conditional statement with your code above, so that it displays just the category, but only for sticky posts?
Forum: Plugins
In reply to: [WooCommerce] Unable to add products to basketThanks so much lorro!!!
Problem solved ??
Forum: Plugins
In reply to: [WooCommerce] How do I remove shop widgetsThanks lorro!
Your custom CSS solved the problem ??
Forum: Plugins
In reply to: [WooCommerce] How do I remove shop widgetsYes I’ve tried that already!
Appearance -> Widgets only shows me the single (Footer: Text widget) widget that I have installed on the rest of my site.
The Woocommerce Shop page displays 3 widgets that are not shown elsewhere, and are not configured in the usual WordPress Dashboard -> Appearance section.
Forum: Plugins
In reply to: [Jigoshop] Catalog image size CSSI solved the problem by removing the jigoshop plugin and replacing it with the woocommerce plugin.
Forum: Plugins
In reply to: [Flexible Post Filter] thumbnail sizeI found the following plugin does what i need:
Forum: Themes and Templates
In reply to: block link in my theme has slipped onto a new lineEdited style.css to reduce the margin-right value:
.t_bloc_1{
border:1px solid #eaeaea;
display: inline-block;
margin-right:5px;
height: 180px;
outline: medium none;
overflow: hidden;
text-align: center;problem solved!
Forum: Themes and Templates
In reply to: CSS formatting problemEdited style.css to reduce the margin-right value:
.t_bloc_1{
border:1px solid #eaeaea;
display: inline-block;
margin-right:5px;
height: 180px;
outline: medium none;
overflow: hidden;
text-align: center;problem solved!