pluginandplay
Forum Replies Created
-
Hi @lexprodsas
Sorry for the inconvenience.
Post Slider and Post Carousel plugin is quite simple and created with shortcode. You just need to add plugin shortcode on relevant page to get the output.
You will get all details of shortcode parameter on plugin description page.
https://wordpress.org/plugins/post-slider-and-carousel/Forum: Plugins
In reply to: [Post List Designer - Category Post, Recent Post, Post List] Content with urlHi Frances,
Sorry, Posts List Designer by Category plugin does not have this feature.
Plugin has
Content Words Limitshortcode parameter so it only displays brief / summary post content without HTML tag.- This reply was modified 3 years, 9 months ago by pluginandplay.
Hi @studio500
Thanks for providing the detailed response.
Sorry,
psc_post_slider_carouselthis folder does not belong to “Post Slider and Post Carousel” plugin.It is generated by other plugin named
Post Sliders & Post Grids. You can ask to it’s author for this.Hi @senatmedia
Thanks for providing the detailed response and web page link.
As I have debugged the issue and found that “News and Blog Designer Pack” plugin does not have any issue.
You are using “Stop Spammers” plugin and enabled the “Members-only Mode” so only logged-in user can visit the website.
That’s why your blog page is redirecting to login page for guest user and you are getting 302 code.
Kindly turn off the “Members-only Mode” and your problem will be solved.
If you liked my plugin and support then please rate it.
https://wordpress.org/support/plugin/blog-designer-pack/reviews/Hi @tm86
Thanks for detailed response.
According to WordPress we have to use dynamic seed in random to make it working with pagination.
Please refer below link
https://stackoverflow.com/questions/69214414/random-order-in-wp-query-with-paginationKinldy use orderby parameter like this : ’[bdp_post orderby=”rand(123)”]’
This will set your random order with pagination. You have to use some coding knowledge also to make seed dynamic.
Please try and let me know.
Hi @tm86
Any update on this? Does it work for you?
Hi @dan426
Glad to know that.
If you like my plugin and support then please rate it.
https://wordpress.org/support/plugin/blog-designer-pack/reviews/Just one thing, can you please tell me what you have added in aria-label? Read more button text as a aria-label?
You can provide me your website link also.
So I can take a look and if it is useful thing for others then I will add it in my plugin.
Hi @tm86
I have just updated the plugin News & Blog Designer Pack version 3.1 with the content_words_limit parameter fix.
Kindly update the plugin to the latest version and check with it. I hope your problem will be solved.
Hi @dan426
Thanks for your response. Modifying the plugin core file is not an ideal way. Your changes can be lost if you update the plugin.
You can find the
templatesfolder within the plugin and see respected shortcode design files.e.g. If you are using Grid shortcode design 1 template then you can modify ‘Read Button’ from below location.
/wp-content/plugins/blog-designer-pack/templates/grid/design-1.phpNews & Blog Designer Pack premium version have WP Templating feature so you can modify plugin HTML as you want by copying its file to your current theme / child theme so your changes can not be lost on plugin update.
Hi @dan426
Sorry right now there is no way to do this in lite version without modifying plugin core file.
Can you please tell me what exactly you want to add this in aria-label? Does it useful to accessibility?
Hi @tm86
Yes, I have checked the same scenario at my end and yes, content words limit is not working on post excerpt.
Thanks for letting me know. I will update the plugin with this fix in two to three working days and update you about this.
Kind Regards,
Hi @sisimbrum
Sorry for my late response.
I am not sure but are you looking for something like this? A partial slider?
https://premium.infornweb.com/post-slider-and-carousel-pro-partial-slide-demo/Hi @devinnuendo
Any update on this please?
Hi @devinnuendo
Sorry for my late response.
Can you please provide me your web page URL on which you have added the Post Slider and Carousel with Widget plugin shortcode? So I can take a look and try to understand the scenario.
Hello @ac2017
Thanks for providing the web page link.
By default first box in grid box take “large” image size and all remaining box take “thumbnail” image size as per design preference.
In Lite version there is no way to change it without plugin file change. Below is the plugin file location in case you want to change.
File Location :
/wp-content/plugins/blog-designer-pack/templates/grid-box/design-1.phpLine no : 66 – Change the thumbnail parameter to ‘full’.
In Premium version you can modify plugin template by copying its file to your current theme / child theme so you do not have to worry about the plugin update.