DartThemes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Bug Blog] Hide Author, DatePlease try following CSS
.entry-meta-top { display: none; }Hope that works.
Regards
Forum: Plugins
In reply to: [Product Slider, Product Grid, Product Masonry] Glitching on mobile devicesThanks for your post,
Can you please keep the value of “Slider auto play timeout” larger than “Slider auto play speed”
Please see the screenshot.
Let me know the result, according to your feedback, i will update the plugin.
REgards
Forum: Reviews
In reply to: [Product Slider, Product Grid, Product Masonry] works great, great supportThank you so much for your awesome feedback.
Regards
Forum: Plugins
In reply to: [Product Slider, Product Grid, Product Masonry] align all buttons at bottomThanks for your post,
There is two way to fix this issue, you can use same size(height) of images or set a max height for images, Please see the screenshot how you can do this.
Regards
Thanks for your post,
Unfortunately, i can see you use a different plugin, Please contact correct support forum.
Regards
That’s why its conflicting. we made compatible for WooCommerce post type “product”
if possible please send me copy of your theme file i will try to fix the issue.
Regards
Forum: Plugins
In reply to: [Post Grid] Responsive not workingThanks for your post,
Sorry, the page showing the grid is not built with our plugin, it is visual composer add-on post grid, you should contact correct support. Hope you understand.
Regards
Can you please tell me which plugin you are using for product post types is it woocommerce or something else?
Regards
Forum: Reviews
In reply to: [Product Slider, Product Grid, Product Masonry] Does not workThanks for your post
Please try with default settings, see what’s happening and then try to set your settings.Regards
Forum: Plugins
In reply to: [Job Board Manager] Jor archive page style brokenForum: Reviews
In reply to: [Bug Blog] 7 h1!!!!!!Hi, thanks for your feedback, you could contact support before posting reviews.
we would like to update theme and solve issues.Can you please tell me which page you are facing this issue?
Regards
Forum: Plugins
In reply to: [Job Board Manager] the e-mail-alert-function: enhance the user-expirienceThanks for your ideas,
We have already create an add-on for “Job Alerts” which is premium version only.
https://www.pickplugins.com/item/job-board-manager-job-alerts/Regards
Forum: Plugins
In reply to: [Post Grid] Post Grid – Read moreThanks for your post,
Sorry to say this feature is not available on free version, but you can link to thumbnails with custom url, so you can put each different custom url for each post and each thumbnail of post will be linked respective post. please see the attachment how it work
Regards
Here is the id of related post meta box under post.
related_post_metaboxRegards
Forum: Plugins
In reply to: [PickPlugins Question Answer] SuggestionsThanks for your post.
#1. you need to add content wrapper by action hook,
add_action('qa_action_before_single_question', 'qa_action_before_single_question', 10); add_action('qa_action_after_single_question', 'qa_action_after_single_question', 10); function qa_action_before_single_question() { echo '<div id="main" class="site-main">'; } function qa_action_after_single_question() { echo '</div>'; }#2. thanks for your both suggestion we may consider in future versions.
Regards