David 279
Forum Replies Created
-
Forum: Plugins
In reply to: [Product Country Restrictions] Not Working with Variable ProductsDid you have any luck solving this I have exactly the same problem
Forum: Plugins
In reply to: [Photo Gallery by 10Web - Mobile-Friendly Image Gallery] Errors in HTMLPlease let me know if this is a bug or something I can resolve in one of the settings
Forum: Plugins
In reply to: [WooCommerce] Product featured image not showingJust had this problem myself the images were actually there and clicking on one brought up the lightbox with the image but they were not actually displaying. I Found that adding
.product.has-default-attributes.has-children>.images {
opacity: 1!important;
}To my CSS fixed it, bizarrely I have no idea how it got switched to opacity 0 overnight
Forum: Reviews
In reply to: [Shopping Cart & eCommerce Store] Reported bug, wanted me to buy more supportTo be fair I had an issue with a customers site with a similar, silly bug, I reported it online and despite being well out of the support contract they fixed the problem very quickly at no charge.
I happen to know what causes this, you need to set Each event spans to 0 days not as you would imagine 1 day
Forum: Plugins
In reply to: [Max Mega Menu] Lost Sticky functionsAh cheers for that, maybe something has altered with the theme or maybe I am just going mad, either s possible
Forum: Plugins
In reply to: [Max Mega Menu] Lost Sticky functionsThis site used to have a sticky menu https://www.downhillonly.com/
This one still does https://www.dhoracing.com/Forum: Plugins
In reply to: [WooCommerce] Cannot add any products to cart after WordPress 4.5 updateLooks like I have the same problem, what a pain, will give the above solution a try
Forum: Plugins
In reply to: [WooCommerce] Odd problem on My account PageResolved
Forum: Themes and Templates
In reply to: [Responsive] Problem with woocommerce my account pagenever mind I sorted it by adding </div> after the shortcode and it works
Forum: Plugins
In reply to: [WooCommerce] Odd problem on My account PageActually I sorted it all I did was add </div> after the shortcode using the text editor and it worked ! Much to my surprise, thank you for your help though
Forum: Plugins
In reply to: [WooCommerce] Odd problem on My account PageThat pretty much sums up what I thought, just wasn’t sure how to fix it, I’ve not got any template overrides set and I’ve not touched any of the default .php files from woo, however I tried it in twentytwelve with the widget on the right and it works fine, using it with the unmodified responsive theme gives the same problem though so it’s not something I’ve done ?? Tried it with different themes with a left sidebar and it works so I guess it’s an issue with the theme, no idea why it only happens with only the accounts page though
Forum: Themes and Templates
In reply to: [Customizr] Force featured pages to stay 3 across on mobile ?Appears to make no difference ??
I tried
add_filter(‘foogallery_attachment_html_link_attributes’, ‘add_foogallery_link_rel’, 10, 3);
function add_foogallery_link_rel($attr, $args, $attachment) {
$attr[‘rel’] = ‘prettyPhoto[pp_gal]’;
return $attr;
}But that doesn’t work at all
Sorry for this I only started working with wordpress a couple of months ago and I’m really not experienced at modifying the various .php type files, I’m guessing I need to attach lightbox but then do something to get the prettyPhoto gallery to work
Forum: Plugins
In reply to: [WooCommerce] Prevent purchase of 2 similar products at same time2 distinct products, essentially Book a is over 300 pages whilst book b is about 30 pages on a specific topic extracted from book a, so two distinct downloads as well