Search Results for 'header'

Results from the Forum
geraldinetay27
Participant
#0

How do I disable social icons and search in the header menu?

Calin
tagDiv Staff

Hi,

So you want to change the text colors for headers, if this is what you want to achieve -> https://www.screencast.com/t/zLlNNjnZFb7v here is the custom css
.single .td-container-wrap h1 {
color: blue;
}
.single .td-container-wrap h2 {
color: red;
}
.single .td-container-wrap h3 {
color: purple;
}
.single .td-container-wrap h4 {
color: green;
}
.single .td-container-wrap h5 {
color: pink;
}
.single .td-container-wrap h6 {
color: orange;
}

Hope this helps!
Thanks.

Calin
tagDiv Staff

Hi,

If you are using the business demo and you have set the header style 1 then you’ll need to set a custom css ( or you can change the header ) because there are set tow types of background for business demo on style one, and the theme penal have settings only for one -> https://www.screencast.com/t/rdR70r4Npz -> https://www.screencast.com/t/iaLf1ZVMq0
Here is the code, you need to set this code in Newspaper>Theme panel>Custom code>Custom css
.td-business .td-header-style-1 .td-header-main-menu {
background: orange;
}

Also feel free to change the color

Thank you!

About Us 2018
tagDiv Member

You are right, it would not be as I want, do you have suggestion to do like I want? Which files to edit?

I already know the header ads, but as described in my earlier post, I want an ad zone in the absolute top of the page.

ben.hinc
Participant
#0

Hello,

We utilize Newspaper with the mobile plugin on our site located at https://www.theapex.racing

On mobile devices, the header bar (with menu button, logo and search button) disappears when scrolling down but reappears when scrolling up.

I can’t find a theme panel option to change this behavior. Is there a way to stop the header from reappearing when scrolling up using custom CSS?

Thank you!

Seashore
Participant
#0

Hello,

The website we are creating uses header style 1. However, when you position a tablet vertically, the logo moves from left to center. We want to keep it on its left position. Is this possible?

Cheers,
Martin.

Simion C.
tagDiv Staff

Hi,

So the background color should affect the page content only in the homepage. One solution would be to stretch the rows in the homepage, and set a background color for each of them
http://prntscr.com/mgf1wihttp://prntscr.com/mgf221

It can be done with some CSS as well, just for the homepage
http://prntscr.com/mgf77i
I could modify the code if needed, let me know

.home .td-main-page-wrap,
.home ins,
.home .td-header-style-10 .td-banner-bg {
background-color: #d8d4dd;
}

Thanks

coyotefreman
Participant
#0

The menu I’m using in the header does not work on the mobile. How can I change the mobile menu ONLY without interfering with the Desktop view?

Simion C.
tagDiv Staff

Hi,

For the best results each header style has a recommended logo size which should be used
https://forum.tagdiv.com/logo-favicon/

As a side note there will be a header builder introduced in the coming theme update, this will add a great deal of flexibility to the header section.

Thanks

Simion C.
tagDiv Staff

Hi,

The header has an ad spot, it will appear differently depending on header style used
https://forum.tagdiv.com/header-styles/
https://forum.tagdiv.com/header-ads-adsense/
With the new header builder that will be introduced in the coming theme update, it may be possible to change the ad position in the header.
But for the moment if you want to chnage it or add elements in the header it will require modifications to the header template you are using – http://prntscr.com/mgepcy

A background ad consisting of a background image and link can be set in the theme panel
https://forum.tagdiv.com/background-ads/
This would not be how you wanted however.

Thanks

Calin
tagDiv Staff

Hi,

I think That you are referring to header style, I is so then all you need to do is to edit the homepage with tagdiv Composer and set the header template -> https://www.screencast.com/t/rFa861obzEsX

Hope this will help you!
Thanks.

Catalin
tagDiv Staff

Hi,

Provide your website URL so I can take a closer look at it. Remove all of the untested plugins, clear all the caches, purge CDN files and check the results. Also, try to change the header style and check the results. If the problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer your setup page. Provide there the link to this topic so we can quickly identify you.

Thanks for your understanding!

Calin
tagDiv Staff

Hi,

If you do not want to have ads in header all you need to do is to remove the code from Newspaper>theme panel>Ads> header ad -> https://www.screencast.com/t/9wgpPn5Ck5WK
Here is our documentation for Header ads -> https://forum.tagdiv.com/header-ads-adsense/
Using other ads -> https://forum.tagdiv.com/using-other-ads-non-adsense-ads/

Thank you!

webtuscany
Participant
#0

I have problems to embed Facebook posts in WordPress posts.
I try to embed:

<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = ‘https://connect.facebook.net/it_IT/sdk.js#xfbml=1&version=v3.2&appId= – ID NUMBER CREATED BY FACEBOOK* – &autoLogAppEvents=1’;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>

In Theme panel “HEader Script Code” in header, bu when I emebed Facebook posts the contents are not visible in the post or are visible incorrectly.

Can you help me?

* = I use the correct ID app generated by Facebook but maybe app Facebook is not correctly configured

Calin
tagDiv Staff

Hi,

First please make sure that your slider was build correctly, after that you can add it in header ad section.
Please provide me some screenshots with the settings you have done!

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

That depend on headers, if those are form blocks you can set the color with tagDiv Composer -> https://www.screencast.com/t/qayFrkSuT or form widgets -> https://www.screencast.com/t/ixTy2vnarYH also you can use custom css.

