PickPlugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Grid] Random postThanks for your post.
Yes, you can display post randomly by using following settingsPost query orderby => Random
Regards
Forum: Reviews
In reply to: [Related Posts By PickPlugins] Working wellGlad to see your awesome feedback and five-star reviews.
Regards
Forum: Reviews
In reply to: [Related Posts By PickPlugins] muy buen pluginThanks for your awesome feedback and five star reviews.
Regards
Forum: Plugins
In reply to: [Post Grid] Pagination on posts not working (just refreshes page)Thanks for your post,
Please follow,
Try to deactivate others plugin one by one to check if any 3rd party plugin cause conflict with our plugin, if you found any plugin cause the conflict let me know the plugin name,
Also, try with other themes and see what’s happening.
Please send me your post grid page URL, I will check this.
RegardsForum: Reviews
In reply to: [Accordions] Amazing SupportI really appreciate your patience and help to get resolve the issue.
Thank you so much for your awesome feedback.
RegardsForum: Plugins
In reply to: [Accordions] WYSIWYG editor not opening?Thanks for your post,
this is probably js error issue is happening on your page, please send me a screenshot of browser console area. i will check it.
Regards
Forum: Plugins
In reply to: [Post Grid] How to disable zoom on image?Please send me your screenshot, make sure you are using our plugin
https://ww.wp.xz.cn/plugins/post-grid/Regards
Forum: Plugins
In reply to: [Accordions] Read other’s issues BEFORE purchasing!Sorry for the late reply.
Just adding if anyone reading this, you see the support thread we try to answer one by one,
https://ww.wp.xz.cn/support/plugin/accordions/We don’t recommend to purchase pro version for urgent or short-time projects, we will check everyone issue one by one, so it will take time.
we always welcome to request refund if we missed to provide support and plugin isn’t work as expected. hope you already get refund.
Recent update was a little bit complicated!
we didn’t realize this will cause huge problem to user site, because its just a matter of click for data migration, in most case latest version accordion was working fine without any problem. but for few users report the issue and we quickly tried to resolve issue and release new versions, please check the changelog, we have published 12(2.2.0 – 2.2.11) release to fix each and everyone’s issues.and we also provide shortcodes for data migration if automatic data migration isn’t working fine.
And again the recent virus outbreak makes huge problems to allover the world, you know. we were struggling to provide timely support. So we are sorry for the delay reply.
Hope you understand.
Regards
- This reply was modified 6 years, 2 months ago by PickPlugins.
Forum: Plugins
In reply to: [Accordions] Editor not working, not showing contentThanks for your post,
Hi, please try latest version, we have fix this issue.
Regards
Forum: Plugins
In reply to: [Accordions] Plugin ConflictThanks for report the issue,
Please try latest version, we have fixed this issue, let me know the result.
RegardsForum: Plugins
In reply to: [Accordions] will this effect SEO?Thanks for your post,
Don’t worry, Accordion/tabs have no negative effect on your site SEO, recently we added “FAQ schema” so it will help you to get ranked for faq content, please see the screenshot
Let me know for more help.
RegardsForum: Plugins
In reply to: [Product Slider, Product Grid, Product Masonry] issues after last updateGlad to know that its working,
Regards
Forum: Plugins
In reply to: [Post Grid] Size of images and linksThanks for your post,
#1, there is an option to choose feature image size, you can try other sizes.
#2 go-to layout editor, see there is an option link target for link with title element, if you don’t see this option please remove existing and add it again from left side.
#3. please see the screenshot, use
font-weight: bold;Regards
Forum: Plugins
In reply to: [Product Slider, Product Grid, Product Masonry] issues after last updateok, just copy the following code and paste on your theme functions.php file
before adding the code please make sure you didn’t add it before, the same function name “wcps_layout_element_post_title_20200331” otherwise it will cause an error.
add_action('wcps_layout_element_post_title','wcps_layout_element_post_title_20200331', 90); function wcps_layout_element_post_title_20200331($args){ $product_id = isset($args['product_id']) ? $args['product_id'] : ''; $elementData = isset($args['elementData']) ? $args['elementData'] : array(); $element_index = isset($args['element_index']) ? $args['element_index'] : ''; ?> <a class="button" href="<?php echo get_permalink($product_id); ?>">More info</a> <?php }Let me know the result.
RegardsForum: Plugins
In reply to: [Product Slider, Product Grid, Product Masonry] issues after last updatePlease let me know where(after which element) you want to display “more info” link?
I will share the code.
Regards