Niall Madhoo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Email changed on admin password resetCould you please try the following guide to reset your password: https://ww.wp.xz.cn/support/article/resetting-your-password/#through-phpmyadmin using phpMyAdmin?
Then try logging in to your site with the old admin email and the password you just reset.
After that, change the admin email under Users > All Users.
Forum: Requests and Feedback
In reply to: Help with CSS code for All Colors themeHi Mike,
You’re very welcome!
For a color background, please add the following CSS code in the Appearance > Customize > Additional CSS section of your WordPress Admin dashboard:
.all-home-imges { background-color: #ffffff; /* Change the color here. It's set to white ("#ffffff") */ }For a background image, please add the following CSS code in the Appearance > Customize > Additional CSS section of your WordPress Admin dashboard:
.all-home-imges { background: url("http://bluepineservices.com/wp-content/uploads/2020/09/cropped-Header-Image-Amend.png") no-repeat center; /* Change the URL to the URL of the image you uploaded for your background */ background-size: cover; }Niall
Forum: Everything else WordPress
In reply to: A theme with YITH brands – how to export a correct .csv?They have may have directed you here because your question is more related to WooCommerce than to your theme.
From what I can tell, you need to export the “Brands” custom taxonomy under the “Products” custom post type.
I think you will need the Product CSV Import Suite to export and import a WooCommerce custom taxonomy like “Brands”: https://woocommerce.com/products/product-csv-import-suite/
For details on how to export and import this data, you can read this: https://docs.woocommerce.com/document/product-csv-import-suite-faq-troubleshooting/#section-2
Otherwise, I recommend asking at https://ww.wp.xz.cn/support/plugin/woocommerce/ so the WooCommerce developers and support community can help you with this.
Forum: Fixing WordPress
In reply to: Email changed on admin password resetHello @mrgingles,
Have you tried changing the admin_email in the wp_options table and the admin account in the wp_users table?
- This reply was modified 5 years, 8 months ago by Niall Madhoo.
Forum: Everything else WordPress
In reply to: A theme with YITH brands – how to export a correct .csv?Hello @markbellus,
If you use a commercial theme like Puca and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations. You can find support for it here: https://themeforest.net/item/puca-optimized-mobile-woocommerce-theme/21119152/support
Forum volunteers are also not given access to commercial products like the Puca theme, so they would not know why it is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors, in this case thembay. They are responsible for supporting their commercial product.
Forum: Fixing WordPress
In reply to: The requested URL was not found on this serverHello @ritorika,
It appears that your WordPress installation no longer exists at this URL. The error that you shared is likely a default error for your server, which should not exist if you have WordPress installed.
I suggest you contact your web host so they can help you with this problem.
Forum: Fixing WordPress
In reply to: Login ProblemHello Luca,
I read your original post again. It seems that the 2 factor verification plugin is causing this issue. Could you please try disabling that plugin by following the instructions here: https://kinsta.com/knowledgebase/disable-wordpress-plugins/? This process shouldn’t cause further problems on your site.
Niall
Forum: Everything else WordPress
In reply to: How to Find the Right ThemeYou’re welcome, Lee!
I think I better understand what you mean. To me, a custom theme is one that’s made specifically for you site, whether by you or someone else (as explained here: https://www.wpbeginner.com/beginners-guide/how-much-does-a-custom-wordpress-theme-cost/).
If I understand correctly, you want to use is a pre-built theme that you can make it into a custom theme without developing it, as explained here: https://www.wpbeginner.com/wp-themes/how-to-easily-create-a-custom-wordpress-theme/. Many themes offer the option to create your own layouts and designs without needing to develop the code yourself. So yeah, I guess your theme would technically be custom once you finished creating it. 🙂
Forum: Fixing WordPress
In reply to: Simple plugin for cost calculator sliderYou’re welcome! I gave WooCommerce and non-WooCommerce versions because you shared a site where you could purchase the subscription based on the pricing slider. I thought you might need a WooCommerce plugin for doing the same thing on your site. I also shared the non-WooCommerce versions in case you didn’t. They all advertise that you can customize them easily, so you should be able to integrate them with your site.
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: Featured Images do not Work. HELP!You’re welcome! Happy you managed to fix this. Same to you! 🙂
Forum: Fixing WordPress
In reply to: Some Post Images Appearing Blurry After Using Blogger ImporterI have an EasyWP account and just tested it. I can confirm that the Health Check plugin doesn’t work for me either. It gives the following error: We were unable to copy the plugin file required to enable the Troubleshooting Mode. And I couldn’t change the permissions for the mu-plugins folder either. I guess they don’t want their customers deleting the EasyWP Plugin in that folder. They could have developed (and still can develop) a workaround for that. I guess their hosting is cheap for a reason.
Could you please try disabling all plugins except for the Regenerate Thumbnails plugins and switch to one of the Twenty* themes? Then try regenerating the thumbnails again.
Forum: Fixing WordPress
In reply to: Plugin auto update hidden (WP 5.5)Have you tried enabling theme on the site that isn’t working: https://www.wpbeginner.com/plugins/how-to-enable-automatic-updates-for-wordpress-plugins/?
Forum: Everything else WordPress
In reply to: How to Find the Right ThemeYou’re welcome, Lee!
Yes, you’re right! An educated amateur can definitely work with a custom theme.
For that, I recommend using a starter theme like Underscores, which is developed by the Automattic Theme Division: https://underscores.me/. There are instructions on how to create a custom theme from the same division here: https://themeshaper.com/2012/10/22/the-themeshaper-wordpress-theme-tutorial-2nd-edition/.
There’s also the handy WordPress Theme Developer Handbook: https://developer.ww.wp.xz.cn/themes/
Or, you could dive in and create a child theme based on a parent theme like one of the default WordPress Twenty* themes: https://developer.ww.wp.xz.cn/themes/advanced-topics/child-themes/.
I’ve used the Genesis Framework for almost all of the custom themes I’ve developed: https://my.studiopress.com/themes/genesis/. It makes developing custom themes much quicker and easier.
It’s great fun creating themes! Good luck!
Forum: Localhost Installs
In reply to: Embed Video Not Displaying ConsistentlyYou’re very welcome @activecoder!
Forum: Fixing WordPress
In reply to: Recent Posts Block bug when choosing excerpt option?Yeah, that’s great!