Search Results for 'header'

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,

The header box is simply a transparent box that will show the background image through it. If you want to see the image, you have to assign a background like so: http://demo.tagdiv.com/newspaper/category/template-style-8/

Thank you!

Catalin
tagDiv Staff

Hello investimpactly,

Please notice that our theme has a lot of header styles which uses logos in various sizes. For more information about our header style, please consult the documentation here -> https://forum.tagdiv.com/header-styles/
Also, you can use the code below and place it in Theme panel->Custom CSS area.

.td-header-style-1 .td-header-sp-logo img{
max-height: 150px!important;
}
.td-header-style-1 .td-header-sp-logo{
width: 320px!important;
margin: 28px 10px 0px 10px!important;;
}

Hope this helps!

Thanks for the message!

Bogdan B.
tagDiv Staff

Hello,

Please check the header and footer sections of the theme panel. There is no other theme location where logos can be found. Please provide an example of what logo are you unable to change and we will help as best we can.

Thank you!

Bogdan B.
tagDiv Staff

Hello,

Header style 11 will use your full logo. In your case it’s http://www.thedowntowndweller.com/wp-content/uploads/2016/11/unbothered1-01.png If you want a smaller logo, simply re-size it in your preferred photo editor as the theme will use exactly the size you upload on the 3 full logo header styles: 9, 10 and 11

Thank you!

verbume
Participant
#0

In the documentation is not specified…

Catalin
tagDiv Staff

Hello BeautyGeek,

I suppose that you are referring to the Header Ad which is not displayed, right? I have inspected it and I saw that you are using the Google Adsense code, which is supported by our theme. So, please try to check your structure of the code because it may not be good. Try to consult the Google, tell the problem and they should be able to provide a more accurate response in this regard. Notice that the theme only take the code and render it to your side. Also, you can try to update the theme to the latest version of it which is Newsmag 3.2 and check the results. For more information about our Ads you should consult here -> https://forum.tagdiv.com/newsmag-header-ads/ If you have some additional customizations you should try to disable all of them and try to revert the theme to the initial state to rule out any issues and conflicts, clear all your caches and check the results.

Hope this helps and let us know how it goes!

Thanks for the message!

investimpactly
Participant
#0

Hello
I love your Newspaper theme but cannot, despite my trying to find solutions on the forum or via the documentation, seem to find the right CSS code or setting in the Theme Panel to resize my logo on the desktop browser or mobile browser. Please help!

http://investimpactly.org/

ranahard
Participant
#0

The header allocated space is too big. How can I reduce header height..?

thedowntowndweller
Participant
#0

I’m using header style 11. The logo is showing up WAY too big. http://www.thedowntowndweller.com is this the size it’s supposed to be? How could I make it less tall? It is taking up way too much space. I used exactly the dimensions specified in the documentation.

svm7860
Participant
#0

Class ‘td_global’ not found in /home/ruckusnow/public_html/wp-content/themes/Newspaper/header.php on line 15

PHP Fatal error: Class ‘td_global’ not found in /home/ruckusnow/public_html/wp-content/themes/Newspaper/404.php on line 6

PLEASE DO THE NEEDFUL FOR THE SAME

Bogdan B.
tagDiv Staff

Hello,

The black headers color is handled by this setting in the theme panel: http://screencast.com/t/jogyrvtkhttp://screencast.com/t/8sW0VLmkbhny
The post comment button and search submit will have to be changed with css:
.comments .form-submit input[type=submit], .widget_search input[type=submit]{
background-color:red;
}

The social icons do not appear to come from the theme. They are a plugin so maybe you should check the plugin settings.
As for the font sizes they are controlled from the fonts section.

Please provide an example of what red more button you are referring to.

Thank you!

Sarah
Participant
Newspaper - topic
#0

Hey! I purchased newspaper theme 7 a few days ago. when I tried to put a code in the header for webmaster tools its gives error and my site is blank or down now what is this?? very irritating and time wasting I didn’t face before this error

This is that error

Parse error: syntax error, unexpected ‘<‘ in /home/birdhbpu/public_html/wp-content/themes/Newspaper/header.php on line 12

Bogdan B.
tagDiv Staff

Hello,

This loading effect is just css as it changes colors from the default green ones to the yellow ones you selected. This effect is always visible but in some cases it is more visible than others. Using the speedbooster plugin will cause this effect to be more visible as it will move css to the footer. A simple solution is to copy this css directly in style.css:

.td-header-wrap .td-header-menu-wrap-full, .sf-menu>.current-menu-ancestor>a, .sf-menu>.current-category-ancestor>a, .td-header-menu-wrap.td-affix, .td-header-style-3 .td-header-main-menu, .td-header-style-3 .td-affix .td-header-main-menu, .td-header-style-4 .td-header-main-menu, .td-header-style-4 .td-affix .td-header-main-menu, .td-header-style-8 .td-header-menu-wrap.td-affix, .td-header-style-8 .td-header-top-menu-full{
background-color: #d33;
}
.td-header-wrap .td-header-menu-wrap .sf-menu>li>a, .td-header-wrap .header-search-wrap .td-icon-search{
color: #fff;
}
.td-magazine .td-header-style-1 .td-header-top-menu-full{
border-top-color: #ffc400;
}

Thank you!

Bogdan B.
tagDiv Staff

Hello,

1. If you want to add a custom ad at the top of the site, you can use a do_shortcode function and use it in the top menu file: http://screencast.com/t/szEdT7nC
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
This code will render the custom ad 1 spot in the theme panel

