Title: Niall Madhoo's Replies - page 14 | WordPress.org

---

# Niall Madhoo

  [  ](https://wordpress.org/support/users/nm1com/)

 *   [Profile](https://wordpress.org/support/users/nm1com/)
 *   [Topics Started](https://wordpress.org/support/users/nm1com/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nm1com/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nm1com/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nm1com/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nm1com/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nm1com/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 196 through 210 (of 482 total)

[←](https://wordpress.org/support/users/nm1com/replies/page/13/?output_format=md)
[1](https://wordpress.org/support/users/nm1com/replies/?output_format=md) [2](https://wordpress.org/support/users/nm1com/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/nm1com/replies/page/3/?output_format=md)…
[13](https://wordpress.org/support/users/nm1com/replies/page/13/?output_format=md)
14 [15](https://wordpress.org/support/users/nm1com/replies/page/15/?output_format=md)…
[31](https://wordpress.org/support/users/nm1com/replies/page/31/?output_format=md)
[32](https://wordpress.org/support/users/nm1com/replies/page/32/?output_format=md)
[33](https://wordpress.org/support/users/nm1com/replies/page/33/?output_format=md)
[→](https://wordpress.org/support/users/nm1com/replies/page/15/?output_format=md)

 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [Events and International Timezones](https://wordpress.org/support/topic/events-and-international-timezones/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/events-and-international-timezones/#post-13460143)
 * Hello [@pranaman](https://wordpress.org/support/users/pranaman/),
 * This **article** explains how to work with **time zones** and **events** in WordPress
   with options for a **web-based tool** and WordPress **plugins**: [https://www.wpexplorer.com/virtual-events-wordpress/](https://www.wpexplorer.com/virtual-events-wordpress/).
 * There are **also** these **plugins** that offer time zone functionality:
    - [https://wordpress.org/plugins/events-manager/](https://wordpress.org/plugins/events-manager/)–
      has support for time zones as explained here: [https://wp-events-plugin.com/documentation/timezone-support/](https://wp-events-plugin.com/documentation/timezone-support/)
    - [https://wordpress.org/plugins/the-events-calendar/](https://wordpress.org/plugins/the-events-calendar/)(
      mentioned in the article above – support time zones as follows: [https://theeventscalendar.com/knowledgebase/k/working-with-time-zones/](https://theeventscalendar.com/knowledgebase/k/working-with-time-zones/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Featured Images do not Work. HELP!](https://wordpress.org/support/topic/featured-images-do-not-work-help/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/featured-images-do-not-work-help/#post-13460136)
 * Hello [@socialpays](https://wordpress.org/support/users/socialpays/),
 * On **mobile**, your site loads a **lower resolution** image than it’s **set**
   to **display** via **CSS**. For instance, if you look in the **screenshot** below,
   the image file is **236x260px** and **displays** at **327x361px**:
    [
 * It **displays** on an **iPhone X** as follows:
    [
 * The **upscaling** is due to the following **CSS** code:
 *     ```
       @media (max-width: 480px)
       #masonry .featured-thumb {
           height: auto !important;
           width: 100% !important;
       }
   
       .featured-thumb {
           width: 100% !important;
           max-width: 100%;
       }
       ```
   
 * I **changed** the **media query** as follows:
 *     ```
       @media (max-width: 480px)
       #masonry .featured-thumb {
           height: auto !important;
           width: auto% !important;
       }
       ```
   
 * The image then **displays** at its correct **236x260px** resolution:
    [
 * As you can see, the image is still **blurry**, though it’s **less** bad. That’s
   because the **original** file that was **uploaded** appears heavily **compressed**.
 * It’s just as blurry on **desktop**:
    [
 * It’s **less** bad **than** on mobile because it displays on the page at **250x260px**(
   much **closer** to its **original 236x260px**):
    [
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[NSFW] I receive false sales notifications](https://wordpress.org/support/topic/i-receive-false-sales-notifications/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/i-receive-false-sales-notifications/#post-13460064)
 * Hello [@edmundovaldez](https://wordpress.org/support/users/edmundovaldez/),
 * I think that the following **post** might help you, because a site had a **similar**
   issue as yours with a strange **order** from the same name (**Thai Nguyen**):
   [https://wordpress.org/support/topic/strange-random-shipped-woocommerce-order/](https://wordpress.org/support/topic/strange-random-shipped-woocommerce-order/)..
 * I recommend asking for **help** on [https://wordpress.org/support/plugin/woocommerce/](https://wordpress.org/support/plugin/woocommerce/)
   where the **WooCommerce developers** and support **community** can help you with
   this.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Some Post Images Appearing Blurry After Using Blogger Importer](https://wordpress.org/support/topic/some-post-images-appearing-blurry-after-using-blogger-importer/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/some-post-images-appearing-blurry-after-using-blogger-importer/#post-13459449)
 * The [https://sundaystyleblog.com/sunscreen-myths/](https://sundaystyleblog.com/sunscreen-myths/)
   page is still loading the 200-300 image, which it shouldn’t do because you changed
   the thumbnail size:
 * [
 * Could you please check whether the errors are for the images still displaying
   at the 200-300 size?
 * If they are not the same, 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://wordpress.org/plugins/health-check/](https://wordpress.org/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.wordpress.org/support/handbook/appendix/troubleshooting-using-the-health-check/](https://make.wordpress.org/support/handbook/appendix/troubleshooting-using-the-health-check/).
 * If this procedure does **not** work, then the images are likely **set** to the
   200-300 size in **each** post.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Embed Video Not Displaying Consistently](https://wordpress.org/support/topic/embed-video-not-displaying-consistently/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/embed-video-not-displaying-consistently/#post-13458958)
 * You’re welcome!
 * It’s possible that there’s a **plugin conflicting** with the TwentyTwenty theme.
 * 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://wordpress.org/plugins/health-check/](https://wordpress.org/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.wordpress.org/support/handbook/appendix/troubleshooting-using-the-health-check/](https://make.wordpress.org/support/handbook/appendix/troubleshooting-using-the-health-check/).
 * If you’d like to find out whether **others** are having this **issue**, you could
   try **asking** on the **theme’s** support forum found here: [https://wordpress.org/support/theme/twentytwenty/](https://wordpress.org/support/theme/twentytwenty/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Recent Posts Block bug when choosing excerpt option?](https://wordpress.org/support/topic/recent-posts-block-bug-when-choosing-excerpt-option/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/recent-posts-block-bug-when-choosing-excerpt-option/#post-13458955)
 * You’re welcome! Great that you found the cause of this.
 * If your question has been answered, it would be great if you would mark this 
   topic as resolved in the sidebar. This helps the forum’s volunteers find the 
   topics that still need attention and more people will get helped, possibly like
   you did.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Ho do I create icon menu that collapse WordPress footer](https://wordpress.org/support/topic/ho-do-i-create-icon-menu-that-collapse-wordpress-footer/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/ho-do-i-create-icon-menu-that-collapse-wordpress-footer/#post-13458306)
 * Hello [@shaibustephen](https://wordpress.org/support/users/shaibustephen/),
 * To achieve this, I recommending following the **instructions** found here: [https://www.wpbeginner.com/plugins/how-to-add-a-mega-menu-on-your-wordpress-site-step-by-step/](https://www.wpbeginner.com/plugins/how-to-add-a-mega-menu-on-your-wordpress-site-step-by-step/).
   It will show you how to **set up** the [Max Mega Menu](https://wordpress.org/plugins/megamenu/)
   plugin.
 * You will then need to **style** the menu using **CSS**, including **setting**
   up a **hamburger menu toggle** (the three horizontal lines) like in the **link**
   you shared. A **guide** like this one will help you **set up** the **hamburger**
   icon: [https://www.wpbeginner.com/plugins/how-to-add-image-icons-with-navigation-menus-in-wordpress/](https://www.wpbeginner.com/plugins/how-to-add-image-icons-with-navigation-menus-in-wordpress/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Recent Posts Block bug when choosing excerpt option?](https://wordpress.org/support/topic/recent-posts-block-bug-when-choosing-excerpt-option/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/recent-posts-block-bug-when-choosing-excerpt-option/#post-13458279)
 * Hello [@dogel](https://wordpress.org/support/users/dogel/),
 * Could you please try **activating** one of the default **Twenty\* themes**? Then
   check whether the **Excerpt option** of the **“Recent Posts”** widget block is**
   working**. That will help you **determine** whether it’s your **theme** that’s
   causing the **problem** or **something else**.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [woocommerce thumbnails alignment](https://wordpress.org/support/topic/woocommerce-thumbnails-alignment/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/woocommerce-thumbnails-alignment/#post-13458164)
 * Hello @@jumpingmarcello,
 * The site you **shared** ([https://www.haudio.nl/product/marantz-pm80/](https://www.haudio.nl/product/marantz-pm80/))
   is **under maintenance**. We need to see a product page **directly**, so we can
   find out what **CSS code** needs to be **altered** for your **thumbnails** to
   align **correctly**. There is most likely some form of **padding** or **margin**
   that needs to be **changed**.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Embed Video Not Displaying Consistently](https://wordpress.org/support/topic/embed-video-not-displaying-consistently/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/embed-video-not-displaying-consistently/#post-13458144)
 * Hello [@activecoder](https://wordpress.org/support/users/activecoder/),
 * I’ve experienced the **same** issue using WordPress.org and possible WordPress.
   com sites too.
 * I usually **add** the **YouTube** embed code to an **HTML block** using the Gutenberg
   editor or to **text editor** of the Classic Editor. That’s always worked for 
   me.
 * I recommend **adding** the **embed code** from YouTube as follows:
    - Click on the Share button below the video
    - Click on Embed
    - Click Copy
    - Then paste the code you just copied into a custom HTML block in WordPress 
      using [these instructions](https://wp-tutoring.com/adding-html-to-gutenberg-wordpress-5-0/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Impossible to add spaces between paragraphs in Classic Block](https://wordpress.org/support/topic/impossible-to-add-spaces-between-paragraphs-in-classic-block/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/impossible-to-add-spaces-between-paragraphs-in-classic-block/#post-13458115)
 * You’re welcome!
 * In that case, you can use a **plugin** to **enable** or **disable** the **autoformatting**
   on the post edit page: [https://wordpress.org/plugins/toggle-wpautop/](https://wordpress.org/plugins/toggle-wpautop/).
   The plugin **advertises** that the **autoformatting** can be set to **off** for**
   new** posts, which is what you need.
 * **Or**, you can try one of the **solutions** in the following article instead:
   [https://blog.templatetoaster.com/wordpress-line-break-not-working/](https://blog.templatetoaster.com/wordpress-line-break-not-working/).
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Help with CSS code for All Colors theme](https://wordpress.org/support/topic/help-with-css-code-for-all-colors-theme/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/help-with-css-code-for-all-colors-theme/#post-13457497)
 * Hello [@mikeflynn08](https://wordpress.org/support/users/mikeflynn08/),
 * It’s difficult to provide CSS code for a background image or color of a section
   on your site **without** seeing your site (the link you provided is a **coming
   soon** page, which I think is **not** what you’re looking to change). If it’s
   possible, could you please **share** your **home page** with us?
 * Either way, this **article** has a few **options** for how to **add** a background
   image to a **section** of your site: [https://www.wpbeginner.com/beginners-guide/how-to-add-a-background-image-in-wordpress/](https://www.wpbeginner.com/beginners-guide/how-to-add-a-background-image-in-wordpress/).
   Look for _Method 3. Add Background Images using CSS Hero_ and _Method 4. Add 
   Custom Background Images Anywhere in WordPress Using CSS Code_.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Add next/previous page function to blog page](https://wordpress.org/support/topic/add-next-previous-page-function-to-blog-page/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/add-next-previous-page-function-to-blog-page/#post-13457400)
 * Hi Milly,
 * Could you please share a link to your site so we can have a look?
 * It’s also possible that you 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://wordpress.org/plugins/health-check/](https://wordpress.org/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.wordpress.org/support/handbook/appendix/troubleshooting-using-the-health-check/](https://make.wordpress.org/support/handbook/appendix/troubleshooting-using-the-health-check/).
 * Niall
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Simple plugin for cost calculator slider](https://wordpress.org/support/topic/simple-plugin-for-cost-calculator-slider/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/simple-plugin-for-cost-calculator-slider/#post-13457251)
 * Hello [@oarthus](https://wordpress.org/support/users/oarthus/),
 * Could you confirm whether you’re using **WooCommerce**?
 * If you’re **using** WooCommerce, the plugin **closest** to [https://welmo.fr/nos-tarifs](https://welmo.fr/nos-tarifs)
   is this one: [https://codecanyon.net/item/pricing-tables-sliders-comparison-tables-for-wordpress/21882305](https://codecanyon.net/item/pricing-tables-sliders-comparison-tables-for-wordpress/21882305)
 * Here are some **other** options:
    - [https://wordpress.org/plugins/uni-woo-custom-product-options/](https://wordpress.org/plugins/uni-woo-custom-product-options/)
    - [https://codecanyon.net/item/woocommerce-product-pricing-slider-attributes-builder/23809997](https://codecanyon.net/item/woocommerce-product-pricing-slider-attributes-builder/23809997)
 * If you’re **not** using **WooCommerce**, then you can try these **plugins**:
    - [https://wordpress.org/plugins/cost-calculator-builder/](https://wordpress.org/plugins/cost-calculator-builder/)
    - [https://codecanyon.net/item/cost-calculator-wordpress-plugin/12778927](https://codecanyon.net/item/cost-calculator-wordpress-plugin/12778927)
 * These plugins should allow for **easy** set up and customization.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Add next/previous page function to blog page](https://wordpress.org/support/topic/add-next-previous-page-function-to-blog-page/)
 *  [Niall Madhoo](https://wordpress.org/support/users/nm1com/)
 * (@nm1com)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/add-next-previous-page-function-to-blog-page/#post-13457126)
 * Hello [@milly401](https://wordpress.org/support/users/milly401/),
 * Great to have someone new to WordPress here on the forums!
 * Based on what you’re saying, I think your **theme** may **not** have the next
   and previous(the technical term for this feature is **pagination**) links **set
   up**.
 * Could you please try **activating** one of the **default WordPress Twenty\* theme**
   s (e.g., Twenty Twenty) under **Appearance > Themes** inside your **WordPress
   Admin** dashboard?
 * Then **open** your **blog** page to see if the **pagination** is **working**.
 * If the pagination **works** with a **default** WordPress theme, you’ll need to**
   add** the **pagination code** to the theme that you want to use on your site.
   We can help you with this here on the **forum** if that’s the case.
 * If the **pagination** **doesn’t work** with a **default** theme, then there may
   be a **setting** that needs **changing** or a **plugin** that’s creating a **
   conflict**.

Viewing 15 replies - 196 through 210 (of 482 total)

[←](https://wordpress.org/support/users/nm1com/replies/page/13/?output_format=md)
[1](https://wordpress.org/support/users/nm1com/replies/?output_format=md) [2](https://wordpress.org/support/users/nm1com/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/nm1com/replies/page/3/?output_format=md)…
[13](https://wordpress.org/support/users/nm1com/replies/page/13/?output_format=md)
14 [15](https://wordpress.org/support/users/nm1com/replies/page/15/?output_format=md)…
[31](https://wordpress.org/support/users/nm1com/replies/page/31/?output_format=md)
[32](https://wordpress.org/support/users/nm1com/replies/page/32/?output_format=md)
[33](https://wordpress.org/support/users/nm1com/replies/page/33/?output_format=md)
[→](https://wordpress.org/support/users/nm1com/replies/page/15/?output_format=md)