nood
Forum Replies Created
-
I added this to my jQuery
$('.ms-image img').attr('src', function(){ return $(this).attr('src').replace('-scaled.gif', '.gif'); });
- This reply was modified 4 years ago by nood.
Forum: Plugins
In reply to: [WooCommerce Sold Individually for Variations] It is still working?This doesn’t work. I have one product with two variations.
I checked Apply “Sold individually” to variations and I was able to add different variations to the cart.
I then checked Sold individually on both and tried again and I could still add different variations to the cart.
I removed the SKUs from the variations to see if that was the problem, and then tried with and without Sold individually checked on both variations.
I checked Enable stock management at product level as per the screenshot even though that’s handled by the variation, again just to make sure it wasn’t because that was required.It doesn’t work, unless you’ve done something somewhere else that’s not been taken into account.
- This reply was modified 4 years, 6 months ago by nood.
Forum: Themes and Templates
In reply to: [Singl] Make Header invisible on individual pages?If there are only a couple of pages where you need hide the header, that answer is suitable. However if the no-header option is going to be more common your best bet is to create a page template.
Forum: Themes and Templates
In reply to: problem with theme 'Delicate' by nattywpah, it does save but it uses the wrong option.
in themes/delicate/functions/admin-framework.php LINE 88
replace$t_custom_logo = get_option( "nattywp_custom_logo" );
with
$settings=get_option("delicate_settings"); $t_custom_logo =$settings['nattywp_custom_logo'];
Unfortunately I don’t know how the values get put into the theme settings page, someone will have to help out.
Forum: Themes and Templates
In reply to: problem with theme 'Delicate' by nattywpThe instructions by claudetm are right but the theme does not save the logo option.
Forum: Plugins
In reply to: [Plugin: Page Flip Image Gallery] Images not appearingWatching the network monitor I can see that the ones that aren’t loading are PNG images. A few pages in there’s a JPG which loads fine.