Hi,
Please find below issues faced in Newspaper theme
i) while scrolling the header menu logo is messed with header menu items in list(Desktop Version)
URL: http://www.appztesting.com
ii) Disable menu in 404 Error page
URL: appztesting.com/jkdlfaldkjfla
iii) Mobile menu is messing with my contact form after feedback is sent
uRL: http://www.appztesting.com(Mobile version. Tested Device: Samsung Galaxy S4)
Steps to reproduce:-
i) Open menu in mobile version
ii) Click contact and submit with a dummy feedback
iii)The mobile menu is collasped
Hello support
One issue after the other.. About two weeks ago, I posted on Forum regarding below message.
Broken Themes
The following themes are installed but incomplete.
Name Description
Newspaper Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet. Delete
I was told to reinstall the theme which I did.. Today, that text showed up again?
What can I do? Thanks
Hello,
@Georoge
1) The header menu will make the logo fit the scrolling menu. Do you want to have the full size logo in the scrolling version of the menu?
2) you can use this css to remove the menu on a 404 page:
.error404 #menu-new-menu-1{
display:none!important;
}
3) This issue is caused by the plugin you use for the contact form. Please use contact form 7 as that is the tested plugin with our theme.
@Cybi
Please create your own topic when having support questions not related to the topic you post on. Your issue is very different. For some reason, your theme cannot find the index.php file. I think you are not installing the theme correctly or maybe the chilf theme. please follow this guide to properly install you theme: https://forum.tagdiv.com/install-via-ftp/
https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you!
Hi
Try this css: http://screencast.com/t/pgp6C8U5ll
.td-affix .td-header-sp-logo, .td-header-style-7{
height: 106px!important;
}
.td-affix .td-header-sp-logo img{
max-height: 106px!important;
}
The code provided by Bogdan works fine as can be seen in this screen: http://screencast.com/t/ImhgoWQx1bSO Try to clear all caches then test the code again.
Thanks!
Thanks very much @Andrei L @Bogdan
i) Now Logo in scrolling menu looks perfect. Please could we bring the menu img text align to middle. At the moment it is on top as per your screenshot: http://screencast.com/t/pgp6C8U5ll
ii) For 404 error page.. it is the entire div that you have highlighted in top arrow to be hidden.
Only the ”
Ooops… Error 404
Sorry, but the page you are looking for doesn’t exist.
You can go to the HOMEPAGE
”
text should be displayed
http://screencast.com/t/ImhgoWQx1bSO
Please advice
Hi,
1) You can use this code and adsjut the value until you get the desired results:
.td-affix #menu-new-menu-1 {
margin-top: 28px!important;
float: right!important;
2) If you went to remove the menu and the logo, then remove the previous code and use this one:
.error404 .td-header-wrap{
display:none!important;
}
Thank you!