Niall Madhoo
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Invalid IP Address: 1.1 localhostYou’re welcome, Didier.
Forum: Everything else WordPress
In reply to: Invalid IP Address: 1.1 localhostHello @swissspaceboy,
I recommend contacting your web host to help with this issue.
Forum: Fixing WordPress
In reply to: How can i create this in wordpress?Hello @entrepaman,
The feature you need is called vertical tabs.
You can use one of these plugins to create something like the image you shared:
- https://ww.wp.xz.cn/plugins/responsive-horizontal-vertical-and-accordion-tabs/ – here’s a demo of how it looks: http://blog.i13websolution.com/wordpress-responsive-horizontal-vertical-scrollable-and-accordion-tabs/
- https://ww.wp.xz.cn/plugins/getwid/ – there are some examples here: https://getwid.getmotopress.com/blocks/tabs-block/
- https://ww.wp.xz.cn/plugins/kadence-blocks/ – here’s some examples: https://www.kadenceblocks.com/tabs-block/
You will need to style the tabs your create by using CSS and possibly JavaScript to get them to look and function like the image you shared. If you don’t know how to do that, you can ask for help on somewhere like Stack Overflow or you can hire someone to make the changes for you.
Forum: Fixing WordPress
In reply to: Menu too long to show all the pagesHello @rashidazhussain,
Rashida, because the menu is so long, I recommend using a menu plugin like Max Mega Menu: https://ww.wp.xz.cn/plugins/megamenu/. It will allow you to create a menu that fits on all screen sizes.
All 19 menu items are currently loaded onto the page. On smaller screen sizes, the menu is too long to fit, which is probably why you said you only see 12. On a larger screen, you can see that all 19 menu items are visible:

Forum: Developing with WordPress
In reply to: Blurry images in product catalogHello @melcall,
Could you please share the URL of your site? That would help us to better troubleshoot the problem you’re having.
I think this issue is likely caused by your site displaying a much smaller image size that’s scaled up to fit your theme’s image styles. On mobiles, your site probably displays an image that’s closer in size to the theme’s styles.
Could you please try switching to the Storefront theme (it’s like a default theme for WooCommerce): https://ww.wp.xz.cn/themes/storefront/? Then see if the images display correctly. That way, you’ll know whether it’s your theme causing this problem or something else.
You’re welcome! Hope it works.
Forum: Fixing WordPress
In reply to: Impossible to add spaces between paragraphs in Classic BlockHello @misaka1,
This issue is most likely caused by WordPress formatting the paragraphs automatically.
Please install and activate the Code Snippets Plugin: https://ww.wp.xz.cn/plugins/code-snippets/.
Then add the following code to a new snippet:
// Remove WordPress Autoformatting remove_filter( 'the_content', 'wpautop' ); remove_filter( 'the_excerpt', 'wpautop' );That should allow you to format your posts and pages without WordPress changing the formatting.
Hello @simoncotelapointe,
First, the
font-weightneeds to be set to eitherlighteror300.Lighter is relative to the computed weight of the parent element, which in this case would be
html. That means thehtmlelement would probably be set to400by default. The lighter variant of that would be300for the fonts you chose for your site. So you can use either version by adding the following CSS code in the Appearance > Customize > Additional CSS section of your WordPress Admin dashboard:body { font-weight: lighter!important; }OR
body { font-weight: 300!important; }Second, your site is not loading the Source Sans Pro or Tajawal fonts. So the browser defaults to a sans-serif font, according to line 88 of your themes style.css file. In my browser, it defaults to Arial.
I recommend using the following guide to add the Source Sans Pro and Tajawal Google fonts to your site: https://www.wpbeginner.com/wp-themes/how-add-google-web-fonts-wordpress-themes/
- This reply was modified 5 years, 8 months ago by Niall Madhoo.
Forum: Everything else WordPress
In reply to: Featured ImagesHello @sylvesterlee,
It’s very frustrating when a site doesn’t work, especially after an update that’s supposed to make things better.
WordPress is free and open source software supported by a community of developers, designers, business owners, content creators, and enthusiasts from across the globe. As such, there are no resources available at present for receiving any kind of free one-on-support. If you need that live chat support, I suggest contacting your web host, as any decent host offers this kind of support.
There are also several places where you can pay for WordPress support services, such as https://jobs.wordpress.net/ or https://jetpack.pro/.
Your site uses the Neve them. You can find support for it here: https://themeisle.com/contact/.
As for the image issue you’re having, you may have a plugin or theme conflict.
Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable the plugins one by one to identify the source of your troubles.
If you can install plugins, install and activate Health Check: https://ww.wp.xz.cn/plugins/health-check/
It will add a new feature under Tools > Site Health.
On its Troubleshooting tab, you can Enable Troubleshooting Mode. This mode will disable all plugins, switch to a standard WordPress theme (if available), allow you to turn your plugins on and off, and switch between themes, without affecting normal visitors to your site. Following these steps allows you to test for various compatibility issues.There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.ww.wp.xz.cn/support/handbook/appendix/troubleshooting-using-the-health-check/.
Forum: Fixing WordPress
In reply to: Page not being displayed correctlyYou’re welcome! You will also need to enqueue your JS files by following these guides: https://1stwebdesigner.com/how-to-conditionally-enqueue-scripts-in-wordpress/ and https://developer.ww.wp.xz.cn/reference/functions/wp_enqueue_script/
Forum: Everything else WordPress
In reply to: Dashboard Plugin Disable Auto Update not workingYou’re welcome! You can read more about Must-Use plugins (MU plugins) here: https://www.sitepoint.com/wordpress-mu-plugins/. It’s possible that your web host or something else installed the plugin by default when WordPress was installed.
Forum: Fixing WordPress
In reply to: Some Post Images Appearing Blurry After Using Blogger ImporterHello @celinabrar,
Your site’s source code shows that the image displayed is scaled up to 640px x 426px. The image that loads is only 300px x 200px. This upscaling explains why the images appear low quality, as the site is displaying and scaling the image to over double its size.
Here’s a screenshot of the size displayed on the site for the http://sundaystyleblog.com/wp-content/uploads/2020/06/woman-lying-on-white-sand-beach-871060-300×200.jpg image:

If I set the image to the original (http://sundaystyleblog.com/wp-content/uploads/2020/06/woman-lying-on-white-sand-beach-871060.jpg) upload, the quality is high:


I think that your theme or maybe a plugin has specified the site to load the 300×200/200×300 images and scale them up to a display at a larger size.
Please try switching to one of the default Twenty* themes to see if the images display correctly. That will help determine if it’s your theme that’s set to display an image at a larger size.
If that’s the case, please go to Settings > Media and set the Medium size to double the size that it’s set to currently. Then use the Regenerate Thumbnails plugin that you mentioned earlier to generate the new image size that’s much closer to the size set by your theme.
Forum: Everything else WordPress
In reply to: Password changed email not working@gabbianella, I must apologize.
As far as I’m aware, WordPress does not send notifications to inform them that their password has been changed because they would have changed the password themselves.
Users receive these notices when an admin changes their password because they would not be aware of the password change otherwise.
Forum: Everything else WordPress
In reply to: Dashboard Plugin Disable Auto Update not workingHi @davercheshire,
It’s possible that there is a setting in your functions.php file or a plugin that’s forcing the updates.
You could try using a plugin like Easy Updates Manager to control the updates: https://ww.wp.xz.cn/plugins/stops-core-theme-and-plugin-updates/
Forum: Developing with WordPress
In reply to: Align occordion title in WPBakery Page BuilderYou’re welcome!