Thank you for your understanding!

bdeepu
Participant
#0

Hello,

I’m using Newspaper theme for about a year and it’s impressive. My question is that I need to be able to fully customize the header any way I want. Currently, I’m using Header Style 10. Here are my specific requirements:

1. Should be able to stretch the logo from left to right margin. For example, I should be able to have a logo that’s 2400px by 1200 px.
2. I should be able to align it in any way I want. Currently it is showing only centre aligned.

please help.

GadgetClub
Participant
#0

Hello, i have a small problem with space between header and content only on homepage.
Adress is http://www.gadgetclub.ro, Thank You!

P.S.
How can I translate login form!
Thank You!

africaseasianews
Participant
#0

Hi, I’ve just started using the theme and while I’m trying to change the colours on he theme panel, everything (header background, menu bar background etc.) gets changed except the colour of the menu bar itself (the bar that isn’t full width and only has the menu items within it). Please tell me how I can resolve this, I have changed colour for every single possible section and that bar still comes up as the blue (as in the demo). Thanks!

mhtkmr007
Participant
#0

How do i disable google adsense ads (header ad) from pages which is not using tagdiv visual composer?

rakeshbarwar
tagDiv Member

Hi Ankur,
Thanks for recognising us!
I am the owner and founder of “The Last DNA”.
Here is your answer:
1. Yes, It is built only on Newspaper theme.
2. I use tag div cloud template.
3. For hover effect: select “element like Post loop or grid or module”—> Layout—-> Hover Effect—-> Shadow
4. For round corner and shadow, you had to change your website’s code. (or contact support for detailed help).
5. Here is my code for my site:-
.sf-menu img {
width: 100%;
}
.tdb-author-box .tdb-author-photo img {
width: 100%;
}
.td-video-play-ico>img {
width: 20%;
}
.post blockquote p{
text-align: left;
}
.td-header-wrap .td-header-menu-wrap-full, .td-header-menu-wrap.td-affix {
background: linear-gradient(to right, #e0e3e44f 0, #daefee 14%, #a7eaef 30%, #84eef3d6 50%, #14beff 100%);
}
@media (max-width: 767px){
body .td-header-wrap .td-header-main-menu {
background: linear-gradient(to right, #00d8ff 0, #e6edec 24%, #e6edec 76%, #24e5bb 100%);
}
}
.td-module-container {
border-radius: 10px 10px 10px 10px ;
}
.td-module-thumb, .td-image-wrap, .entry-thumb {
border-radius: 10px;
}
.td-element-style {
border-radius: 10px 10px 10px 10px ;
}
.td-post-content figure img {
border-radius: 10px;
box-shadow: 6px 4px 15px rgba(0,0,0,0.35)
}
.td-trending-now-title {
border-radius: 50px
}
.tdc-row.td-stretch-content {
padding-left: 30px;
padding-right: 30px;
}
.td-header-wrap #td-header-search {
border-radius: 10px 0 0 10px
}
.td-header-wrap .td-drop-down-search .btn {
border-radius: 0 10px 10px 0
}
.td-header-wrap .td-drop-down-search.td-drop-down-search-open {
border-radius: 10px;
}
.sf-menu>.td-normal-menu>.sub-menu {
border-radius: 10px
}
.td-mega-menu .sub-menu {
border-radius: 10px
}
@media (max-width: 767px) {
.td-scroll-up {
display: block;
}}
.td-scroll-up {
background-color: rgba(0, 0, 0, 0.35);
border-radius: 8px;
width: 45px;
height: 45px;
bottom: 10px;
right: 10px;
}
.td-scroll-up:hover {
background-color: #000;
}
.td-scroll-up .td-icon-menu-up{
width: 45px;
top: 8px;
}
.wp-block-image .alignleft{
max-width: 60%;
}
.wp-block-image .alignright{
max-width: 60%;
}
.wp-block-pullquote{
border-radius:10px;
}
.wp-block-quote{
color: #005f7f;
background-color: rgba(198, 239, 243, 0.16);
border-left: 10px solid #dbebf5d1!important;
padding:10px!important;
}

therion250
tagDiv Member

Review the header or body of your home, the index should have some malicious file

Dinesh Ramawat
tagDiv Member

Hi Calin,

Thank you for your reply!

I tried putting the code in place of header ad section. But the slider is not visible and even the ad image is not visible there.

Please help.

Calin
tagDiv Staff

Hi,

The menu and the logo are in separate containers, so that would not be possible/easy to do with CSS. Maybe with the header builder that is currently in development that will be possible, can’t say for sure until it is finished and we will begin testing it. Sorry for any inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

For increased performance on mobile there is a mobile theme you could use. Here is some information about it – https://forum.tagdiv.com/the-mobile-theme/
The desktop looks alright, there could be some improvements – http://prntscr.com/mf5r86

For overall optimization to the website you can check some topics from the forum
https://forum.tagdiv.com/topic/newpaper9-theme-making-website-very-slow-google-pagespeed-just-24100/

Regarding the AMP issues, seems the auto ads code has been entered in the header ad spot
http://prntscr.com/mf5orn
That would be wrong, that code can only be entered like this at the moment
https://forum.tagdiv.com/topic/info-adv-amp/
I believe an option will be added in a coming update for the AMP plugin, so that the code can be entered in the theme panel instead of the plugin files. But for the moment that is the only way.

Thanks

Viewing 25 results - 15,926 through 15,950 (of 29,850 total)