PickPlugins
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Grid] Part of Post Grid Not Justifying CorrectlyThanks for your post,
Please use ‘center’ for grid item text-align, we will remove justify in next version.
Forum: Plugins
In reply to: [Post Grid] “read more” showing on old layouts using “Excerpt” (inc fix)I understand the issue, we will not continue fixing issue for old layout, but definitely will solve conflict, don’t worry,
I would recommend using new layout, its so easy to convert old layout to new layout, please watch this video
Please try latest version 2.0.56 i have fixed excerpt and link to post date issue. let me knwo the result.
Forum: Plugins
In reply to: [Breadcrumb - Breadcrumb for WooCommerce and Custom Post Types] remove tagThanks for your reply, i will check the issue.
Regards
Forum: Plugins
In reply to: [Post Grid] How can I change the color of the text of the items in the gridGlad to know that, If you love our plugin and support please help us by providing your feedback and five-star reviews here https://ww.wp.xz.cn/support/plugin/post-grid/reviews/
Regards
Glad to know that, If you love our plugin and support please help us by providing your feedback and five-star reviews here https://ww.wp.xz.cn/support/plugin/woocommerce-products-slider/reviews/
Regards
Forum: Plugins
In reply to: [Post Grid] “read more” showing on old layouts using “Excerpt” (inc fix)Let me check the issue, will fix and update plugin.
Regards
Forum: Plugins
In reply to: [Related Posts By PickPlugins] Exclude home?Could you please share your home page URL? is this custom page template(static page) or auto-generated home page?
Regards
Glad to see you resolved the issue.
Thanks for using our plugin.
Regards
Forum: Plugins
In reply to: [Post Grid] “read more” showing on old layouts using “Excerpt” (inc fix)Thanks for your post,
Sorry for the taking time, i have removed default “Read more” text, please try the let’s version “2.0.55” and let me know the result.
Regards
Forum: Plugins
In reply to: [Related Posts By PickPlugins] Exclude home?Hi, @bemylife
Please see there is an options for displaying automatically on archive pages, you can unchecked “Home” & “Front page” to hide related posts on homepage
Let me know the result.
RegardsThanks for your reply,
Sorry to say i am not page speed excerpt, also don understand your issue
“So when I check the ‘Waterfall’ I see my page URL ‘/’ first, and then again about half way down the list of requests.”Is there any URL where i can check the issue and investigate which issue need to be fixed.
Regards
Thanks for your post,
Please use following CSS
.wcps-container .owl-dots{margin: 0 !important}You are also using huge padding which also applying to bottom CSS, you can use following for item padding
50px 50px 10px 50pxRegards
Forum: Plugins
In reply to: [Related Posts By PickPlugins] Exclude Categories from resulstsThanks for your post, you code was wrong, please use following
add_filter('related_post_query_args','related_post_query_args_20200126'); function related_post_query_args_20200126($args) { // exclude caetgoryies $args['category__not_in'] = array(111, 582); // date query $args['date_query'] = array('after' => date('Y-m-d', strtotime('-30 days')) ); return $args; }I haven’t tested your date query, please make sure it correct.
REgards
Forum: Reviews
In reply to: [Related Posts By PickPlugins] Works with DiviGlad to know that you are using our plugin with DIVI.
Regards
Forum: Plugins
In reply to: [Post Grid] Does not work with pagesThanks for your post,
By default page(post type) doesn’t have support for taxonomies(like tag, category) so you will not see the taxonomy & terms field when you choose post type page,
There is a field, you can display pages by ids,
Hope you understand.
Regards