WP Darko
Forum Replies Created
-
Forum: Plugins
In reply to: [Team Members] Align Team Members CenterHello, you are not using our plugin (WP Darko). You should contact the other plugin’s author for help. 🙂
Forum: Plugins
In reply to: [Team Members] Filter by department?Hello,
You can’t do this from the plugin directly, but you are not limited in the number of teams you can create and you could use a plugin like Post Duplicator to clone a team and add/delete members. You could have a team per department.
If you want to know more about duplicating a team, please check out this article.
Forum: Reviews
In reply to: [Responsive Pricing Table] Nice Plugin, Great ServiceHi Nick,
Thank you so much for your feedback, it means a lot to us!
Forum: Plugins
In reply to: [Responsive Pricing Table] Undefined variable $old_table_tooltip_indicatorSorry for the delayed answer.
We’ve added this to our ToDo, thank you very much for your feedback, it will be patched.
Forum: Plugins
In reply to: [Responsive Tabs] Cannot Edit content of a tab4.2.2 is the latest PRO version indeed.
Thank you for your feedback, we will be looking into this soon.
Forum: Plugins
In reply to: [Responsive Pricing Table] Extra Table for DescriptionHi there,
Sorry for the delayed answer, this is currently not possible with the plugin, all of your plans will have their own feature list.
Forum: Plugins
In reply to: [Team Members] No pictures when the width is more than 1000pxHello,
You have custom CSS code that’s hiding the pictures.
.tmm .tmm_container .tmm_member .tmm_photo { border-radius: 0 !important; padding-bottom: 0; }If you remove
padding-bottom: 0;everything should work as expected.Hope this helps.
Forum: Plugins
In reply to: [Responsive Pricing Table] Change title sizeHello,
Could you please reach us here: https://wpdarko.com/support
A developer will help you with this.
Note: our assets (CSS) are minified, so editing rpt_style.css wouldn’t work. The best thing to do is used WordPress’ built-in custom CSS area, in the Customizer.
Forum: Plugins
In reply to: [Responsive Tabs] Cannot Edit content of a tabHello,
This error message indicates that you are not using the latest version of the plugin. We have replaced these deprecated methods a very long time ago.
Could you reach us at https://wpdarko.com/support and send us your license key so we can help you with this. You need to install the latest version.
Forum: Reviews
In reply to: [Responsive Pricing Table] Great pluginThank you SO MUCH for this, we really appreciate it 🙂
Forum: Plugins
In reply to: [Responsive Tabs] Weird Styling issueHi there,
Sorry we didn’t see your replies earlier. Glad to hear you solve this issue!
Forum: Plugins
In reply to: [Responsive Tabs] Weird Styling issueHi there,
Somewhere in your stylesheet you have something generic that targets a selector we are using. It should be more specific in order to not target the tab content.
.active, .collapsible:hover { background-color: #0040ff !important; }This line is what causes the styling issue.
- This reply was modified 4 years, 9 months ago by WP Darko.
Forum: Plugins
In reply to: [Responsive Tabs] Cannot Edit content of a tabIt is also possible to use the Text tab in the editor.
What we will do in the coming days is have a text area fallback for when ACF is active. We will keep you updated here.
Forum: Plugins
In reply to: [Responsive Tabs] Cannot Edit content of a tabWhat can be done for the moment is to temporarily disable ACF in order to edit the tab content with the editor.
We will try to implement a fallback for when ACF is activate and show a text area instead.
Forum: Plugins
In reply to: [Responsive Tabs] Cannot Edit content of a tabHi all,
We are looking into this, we will reply here and to anyone who’s asked us on the support platform.