Search Results for 'header'

Results from the Forum
Bogdan B.
tagDiv Staff

Hi,

If you want to remove the header ad from the 404 page, you can add a condition to the header ad code: https://codex.wordpress.org/Function_Reference/is_404http://screencast.com/t/axyi1FDMA

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
You might have changed the menu items color to black so there is a black background and black menu items. Please change the header menu text color from here: http://screencast.com/t/N5jd42Gat
If this is not the case, then please provide a link to your site so we can inspect.
Thank you!

crazydiver
tagDiv Member

Thank you Andrei! Very helpful!

Just one more question… how do you not have header ads appear in the 404 page?

Overall, the code you gave me for the pages work! Now I just want to disable the ad in the 404 page.

Thank you.

Andrei L.
tagDiv Member

Hi

For pages you have to use page-id-abc class in css, here is an example:

.page-id-abc .td-header-rec-wrap{
display:none;
}

Thanks!

Bogdan B.
tagDiv Staff

Hello,
This depends on where you want to add these sharing options.
The social counter does not allow adding other sharing options unfortunately as it;s a complex plugin and coding them in will not be so easy.
If you want to add them to the post sharing top or bottom, you can follow this example of adding a linkedin button so you can replicate the method for your sharing options: https://forum.tagdiv.com/topic/add-a-linkedin-button/
https://forum.tagdiv.com/topic/so-i-added-a-stumbleupon-sharing-button/
If you want to add them to the header top or footer sharing buttons, you can follow this guide to add new icons:
https://forum.tagdiv.com/topic/adding-social-media-services-under-social-networks/
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The theme itself is not full width. Only the header, footer and a few visual composer elements if set to display so. However, if you set any background image or color, the site will go into boxed mode so there is no way of having full width elements if you use backgrounds: https://forum.tagdiv.com/background-introduction/
Thank you!

Tomka
Participant
#0

Dear Sir/Madame,

When I chose Header Style 9 no header menu items arte displayed – only a black band ( where the items ought to occur). What is it that I don’t uinderstand?

Thanks in advance

Oranxess
Participant
#0

Hello ,
Thank you for the amazing theme I’m really enjoying all the features.
But I’ve stumbled upon an issue while making my homepage is that my blog is written in Arabic ( right to left) , and all of the built-in header styles don’t exactly meet what I want , to make my idea clearer please take a look at this Arabic tech blog and notice how the position of the logo in relation to the menu :
http://www.tech-wd.com/wd/
is there anyway to make my blog like this ?
Thank you,
Osama.

Rony123456
Participant
#0

Hello,

So I recently updated to version 7. The thing is, I had modified the td_config.php file and had set the thumbnail resolution from 696 x 0 to 696 x 392. Now, I downloaded version 7 on my PC, modified the td_config.php file again and uploaded it to my site. However, then, when I wanted to delete various plugins or do other stuff, I receive the following warning:

Warning: Cannot modify header information - headers already sent by (output started at /home1/meuser/public_html/wp-content/themes/Newspaper/includes/td_config.php:1) in /home1/meuser/public_html/wp-includes/pluggable.php on line 1167

I have already reversed the code from 696 x 392 to 696 x 0 (so it is like the original file) but the problem still appears. Any ideas?

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this css solution in Theme Panel > Custom Css until we will fix it in the next theme version:

body {
cursor: pointer;
}
#td-outer-wrap {
pointer-events: none;
}
.td-header-container, .td-container {
pointer-events: auto !important;
cursor: default;
}

Hope this helps!

footprints747
Participant
#0

I’m trying to install the demo on this Newspaper theme and in order to do that it’s asking me to install the Visual Composer, But when I install the Visual Composer as instructed it gives the error message:
It said:

The plugin does not have a valid header.

Downloading install package from http://www.investment.id/wp-content/themes/Newspaper/includes/plugins/js_composer.zip…

Unpacking the package…

Installing the plugin…

Destination folder already exists. /home/invadm/public_html/wp-content/plugins/js_composer/

Plugin install failed.

Please advise to resolve this.

thx

Andrei L.
tagDiv Member

Hi

You could try a condition in header.php file which will set a specific image for author page. Here is an example: http://screencast.com/t/vtyCC27G

if (is_author()){
echo '';
}

After you add this condition check your author page with facebook scraper; https://developers.facebook.com/tools/debug/og/object/ and make sure that og:omage is properly set then try to share the page.

Hope this helps.
Thanks!

Bogdan B.
tagDiv Staff

Hi,

The custom css box does not accept html inside it. You need to only use css , not div tags or a tags directly. It cannot work that way. If you want to add a background to a particular category you need to only use the css like so:
.category-53 .td-category-header {
background-image: url("http://enewsvid.com/wp-content/uploads/2016/05/enewsvid_background.jpg");
background-size: 100%;
background-repeat: no-repeat;
background-position-y: -110px;
}

