Search Results for 'logo'

Results from the Forum
cristiandark
Participant
#0

Salut, am full width logo dar nu se aseaza asa cum mam asteptat. Daca va uitati aici edmsoul.com vedeti ca logoul e in lungime doar pana sub “Home” si as vrea sa il am exact asa lung cat e spatiul alb. Cum sa fac?

Lucian
tagDiv Staff

Hi,

Use this method I gave you a while ago:
https://forum.tagdiv.com/topic/adsense-below-header-on-homepage/#post-15013
You can do the same for each template you want the ad to appear on.

Thanks

dhvanesh
tagDiv Member

It worked just perfect.. Thanks Lucian. However, header ad slot doesn’t appear just below navigation. How can I put ad adsense or any other ad just below navigation on all pages?

Thanks again… 🙂

Radu A
tagDiv Member

hi,

use this hack:

here: http://screencast.com/t/G4OQFeUdNvF

Thanks for you message.
Radu A.

Lucian
tagDiv Staff

Hi,

The logo appears there because it’s like a menu-item from that list now. Please chose the “header style 2” from Theme Panel and set to hide the header only on screens with the minimum width of 768px using this code in Custom CSS > Theme Panel:

@media (min-width: 768px) {
.td-header-bg {
display: none !important;
}
}

Also remove this code:

.td-header-bg {
display: none !important;
}

and

@media (max-width: 767px) {
.td-header-bg {
display: block !important;
}
}

from Theme Panel > Custom CSS filed.

Hope this helps!
Sorry about this!
Let me know if works!


@seitenprofi
Use the same method to add the logo like a menu-list item and them position it using CSS like you want it.
For the logo to be shown on mobile chose the menu style 2 and use the @media or the advanced CSS from Theme Panel http://screencast.com/t/CvwEyAOxSxb2 to hide the header from other screens or the above CSS:

@media (min-width: 768px) {
.td-header-bg {
display: none !important;
}
}

Thanks

  • This reply was modified 12 years by Lucian.
Tihulu
tagDiv Member

Hi Lucian,

I’m using header style 4 (menu + (logo + ad)), but since I don’t have a logo it appears as if it’s a full with ad. I only placed the standard AdSense code in the “Header Ad” section of the theme panel.

If you need anything else, let me know.

virtualida
tagDiv Member

Since no new info posted here are some of my findings so far which I need your input on ASAP:

* Similar issue on WPML forum – http://wpml.org/forums/topic/how-can-i-translate-theme-options-content/
* From the response – this may be the missing link http://wpml.org/documentation/support/language-configuration-files/

(I did not see you include wpml-config.xml)

I am not sure why you listed the site as WPML compatible, but what I need is separate option panel per language to set:

* different header (image logo & text per panguage)
* different footer
* different template settings – to account for RTL / LTR on non category pages
* different translations – since it’s DIFFERENT LANGUAGES obviously…
* different Custom CSS

(Of course you can do a complete compatibility – but the above is a must!)

simchris
tagDiv Member

the demo logo for NEWSPAPER on themeforest appears to simply be a variation of Helvetica, such as Helvetica Neue, or Arial BLACK, etc. — you can easily recreate that simply by trying out the fonts pre-installed on your computer if you are running MS Office, any Adobe products, etc. as you likely already have the font.

TIP: download the graphic for logo from demo, then simply put that on a layer in Photoshop, and make partially transparent, then type in NEWSPAPER on the new layer and adjust font to match, then change the text to the lettering for your brand/site name. The “background” show through image is from Photoshop it looks like and *not* part of the font itself, which is not common for vector based fonts.

If you already have AI then you likely have the font already; start with Helvetica, Arial, and similar.

Easy to grab the logo:
http://demo.tagdiv.com/newspaper/wp-content/uploads/2014/07/header-logo.png

Hope that helped.

jeffreya93
Participant
#0

Is it possible to add a piciture/ small logo in the footer with the copyright text?
It is the span sub footer wrap, with the class span4. With the Code edit i have only the code but not the image.

