Niall Madhoo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Podbean embeddable player won’t embedGreat! You’re very welcome!
Forum: Fixing WordPress
In reply to: Page export: images not importingYou’re welcome!
In that case, it may be best to just copy/paste the content from the WordPress Dashboard editor on Site A to the WordPress Dashboard editor on Site B. Then upload the images to Site B wherever you need them to go in the page.
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: Fixing WordPress
In reply to: Need to change font size on cover block just on mobileYou’re welcome!
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: Fixing WordPress
In reply to: Contact form.Hi Paul,
Ha ha! I hope the cake was tasty! Yes, Man Utd, since I was 5 or 6.
You’re very welcome! Happy to help!
Yes, I liked what I saw. I enjoy history, so it was interesting to read about some of the clubs I’ve watched for years. And I like cricket too, but had no idea that a lot of football clubs originated from cricket clubs!
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!
Have a great week!
NiallForum: Everything else WordPress
In reply to: Test siteHi Mushlih,
It should be okay to use that site: https://www.virustotal.com/gui/url/c416b5a9ee895272e995033d5716f6551831ef461f4e82229f67a0bee9018d63/detection
If you want to test WordPress, you can either:
- Set it up to run on your computer, and only someone using your computer can access it.
- Set it up to run on a web server, and anyone can access it through their web browser.
You don’t need to know how to code to use WordPress. That’s one of the great things about it!
If you follow this guide and read more of the articles on this website, you will better understand how to use WordPress and how it works: How to Install WordPress – Complete WordPress Installation Tutorial
Forum: Everything else WordPress
In reply to: Plesk hijacking a valid secure websiteJerry,
In that case, could you please trying flushing and resetting the Windows DNS cache? You can follow these instructions, which also explain why it might help fix your issue: How to Flush and Reset the DNS Cache in Windows 10.
Niall
Forum: Developing with WordPress
In reply to: Creating a table with custom fields and filter@alexwh87, you’re most welcome!
Forum: Developing with WordPress
In reply to: Creating a table with custom fields and filterHi Tobias,
Thanks and you’re welcome!
Thank you @tobiasbg for developing such an awesome plugin that I could summarize!
Best,
NiallForum: Everything else WordPress
In reply to: Embed WordPress site to Joomla not working.Hi johnzapf,
If you use a CMS other than WordPress (like Joomla) and need support, please go to their official support channel:
This issue is most likely to do with the way Joomla works with IFrames.
Forum: Fixing WordPress
In reply to: Unwanted white space on a specific pageHey beerusiv!
Yes, I misunderstood you. Sorry! Your images helped me understand the problem.
I checked and tested a few things before realizing that the content is pushed all the way to the right like in this picture:
As it only happens on the homepage, there must be some CSS code that’s causing it. You’d need to troubleshoot the CSS to find exactly what’s causing it. I thought it was the background images. Removing them doesn’t fix the issue.
So I wrote this code, which you can copy/paste inside the WordPress Admin Dashboard > Appearance > Customize > Additional CSS:
/* Remove extra whitespace on the home page */ .home .elementor-21 { overflow: hidden; } .home .elementor-inner { left: -3px; }
That should fix the issue, as far as I can tell:
Could you please add that CSS code to your site and let me know if it fixes your problem?
Forum: Fixing WordPress
In reply to: WordPress FAQ Questions not appearingHi 3foldtraining!
The code for the questions has loaded:
The ClickDesk live support plugin appears to be interfering with the FAQ functionality. And that plugin is giving JavaScript errors too.
The questions and the + icon appear when the page load then disappear after that once the ClickDesk plugin loads:
Could you please try disabling the ClickDesk plugin and test if the FAQs work?
Forum: Fixing WordPress
In reply to: Tag with apostrophe not acceptedHi dgPixel,
This issue has been documented a while ago.
It has been fixed as part of the Gutenberg 8.9 update, which hasn’t been released yet.
For now, you can use this HTML code for an apostrophe inside your Article with the editor block activated:
'
. That will let you still see the tag inside the editor right after you add it.For example:
Museo d'Arte
andLuciano D'Addario
Please let me know if you need any further help!
Edit: The forum automatically converts the HTML code to an apostrophe! I made a screenshot of what you need to type instead:
- This reply was modified 4 years, 2 months ago by Niall Madhoo.
- This reply was modified 4 years, 2 months ago by Yui.
Forum: Everything else WordPress
In reply to: Embeds Single Pages OnlyHey wilcosky!
There’s a few more lines of code if you want to remove the embeds, according to this guide.
An easier, though paid method, would be to use Perfmatters, which can disable scripts on a per post/page basis and more.
Hope this helps! Please let me know if you need any further help!
Forum: Fixing WordPress
In reply to: Podbean embeddable player won’t embedHey cacophonyonline!
Sometimes copy/pasting the embed code doesn’t work at all.
You can get around that issue by adding an HTML block and pasting the embed code into that by following a guide like this one.
Please let me know if you need any other help!
Forum: Fixing WordPress
In reply to: Page export: images not importingHey John!
The WordPress importer doesn’t export attachments like images unless you select to export of all the content. The references will still exist, as you’ve shown. The files themselves won’t be exported.
To get around this, you can follow this guide (look for “Partial Content Movement”). There’s a few steps to follow.
The PNG file format shouldn’t make any difference.
Please let me know if you need any further help!