Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.
Hi David,
That’s the page alright.
It’s still broken in the latest release, and on your own website.
Any idea when it might be fixed?
Thanks,
-BarryThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.I should also mention, that there are 1.5 gigs worth of images. So if you’re going to try regenerating the thumbnails again, you might want to go put the kettle on. 🙂
I have tested, and I know the resized images are there, and exist. The issue is that they are simply not being requested in the HTML.
September 16, 2015 at 5:43 pm in reply to: Changing order and removing items from product summary. #213784This reply has been marked as private.September 16, 2015 at 1:28 pm in reply to: Remove featured image from the top of blog posts? #213627This reply has been marked as private.September 16, 2015 at 1:26 pm in reply to: Remove featured image from the top of blog posts? #213625This reply has been marked as private.September 16, 2015 at 1:13 pm in reply to: Remove featured image from the top of blog posts? #213611Hi,
So Mohammad, I tried your option, and I think perhaps you meant ‘remove_action’, rather than add.
Add actually added a slightly different (full page width), image on top of the other featured image, resulting in three (screen shot attached). The wide featured image, the inline featured image, and then the image we’d included in the actual blog post ourselves (as our old theme didn’t have featured images).
Kyle, I tried your remove_action too, and it had no effect at all I’m afraid.
Attachments:
You must be logged in to view attached files.September 16, 2015 at 12:23 pm in reply to: Changing order and removing items from product summary. #213578Hi Dean,
I understand that, and had used that to get rid of the breadcrumbs and next/previous buttons above the title.
However, everything rendered beneath the price, is all done with the one call to ‘do_action’.
It’s all of those I’d like to re-oder or remove, and that doesn’t seem possible under the standard practice ‘remove_action’ command?
September 15, 2015 at 10:24 pm in reply to: Changing order and removing items from product summary. #213348Hi Kyle,
I had tried that, but call the woocommerce file about 1/2 way down, which controls half of the items posted.
<?php /** * woocommerce_single_product_summary hook * * @hooked woocommerce_template_single_title - 5 * @hooked woocommerce_template_single_price - 10 * @hooked woocommerce_template_single_excerpt - 20 * @hooked woocommerce_template_single_add_to_cart - 30 * @hooked woocommerce_template_single_meta - 40 * @hooked woocommerce_template_single_sharing - 50 */ do_action( 'woocommerce_single_product_summary' ); ?>
Deleting that one line of code removes everything south of the price from the product page.
(stock status, description, meta, sharing, etc… )The way the code is commented, it implies that all of these can be changed, removed, or re-ordered with standard remove_action calls in function.php …
However, having tried this, it doesn’t seem to work.I can add new actions to the woocommerce_single_product_summary, which will appear anywhere I like depending on the priority I give it, but I can’t remove the items as listed in the SwiftIdeas comments in that php file.
September 15, 2015 at 10:04 pm in reply to: Remove featured image from the top of blog posts? #213341Hi,
I tried this and it didn’t work.
For what it’s worth, hiding it with the CSS did work, but as I mentioned, I’d rather pull it from the HTML altogether, and avoid the large download.
You can see both images are still at the top here:
http://preview.mccaul.com/2015/06/carved-engagement-ring-commission/Despite adding the line you mentioned to functions.php in the child theme. (I also tried adding typo just to make sure the functions.php file was being read, was not cached, and it broke as expected. )
Any thoughts?
-
Posted in: We hit Power Elite.