Search Results for 'header'

Results from the Forum
boedakpinank
tagDiv Member

i had set logo for 1170Ă—250 pixel , i am using fullwidth logo style header, my site is
http://tokowebinstan.com/bawaslukepri/ and i want it full covered the header or full of header, and is it will be look fine if we open my site from mobile?

thanks

wpdiv
tagDiv Member

Your banner appears in Google chrome without any issue. Might be you have installed ad blocker in your browser or it might be internet security softwares like kaspersky?

Why don’t you rename the banner file from “header-ad.gif” to “headerb.gif” for testing purpose?

Astriel
Participant
#0

Hello TagDiv team and forum members,

Ive been messing around with the Newspaper theme for a while and Ive been loving it. Congratulations guys, this is an awesome theme.

That aside, I need some help with ads. I`ve just recently setup my Adsense account and everything seems to be ok on that end.

I am currently trying to put an ad on my header just to see how it looks but it`s not showing up. Do you guys have an idea what may be the issue?
FYI. I have adblock disabled.

pavanvundavalli
Participant
#0

While uploading the post i am getting the below message, which is frustating.
I checked with my server people. They told it is with theme.
What to do?
I am not expert. I purchased the theme, which is giving good and userfriendly.
Please suggest what to do?

Warning: Invalid Argument Supplied for foreach() in……… path online 345
Warning: Invalid Argument Supplied for foreach() in……… path online 345
Warning: Cannot modify header information – header already sent by
(output started at……path) on line 233
Warning: cannot modify header informatoin – header laready sent by
(output started at . path) in home/………. path on line 1178
My site: telugupopular.com

clarence
Participant
#0

Hello, i would like to place a custom ads above tittle & sidebar. So its going to be below the header. I was told to place my ads code on line 13 on loop-single but that doesn’t work because it places the ads above tittle and not above sidebar as well therefore cutting off a bit of the ads because the content box is 683px and not 728px. Can the content box size be increased?

Thanks.

boedakpinank
tagDiv Member

upss..now i have change my logo for full width+menu style, i set the logo size 1074 x 250 px, the logo view full but why the header with White background color still appear, how to make the logo full with all of the header? i want to use this style but need full logo covered the header, thanks

Bryson T
tagDiv Member

Not sure why it does that. Seems like I’ve seen another thread here about a bug on custom ad slots. That’s a question for tagDiv Devs.

Why not just use the header ad box? Already goes into the header where it’s needed. Maybe it won’t disappear?

Guideduchien
Participant
#0

Hi team tagDiv,

How can i align full header logo on left instead of center ? I ask you that because my logo is too bigger than the allowed size on header 1 : 370px x 100px. I tried with header 7 but it is centered and i didn’t managed to put it on left…

Sorry for my bad english…

Thank you !

bhcrow
tagDiv Member

i placed my code into another spot custom ad 1
then i called it in ads.php (in child theme) instead of header spot
i used code for displaying images with table :

<table >
<tr>
<th></th>
<th></th>
</tr>
</table>

now i have two images in a row, and i am trying to css them separetly, maybe there was a better way to do this, but this is how i done it for now 🙂

also, i tried to write css in my child theme (style.css), it had no effect, later tried with custom css in theme panel which was ok

Kevin
Participant
#0

For no apparent reason images and article titles will no longer post to either Facebook or Pinterest. Facebook share box only shows the website name and Pinterest replies with the error “Sorry we could not fetch the image”

I have tried disabling all plugins, modified the header.php to remove the og:image entry as suggested in another thread, tried a specific open-graph plugin with all others disabled but to no avail. When using Facebook URL Debugger I receive the following message: Object at URL ‘https://godhelpusall.com/tackling-inequality-economic-imperative/‘ of type ‘website’ is invalid because a required property ‘og:title’ of type ‘string’ was not provided.

Stranger still is the fact that this started happening one day last week, without any changes being made to both the theme and the website?

Any ideas anyone?

Thanks

Kevin

Bryson T
tagDiv Member

@suport002 Speaking in theory, as I haven’t tried it myself, but couldn’t he simply place his html in the header ad box for two images, and style them with a bit of custom css?


@bhcrow
Based on what you have on your site right now (both anchors with images inside overlapping each other), add the following code to your custom CSS in the theme panel. It puts the two images side by side and restricts their width and height to the 728×114 ad container.

.td-header-ad-wrap div div a {
  display: inline-block;
  width: 362px;
  padding-left: 2px;
  height: 114px;
}

.td-header-ad-wrap div div a img {
  width: 100%;
  position: relative !important;
  max-height: 100%;
}

This works but it is rough. You will still need tweak it a bit to fit your application and the images used.

You can find a complete, easy to follow, reference for CSS at W3 Schools CSS. That will help you understand the properties I used above so you can tweak them. The selectors are correct though, for your code.

Hope this gets your site moving in the right direction.

Good luck.

boedakpinank
tagDiv Member

i am sorry, now i have reduce my logo for 500 x 118 px, i want to use style 1 header style, can my logo will be full show? or any css code to change its? hmm so for the banner beside the logo i never mind if it will be decrease , thanks

Alin [tagDiv]
tagDiv Staff

Hi,

