pmk96
Forum Replies Created
-
Forum: Plugins
In reply to: [Flow-Flow Social Feed Stream] Inside iframe or scrolling box?So I reduced the height and added overflow-y to scroll which seems to be working but I cant make it any less then 1000px because thats what the min-height is set to but I cant seem to change that
Forum: Plugins
In reply to: [WooCommerce] Related Products do not changeJust a thought, is there a way to make the related products filter under sub-categories?
My site is for a camera shop, so my categories are by ‘New’ and ‘Used’ Cameras, and then brands as sub-categories under the two.
Would it be that when I click on any product under ‘Used’ cameras, regardless of the sub-category brand it will display anything under ‘Used’ as related?
Forum: Plugins
In reply to: [WooCommerce] Related Products do not changeyes, I originally put everything into categories but the same 4 products would always display in a different order on every product regardless of there category, which where the first 4 products in the shop. I tried adding tags to all the products to see if this would help filter them but no change.
I then added this code to allow more products, but now it still picks any 4 random products from the shop again regardless of the category, there’s just more products to randomly pick from now.
Currently my site is still local, I may have to put it live to be able to show others and get help as I can’t seem to figure it out.
Forum: Plugins
In reply to: [WooCommerce] Related Products do not changeSo I add the code into my functions.php, which allows me to create a bigger pool to choose from, but its still completely random and does not sort by category, any suggestions or thoughts?
Forum: Plugins
In reply to: [WooCommerce] Related Products do not changehi, I’ve tried the code and it now produces random products from the amount from my pool, but it still does not take from categories or tags, just random from the first 10 or any other number I add from the pool from the shop. On woocommerce site it says the related products should take from the same category and tags, mine are not
Forum: Plugins
In reply to: [WooCommerce] Related Products do not changeI have the same problem, trying to find a solution but can’t seem to find anyone else with the issue. I’ve found that the same products showing are actually the first 4 products I entered into the shop, regardless of what category they are in it only shows those 4 on every product.