Niall Madhoo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: CSS Styling not Loading on Desktop? Working on MobileYou’re welcome, Rachel! Glad you managed to fix your site. 🙂
Forum: Everything else WordPress
In reply to: Changing image size used in old postsYou’re welcome!
Regenerate Thumbnails is able to update the content within the post, meaning the link to the old image would be replaced by the link to the new image:
If the image was specified using a direct link to the image rather than via the thumbnail size option, then changing the size via Regenerate Plugins would make no difference.
Forum: Everything else WordPress
In reply to: Changing image size used in old postsAdding to what daveseane said, a 4th option is to use the Regenerate Thumbnails plugin: https://ww.wp.xz.cn/plugins/regenerate-thumbnails/.
It allows you to change the dimensions of the existing “Large” size and will regenerate your existing images to the new size.
This option will only work if you’re happy with changing all of the images set to the “Large” size throughout your entire site.
Forum: Fixing WordPress
In reply to: SoftException in Application.cpp:630: Could not execute scriptYou’re welcome.
Forum: Requests and Feedback
In reply to: Updates won’t publishHello miiakoi,
This issue may be caused by SSL not being correctly set up on your site. I cannot access the link your provided because of it:
This guide may help you fix the SSL issue:
https://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
Hi Lisa,
I assume you’re referring to this feature on https://www.hernameisbanks.com/music/#music>:
Those are accordions, which you can create using the Ultimate Blocks plugin: https://ww.wp.xz.cn/plugins/ultimate-blocks/.
You can view a demo of how the plugin’s accordions work here: https://ultimateblocks.com/content-toggle-accordion-block/
Add images inside the accordion for each site where your music is sold that links to your music. The plugin also allows you to change the colors to suit your preferences.
Best,
NiallHello @prashantrai,
You’re welcome, and thank you!
I’ve used WPForms on my clients’ sites too and recommend it to anyone that asks about using forms on WordPress.
Have a good one too!
Forum: Fixing WordPress
In reply to: Image size not editableHey @bliss07, You’re welcome! Glad you managed to set up the image!
You may want to remove the
object-position: 20px 10px;code, as it shifts the image 20px to the right and 10px down. That creates a small (20px) margin down the left side of the page that you may not want:Niall
Forum: Fixing WordPress
In reply to: SoftException in Application.cpp:630: Could not execute scriptIn that case, try asking on https://stackoverflow.com/ or else wait until someone else who may know how to fix this problem replies on this forum.
Another option is to hire someone via https://jobs.wordpress.net/ or https://jetpack.pro/ to fix this issue.
Forum: Fixing WordPress
In reply to: Unwanted content being added to permalinksHey ritchb,
Did you manage to fix this issue? My browser redirects http://www.thevengabus.uk/welcome-to-http-thevengabus-uk/background/ to http://www.thevengabus.uk/backround/.
Forum: Developing with WordPress
In reply to: Possible to remove “www” in settings of existing site?You’re welcome.
Forum: Fixing WordPress
In reply to: CSS Styling not Loading on Desktop? Working on MobileHello Rachel,
I love your business concept, and the name is so cool too!
Here’s what’s happening:
The theme’s “style.min.css” file has the menu coded as follows:
.main-navigation>div li a { text-transform: uppercase; color: #626262; font-family: Lato,sans-serif; font-size: .8rem; letter-spacing: 1px; padding: 15px; margin: -15px; }However, the styling added to the Customizer shows:
@media screen and (max-width: 768px) .main-navigation>div li a { text-transform: uppercase; color: #000000 !important; font-family: 'specialelite' !important; font-size: 9.5pt; }This code will only display if the device width is less than or equal to 768px, which means your site will only use the code on mobile phones and tablets.
Could you please remove
@media screen and (max-width: 768px), inside the Additional CSS section of the Customizer so that it looks like this (you can remove the!importantas you won’t need that anymore)?:.main-navigation>div li a { text-transform: uppercase; color: #000000 !important; font-family: 'specialelite' !important; font-size: 9.5pt; }That should fix your problem:
You can repeat the same steps for the other issues like the borders. I’m assuming they’re under the “@media screen and (max-width: 768px)” section. If you have any trouble doing that, please post the code here and I can have a look at it.
Forum: Fixing WordPress
In reply to: SoftException in Application.cpp:630: Could not execute scriptHello devansh1995,
I recommend contacting your web host to help you troubleshoot this issue. The error is not WordPress specific, as it can happen with other PHP apps. If your permissions are correct, your web host should be able to help you fix this issue.
There’s either a change or issue with your PHP configuration or your web host has imposed some limit that’s being enforced on your site.
Forum: Developing with WordPress
In reply to: Possible to remove “www” in settings of existing site?Hey John,
If you want to remove the “www,” I recommend doing the following:
- Back up your site before doing anything (if you haven’t already set up backups, try the UpdraftPlus plugin: https://ww.wp.xz.cn/plugins/updraftplus/)
- Change the URL in the admin area to https://example.com/
using one of the methods here: https://www.wpbeginner.com/wp-tutorials/how-to-change-your-wordpress-site-urls-step-by-step/ - Force “https” by following this guide: https://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
Forum: Fixing WordPress
In reply to: Site is slowHey acqua,
There are a lot of performance issues that need fixing. I recommend following this guide to improve your site’s performance: https://gtmetrix.com/wordpress-optimization-guide.html.
This site will also show you what changes need to be made and recommend how to change them. It will give you a score like this:
And it will breakdown the issues that slow down your site:
Additionally, I recommend looking at this article that gives more general but detailed tips for how to improve WordPress performance: https://www.wpbeginner.com/wordpress-performance-speed/. Setting up a caching plugin and using setting up something like CloudFlare should definitely help improve your site’s performance. The article explains how to do these things and why they work.
- This reply was modified 5 years, 9 months ago by Niall Madhoo.