2. For a full logo you will have to use a header style that uses the full logo. These are styles 9, 10 and 11

3. For a language switcher you will need to use plugins as the theme has no such option.

Thank you!

ArgBursatil
Participant
#0

Hi, I want to add a PayPal Donation Button at the beginning of the Sidebar. I need support to add the code PayPal provides and if it possible to do that inside a block titled “Donate”. And as a second option to add this button inside the header.

Thank you,

argentinabursatil.com

Kevin
tagDiv Member

Hi,
I use Bogdan’s css code but found i have to modify it slightly and use the category ID instead of the name.

eg:

.category-40 .td-category-header.td-image-gradient-style8 {
background-image: url(http://demo.tagdiv.com/newspaper/wp-content/uploads/2016/05/login-mod.jpg);
background-size:100% 100%;
background-repeat: no-repeat;
}

Give it a try.

Kevin

Catalin
tagDiv Staff

Hello laurena86,

You can try the code below and place it in Theme panel->Custom CSS area.

@media (max-width: 767px){
.td-header-main-menu {
height: 120px;
}
}
@media (max-width: 767px){
.td-main-menu-logo img {
max-height: 100px !important;
width: 200px;
top: 60px;
}
}
@media (max-width: 767px){
.header-search-wrap .td-icon-search {
padding-top: 35px;
}
}
@media (max-width: 767px){
#td-top-mobile-toggle{
top:35px;
}
}

The result -> http://screencast.com/t/BqesKyKxQI

Thanks.

asamirr
tagDiv Member

Hi,

Thanks for your reply,

Spaces are n’t affect the css code , This code has no spaces and it works fine, but it changes the background for all categories.

.td-category-header.td-image-gradient-style8{background-image: url(“bac.gif”);}

If I have a category its name “Farm” and slug”farm”

I added this code but it doesn’t work.

.category-Farm .td_category_template_8 .td-category-header .td-image-gradient-style8 {
background-image: url(“http://www.baereralreaerermyed.com/wp-content/uploads/2016/11/back3.jpg&#8221;);
background-repeat: no-repeat;
background-size:100%
}

Regards,

Catalin
tagDiv Staff

Hello theleaderdotinfo,

Do you are using the Mobile Theme plugin? If you are using this, you should add here -> http://screencast.com/t/cFuX6sX9tz your ad code if you want to display the advertisement at the mobile theme.
Please notice that the Revive Adserver is not tested with our theme and we cannot say for sure if it will work or not with our product, sorry! You should try it and check the results. Notice that the AdSense Ad system and DIV’s method seems to work as properly. For more information about this, please consult our documentation here -> https://forum.tagdiv.com/header-ads-adsense/ -> https://forum.tagdiv.com/using-other-ads-non-adsense-ads/

Hope this helps!

Thanks for the message!

Catalin
tagDiv Staff

Hello Sharozdawa,

Please notice that our Recipes Demo uses the Header Style 11 which display the logo in full-width. As you can see, this photo is just a logo with high dimensions which can be changed from Theme panel, like this -> http://screencast.com/t/02vUFQskTm In your case, please notice that the “Quotes” logo image is too short and it does not cover the entire container which is destined for full-logo width. You should change your logo and replace it with another bigger one.

Thanks for your understanding!

laurena86
tagDiv Member

Hi Catalin

I’ve currently got this code in my custom CSS as per the above but nothing has changed at all on my site?

Also there is a red error message next to the first line saying expected RBRACE at line 162 column 1, any idea what that means?

Cheers!
Lauren


@media
(max-width: 767px){
.td-header-main-menu {
height: 120px;
}
}


@media
(max-width: 767px){
.td-main-menu-logo img {
max-height: 100px !important;
width: 200px;
}
}

Bogdan B.
tagDiv Staff

Hello,
Thank you for choosing newspaper.

1. There is no setting for it, but it can be done with css, Here is an example: https://forum.tagdiv.com/topic/header-image-7/

2. You can use this css in the them panel->custom css box:
.wp-caption-text{
text-align: center!important;;
}

3. Sorry but I do not understand the question.

4. Tab elements are provided by visual composer. There is no setting for a vertical tab though. As an alternative you could use an accordion element.

5. Sorry but the image you shown has nothing to do with the request. The image shows list types and the request is about author posts. You will have to provide more details

6. Again, the image has nothing to do with the question. You can set your own social sharing in the header and footer icons from the theme panel: http://screencast.com/t/IzPKtad0B8 but the post social sharing widget and the social counter do not have options to add any extra social sharing networks to them.
If yopu want to remove more from author, please follow this topic: https://forum.tagdiv.com/topic/remove-more-from-author-5/

Thank you!

Catalin
tagDiv Staff

Hello GARBAR,

Unfortunately, the theme does not have any such an option that allows you to use the header and footer section in full-width when the background image is applied, sorry! This is a Js option which cannot be changed very easy and it is part of theme behavior. If you want to change it and if you aren’t aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!

Thanks for the message!

Bogdan B.
tagDiv Staff

Hello,

The white margins are added with css. If you want to remove them, please use this code in the advanced css box under the mobiles section:

.td-a-rec-id-header_mob{
margin-top:3px!important;
margin-bottom:0!important;
}

Thank you!

Catalin
tagDiv Staff

Hello tagdivchick,

There is an option for it in Theme panel if you will use some header styles such as -> http://screencast.com/t/8sVtIjXB For more information about logo section, please consult here -> https://forum.tagdiv.com/logo-favicon/

Thanks for the message!

Viewing 25 results - 22,476 through 22,500 (of 29,850 total)