Tagged: x
-
AuthorPosts
-
January 7, 2017 at 12:53 am #1319879
NathalieParticipantHiya!
I want to access the editor on my page but I can’t find it anywhere! It’s not under appearance and I have already tried to inactivate all the plugins to see if that helps, which made no diffenrence!
Can someone please have a look for me?
Thank you!
January 7, 2017 at 2:27 am #1319944
FriechModeratorJanuary 7, 2017 at 3:08 am #1319976
NathalieParticipantNope, I mean the editor that is suppose to be located below the Appearance-tab!
I’ve got a plugin that requires me to add a snippet of text in the header.php area but I have no idea where to find it!
Thank you so much for your help1
January 7, 2017 at 5:37 am #1320033
ChristopherModeratorHi there,
You can’t edit header file from WP dashboard, please setup child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.
Add following code in child theme’s functions.php file :
function third_party_tracking_code() { ?> <script> // Third party tracking code. </script> <?php } add_action( 'wp_head', 'third_party_tracking_code' );Hope it helps.
January 7, 2017 at 5:51 am #1320046
NathalieParticipantI’ve done the same change to another wordpress site so I know that it works.
I’ve attached a photo from the installation guide for the plugin. See the “editor” tab? That’s the one I mean!
And I can log on to my other wordpress site and it’s right there, but when I log onto the website I mentioned above, then the tab isn’t even present.
Cheers!
January 7, 2017 at 5:53 am #1320047
NathalieParticipantSorry upload didn’t work! Here’s a link to the plugin’s website instead!
January 7, 2017 at 3:45 pm #1320496
RadModeratorHi there,
Your account doesn’t have the capability to use the editor due to permission or role. Or the editing capability is intentionally disabled through wp-config.php
Would you mind providing your admin and FTP login credentials in private reply?
Thanks!
January 8, 2017 at 12:38 am #1320808
NathalieParticipantHmm, strange! I’m the only person that has ever had access to the site, how could it have happened?
I can send you my admin details but what us FTP login? 🙂
Thanks!
January 8, 2017 at 3:59 am #1320915
Rue NelModeratorHello There,
Even if you are the only one who has access to your site, if the file permission restricts any file editing then the editor will not appear.
To know more what is FTP and how you can get it from your hosting providing, please check it here: https://www.one.com/en/support/faq/what-is-ftp
Hope this helps.
January 8, 2017 at 5:44 am #1320981
NathalieParticipantHiya! Thank you! It did help and I’ve fixed the problem now!
Cheers!
January 8, 2017 at 6:01 am #1320988
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1319879 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>

