- TutorialsDefault Block Settings Guide
Hi,
Should display the logo that is set in the theme panel, menus as well, with the header template chosen in the panel.
What if you set a new page as homepage – https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
You can build a new page with the tagDiv composer or import one and configure it
– https://tagdiv.com/tagdiv-composer-page-builder-basics/
Demo homepages designed by us can be imported with the cloud library plugin
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
– https://cloud.tagdiv.com/#/load/Homepages
The blocks, grids and other post displaying elements will show posts according to the filtering set for each – https://forum.tagdiv.com/block-settings-guide/
Ads can be set in the theme panel predefined spots, or the ad codes can be inserted in an ad box element in the composer directly – http://prntscr.com/n9zjyu
We could take a look first hand to see what is happening, so we can understand better. Please send us an email at contact@tagdiv.com and provide admin login. Include a link to this topic in the email.
Let us know.
Thanks
Hi,
It is possible if you use a cloud header template. The header menu element has an option to remove the images – http://prntscr.com/n9xho1 – http://prntscr.com/n9xhwt
It could be done with some CSS if you don’t use a cloud header template. I could give you a code for it if needed, provide a link to the website and mention for which menu item you want this. Let me know.
Thanks
I believe I understand now. I tried setting a background image for the mobile menu zone, it appears like this – http://prntscr.com/n9wvi4 That is the height of the zone so the image background will have the same height. Using the full height setting will make the zone proportional to the viewport I believe.
In order to display a bigger mobile header to allow the background to be bigger as well, one solution would be to set some padding, for example – http://prntscr.com/n9wwig
– http://prntscr.com/n9wwn5
Hi,
I believe such an option may be added for the cloud header menu element, in a future update.
For the moment with a theme setting it is not possible. However I could give you a CSS code for it
2 columns – http://prntscr.com/n9w5z3
.menu-item-49 > .sub-menu{
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
width: 20em!important;
}
3 columns – http://prntscr.com/n9w6a4
.menu-item-49 > .sub-menu{
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
width: 30em!important;
}
This code can be entered in the theme panel custom CSS code section
– http://prntscr.com/n9w7ed
I can modify it if needed, or if it does no properly. It will apply only to that menu item, the one with the dropdown. Let me know.
Thanks
Hi,
In order to add margin between menu items you’ll need to use a custom css
-> https://www.screencast.com/t/b4jK0lla2n
.td-header-menu-wrap ul li a{
margin-left: 15px;
margin-right: 15px;
}
If you have Newspaper v9.5 or grater you can edit the menu items with the header builder -> https://www.screencast.com/t/C9Fo2p6Sm
-> https://tagdiv.com/whats-new-in-newspaper-theme-9-5-update/
Thank you!
I’m designing a new header from the Cloud Library plugin’s Blank Header template, and the desktop sticky version is partially covering the top of the sticky sidebar on my posts. Any idea how to fix that?
Right now I have the flags shown on the Top Header but they are not centered. I tried every format to try to center the flags on the page but they don’t work. Is there custom CSS I can add to achieve this?
Hi Simion, thanks for reply.
Header Manager, has 4 zones, in the mobile zone i want to put a background to display correctly in a mobile.
you can see the page in this link https://detoque.com/battle-royale
In mobile, the image you see is 480×540 and defined as background of mobile zone in header manager.
Possibly unrelated but here is a recurring error from the theme’s php_errorlog:
PHP Fatal error: Uncaught Error: Call to undefined function get_header() in /home/[dir]/public_html/wp-content/themes/Newspaper/index.php:6
Hi,
Please make sure that you logo is big enough and you set in header the logo with full size -> https://www.screencast.com/t/XFeURdbziFx -> https://www.screencast.com/t/IFcnwemZS8 -> https://www.screencast.com/t/cRQvL12E -> https://www.screencast.com/t/fqpDIO6NhyJ
Hope this will help you!
Thanks.
I used the Craft template, and liked the large logo/header. I inserted one the same size, so I thought, but it was tiny, and now, when reverted back to the original image, this is also small. What’s happened?
Hi,
I currently see an ad displayed below the header – http://prntscr.com/n9j0vg for me it appears in both desktop and mobile. Maybe the problem is not with this ad however. Where exactly is this video ad appearing? I could take a look at it, let me know.
It should appear across all devices – https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Thanks
Hi,
You can achieve this using separate header in function of language ( one for English and one for Tiếng Việt).
Thank you!
Hi,
So the color was not the same across all browsers? That would be unusual. The header colors for the mobile header (when the mobile theme is active) should be the ones set here
– http://prntscr.com/n9i797
These should appear as set in all browsers when checking on mobile. In desktop as well it should be the same. Currently I see you have disabled the mobile plugin, I checked with Chrome and Safari, the header looks the same in both.
Thanks
Hi,
Please understand that using the Header builder manager is more easy to add your HTML code in the right section as you can see here -> https://www.screencast.com/t/L6RgIbe2
Hope this helps!
Thank you!
Hi,
If you are using the mobile menu you can change the menu from Appearance > Menus
-> https://www.screencast.com/t/bGcit1Zoyn
If you are not using mobile theme you can use the header editor and edit the menu -> https://www.screencast.com/t/hoQItj7LO
Thank you!
Hi,
All logo images can be changed according to your liking. Please post a link to the website or some screenshots so I can see exactly what you want to do.
Maybe you mean the logo in the menu when the header is sticky, you can choose the logo that appears there or even disable it- http://prntscr.com/n9fzkz
Let me know.
Thanks
Hi,
We are investigating an issue like the one that is happening here. Seems that when there aren’t enough posts in a category that uses a cloud template, the header will not load properly. That is why in the first example the header template loads, while in the second it does not.
If there aren’t enough posts to populate the top grid and the loop below it, the cloud header will not be displayed.
We will fix this issue in the next theme update, sorry for this inconvenience. One solution would be to create category templates for those categories (with less posts in them) that don’t have a top grid so that the posts display in the loop.
There is also a quick fix that I could provide you until the theme update is released. replace this theme file – http://prntscr.com/n9fstd
With this one – http://www.filedropper.com/tdutil (make a backup of the file before attempting).
Thanks
Hi,
If I understand correctly you set a navigation menu in the widget sidebar and you want to change the colors for this one, if is so please try this custom css
https://www.screencast.com/t/v98omqYWt
.widget_nav_menu #menu-td-demo-header-menu-1 a {
color: red
}
.widget_nav_menu #menu-td-demo-header-menu-1 a:hover {
color: blue
}
If this is not working, provide me a link were I can inspect this menu, in this way I will be able to provide you an working css.
Thank you!
Hi,
You can try using the code below and place it in Theme panel -> Custom CSS area.
.td-header-sp-logo{
margin-top: 0px;
margin-bottom: 8px;
}
.td-header-sp-rec{
margin-top:11px;
}
The result is here -> https://www.screencast.com/t/pz4hP8OUD8
Thank you!
Hi,
The mobile theme can only display an image logo, currently it cannot display a text logo like on desktop. I could add this as a request and it will be considered.
The header that the mobile theme displays will not be the one that you build with the header builder in the composer. Only when the mobile theme is not active will that be displayed (responsive version). So to display the mobile cloud header template you have built, the mobile theme has to be deactivated.
Most of the mobile theme elements and templates are predefined, this is what makes it faster. We will add more options and settings in it in future updates. Sorry for any inconvenience.
Thanks
Hi, Kindly ignore my query.
I have found the problem. I did not set the header in theme panel to the template I was using. Thanks!
Hi, I am having problem with my header menu not appearing consistently on my site. I am currently using the same template in my header manager for the whole site, however there are anomalies for certain pages such as my 404 page.
For example:
https://prnt.sc/n9e8n4 -> Header appears unconsistent.
https://prnt.sc/n9e8vz -> When I click on “Edit Template”. It appears to have no issue. I have no idea where I can fix the problem. Your help would be appreciated.
Thank you.
Hi, I’d like to center the flags for my WPML menu on my top header. http://blog.tryandreview.com/
Can you help me?
Hello, i am trying to set a header template, and i am having difficult to set the mobile zone background.
I am using a 480×540 image, but if i don’t clic on “use full height” i only get a small section, and if i set it, the image expands to “i don’t know what size” and cause distortion.
So the setting “full height” reffers to the height of the image o to what? cause i try with padding, and a lot of combination and i don’t have success.
Regards