This margin is added to the header ad so if you don’t have header ad for phone screen remain this margin. I also added this on our list and it will be fixed soon as possible.
Please try this custom css in Theme Panel > Custom Css to fix this: http://screencast.com/t/GcPzaRwqbo

@media (max-width: 767px){
.td-header-style-3 .td-header-sp-ads{
margin-bottom: 0px !important;
margin-top: 0px !important;
}
}

Hope this helps!

Lulu2a
Participant
#0

I have a litte problem with mobile style 3 header. I have a little margin.
The others header styles are ok.

http://www.aquoitujoues.fr/wp-content/uploads/2015/04/style3_1.jpg
http://www.aquoitujoues.fr/wp-content/uploads/2015/04/style3_2.jpg

bhcrow
tagDiv Member

you are right, i had Adblock enabled in my browser, and for some reason it blocks ads from header, and not from sidebar. I disabled it on my site and i saw my ad 🙂

Thx for quick answer, maybe my experience can help someone else later

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css it will show the top menu, but will hide the date and social icons: http://screencast.com/t/SvZy24not1j

@media (max-width: 767px){
.td-header-top-menu {
display: block;
}
.td-header-sp-top-menu .td_data_time{
display: none !important;
}
.td-header-sp-top-widget{
display: none !important;
}
}

Unfortunately theme doesn’t have an option to add a different top menu on mobile since it already been hided by default on phone screen.

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

You will need some custom modification to the code , try to use span 8 for logo and span4 for ad(off course you have to use a smaller ad size): http://screencast.com/t/UE1r7ijyO
Also you will need some css customizations, so if you don’t have basic css/html experience you can hire a freelancer to do this for you as we cannot provide custom work at this time. Sorry for this.

You can also use an header style with full logo(like style 3 and 6) if you want to display your big size logo.

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and seems that you solved the issue to display header’s banner.
Please also paste this custom css in Theme Panel > Custom Css to display entire image: http://screencast.com/t/TGvvwzzqT

.td-a-rec-id-header{
top: 0px;
margin-top: 10px;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

1. You have to these spans in menu-top.php: http://screencast.com/t/AWBUF791

.td-header-menu-wrap .td-social-wrap{
float: right;
}
.top-header-menu.td_ul_login{
float: right;
}
.top-header-menu.td_ul_logout{
float: right;
}

Results:
* When you are logged out: http://screencast.com/t/b1SuJmpaU
*When you are logged in: http://screencast.com/t/piaD4ezr2SH3

4. That space appears because the Popular Videos block is on a different row then Editor block and that space cannot be reduced via css code. You can try to add another block in the Popular videos column or remove Travel Guides block from that row.
There are many possibilities to build your page with Visual Composer, also you can use Widgetised Sidebar block to display your custom sidebar(create it and add widgets to it): http://screencast.com/t/RqaeiOAXaIor

Hope this helps!

Alin [tagDiv]
tagDiv Staff

Hi,

1. Unfortunately you will need custom work to achieve this. We cannot provide any type of custom work at this moment as we work hard on development, updates, fixes and support so the time and resources don’t allow us to provide custom work. You can get a freelancer from sites like: http://studio.envato.com/

2. You can use media queries for different sizes of screen: http://screencast.com/t/Dx9X6qgx

@media (max-width: 767px){
.post header h1 {
font-size: 20px !important;
line-height: 25px!important
}
}

3. You can try this custom css to reduce header margin, also there is a space for meta’s elements: http://screencast.com/t/L3QxBrnRZkX

@media (max-width: 767px){
.post header{
margin-bottom: 0px !important
}
.post header .meta-info{
display: none;
}
}

Hope this helps!

boedakpinank
Participant
#0

i have logo 900×118 pixel, i want it view at the left using Header Style 1, and i want to set a background image behinde the header, how to do that? i dont understand about css code, thanks

Regards

bhcrow
Participant
#0

Hi,

i just installed this theme, everything is ok till now except i cant get Header ad to show my code of banner. Same code is working in sidebar banner.

My website is right now located on link: http://www.visoko.co.ba/newsmag/

charliezed
tagDiv Member

… for some reason, the whole code doesn’t show up on last reply. The image inside the div is as follows:

img src=”http://www.snowbirdbuzz.com/wp-content/uploads/2015/04/header-ad.gif

charliezed
tagDiv Member

I have already tried that (see below) and it still doesn’t appear.

Code added to the “YOUR HEADER AD” box on the Theme Panel, “Ads” tab:

<div class=”td-visible-desktop”>

</div>

KyungSookie
Participant
#0

I keep trying to set up my home page and get the following errors:

Warning: array_filter() expects parameter 1 to be array, null given in /home1/ab28056/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_video_playlist_support.php on line 46

Warning: Cannot modify header information – headers already sent by (output started at /home1/ab28056/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_video_playlist_support.php:46) in /home1/ab28056/public_html/wp-admin/post.php on line 233

Warning: Cannot modify header information – headers already sent by (output started at /home1/ab28056/public_html/wp-content/themes/Newsmag/includes/wp_booster/td_video_playlist_support.php:46) in /home1/ab28056/public_html/wp-includes/pluggable.php on line 1178

Viewing 25 results - 27,526 through 27,550 (of 29,850 total)