Whitelabel and customization
Hi,
[1] I have followed the instructions given for white labelling. After changing the white label to “true" in child theme it still have be theme in the page source of the website.
[2] I would like to include a javascript in the header of page. This script must must run on every page of the website. I followed two approaches and both of them did not help.
- I used the header and footers plugin and simple added the javascript to apply for head of the page. This intended outcome go the executing the javascript is only visible if I visit the website as a Wordpress admin
- In the betheme-child’s function.php I added the code which only works (the intended outcome of the javascript) is only seen if visiting the website as Wordpress admin
Please advise
Comments
Hi,
1) Please always attach a link to your website so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
2) If you want to put your script before the closing of the </head> tag, please, go to Betheme -> Theme options -> SEO, and paste your code in Google | Analytics section.
Thanks