Where can we edit the “© 2014 BodyArmorNews.com” part in the left lower corner?
I cannot find it anywhere in the editor and would like to change 2014 to 2015.
Thanks!
Greetings,
Iwan
Hi,
Please make this change in Theme Panel > Footer: http://screencast.com/t/4MOaefpfmlUl – http://screencast.com/t/9lUOeY18Nsw
Thanks!
Hi there,
Unfortunately we could not find this Theme Panel > Footer button anywhere.
Please check our screen here: https://dl.dropboxusercontent.com/u/14778658/Screen%20Shot%202015-05-12%20at%2011.25.03.png
Sorry but this is not where I can find the Theme Panel > Footer button as our banner management system is locate here. Is it possible to change a file with html editor? thx
Hi,
I see you use an very old theme version (1.7) while the latest version is 4.6.3 now available on themeforest: http://themeforest.net/downloads so you need to change this sign theme’s customizer: http://screencast.com/t/ZIeLRKDWf2q If this cusomtizer isn’t working for you then you would have to update your theme and use the latest version’s features and panel to change the copyright date and text as you like.
To update the theme please follow the theme update guide paste below and make sure you backup your current theme an WordPress installations so you can revert back to them if something goes wrong: https://codex.wordpress.org/WordPress_Backups
Use thew instructions from this guide and update the theme to the latest version: https://forum.tagdiv.com/newspaper-documentation/ – download the latest theme from themeforest: http://themeforest.net/downloads then use the FTP method and remove the old theme files and upload the new ones. After this you’ll or you can use the Visual Composer plugin to build you pages/posts content and layouts: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Make sure you go trough all theme’s documentation here: https://forum.tagdiv.com/newspaper-documentation/
If you don’t want to update the theme then you can change the copyright text and date hard coded and replace the $tds_footer_copyright variable with a string 'Copyright 2022 - your text' like this: http://screencast.com/t/JR6vKdsX – http://screencast.com/t/yE0HIIS2
Thanks
Just a short question.
Where can I delete the “click here – to select or create a menu” text at the top menu?
This text is located in top left corner below the date.
See http://www.bodyarmornews.com
Greetings,
Iwan
Hi,
You can use this custom css in Theme Panel > Custom Css to hide it: http://screencast.com/t/6SOinVNEzOX
.top-header-menu {
display: none;
}
Or if you want to remove the text you can find it in menu-top.php – http://screencast.com/t/VII9KLhy
Thanks!