Radices
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding new lines every Update?Could you post the URL please.
Forum: Fixing WordPress
In reply to: Blank Page after 2 navigation clicksWell I’d start by deactivating W3 since it didn’t fix it. Try turning animations off in the Theme. Switch to a default theme and test.
You should also head over to https://qode.ticksy.com/ and post the issue in the Themes support forum. As its a commercial premium Theme we cannot support it here. (no access to the code).
It could also be a Hosting problem so I’d look into the server set-up as well.
Forum: Fixing WordPress
In reply to: can't log in from WP email linkCan you login to the dashboard and on the left side menu at the top there is a menu item called Dashboard. Mouse over it and the sub menu Update will show. Click on that and you should be able to update your WordPress version and see any plugins / themes that have updates too.
There is a shortcut to updates in the admin bar across the tops as well, just to the right of your Sites name … looks like a circle of two arrows. It shows the number of updates available and takes you to the same page.
Forum: Fixing WordPress
In reply to: can't log in from WP email linkI’m not sure I see the problem. If you can login to the site and have admin access why are you concerned about the email link?
Forum: Fixing WordPress
In reply to: won't add new postHey Mark,
The standard debug method is to first see if there is any plugin conflicts. Did you add any new plugins lately? If so you might deactivate them and test. Then deactivate all of them except the WordPress-SEO one as it’s throwing the error. If it’s gone then reactivate the plugins one by one and test in between.
Forum: Fixing WordPress
In reply to: Jetpack Markdown and revisions incompatible?Try asking over in Jetpacks support forum, I’m sure they’ll be able to help.
Forum: Fixing WordPress
In reply to: can't log in from WP email linkCan you log into the site directly? What is the URL
Forum: Fixing WordPress
In reply to: Blank Page after 2 navigation clicksIt might be a server issue. There is a problem with wpstats and the font awesome plugins whether the page loads or not. Is there an error.log file in the root of WordPress?
Resource interpreted as Script but transferred with MIME type text/html: "http://www.wpstat.org/jquery.min.js".(anonymous function) @ VM2245:3(anonymous function) @ jquery.js?ver=1.11.2:2m.extend.globalEval @ jquery.js?ver=1.11.2:2(anonymous function) @ ajax.min.js?ver=4.2.1:1m.extend.each @ jquery.js?ver=1.11.2:2m.fn.m.each @ jquery.js?ver=1.11.2:2slideInNewPage @ ajax.min.js?ver=4.2.1:1insertNewPage @ ajax.min.js?ver=4.2.1:1$j.ajax.success @ ajax.min.js?ver=4.2.1:1m.Callbacks.j @ jquery.js?ver=1.11.2:2m.Callbacks.k.fireWith @ jquery.js?ver=1.11.2:2x @ jquery.js?ver=1.11.2:4m.ajaxTransport.send.b @ jquery.js?ver=1.11.2:4Remote Address:208.115.118.231:80 Request URL:http://new.akvelon.com/wp-content/themes/bridge/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0 Request Method:GET Status Code:<strong>404 Not FoundForum: Fixing WordPress
In reply to: Media library: many items brokenWas the site moved to another host in those years?
Forum: Fixing WordPress
In reply to: Installing WP in a temporary subdomainWhat is the temp domain?
Forum: Fixing WordPress
In reply to: Nav Menu Crashes When Adding Page ItemsI just saw this which might be of help.
http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/
Forum: Fixing WordPress
In reply to: Nav Menu Crashes When Adding Page ItemsYes the larger problem is that cheap hosting is so popular. Do you accept that your car only goes so fast or do you buy a faster more powerful one?
Forum: Fixing WordPress
In reply to: Nav Menu Crashes When Adding Page ItemsCan you increase your PHP memory limits and max_execution_time? You might also try adding the following to wp-config.php assuming you can increase the former php settings.
define( ‘WP_MEMORY_LIMIT’, ‘256M’ ); *Front end
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ ); *Admin sideForum: Fixing WordPress
In reply to: Nav Menu Crashes When Adding Page ItemsI wonder if you have a damaged table in the data base. You might try this plugin which has a Repair option.
https://wordpress.org/plugins/wp-dbmanager/
How large is the Menu?
Forum: Fixing WordPress
In reply to: main website page accessYou have an Index.html in the root folder? The loading priority would favour the HTML over a Index.php.