Tuh
Forum Replies Created
-
Hey Anton,
Thanks for your answer.
I don’t really need to lazy load the images when the maintenance mode is on.
I am fine with deactivating lazy load on the front-page when enabling it for now.Thank you very much!
Hey Nastia,
Thanks for the update!
All going well for me, thank you! I hope the same for you!!
Let me know if I can help in any way.
Best,
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] [FIX] Not working variationsHey,
I have the same problem (‘THIS PRODUCT IS CURRENTLY OUT OF STOCK AND UNAVAILABLE.’) but your solution is not working for me.
I’ll try another plugin.Good luck.
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] post_slider_tags_listGot it, sorry for the post but in case someone ask the same question, here is the fix:
$tags[] = array(
array(
‘name’ => ‘project_link’,
‘label’ => __( ‘Project Link’, ‘masterslider’ ),
‘type’ => ‘event’
),
array(
‘name’ => ‘project_custom_tag’,
‘label’ => __( ‘Project Custom Tag’, ‘masterslider’ ),
‘type’ => ‘event’
)
);
return $tags;
}