brybott
Forum Replies Created
-
Forum: Plugins
In reply to: WooCommerce Product Page Bread Crumbs Solutionremyl,
I put the above code directly in the functions.php file of my child theme.
The path looks like this:
wordpress > wp-content > themes > mystile-child > functions.php
It might be possible that Woo Commerce has been updated and this code no longer works with the updated version.
Sorry I can’t be of more help.
Forum: Plugins
In reply to: [BNS Featured Category] 2 suggestions for future releasesIf only I knew how to utilize that bnsfc_link hook.
I previously had just changed the ‘∞’ to ‘Read More’ on line 819 of bns-featured-category.php, but it got over-written on the update (as expected). Do you have a suggestion to make it update proof?
Looking into the code a bit, the issue is arising because functions such as the_title, and the_permalink, etc. are being used to display the category’s posts. But those functions take their info from the current post which is then being used to populate the widget ouput.
Unfortunately, I don’t know how to go about fixing the issue, but maybe it will spark something for someone else.
I’m having this same issue.
In addition, if you visit a category that has no posts, all the widgets and their categories will say there are no posts, despite having posts.It seems as if the widget is being over-ridden by the selected category.
Any help/updates would be awesome.