I hope this helps.
Thank you!

Bogdan B.
tagDiv Staff

Hi,

This is a known issue and is caused by a css rule you added to your logo to re-size it. Please remove the css from the theme panel. if you want to have a re-size you need to use another css code as the logo css got changed in newspaper 7.
You can use this code instead:

.td-header-sp-logo img {
width:130px!important;
}

Thank you!

Junior
tagDiv Member

Hi Catalin,

Well, I tried to :
-clean CDN on OVH
-clean all sever caches with a “Header set Cache-Control “no-cache”” in the htaccess (answer given by OVH to clean server caches ; I suppose it is a good way for that, like it is what they asked me to do)

And the problem is still here. Do you have other idea please ?

zeeshan
tagDiv Member

Hi,

Thanks for reply.

I am using two code with complete URL but its not working. Please help me and correct my code. Please check the bellow link for my code and i have mention bellow which code i am using.

https://www.dropbox.com/s/xmrl8saxbnt3a9r/printscreen_01.jpg?dl=0

.category-53 .td-category-header{
<div class=”td-all-devices”></div>
background-image: url(“http://enewsvid.com/wp-content/uploads/2016/05/enewsvid_background.jpg”);
background-color:#11025f!important;
}

Hers is the image URL: http://enewsvid.com/wp-content/uploads/2016/05/enewsvid_background.jpg

Kind Regards
Zeeshan

GadgetViper
tagDiv Member

Hi Catalin,

Thanks for taking the time to respond. I’ve managed to find a work around using CSS.

I ended up removing the ‘thead’ and ‘th’ table.

I switched this:


<thead>
<th>Brand</th>
<th>Model No.</th>
<th>Capacity</th>
<th>USB ports</th>
<th>Max output</th>
<th>Price*</th>
<th>Buy Online</th>
</thead>

To this:


<tr class="hide-mobile hbold">
<td>Brand</td>
<td>Model No.</td>
<td>Capacity</td>
<td>USB ports</td>
<td>Max Output</td>
<td>Latest Price*</td>
<td>Buy Online</td>
</tr>

Then I created a CSS class for the ‘tr’ (hide-mobile) that hides the top header row when the table collapses on mobile views.

Think it works pretty well when you reduce the page width, you can see it working here – http://gadgetviper.com/best-power-bank-20000mah-review/

The important thing is that I can toggle between visual view and html when editing the post in WordPress without it breaking the tables 🙂

Eric_Vie
Participant
#0

I recently purchased my newspaper7 theme, using the World News template. The problem is, my site does not show the buttons correctly, like the search button or the social medias buttons in the header. There is just a rectangle, showing E8or or error. My website for check (www.konterrevolution.at). What can i do?

Need help please,

Greetings Eric

Palathil
tagDiv Member

Greetings!

Thank you for your reply. Here is the screen captures. Some of the tutorials I saw on Newspaper theme have different menu items.

1) ordesong.org/ordesdata/how-to-change-header-sub-titles.jpg
2) http://ordesong.org/ordesdata/sections.jpg
3) http://ordesong.org/ordesdata/backend-menu.jpg

Thanking you,
Palathil

Catalin
tagDiv Staff

Hello crazydiver,

It is possible this thing if you are using a bit of CSS code to hide the header ad for certain posts, using the posts ID.
Below I gave you an example for a certain post which have this post ID -> postid-3050.

.postid-3050 .td-header-rec-wrap{
display:none;
}

The result you should see here -> http://screencast.com/t/HG8A7mv4

You will have to try the similar method for your side and see how it will work.

Thanks for your understanding!

dreammy
Participant
#0

Hello, I wanted to know if it was possible on the mobile and tablet to be able to remove the header of the mobile application ?

Andrei L.
tagDiv Member
Bogdan B.
tagDiv Staff

Hi,

You can manually add a container in the theme files like so: http://screencast.com/t/wNdetw3J

    ?>
    <div class="headertitle">Advertisment</div>
<?php

and then use this css for positioning:
.headertitle{

position: relative;
    top: -29px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

result: http://screencast.com/t/770gRWQ4YIAj

You can use the same method on the footer but for this you need to edit the footer template files. each footer style has it;s own file: http://screencast.com/t/SkHrMEzZ

I hope this helps.
Thank you!

Catalin
tagDiv Staff

Hello Achimzwo,

I hope that you want to display and the search icon and that’s why I gave you this code ->

.header-search-wrap {
display: block!important;
}

Please ignore it or delete if you add it in your custom CSS Area and the search icon will be hidden.

Thanks.

crazydiver
Participant
#0

Hello,

Trying to figure how to do this but is there a way to have header ads not displayed on certain posts?

In general, I want to have the ad displayed for the majority of my post, but for the few, I’d like to not have them.

Please advise.

Thank you.

Viewing 25 results - 23,726 through 23,750 (of 29,850 total)