Search Results for 'logo'

    No search results were found in Documentation!

Results from the Forum
Bogdan B.
tagDiv Staff

Hello,
I cannot quite figure out the problem. On your website the correct logo is displayed. Not the default one. After changing the logo from the theme panel, make sure you hit the save button so the theme can apply the changes.
Please provide more details if the problem is still there.
Thank you!

Catalin
tagDiv Staff

Hi strawberrybase,

You can achieve this if you increase the height of the td-header-sp-logo. Also you have to adjust and the padding-top of the image ad to look better.
Please try the code below and place it in Theme panel->Custom Css area.

.td-header-sp-logo {
height: 130px!important;
}
.td-header-style-1 .td-header-sp-logo img {
max-height: 130px!important;
}
.td-a-rec-id-header a img {
padding-top:30px!important;
}

The result you should see here: http://screencast.com/t/t6wuwGIC0g8Y

Hope this helps and let us know how it goes!

Thank you!

strawberrybase
tagDiv Member

Thanks, that’s working. However i’ve tried to increase the size of the logo by amending your code slightly and it’s causing the image to crop. Is it possible to increase the depth of the header area so the logo can go bigger without losing any of it?

Thanks

Luis Miguel
Participant
#0

I am this URL in the theme panel:

But the theme show the file from demo installation

Help me, please.

Luis Miguel
Participant
#0

Why i can not change the logo.
I already change the file in the Theme panel but not show the new logo.
My web is http://www.f7jerez.com.
If you need the user and pass tell me how to send you, please.

Sorry for my english.

Catalin
tagDiv Staff

Hi strawberrybase,

Please try the code below and place it in Theme panel->Custom Css area, like this: http://screencast.com/t/iz9wZkROAek

.td-header-style-1 .td-header-sp-logo img {
max-height: 107px;
margin-left: 0px!important;
}

The result you should see here: http://screencast.com/t/Zma9NIfN1S1

Hope this helps and let us how it goes!

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The best way is to add it to your image logo. If you modify the files, you may affect other parts of the header as well. Simply create a logo and add text to it in a photo editor.
If you do not want to use this method, you can alter the header style from the core files: http://screencast.com/t/TyOY2KxZW63Chttp://screencast.com/t/qYXT172wJFHC

Thank you!

Cosmic
tagDiv Member

Hi Andrei,

Can I also get a copy of the PSD logo Fashion. I would like to create similar one. Thank you.

Andrei L.
tagDiv Member

Hi

Try this css in theme panel > custom css: http://screencast.com/t/7CDdtLc0

@media (max-width: 768px){.td-main-menu-logo img {
position: absolute!important;
margin: auto!important;
}
.td-header-border:before{
height: 0!important;
}
}

Let me know how it goes.
Thanks!

strawberrybase
Participant
#0

Hi,

I’m currently using the ‘Style 1 – Default’ header for my test site but the logo is appearing smaller than i’d like and has a large margin to the left of it.

http://www.dynamicevents.org/test/

Ideally it would be more like the following link (but with an ad space to the right of it)

http://www.darcmagazine.com

I hope you can advise?

Thanks

jasonmills1980
Participant
#0

Hi there

The login/logout in the top header opens up a box to login. I would prefer this to go to the usual login page as I have set up a membership plugin called s2member. The page I would like it to go to when users click login is http://fantasyfootballtips.co/wp-login.php?

How do I go about doing this?

Thanks

Jason

TheMediumUTM
tagDiv Member

This is done by using a text logo style instead of image (or of making an image with such a tagline). However, I notice that not all combinations exist. For example, you might not be able to get the ad and menu where you want it with a text logo. If you find this is the case, you would have to edit the PHP for the header.

azazelka
Participant
#0

Hi. Two issues:
1) How do I restrict reading of the full articles only to registered users? I want to force users to register before reading the complete post.
2) I dont want any ads whatsoever. So i disabled them all. However, now there is empty space to the right of the logo at the top (see here: markmanadvisors.com/blog). How do I fill that space with something like a calendar for instance?

