Bhushan S. Jawle
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Airi] Menu Items misaligned after upgradingThank you Kharis for quick fix. That worked.
- This reply was modified 3 years, 8 months ago by Bhushan S. Jawle.
Forum: Themes and Templates
In reply to: [Airi] Menu Items misaligned after upgradingThank you for quick revert. Here is the link to site.
Thank you ! This code worked as expected.
We are using custom menu plugin provided i.e. in first link above
It didn’t work as is. What might we be missing ?
ThanksForum: Plugins
In reply to: [WordPress Helpers] Remove Dashboard Widgets Showing Roles Instead Of WidgetsThank you Steve.
Yes I think it is some combination of Theme My Login(TML) + other plugins with WP
Helpers which causes this.It shows proper widget options with all other plugins disabled so I enabled them one by one. It shows user roles when I enable TML.
I tried it on fresh install with TML it worked well.
Yes there is some conflict however I am unable to narrow it down further.
Do let me know if you have any further pointers I can try.
Thanks.I have a website: https://www.artcarter.com (Is no a WordPress Website)
Just check source of this site, shows WordPress structure. There seems to be WordPress installed on root as well and hence the error.
Please check in you file manager in root we folder(www), you should see the wp-includes, wp-content confirming the same.
If you need to update the same installation with new site, you would need to remove the existing installation same way you installed it i.e. either manually or through Softaculous equivalent and then install the new site there at root.Forum: Fixing WordPress
In reply to: Reverse Theme Change?There are two ways you could revert theme to older one.
Option 1: With WP -CLI
If you have ssh access, and use WP CLI, you can just activate required theme using
wp theme activate twentyseventeen
(replace it with your theme name)Option 2: With PHPMYAdmin
- Open PHPMYADMIN from Cpanel
- Browse wp_options table(assuming your prefix is wp_)
- Locate the entries with option name template and stylesheet and change them to old theme name
Screenshot attached
This should allow you to switch back to old theme.Received same error with WP 4.7 as well.
Parse error: syntax error, unexpected ‘new’ (T_NEW) in /var/www/html/wpshop/wp-content/plugins/paywith-woocommerce/index.php on line 177
Forum: Installing WordPress
In reply to: subdirectory installationI wholeheartedly agree with @keithdriscoll. Duplicator works very well for transferring sites. Has worked flawlessly everytime I used it.
Forum: Fixing WordPress
In reply to: Problem DashbordFrom the looks, like CSS is not loaded properly, or not loaded at all. This may be due to various reasons including slow internet connection.
You can verify that using debug tools on FireFox.
I just tried it on FireFox on Linux and looks fine