pluginandplay
Forum Replies Created
-
Hello @serban818,
You can use following https://wordpress.org/plugins/loco-translate/ “Loco Translate” WordPress plugin to translate any string of this plugin.
- This reply was modified 3 years, 5 months ago by pluginandplay.
Hi @dgroeneveld
Any update? Does it worked for you?
Hi @dgroeneveld
News and Blog Designer Pack plugin will help you to design your site blog page.
As per you response, It looks like your Blog is selected as a “Post Page” within WordPress Setting > Reading.
Please refer below support so you will be more cleared
https://wordpress.org/support/topic/why-my-blog-page-is-not-changed-or-blog-page-design-is-same-like-theme-design/Hi @glaize75
Thanks for your response.
As per your response,
1) The breadcrumb was added after the article in question was created.
Ans – Sorry, I did not get this. How you have added the breadcrumb. Can you please provide me the screenshot of it how and where you have added this in WP Admin area?2) the breadcrumb on the article, it is added to the extract.
Ans – extract means Post Excerpt field?Hi @glaize75
Sorry for my delay response. I have again checked your webpage and checked the ‘Western Cattle Egret’ blog post.
As per my point of view, It looks like that this blog post have an excerpt added.
Post excerpt is a WordPress default functionality to add the post brief summery. You can find this when you edit that particular post.
Can you please let me know is there any data added in post excerpt field?
Also, when I searched that post I can see the same breadcrumbs there. Kindly check below URL.
Hi @dsl225
Thanks for your response and providing the full shortcode.
I have checked your shortcode and found that there is no parameter
show_tags="true"available within[pld_archive_list]shortcode.I liked your idea and allow me some time to update the plugin with this option. I will add tag functionality within
[pld_archive_list]shortcode.I have checked your second query for pagination. Posts List Designer by Category plugin have a
orderandorderbyparameter which works according tolimitparameter. There is no way to do pagination by year. It requires customized work to achieve this.Hi @dsl225
Sorry for my late response.
Sorry I can not get your point correctly. Can you please elaborate a little more? so I can help you my best.
Do you want to show Post Archive List category wise? Means post with particular category.
Hi @jekri66
Thanks for your detailed response.
The functionality which you are looking for does not belongs to plugin. News & Blog Designer Pack plugin display your created blogs in a various layout on your site with advance features.
You need to create extra role like ‘contributor’ or ‘author’ or you can use the existing roles. So student will be logged-in to site and they only have WordPress post section enabled to add their own blog.
Try the WordPress different roles so you will get more idea about this. There are many plugin available for roles privileges.
I hope this information will help you.
Hello @glaize75
Can you please share a screenshot showing how you are adding breadcrumb in your site?
Also can you please share a screenshot of post added (content added) in this post?
- This reply was modified 3 years, 5 months ago by pluginandplay. Reason: Spelling Correction
Hi @elmonarca77
Sorry for my late response.
As per chat response, there was an conflict by other third party things with WordPress new widget screen.
Post Slider and Post Carousel with Widget plugin does not have any issue.
The problem has been solved with Classic Widgets plugin.
- This reply was modified 3 years, 6 months ago by pluginandplay.
Hi @beatty67
Thanks for your patience. I have just released plugin new version 3.2 with hooks and filters within widgets.
Now you can modify plugin query as per your need.
Hi @beatty67
Thanks for your patience. I have resolved the ‘Show Date’ and ‘Show Category’ checkbox issue within widget in latest version of plugin. Now they are saving properly.
I have checked the above JS error but it is not related to our plugin. I can not see error at my end.
Please update to the latest version and check with it. I hope your problem will be solved.
Hi @yasinnar
When you login to your account and navigate to your review / this URL, you can see like below
From there you can change your existing review. I hope it helps you.
Hi @yasinnar
Sorry for my late response. Kindly login to your account from which you had posted the review.
Now visit your review page
https://wordpress.org/support/topic/the-buttons-in-the-pagination-gives-404-error/You can easily modify it from there.
Thanks for your cooperation.
Thanks for the web page link https://writewithjerry.com/category/people-and-characters-in-creative-writing/
The page which you are referring is coming from your theme and controlled by it. Plugin can not control it. You can achieve this with some customization. Kindly refer below steps.
You need to edit your current theme / child theme category.php or index.php file and need to put the News & Blog Designer Pack plugin shortcode in it.
[bdp_post category="Current Category ID"]– You need to fetch the current category ID in that.