- TutorialsDefault Block Settings Guide
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
I would like my Categories to Display Randomly so the header is different each time the page opens.
How do I do this?
Example:-
http://www.djtees.com/category/johnny-rock/
Hello dear friends at tagDiv,
first of all please accept my congratulations for your excellent theme. You have done a great work. Keep up the good work and spirit!
I would like to ask you your support in customising the appearance of Header Style 5 Menu Position.
I have a logo that is more of a vertical oriented shape and i would like the menu to align at the vertical direction with the bottom line of the logo instead of the default top alignment with the logo being on the left.
Could you please help me with that?
Thank you very much in advance.
George, Proopsis
Hi,
The solution should work as expected on header 10 as well. Please try to add a simple text and see if it renders on the front-end: http://screencast.com/t/f7MTQkY7
For this header the position will be different and the css as well as every header style has a different css. You will need to test a few positions of the code and find the place you want it to display.
Thank you!
Hello,
Unfortunately there are no such ad spots. You can add them manually in the header style that you use by editing the theme files. There is no setting for this so it has to be coded in.
You will only need basic HTML and CSS knowledge for this task and edit one of these files in a text editor (notepad ++) and add your html code here: http://screencast.com/t/ZieypLCt
Thank you!
Hi,
Our theme has multiple ad spots you can use, but there is no setting to “relocate” an ad spot except for the article inline ads or the sidebar. Please read the documentation on the ad system to get an idea of how it works: https://forum.tagdiv.com/header-ads-adsense/ – http://screencast.com/t/0yxdF4HN
Thank you!
Hello, i’m afraid i have an issue after the last update!
I’ve lost my config (the one you showed me here).
I tried to repeat it again and did not worked this time.
Now i’m using header style 10. (http://prntscr.com/ayitb6)
I’ve found the correct line, inserted that div and nothing happened.
Also i’ve added the custom css (http://prntscr.com/ayit64)
Help me please, how to solve it? I really need to display in the middle that message.
Thanks a lot.
Ok, after much fiddling around, I have managed to get it to work on my own. The solution seems to be:
When you come back to wp-admin/admin.php?page=td_theme_panel, you have to open the Theme Fonts section, then also open one of the sub-sections (Header, Modules and Blocks General, etc), then click the ‘SAVE SETTINGS’ button.
I can’t verify this to be the actual cause of the fix (I don’t have time to faff about with it any longer) but it seems to have worked on this occasion.
Hello,
how is possible in the Newspaper “Fashion” to put on the left and on the right of the logo, two same little square ads?
thanks
M.
Hi
Unfortunately the theme don’t have an option to set as background image only for header sections. This can be achieved only by editing the file which generate the header style that you’re using and insert there the html code for the background image: http://screencast.com/t/KhknTZXQL9
We can’t offer customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hello, PLease I need to insert an image for my header background, please help!.
Hello, I have this code for my ad section in the header style 1, I want to include a weather widget and some social icons. But I can’t set the social icons in a properly position. Do you know why?
I have this result: http://m24digital.com/wp-content/uploads/head.jpg
The code:
<table>
<tr>
<td style=”width: 50%; border-width: 0px 1px 0px 0px; “>![]()
</td>
<td style=”width: 50%; border: 0px;”><!– http://www.TuTiempo.net – Ancho:334px – Alto:91px –>
<div id=”TT_RiTEk1EkEcWa8FIUKfSDDDDjjWnUMY82Ldktksi5qkjkEEEEE”>Pronóstico meteorológico para San Luis</div>
<script type=”text/javascript” src=”http://www.tutiempo.net/widget/eltiempo_RiTEk1EkEcWa8FIUKfSDDDDjjWnUMY82Ldktksi5qkjkEEEEE”></script>
</td>
</tr>
</table>
Hello mystudent,
If you want to increase the height of your header area you have to use a bit of CSS code.
The code is ->
.td-header-style-1 .td-banner-wrap-full{
height:400px;
}
Thanks.
I am using Newspaper default header style 1.
How to adjust Header Ad exactly in between Top Menu and Main Menu, i.e. at equal px distance from Top Menu and Main Menu?
How to increase or decrease the Header Area in Newspaper theme? I an using header style 1 default.
Hi, thanks a lot! This was very helpful. Here are some follow up questions to what was not clear:
To question #1: I was not clear enough here. I meant if it is possible to have the title text below the picture for the default post template, i.e. swap the header picture and title.
To question #2: Our site is https://www.lettogsunn.no. We want to have the menu element “BESTILL HER” to have a background color as default, while the two other elements (MEDLEMSBETINGELSER and OFTE STILTE SPØRSMÅL) remain unchanged.
To question #3: That helped, BUT now also the title+excerpt beneath the pictures on the sidebar and from some of the main column items disappeared. I guess that the article title is also part of the “meta-info” module. Any way to show the title, but not the author and date? See https://www.lettogsunn.no for how it looks now.
To question #4: I guess I was referring to “Block 13 on 1 column”, like on the right hand side of the page you referred to. Is it possible to have both title and excerpt below picture for this block?
Thanks a lot for great support!
Hi Bogdan,
We don’t have a caching plugin or a CDN. We do have Jetpack, but we don’t have Photon switched on.
And besides, the CSS for the fonts gets output in the html file itself as a <style> tag – this is just below a comment: <!– Header style compiled by theme –>
So it’s not an external CSS file, and it shouldn’t be cached.
I have also cleared my browser cache, but that hasn’t fixed it.
Hi
I assume that you tried to make the mobile menu active on tablets.
To achieve that it’s required a new function in theme’s js which will detect the tablet devices and will apply a specific style for the menu depending by the header style used. Basically you’ll need to rewrite all header style for tablet so the mobile menu to be displayed fine.
We didn’t make any testes to check how mobile menu will work on tablets and the theme don’t have any implementation for this feature. Unfortunately I can’t provide a solution now as the required customizations involve lot of time and also many tests. This new feature should be tested to work with all theme’s header styles on many devices and various browsers.
Thanks!
Hello Vesa,
Please try the code below and place it in Theme panel->Custom CSS.
The code is ->
.meta-info .td-block-author {
margin-right: 10px!important;
}
.single_template_3 .td-post-header-full .td-category li {
margin-right: 10px;
}
Thanks.
Hello, I have this error in the database. Can anybody help me?
[29-Apr-2016 01:51:19 UTC] Erro de banco de dados do WordPress Lost connection to MySQL server during query para a consulta SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (53992) ORDER BY meta_id ASC feita por require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), include(‘/themes/Newspaper/single_template_2.php’), get_header, locate_template, load_template, require_once(‘/themes/Newspaper/header.php’), wp_head, do_action(‘wp_head’), call_user_func_array, hook_wp_head, wp_get_attachment_image_src, image_downsize, wp_attachment_is_image, wp_attachment_is, get_attached_file, get_post_meta, get_metadata, update_meta_cache
Recently, Google released “Page-level” AdSense ads specifically for high-end mobile devices. It’s a single piece of code that’s added to the HEAD tag and then it can show both anchors and vignettes automatically.
I’ve implemented this code manually by editing Header.php and I’ve noticed different behavior of the ads in different mobile browsers.
Using Safari on iOS, the anchor ads (which are fixed to the bottom of the screen) pop up immediately. Using Chrome on Android, the anchors only appear when the page is scrolled all the way to the bottom. They remain when you scroll back up, but again, they only initially appear once the bottom of the page is hit.
Do you think this is a browser issue or maybe the theme is interfering with this new ad format?
Here is a link to more information about the new ads: http://adsense.blogspot.com/2016/04/AdSense-page-level-ads.html
Here are some screen shots showing the ads on our site: http://adobe.ly/239UtVt
Our site is located here: http://www.theapexracing.co/
Also, it would be great if this new ad format/location were added to the Theme Panel. Thank you!
Hi,
For the hover color of the menus, you need to change the teheme accent color from here: http://screencast.com/t/HvjDNqe4ORQW The active button will remain ‘hovered’ with the color you set in the theme panel
You can increase the font size for the menu from the fonts section here: http://screencast.com/t/oakNT1Bmbsoy
For the travel demo image, you cannot decide exactly what part of the image will show. You will have to use an image that has the appropriate dimensions. aprox: 1920 x 815.
Your image is nowhere near that aspect ratio and that size. Please use an image at least 1000 px wide and at least 500 px heigh. (but not too high, as it needs to be wide).
For the block 5 on 2 columns: this represents 2 columns: http://screencast.com/t/c3Pdo5wZc
This is done from the columns selection in visual composer: https://forum.tagdiv.com/how-to-use-visual-composer/
If you want to replicate the homepage in the travel layout please follow this topic: https://forum.tagdiv.com/topic/how-to-stop-top-header-image-from-stretching/
Important: please read the theme documentation as you will find much useful information there regarding our theme settings: https://forum.tagdiv.com/wordpress-information/
Thank you!
Hi,
Let’s try this another way. I simulated your layout with a header style 12, the theme accent color set to red, and the fonts set exactly as yours form the image you posted. Here is how it should load: http://screencast.com/t/UGhtshW5
Everything is set from the theme panel, no custom code was involved so clearly on your end there are other factors affecting this. Please try to restore the theme to it;s defaults. Try on a testing sub-domain and try it without plugins or minification to see how it displays in the theme’s default state.
Thank you!
Hello papilleclandestine,
Please ensure that you have used the same header style as in the demo, like this -> http://screencast.com/t/OQrhrHT4H ->> td_header-style-11 because this header uses the full logo. If you are using another header style, the logo will be resized. For more information about header styles, please check our documentation here -> https://forum.tagdiv.com/header-styles/
Thank you for your understanding!
Hello Vesa,
In order to achieve as you wish, you have to alter the code according to your post template used, as you can see here -> http://screencast.com/t/U8mSq0gP and then you have to use a bit of CSS code for better results.
The code is ->
header time{
margin-right: 2px!important;
}
Thank you for the message!