- NewspaperHeader Builder
- NewspaperHeader ads
- NewspaperHeader styles
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperPosts Loop Element
- NewspaperHow to Add a Logo in Newspaper
- NewspaperDefault Category Settings
- NewspaperWhen tagDiv Composer is Not Working
- NewspapertagDiv Cloud Library Plugin
- NewspapertagDiv Composer Tutorial
- NewspaperUsing the Theme Translations with WPML
- NewspaperInstagram in Newspaper WordPress Theme
- NewspaperWeather Shortcode
- NewspaperThe Mobile Theme
- NewspaperLogin – How to Enable User Registration
Hi,
I have inspected your website and I see only these errors in the console
– https://www.screencast.com/t/MqYwsHuoCyi
This has happened before to some users, a solution is provided in this topic
– https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
If you try the method suggested there it will most likely clear these errors and the icons should display as intended.
Also I see that your header menu is not created properly
– https://www.screencast.com/t/0tIL5tJvMsC
You have a mega menu with subcategories and then there are sub-menu items as well. Here is a guide to help you create different types of mega-menus – https://forum.tagdiv.com/mega-menu/
Basically the menu item you decide to make a mega-menu has to be a root menu item, and not have any sub-menus.
Please let us know if I misunderstood something or you need further help.
Thanks
Hi,
I do not see any problems with the drop-down menu on your website. This is how it looks on my end
– https://www.screencast.com/t/0sd0RSiJ
And on the live demo – https://demo.tagdiv.com/newspaper/
The header menu was subject to design changes in the recent theme updates, maybe you have updated from an older version and that is why it seems different. If you would like to modify the current menu please provide more details or a screenshot about how you would like it to be, and I will try to give you a solution.
Thanks
Hello,
The top menu was disabled for mobile devices. It can be activated though with css. Please add this css code in your theme panel-> custom css box:
@media (max-width: 767px){
.td-header-top-menu-full, .td-header-sp-top-menu {
display: block!important;;
}}
Thank you!
Hi,
I’ve put the tracking code in theme panel (SS: http://i68.tinypic.com/28vpxmh.png)
but my code still appear on header of my homepage (SS: http://i65.tinypic.com/s3jbsh.png)
Please let me known how to fix it 😀
Thank you
Hey guys, how are you?
In the Newsmag > Theme Panel > Footer we have an option called “Show Footer”.
I turned off this option and saved it. And now, when I try to turn on again, the theme simply doesn’t saves.
The same problem occurs with the Newsmag > Theme Panel > Header > Enable Top Bar option.
Why?
Hi guys,
Can you please check my website http://www.myrecipes.ie looks like top header menu is not showing on the mobile version if i turn off “SHOW SIGN IN / JOIN” option. I have my custom links for registration in top header menu and would like to show them in the mobile resolution as well.
Good Morning! I cleared the cache and disabled some plugins and the problem continues. I think I’ll give up trying to tidy up, look at this screen as it gets the duplicate items. When I add an item to the TOP HEADER and save it, it automatically adds the HEADER MENU MAIN items to the Top Header. See the picture: https://www.screencast.com/t/iyvBcrguSlh Before this problem happened on Friday I did not make any changes to the theme code.
Hi,
If you would like to keep the current code that applies to this section, although I see that not all the code provided above applies properly. Please check your custom codes in theme panel and make sure the syntax is good, and the accolades and parenthesis are closed as they should. This is how this section should look with the code, I added some padding if that is what you wanted as well
– https://www.screencast.com/t/G75Aw3CPOW2
This is the code for the padding if you want to use it
.td-related-title a {
padding-left :20px;
}
This is how the Related articles action looks for me, using that block header style
– https://www.screencast.com/t/mgRzulke
Thanks
I checked header.php and I saw that it uses so many php and I don’t need as it goes to last file which contains html so I need to copy and paste that html to header.php to reduce load so can you please tell me that how to replace as much as php to html without changing its look I am using default demo of newspaper theme
Hii catalin I don’t want to make header sticky I want to use html and remove php to make website fast so I want to know where are file that I have to copy and paste in header.php and footer.php
Hello,
Sorry but our theme does not have such ad spots. It can only be done through customization. If you want to have a go at it, you can find the files for each post style in the header section of the theme files: https://www.screencast.com/t/fYCANmZ2tWf
You can change the html structure and create extra containers in the header if you have the proper skills.
Thank you!
Hi,
That code you are using hides the default theme header, and entered in the mobile theme Custom Css will hide it on mobile only. It seems to work properly from what I can tell on your website
– https://www.screencast.com/t/ZAq9TRwPrR
– https://www.screencast.com/t/ELjKsnBJ10
If you want the code to apply in other situations, like on tablets as you mention, try entering the code in that respective section as well – https://www.screencast.com/t/pmse44nP
There is no option to remove the grid present on the pages while using the mobile theme, or replace it with something else. This grid displays posts from the featured category. If you want to achieve something like this you will have to use a plugin maybe, or make modification to the theme files. The mobile theme was designed and optimized to provide the best performance on mobile devices, and to be as minimal as possible
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hello team, I want to ask why i put Ads from innity (https://innity.com) for header cant look a ads. Image i.is.cc/QSaRx57.png this a code.
When i put this code at File Header.php under </head> i can see the ads. What happend ? please help me
Regards
Haqem
Hi,
How do i check what is the font type for this category header title? I would like to use it in my other pages to maintain consistency.
Thank you.
BTW, here’s an updated snippet for wp-content/themes/Newspaper/parts/header/td-login-modal.php …
echo '
<div id="login-form" class="white-popup-block mfp-hide mfp-with-anim">
<div class="td-login-wrap">
<i class="td-icon-modal-back"></i>
<div id="td-login-div" class="td-login-form-div td-display-block">
<div class="td-login-panel-title">' . __td('Sign in', TD_THEME_NAME) . '</div>
<div class="td-login-panel-descr">' . __td('Welcome! Log into your account', TD_THEME_NAME) . '</div>
<div class="td_display_err"></div>
<div class="td-login-inputs"><input class="td-login-input" type="text" name="login_email" id="login_email" value="" required><label>' . __td('your username', TD_THEME_NAME) . '</label></div>
<div class="td-login-inputs"><input class="td-login-input" type="password" name="login_pass" id="login_pass" value="" required><label>' . __td('your password', TD_THEME_NAME) . '</label></div>
<input type="button" name="login_button" id="login_button" class="wpb_button btn td-login-button" value="' . __td('Login', TD_THEME_NAME) . '">
<div class="td-login-info-text">' . __td('Forgot your password? Get help', TD_THEME_NAME) . '</div>
<div style="position:relative;top:6px">' . do_shortcode('[apsl-login-lite]') . '</div><div style="position:relative;bottom:27px">' . $users_can_register_link . '</div>
</div>
' . $users_can_register_form . '
<div id="td-forgot-pass-div" class="td-login-form-div td-display-none">
<div class="td-login-panel-title">' . __td('Password recovery', TD_THEME_NAME) . '</div>
<div class="td-login-panel-descr">' . __td('Recover your password', TD_THEME_NAME) . '</div>
<div class="td_display_err"></div>
<div class="td-login-inputs"><input class="td-login-input" type="text" name="forgot_email" id="forgot_email" value="" required><label>' . __td('your email', TD_THEME_NAME) . '</label></div>
<input type="button" name="forgot_button" id="forgot_button" class="wpb_button btn td-login-button" value="' . __td('Send My Password', TD_THEME_NAME) . '">
<div class="td-login-info-text">' . __td('A password will be e-mailed to you.', TD_THEME_NAME) . '</div>
</div>
</div>
</div>
';
Please let me know where the files are for the mobile version so I can start fiddling with it.
-
This reply was modified 9 years by
tomashley.
Hello,
When I try to visit the homepage or navigate through the site the original demo colors appears first before shifting to the right colors .
in my case I use ” SAY WHAT ? ” demo , the original black and pink header colors appears first before the orange and the black one ?
so kindly guide me to solve this problem ?
>>>>> http://www.viralmonkeyzone.com/
Thanks
I want to make header and footer static and if possible menu also
I want it because I have specific header style in mind and want to reduce http request as I know php little bit for header it goes to three file header.php>parts/header-xx.php>menuxx.php
Hi,
I like very much the format of ads of The New York Times (sorry, but I cannot attach screenshot). They put the header in the centre of the ‘header zone’, and on both sides, left and right, they ubicate the ads. Do you think that is possible to set up a header like this in Newspaper theme?
Thanks!
Hello,
I’ve verify my site on search console by html tags. So I’ve paste html tags on header.php after that I could get verify my site then I deleted that code from header.php but my analytics code still on top of my home page.
here is a screenshot : http://tinypic.com/r/vytamp/9
Thank you in advance
I think the code I used messed up my header on landscape mode for a tablet. So yeah now I need fix for both 1) and 2)
I managed to fix my first issue.
To anyone who also want to hide menu in mobile theme I used this code in newspaper> mobile theme > custom code
.td-header-wrap{
display:none!important;
}
I still want to add a grid widget on my mobile theme thank you
Hello I have switched mobile theme plugin and I want to change few things.
1) How Do I remove the default header as I am using a ubermenu https://www.screencast.com/t/IOZckMojZ
2) Is there a way to remove the 3 featured post from mobile theme and replace them with a grid widgets?
Hi Mochal and Simion,
I have the exact same problem with v7.8.1. with the new update (last version I had was from Feb) and this one did not have any issues. With version v7.8.1. Open Sans Condensed shows a weird font like Mochal had a screenshot of above. All the other fonts seem to be accurate..
I just did a fresh install and hardly have any plugins installed.. I haven’t modified the header menu, or using child theme. I do have a custom code but that is only to make the social media sharing buttons have white background.
Did you ever figure out of it?
Hey how do I remove the header from the mobile theme?
Good afternoon! I am having problems with the TOP HEADER, HEADER (MAIN) AND FOOTER menus. From time to time, every item in the structure of each menu was duplicated. I’ve tried creating new menus and everything is duplicated. I cleared the cache and nothing solved. This problem began to occur after the wordpress version updated yesterday. At the moment I just left the header main menu active so the site did not get the ugly layout.
For example, when I add an item in the TOP HEADER menu structure and I will save it, it automatically adds the items in the HEADER MAIN menu structure.
What can I do to solve this?