f.paulus
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Product Catalog] How to arrange correct URL?I found how to create Pretty Permalinks for products. But I still have some questions:
1. Why I have”/?” at the end of URL
2. How can I arrange site.com/products/category/slug instead of site.com/products/product/slug
3. How can I make the same for category? “site.com/products/category” instead of “site.com/products//?categories=1”Thank you in advance!
Now I use v.1.9.13, because in case of higher version the high load on server observed.
Have you not heard about this problem before?I haven’t, but as I understood plagin generates requests to database everytime. After installing 1.9.13 the load on server is less 100 minutes, but before it was 200-500 min.
Hi Cais,
The problem is that plagin creates high load on server. There is information in the article that on one web site when NextGEN Gallery plagin used (version 2 or higher) the load was:
117 (requests) / 9,643 (time) / 93mb (memory)
when version 1.9.13 used:
32 / 1,117 / 21.92mbTable wp_option befor cleaning was 800 Mb (contains mainly displayed_galleries_… and _transient_…), after cleaning 1 Mb
Plagin creates requests like
DELETE FROM wp_options WHERE option_name like ‘_transient_%’ OR option_name like ‘displayed_galleries%’Tobias,
Of couse we will wait. Thank you very much for your job!
Brg,
PavelTobias,
If you will have time, please upgrade discribed above possibility.
Now I’ve solve the problem using
[table id=123 hide_rows_logged_out=”3-100″ /]Hi Tobias,
I understood that second way is better for me, but there is a problem. I have many tables with diferent amount of rows. Is it possible to upgrade TablePress Extension to hide all rows below when we set “?” as second value:
[table id=123 hide_rows_logged_out=”3-?” /]Or how to hide all rows besides first and second?
Hi Tobias,
One more question.
Is it possible to hide 1 column starting from second row? In this case unregistered users will see the possibility and the reson for registration.Tobias, thank you. I will try it.
Hi Tobias,
Thank you very much for the answer. I hoped it might be interesting for you to create this add-on.
Also I have another idea for your plagin. It will be great if admin will can set visability of table content (e.g. 1 of 4 rows) to different user roles. E.g. Unregistered user can’t see all content, but registered see all. What do you think about it?