Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
This reply has been marked as private.
Hmm how is that possible. I checked the location and the file from the backup data (when it was working) and the file and locations are exactly the same. The only file I created was neighborhood-child/woocommerce/single-product/product-image.php. The only variable I can see is that WordPress was updated. I also replaced and removed my custom product-image.php and it still doesn’t work, so you’re right, I’m assuming it’s with the code that calls the product-image.php page itself. Do you happen to know what this file is called so I can compare it to my previous versions?
I’ll delete any “extra” files that may have been created during testing, and after a backup I’ll install the new .zip file after emailing you from themeforest.
This reply has been marked as private.Figured it out! It was a simple css rule. In my absentmindedness I did this:
.summary-top {border:0px; display:none;}
I re-enabled the original flexslider that came with the template and deleted the files that coded for the lightbox from the child theme. Still no price showing up… :/
It’s just a lightbox that was hosted on CDN but I moved it to local, but there were no prices showing up either way. I will see if it is interfering with the code, though and will update you.
I just bought Essential Grid and had it display the information like I wanted, it’s very visual and easy to edit and works w/ woocommerce.
Thank you, it worked!
I tried putting it after “<?php” open tag but it did not work. The link to a product page on my site is:
http://undergroundvisionaries.com/store/black-shoes/
Here’s the code I’m using:
<?php add_filter( 'woocommerce_product_tabs', 'custom_woo_remove_reviews_tab', 98); function custom_woo_remove_reviews_tab($tabs) { unset($tabs['reviews']); return $tabs; } ?>
I posted this same code to my child functions.php and it didn’t work. I’m using a lightbox and I have an add_action for my lightbox in the functions.php file and it’s working fine. Are there any alternatives?
-
Posted in: We hit Power Elite.