marekswp
Forum Replies Created
-
Forum: Plugins
In reply to: Products (showcase) plugin?the main categories / filters are as mentioned size and color but as many options there are the better.
I found “Ultimate Product Catalogue Plugin” but it’s not excatly the same. Maybe someone knows something like that or better. 🙂
Forum: Fixing WordPress
In reply to: How to remove copyright notice from footer (evolve 2.7.1 theme)you hace to change the functions.php file in evolve/library/functions/functions.php line 282, it begins with $credits.
if you are familiar with php and html it should be easy to change it via php script, and you problably can’t access that script via wordpress editor so you need to access it via FTP.
Forum: Plugins
In reply to: Aqua-resizer and WMPL togetherHmm, i just thought that if i change the code so that it checks the url and if it has a “?lang=” part in it, it erases that and leaves only the main part.
For example : http://www.website.com/products/?lang=es -> http://www.website.com/products/
but my php skills are quite off, so maybe someone can help me with that line of code?
Forum: Plugins
In reply to: products with descriptionThank you for your response.
And yes i use responsive theme.
But there are one downside with tabs – because it would be nice if all images are shown and customer can choose via visual. With (accordion) tabs they have to click on each tab to view the content (with description its okay, but the image is also included in tab) and with over an 100 products it’s quite unlikely that they are willing to do that.