fariadesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Post My CF7 Form] Creation of dynamic property deprecated@momo-fr did you figure this out? I’m running into the same issue. Thanks!
Forum: Themes and Templates
In reply to: [Understrap] Edit child theme with plain css (not scss)?Thanks @christini! That’s exactly what I did to work around it too. I also have been slightly changing the minified version (child-theme.min.css), which makes me wanting to add all my styles to that file and minify everything at completion.
What do you think?
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Disable new gallery and zoom at single product pagesAwesome! Worked, thanks!
Any idea of how this action would work for removing the lightbox too?I try to add the other function
remove_theme_support( 'wc-product-gallery-lightbox' );
to the same action, but it only “un-styled” the current lightbox, kind removing the black background. But the user is still able to click on the image.Thanks!
Forum: Plugins
In reply to: [WooCommerce] Disable new gallery and zoom at single product pagesThat doesn’t work. I am very familiar with adding custom functions via functions.php file, and I am sure I added them correctly.
Additionally, I switched the theme temporarily to “Twenty Seventeen” and deactivated all the plugin to make sure they weren’t conflicting. None of that worked.
Please advice.
Thanks!