Thanks for a great product!

Bogdan B.
tagDiv Staff

Hi,

These are the fonts used on the demo logos:

Default – Arial Black + Artifika Medium
Tech – Arial Black + Segoe Print Regular
Sport – HelveticaNeue LT 55 Roman Bold + HelveticaNeue LT 65 Medium Italic
Travel – Gotham Bold + Gotham Light
Classic Blog – No.SevenRegular Regular + Adelle Sans Bold
Fashion – Antic Didone Regular + Flamenco Regular + Sarina Regular
Video – Arial Black

Thank you!

Andy
Participant
#0

Hi,

Which font is used by the standard text logo of the Newspaper template? See http://www.carlienroodink.nl as well, at the top of the page.

Look forward to hearing from you.
Many thanks,

Bogdan B.
tagDiv Staff

Hello,
In header style 4 in order to change the size of the menu a bunch of properties will have to be changed.
Use this custom css to get it done:
.td-header-menu-wrap-full{
height:40px!important;
}
#td-header-menu{
min-height: 40px!important;
}
.sf-menu > li > a{
line-height: 40px!important;
}
.td-main-menu-logo{
height:40px!important;
}

Place it in the theme panel->custom css box. As for the logo, you can hide it with css and then use font awesome to insert text symbols in the menu if you want.

I hope this helps
Thank you!

4l4
Participant
#0

Hello,

how can I add a tagline under logo?

thank’s a lot!

Yannik97
Participant
#0

Hi,
I use style 4 in header.
First I want to change the height from 48px to 40px. Then I don’t want to use a image as header logo. I want to use normal text in the logo area.
What’s the best way to do that?
Thank you guys!

Bogdan B.
tagDiv Staff

Hello,

I’m glad you solved your logo issue. If you want to modify the code for the logo, you can find it here:
This is the header style you use: http://screencast.com/t/YEyhPxWL and it calls this file for the logo: http://screencast.com/t/2kclcZcJ
I hope this helps

Thank you!

Bogdan B.
tagDiv Staff

Hello George,

Unfortunately if i remove the white space from the mobile version, you will no longer have the scrolling logo. It is defined in those white spaces under the main logo.
You could use this code and give up the scrolling logo for the mobile version:

@media (max-width: 767px){
.td-header-menu-wrap-full{
display:none
}
.td-main-page-wrap{
padding-top: 5px!important;
}
}

result: http://screencast.com/t/pI1XSwdlm
Unfortunately it’s either white space or no scrolling logo. This is how the menu is set up.
I hope it helps
Thanks.

Bogdan B.
tagDiv Staff

Hello,

Unfortunately we cannot access your website to see how you have it set up. For a full image logo try using a header style that supports full size logos: https://forum.tagdiv.com/header-styles/
(style 9, 10 or 11). Then you can upload a logo as big as you want and it will display the full size.

Thank you!

insidestl
Participant
Logo Size - topic
#0

How can I enlarge my logo image. Right now it is too small and I didn’t know if there was a way in wordpress to resize it. I tried the scaling function in the edit image section, but no success.

67.227.192.78 insidestl.com

George
tagDiv Member

Thanks for your reply Bogdan.

First code was just perfect whilst still have trouble.

Screenshot attached:-

http://www.screencast.com/t/hWNVHTDyGSc

While scrolling in mobile, the logo is not displayed. Also the gradient border is getting disappeared.

I want to hide only mobile menu option.

PS: Is there a way I could get that gradient border below my Block 12 in home page as well.
ie: http://www.viralbae.com/home

Thanks!

Bogdan B.
tagDiv Staff

Hello,

1) You can use this css for the desktop version:
.td-main-menu-logo img{
margin-left:128%!important
}

You can use the same method to apply it to the tablet and mobile version of your website.

2)You can hide it using this code:

.td-header-menu-wrap-full{
display:none!important;
}

https
Participant
#0

Hi can you give me the psd logo for the Fashion demo child theme?
Thanks.

Viewing 25 results - 10,126 through 10,150 (of 12,143 total)