Niall Madhoo
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Events and International TimezonesHello @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/.
There are also these plugins that offer time zone functionality:
- https://ww.wp.xz.cn/plugins/events-manager/ – has support for time zones as explained here: https://wp-events-plugin.com/documentation/timezone-support/
- https://ww.wp.xz.cn/plugins/the-events-calendar/ (mentioned in the article above – support time zones as follows: https://theeventscalendar.com/knowledgebase/k/working-with-time-zones/
Forum: Fixing WordPress
In reply to: Featured Images do not Work. HELP!Hello @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
In reply to: [NSFW] I receive false sales notificationsHello @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://ww.wp.xz.cn/support/topic/strange-random-shipped-woocommerce-order/. .
I recommend asking for help on https://ww.wp.xz.cn/support/plugin/woocommerce/ where the WooCommerce developers and support community can help you with this.
Forum: Fixing WordPress
In reply to: Some Post Images Appearing Blurry After Using Blogger ImporterThe 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://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/.
If this procedure does not work, then the images are likely set to the 200-300 size in each post.
Forum: Localhost Installs
In reply to: Embed Video Not Displaying ConsistentlyYou’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://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/.
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://ww.wp.xz.cn/support/theme/twentytwenty/.
Forum: Fixing WordPress
In reply to: Recent Posts Block bug when choosing excerpt option?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
In reply to: Ho do I create icon menu that collapse WordPress footerHello @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/. It will show you how to set up the Max Mega Menu 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/.
Forum: Fixing WordPress
In reply to: Recent Posts Block bug when choosing excerpt option?Hello @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
In reply to: woocommerce thumbnails alignmentHello @@jumpingmarcello,
The site you shared (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
In reply to: Embed Video Not Displaying ConsistentlyHello @activecoder,
I’ve experienced the same issue using ww.wp.xz.cn 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
Forum: Fixing WordPress
In reply to: Impossible to add spaces between paragraphs in Classic BlockYou’re welcome!
In that case, you can use a plugin to enable or disable the autoformatting on the post edit page: https://ww.wp.xz.cn/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/.
Forum: Requests and Feedback
In reply to: Help with CSS code for All Colors themeHello @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/. 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
In reply to: Add next/previous page function to blog pageHi 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://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/.
Niall
Forum: Fixing WordPress
In reply to: Simple plugin for cost calculator sliderHello @oarthus,
Could you confirm whether you’re using WooCommerce?
If you’re using WooCommerce, the plugin closest to https://welmo.fr/nos-tarifs is this one: https://codecanyon.net/item/pricing-tables-sliders-comparison-tables-for-wordpress/21882305
Here are some other options:
- https://ww.wp.xz.cn/plugins/uni-woo-custom-product-options/
- https://codecanyon.net/item/woocommerce-product-pricing-slider-attributes-builder/23809997
If you’re not using WooCommerce, then you can try these plugins:
- https://ww.wp.xz.cn/plugins/cost-calculator-builder/
- https://codecanyon.net/item/cost-calculator-wordpress-plugin/12778927
These plugins should allow for easy set up and customization.
Forum: Developing with WordPress
In reply to: Add next/previous page function to blog pageHello @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* themes (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.
