jrkellew
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] categories widget after 2.1.3 updateAgreed with Exmido, it is not a styling issue as I have 2.1.2 running on my local server and on the main shop page, the ul that is generated for child categories is empty as intended. This is not the case in 2.1.3
Forum: Plugins
In reply to: [WooCommerce] categories widget after 2.1.3 updateYes this update has seriously messed up the categories on our site too. Previously only the parent categories displayed on the main shop page and when you went to a parent category page, you were shown the children of that parent.
Now the main shop page shows all categories, and when you click on a category page you are only shown child categories and nothing else.
Screenshots:
Before main shop: https://dl.dropboxusercontent.com/u/15222959/shop-main.png
Before category: https://dl.dropboxusercontent.com/u/15222959/category.png
After update shop main: https://dl.dropboxusercontent.com/u/15222959/updated-shop-main.png
After update category: https://dl.dropboxusercontent.com/u/15222959/updated-category.png
Is this a mistake or intended? If it is intended I would hazard to say that this will cause issues for a lot of sites and seems a much less intuitive way of presenting categories.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] last update rendered site login impossibleJust to say I fixed this by adding
define('FORCE_SSL_ADMIN', true);
at the very top of the wp-config file.Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] last update rendered site login impossibleI am also experiencing this issue & have in the past with older versions of the plugin. I checked my wp-config file and there was no FORCE_SSL_ADMIN defined in there. I defined it as true and saw no change.
I will revert to 3.2.1 for now.
Forum: Fixing WordPress
In reply to: Custom Category PageAnyone have any ideas on how to do this?
I really can’t think of how to do this unless I modify the main loop to break posts up by month as displayed on the news/events page above.
I have no problem with doing this as he wants the same layout for the main news page as well as all the archival pages, however, I am not sure if this is possible…any suggestions?