-
Posted a reply to Website loading very slow after updating WP database and version, on the site WordPress.org Forums:
Hi Paolo, okay see if your host provides any feedback that helps trace down the… -
Posted a reply to Always show Admin/Tool Bar, on the site WordPress.org Forums:
sorry have been off for the day. To remove the register link you need to… -
Posted a reply to Dashboard Icon Missing, on the site WordPress.org Forums:
@macmanx ah got it, was just wondering because the site is trying to load dashicons… -
Posted a reply to Making WordPress Multisite work with PHP 7.x, on the site WordPress.org Forums:
Hey there, if the domain is exactly the same it should work like you thought:… -
Posted a reply to Always show Admin/Tool Bar, on the site WordPress.org Forums:
to remove any links from the admin bar you can check this code example here:… -
Posted a reply to Dashboard Icon Missing, on the site WordPress.org Forums:
WordPress dashicons are not loaded in the frontend when you're logged out by default. To… -
Posted a reply to Page overview looks scrambled, on the site WordPress.org Forums:
script debug will not print to the developer console window but still may be helpful… -
Posted a reply to Creating page description, on the site WordPress.org Forums:
For SEO I'd recommend you to get a Plugin like Yoast SEO or All in… -
Posted a reply to Connect WordPress to MySQL, on the site WordPress.org Forums:
Hi there, if you installed WordPress fresh you simply open up the url (or ip)… -
Posted a reply to Malware Found – Injected Script, on the site WordPress.org Forums:
If that's the case there's a very easy solution for the future: don't have such… -
Posted a reply to Malware Found – Injected Script, on the site WordPress.org Forums:
@clockys yeah that's the injection script we need to find the root source which maybe… -
Posted a reply to Malware Found – Injected Script, on the site WordPress.org Forums:
Okay so you're either all sharing some plugin or WP itself carries the issue somewhere.… -
Posted a reply to Malware Found – Injected Script, on the site WordPress.org Forums:
Hey guys, if you have this kind of infection please also set your site to… -
Posted a reply to Website loading very slow after updating WP database and version, on the site WordPress.org Forums:
Hi paul, actually the site should have become faster with the update to php7 :)… -
Posted a reply to Page overview looks scrambled, on the site WordPress.org Forums:
Hi @froose, this usually happens when the scripts get interupted. If you could check dev… -
Posted a reply to Images won’t upload, on the site WordPress.org Forums:
Hi, reasons this could occur: - some threshold limit of your provider exceeded (e.G. disk… -
Posted a reply to Always show Admin/Tool Bar, on the site WordPress.org Forums:
you're welcome. glad you figured it out :) Yeah I'd suggest to use only one… -
Posted a reply to A few different errors, on the site WordPress.org Forums:
I don't think this is caused by a plugin, this rather sounds like some heavy… -
Posted a reply to Always show Admin/Tool Bar, on the site WordPress.org Forums:
hmm the only thing I can think of is some plugin or other custom code… -
Posted a reply to No: ‘noindex’ detected in ‘robots’ meta tag, on the site WordPress.org Forums:
Hey Joost, hard to guess without knowing plugins / themes installed and code that may… -
Posted a reply to Always show Admin/Tool Bar, on the site WordPress.org Forums:
Oh yes sorry, it's add_node instead of add_menu, like this: function modify_admin_bar( $wp_admin_bar) { $wp_admin_bar->add_node(… -
Posted a reply to Always show Admin/Tool Bar, on the site WordPress.org Forums:
Ah my bad, missed that one sorry. please also add this code: function modify_admin_bar( $wp_admin_bar)… -
Posted a reply to Always show Admin/Tool Bar, on the site WordPress.org Forums:
Hi there, if you add this to your child themes functions.php file it should show… -
Posted a reply to No: ‘noindex’ detected in ‘robots’ meta tag, on the site WordPress.org Forums:
Hi there, in your WordPress dashboard under settings -> read you should find a checkbox… -
Posted a reply to Embed external site, on the site WordPress.org Forums:
Hi there, well you could either go with in iframe which is quick and dirty… -
Posted a reply to WPBakery Page Builder – changes do not update, on the site WordPress.org Forums:
First I would recommend to update your php to at least version 5.6.25 (7.3+ is…