Thanks,

dhvanesh
tagDiv Member

Lucian,

Logo appears in sidbar navigation on mobile. Like this: http://www.screencast.com/t/s7G3QuiTq9P9

chatxam101
tagDiv Member

Please send me file design in ai and psd in my email: chatxam101@gmail.com

Thank you,

chatxam101
Participant
#0

Can anyone know the font of LOGO or Can you give me file ai or pdf of this logo. I want to make a logo like this but change the words. Thanks

seitenprofi
tagDiv Member

@Lucian: thanks for your question.

I want to realise a two column layout. It should look like this:


____________________________________________
Navigation                   Logo
____________________________________________
Content                      Right column 
                             (News, search)
____________________________________________

The logo shall stay responsive on the right side of the navigation unless the screen is minimized to a mobile version.
And the logo shall stay in a line above the right column.

dhvanesh
tagDiv Member

Lucian,

It doesn’t make any difference.

Lucian
tagDiv Staff

Hi,


@dhvanesh

Please remove the css I gave you before and try this:

@media (min-width: 768px) {
.td-header-bg {
display: none !important;
}
}

@media (max-width: 767px) {
.td-header-bg {
display: block !important;
}
}


@seitenprofi

I’m not sure that I understand where you want the logo to appear. Can you please provide more details on what are trying to achieve or maybe a screenshot of something similar?

Thanks

  • This reply was modified 12 years by Lucian.
Lucian
tagDiv Staff

Hi,

You can use the header Style 4 - menu + (logo + ad) http://screencast.com/t/76Vzeb1b8b
Then use the page-homepage-loop.php template, this way you will get the articles list below the page builder, but you can change this and put the articles list in before page builder.

Just follow this steps:

First remove this code: http://screencast.com/t/thEdnfOcj3hE
Then add this code http://pastebin.com/QUsFLxsW like this:http://screencast.com/t/d4AbrSBUm8g

After doing this add a new page and use this template like this: http://screencast.com/t/u9CMlU8b8
You will get this result: http://screencast.com/t/U6uHO4L3FI

Hope this helps!
Thanks

seitenprofi
tagDiv Member

I have the challenge to put the logo right besides the navigationon top over the right column.
I had the idea to put it in a widget. But this way it will not be shown on top on mobile devices…

Has anyone an idea for a code? Thanks in advance.

dhvanesh
tagDiv Member

Thanks a lot. However, logo is not appearing on mobile site all of sudden.

Lucian
tagDiv Staff

Hi,

Just add this css in Theme Panel > Custom CSS:

.td-header-bg {
display: none !important;
}

This will hide the header on all pages.

Thanks

dhvanesh
tagDiv Member

I removed logo from Theme Panel. But now it also not appearing on mobile beside navigation and search icon.

Lucian
tagDiv Staff

Hi,
Add this CSS in Theme Panel -> Custom CSS

.td-full-logo .td-grid-wrap {
padding-top: 0px !important;
}

.td-footer-wrap .td-grid-wrap {
padding-top: 30px !important;
}

Hope this help!
Thanks for the message!

Lucian
tagDiv Staff

Hi,

Please send an URL to your site so I can check the issue, we will investigate this.

Thanks

Lucian
tagDiv Staff

Hi,

Set from Theme Panel the “Style 6 – menu + (full width logo)” then add this css in Theme Panel > Custom CSS:

.td-full-logo {
background: transparent !important;
}

.td-full-layout .td-header-bg {
background-image: url('http://kipaustria.at/wp-content/uploads/2014/06/header-background.jpg');
}

Result: http://screencast.com/t/RR8HaI32Ywcl

Hope this works!
Thanks

dhvanesh
tagDiv Member

Okay.. I got the perfect size. And it works just perfect.

Now. I want to get rid of header. How can I use just navigation only??

dhvanesh
tagDiv Member

What should be the expect size ration of the logo?

Viewing 25 results - 11,576 through 11,600 (of 12,143 total)