Prashant Singh
Forum Replies Created
-
Thanks for your kind words ??
Hi @stephunique
Thanks much for reporting this issue but unfortunately I am unable to replicate it on my end. Could you please let me know if you are using any other plugin/theme to display the member types on the frontend? Also, could you please test with the default WP themes like Twenty Twenty-Four and see if the issue still exists?
Note: Please take the backup of the site before changing the theme.
Kind Regards
PrashantForum: Fixing WordPress
In reply to: How to create posts for some devices?Probably this is the solution https://www.ads-software.com/plugins/specific-content-for-mobile/ you are looking for.
Forum: Fixing WordPress
In reply to: Messed up my HOME page in 2024 themeHi
1. You can check this https://www.ads-software.com/documentation/article/settings-reading-screen/
That setting means that the home page will show the latest blog posts. If you want to show any page on the home then select a static page in the settings.2. This looks like you were using the plugin “visual composer” and built a site based on it, then the plugin was disabled. Try re-enablign the plugin.
Forum: Fixing WordPress
In reply to: Post está publicado no WordPress, mas n?o aparece no siteHi
I am able to find that blog on this page:
https://doutor.myobracebrasil.com.br/categoria/odontologia-miofuncional/
Could you please check if it is visible to you also?Forum: Fixing WordPress
In reply to: all post per category and per_pageHi
Could you please try like this https://learn.test/wp-json/wp/v2/posts/?categories=1&per_page=1Forum: Developing with WordPress
In reply to: How to change the page break numbering?Hi
Please test the following code:add_filter( 'wp_link_pages_args', 'ps_change_link_style', 10, 1 ); function ps_change_link_style( $parsed_args ) { $parsed_args['pagelink'] = 'Page %'; return $parsed_args; }
You can paste it in your child theme’s functions.php file using FTP/SFTP/cPanel.
I hope this will help you.Forum: Fixing WordPress
In reply to: Ecwid plugin breaks my siteHi
I would recommend to create a support thread on the plugin’s support forum here.
Forum: Fixing WordPress
In reply to: Change the dates of the postsHi
If you just want to sort the order, on frontend and backend both, then instead of changing dates you could try plugins like this https://www.ads-software.com/plugins/post-types-order/
I will recommend to test this on the staging/dev version before putting it on the live site.
- This reply was modified 2 years, 6 months ago by Prashant Singh.
Forum: Plugins
In reply to: [BP Birthday Greetings] Translation not workingHi
Could you please let me know the strings that are not getting translated?
Kind Regards
PrashantForum: Plugins
In reply to: [BP Birthday Greetings] Notifications GreetingsHi
Thanks for your kind words.
But now I tried to put the code you provide to another user, so that members can celebrate each other on their birthday.
Could you please explain this more? Which code you have provided to another user?
Kind Regards
PrashantHi
I recommend asking at https://www.ads-software.com/support/plugin/dokan-lite/#new-topic-0 so the plugin’s developers and support community can help you with this.
Forum: Plugins
In reply to: [BP Birthday Greetings] Greeting notificationsGlad to help you.
Forum: Plugins
In reply to: [BP Birthday Greetings] Greeting notificationsWe have this filter
ps_birthday_filter
, you can find it in loader.php. Using this you can change the notification text.- This reply was modified 3 years, 8 months ago by Prashant Singh.
Forum: Installing WordPress
In reply to: wp-login behind nginx reverse-proxy inaccessible — bad redirect?