Prashant Singh
Forum Replies Created
-
Hi @nellik22
You can use the following css to match the menu font with text font:ul.wp-block-navigation__container {
font-family: 'Vollkorn';
}Forum: Fixing WordPress
In reply to: Block cuts off contentHi @marco-raaphorst
You can try the following CSS code to fix this:.single .has-text-align-center.is-style-default.has-small-font-size strong{
word-break: break-all;
}Forum: Everything else WordPress
In reply to: WordPress postsHi @mohsen2677
If you use a commercial theme or plugin and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations.
Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.Forum: Developing with WordPress
In reply to: Transparent pageHi @passegua
You can use the following css to see the background image:.site {
background-color: unset !important;
}Forum: Plugins
In reply to: [BP Custom Functionalities] Plugin gives fatal error on site when activatedHi @stephunique
I am extremely sorry for the delay. I have tried to replicate the issue on a fresh installation but couldn’t. But I have noticed this issue occurs when there was bbpress installed and one of the setting related to bbpress was enabled in the BP Custom Functionalities and then bbpress got deactivated. I will fix it in the next version.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://ww.wp.xz.cn/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://ww.wp.xz.cn/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 http://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://ww.wp.xz.cn/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 4 years, 1 month 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
Prashant