i have installed NewspaperVersion: 4.6 which is working fine but when i updated the version to NewspaperVersion: 6.6.3 manually (i.e copy and paste in the themes folder) then its not working properly it does not displaying headers properly and other contents also.
here are screenshots
screenshot(ver-4.6)
https://www.dropbox.com/s/hve8pjk355qqbly/Home%20Page%20%20%20BDI.png?dl=0
screenshot(ver-6.6.3)
https://www.dropbox.com/s/8prv74j01br0u7m/Home%20Page%20%20%20BDI_updated.png?dl=0
Hello,
In order to properly update your theme from version 4 you will need to follow this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
The most important part is to run the update script for version 4 that can be found here: http://screencast.com/t/JfBRicct
Thank you!
i updated the theme in the same manner as it is described in the guide. everything is working ok but the navigation menu is not looking the same and site logo is also misplaces
here is the snapshot
https://www.dropbox.com/s/dhw5nc8w0i8b9e8/new.png?dl=0
there is one problem when we scroll down the page and then scroll up then site logo and header not looks good
and there is a unnecessary gap between header and main body after scroll down
here is the url
http://betterdiamondinitiative.org
Hello,
I have checked your website and saw the error. Please try to recreate your header menu (main menu) because some of the elements used in newspaper 4 are no longer available and cause issues with your menu. Create another menu (a test menu) and try it out in the header section to see if it displays the same way.
Let us know how it goes.
Thank you!
Hello,
It seems the logo shifts on this header style. I will add this issue to our bug list and we will hopefully fix it in a future version. You can try to use another header style until then if you wish.
You can reduce the gap between the menu and the content using this custom css:
.home .td-main-page-wrap{
padding-top: 10px!important;
}
Thank you!