Yiorgos Theo
Forum Replies Created
-
Forum: Plugins
In reply to: [Captcha] does not work for woocommerce loginThe code above works great for woocommerce but it’s a little tricky to configure. I’ll write a detailed step-by-step guide later this week when I find some free time.
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Shortcodes issueWorks great! Grazie Marco!
Forum: Plugins
In reply to: [Remote Dashboard Notifications] FeedbackGreat plugin guys. The instructions are very clear and easy to follow. I received the first notification on my theme’s dashboard within 10 minutes of downloading the plugin. I wish everything was so easy to setup. Saved me quite a bit of work… Thank you…
Forum: Plugins
In reply to: [WP Customer Area] Private file for different usersgo to: Customer Area > Settings > Capabilities
In the Private Files tab under the section Front Office check if you have the View private files checkbox activated for Subscriber
Forum: Plugins
In reply to: [Download Manager] Problem with Dashboard Loading in the Latest VersionI had the same problem. This is how I fixed it:
In the file functions.php of the plugin, find the following line:
add_action('wp_dashboard_setup', 'wpdm_add_dashboard_widgets',999999 );
Delete this line or comment it out. This removes the widget altogether from the dashboard.
Forum: Plugins
In reply to: [Taxonomy Images] Image Uploader box is too smallditto…
Forum: Plugins
In reply to: [Ultimate Posts Widget] Display child category posts from parent?I need this functionality as well, so maybe for the next version or
If you have the time and feel up to it, maybe you can paste a code snippet to modify the existing code
I recall that I read somewhere in the codex to add posts to child categories only, not both parent and child.
Thanks for the great plugin, I think it’s the best of its kind.
Regards,
Yiorgos
Forum: Fixing WordPress
In reply to: Adjust number of displayed posts based on browser's resolutionWorking on the same thing and I think it’s doable.
1. detect screen resolution with javascript or jquery if you already load it.
2. Pass screen res to php
3. Use counter in the loop to adjust displayed posts accordingly, something like this