Niall Madhoo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Login ProblemYou’re welcome, Luca!
I recommend asking on the Italian language support forum, as someone there may be able to give you clearer instructions in Italian: https://it.ww.wp.xz.cn/support
Or if you’re willing to pay someone a small fee to fix this for you, please try https://jobs.wordpress.net/ or https://jetpack.pro/, where you can find a WordPress expert to help you.
Forum: Fixing WordPress
In reply to: chauffeur services in london different areas redirectionHello Pegasus Chauffeur,
For redirecting your domain based on a visitor’s location (it’s called geotargeting), I recommend following these guides that will allow you to do this: https://geotargetingwp.com/ and https://www.wpexplorer.com/wordpress-geotargeting-plugins/
These guides are probably the best ones for learning how to performance optimize your WordPress site: https://www.wpbeginner.com/wordpress-performance-speed/ and https://kinsta.com/learn/speed-up-wordpress/
Forum: Fixing WordPress
In reply to: Indent for text listHi elilyjayy,
The indentation can be changed by adding the following code under the Appearance > Customize > Additional CSS section inside your WordPress Admin dashboard (https://ww.wp.xz.cn/support/article/appearance-customize-screen/):
ul, ol { margin: 0 0 1.5em 0em; /* order goes top, right, bottom, left */ padding-inline-start: 17px; /* change this */ }I added the code for both types of lists in case you’ll need them in future:
UL = unordered list, e.g., bullet points
OL = ordered list, e.g., numbers and lettersForum: Networking WordPress
In reply to: Background VideoHi
There are a few options you could use to add a background video on your main page:
- The Flatsome theme you’re using has built-in support for videos: https://preview.themeforest.net/item/flatsome-multipurpose-responsive-woocommerce-theme/full_screen_preview/5484319. You’ll need to use CSS to get it to work as a background image, as I’m not sure if the theme has this option. Support for commercial themes isn’t available on these forums. UX-themes, who develops your commercial theme, supports it here: https://themeforest.net/item/flatsome-multipurpose-responsive-woocommerce-theme/5484319/support. They might be able to help and guide you on how to set up a background video.
- This guide explains 3 methods for creating a background video in WordPress: https://smartslider3.com/blog/wordpress-video-background/
Forum: Fixing WordPress
In reply to: Update page don’t work after hosting moveYou’re welcome! Glad you managed to fix it.
Hello lohitm86,
I’m assuming your browser has cookies enabled and that you’ve tried different browsers. Does your site use SSL? Chrome won’t accept cookies from insecure sites or cookies from third-party sources that aren’t secure (as of Chrome 85 that released a few weeks ago). The last link you shared said an SSL issue fixed the problem you’re facing.
If that’s not the case, you said you “activated and deactivated themes.” Have you tried deactivating plugins?
If you can install plugins, install and activate “Health Check“: https://ww.wp.xz.cn/plugins/health-check/
It will add an additional feature under Tools > Site Health.On its Troubleshooting tab, you can Enable Troubleshooting Mode. This 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. This 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/
- This reply was modified 5 years, 9 months ago by Niall Madhoo.
Forum: Networking WordPress
In reply to: How to import new blog theme to an existing WordPress site.Hi jeromevilayil12,
For transferring your site, I recommend using the Duplicator plugin: https://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-to-a-new-host-or-server-with-no-downtime/
For using two themes at the same time, you can follow this guide to set up the Multiple Themes plugin: https://blog.hubspot.com/website/use-different-themes-different-wordpress-pages
Forum: Everything else WordPress
In reply to: Looking for a way to setup a music sharing siteHi djboutit,
You can find a few options for adding audio files to your WordPress site here: https://www.sitepoint.com/4-simple-ways-add-audio-wordpress-site/ and https://www.hostinger.com/tutorials/wordpress-audio-players/.
Something like SoundCloud will allow you to host the audio files or else you can use Amazon S3: https://growthedream.com/host-podcast-files-amazon-s3/. That’s assuming you have the rights to share the files. If not, your account will probably get banned.
Forum: Fixing WordPress
In reply to: How to update/upgrade local websitesThat makes sense. I recommend asking at https://ww.wp.xz.cn/support/plugin/duplicator/ so that Duplicator’s developers and support community can help you with this.
Forum: Fixing WordPress
In reply to: Layout and colours changing for each productHey Frank,
I’m glad I tagged you. I’ve no idea why I suggested Autoptimize caches pages when it optimizes static content and caches it! Thanks for pointing that out! That definitely helps with the debugging.
I tested the URL with
?ao_noptimize=1and the issue still exists. I guess there’s a theme conflict going on, as I can’t find any form of caching or a plugin other than Autoptimize and WooCommerce.@aureliaandthegreen, could you please try contacting Elegant Theme’s support via https://www.elegantthemes.com/contact/? This forum does not offer support for commercial themes, as the developers of those themes are responsible for supporting them. The Divi theme you’re using is developed by Elegant Themes, who should be better able to help you.
Forum: Fixing WordPress
In reply to: Change Title LinkYou’re welcome!
Forum: Fixing WordPress
In reply to: Fonts showing up different on different sitesHello gallifordmedia,
This issue is because the font is most likely installed or stored in the browser on your laptop. Browsers will load fonts available on your computer and those specified to be loaded inside a website’s code. If the font cannot load because it was not specified to load, the browser will load its default font, which is set to “sans-serif” in your CSS code:
The only fonts I see specified by your site to be loaded by the browser are (1) Font Awesome (for icons) and (2) Google Font’s “Roboto.”
I recommend following these instructions to add the “Moontime” font to your site: https://www.wpbeginner.com/wp-themes/how-to-add-custom-fonts-in-wordpress/ (look for the final section, titled “Adding Custom Fonts in WordPress Using CSS3 @font-face”).
Also, you’ll need to make sure that the license for that font allows you to use it on your website.
Forum: Everything else WordPress
In reply to: Plugin suggestion for contact form CRMHi devone15,
One option is to set up a CRM that works specifically with WordPress. There are options for ones that work as add-ons inside WordPress and ones that integrate with external CRMs like HubSpot CRM. You can find a list of these CRM plugins here: https://kinsta.com/blog/wordpress-crm/
Forum: Fixing WordPress
In reply to: Layout and colours changing for each productHi aureliaandthegreen,
I think this may have something to do with the Autoptimize plugin that your site uses to cache content. This cache makes your site quicker to load. That means it may have cached content on your site before you made those color changes, which explains why they are different than the ones that you set up.
To fix this, I recommend following these instructions that can be found on the plugin’s page at https://ww.wp.xz.cn/plugins/autoptimize/:
This will delete the cache so that the plugin can generate a new one based on the changes made to your site.
If not, could you please disable the Autoptimize plugin and see if that fixes your problem.
Forum: Fixing WordPress
In reply to: Http and Https both working fineHello ,
Your site definitely needs to be using https only to create trust, improve security, optimize your site for search engines, and more: https://www.quicksprout.com/why-your-website-needs-https/.
I recommend using these instructions to force your site to use https only:
https://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/

