sle
Forum Replies Created
-
OK, I understand. When I select import to existing products, new products are added, but old products, (wich are not in XML file) are still there. Not deleted. I need to delete obsolete items.
Note: i do not use pro version yet.Forum: Plugins
In reply to: [WP Product Review Lite] Average Score is wrong?Hi, plugin calculate score from 5 Product Options Setting. You have only 3 options in “Product Options Setting”
Open in plugin directory/inc/cwp_frontpage.php
and delete lines 41, 42
`if(!empty($option4_grade)) { $overall_score += $option4_grade; $iter++; }
if(!empty($option5_grade)) { $overall_score += $option5_grade; $iter++; }`
This should count on correct score.
Sorry for bad englishNeal, first you got to create custom taxonomy. For example: Location, …
Use plugin Custom Taxonomy CreatorThen install plugin Query Multiple Taxonomy version 1.5.1. and widget move to sidebar. Set filter taxonomy and that’s it.
Automatically displays results – see somewhere in this forum, there are many interesting solutions for setting.
My site goes on the latest wordpress, I do not know why it is not working.. Try it on some base wordpress theme
and.. after upgrade wordpress, restart permalinks
Hi, try the older version 1.5.1. It works as you need.
See my page.. on the right side is the filter is created by this plugin.
https://fooddrink.sk/Forum: Plugins
In reply to: [Geo Mashup] Multiple Categories filterit is exactly I need. Many thanks ??
Forum: Plugins
In reply to: [Geo Mashup] Multiple Categories filterCategory filters for global map. It is interesting for me too..
Ok, I will try to use your plugin without these restrictions. In addition, this is exactly what I was looking for. Thank you Tobias
Hi, I have a few questions about Role mangment
I want set a list of tables so, that the user (author) seen and edited only its own tables? Can admin change autor of the table? As is the case with pages and posts?