Search Results for 'logo'

    No search results were found in Documentation!

Results from the Forum
Lucian
tagDiv Staff

Hi,

Yes, on mobile screens width (max-width 767px) the text logo it’s not loaded, instead the mobile will be loaded or the normal logo: http://screencast.com/t/JCayY4BQ7Gh

Thanks

barryverheul
Participant
#0

Hey Guys,

Is it possible to have a logo like this? I want the logo on the upside?

[IMG]http://i58.tinypic.com/14c5hfl.png[/IMG]

Kind regards.

Barry Verheul

Lucian
tagDiv Staff

Hi,

I’m not sure I understand what you want to achieve, using the style 1 the logo it’s placed on the left unless you refer to the logo on mobile screens which it’s on the right. Please let me know and provide more details, also a screenshot would be helpful.

Thanks

Lucian
tagDiv Staff

Hi,

For the category page you can change the background color from theme panel, like this: http://screencast.com/t/dEEQQbpFUwae
Use this css to change the background for the page wrap, like this: http://screencast.com/t/OApu5JiWI1A

Add it in theme panel > custom css:

.header-logo-wrap img {
padding-top: 30px;
}

.td-page-wrap, .td_block_mega_menu .td_block_inner, .td-more-articles-box {
background-color: #4b4b4b !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

Use this css:

@media (max-width: 1018px) and (min-width: 768px){
.td-header-style-8 .td-style-8-logo-wrapper {
vertical-align: top !important;
position: relative;
top: 26px;
}
}

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

Thanks

thatguyfomnj
Participant
#0

Hello,

I configured my blog to use a text logo. The problem is that it disappears on the mobile breakpoints. Is that intentional? Perhaps I’m missing a setting?

Thanks!

Lukao350
tagDiv Member

Hi, I finally got it. Thank you so much!
I have one last question: Is it possible to put the logo on the left side equal to first style?
It looks like this: http://www.techtube.com.br

simchris
tagDiv Member

you have two / in the URL, which might be the problem ?

Newspaper/images//meetup_logo_200_black_1.png’

mehedi
Participant
#0

Hi

I have just noticed that the logo on header (sticky menu) is messed up: http://screencast.com/t/9U2WiNX9cAp

How can I fix it and make it look exactly like the desktop? Please help.

Stephanieb
tagDiv Member

Hi Lucian,

Thanks for the help!

I got the button to show there and it points to the right place but it isn’t pulling the icon image through?

My site is: http://www.totsintow.co.za

Code I added into custom CSS:

.td-s-s-16-meetup {
background-image: url
(‘http://www.totsintow.co.za/wp-content/themes/Newspaper/images//meetup_logo_200_black_1.png’) !important;
}

I have tried to resize the image (have tried it both square & original size), changed it from .gif to .png & moved it to other locations. Can’t get it to pull the image through and not sure what I’m doing wrong. Any thoughts?

Thanks again.

Stephanie

Lucian
tagDiv Staff

Hi,


@aundrey

Please make sure you follow this guide and add the logo like this: https://forum.tagdiv.com/header/
Regarding the Visual Composer plugin if it’s active and you are seeing it in page editing panel like this: http://screencast.com/t/F34n2RTJ
If you don’t have it like in the screenshot you will have to make sure you install it right, for this please use this guide and install the plugin from plugins folder that came with the theme files: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Please let me know what you find and also please send your site’s URL.

Thanks

sbo
tagDiv Member

You can close this 🙂

Shashank Shekhar
tagDiv Member

Try deleting the visual compser and install it again.
Go to appearance > install plugins

For the logo, you need to specify the logo url in theme panel > header 🙂

aundrey
tagDiv Member

And another thing visual composer is missing. can’t find it in my wp dashboard at all. I am able to see it listed on settings page but the plugin is not there. although in the plug in menu it’s listed as activated.

Please help.

aundrey
Participant
#0

Hi Guys,

I’m having difficulty in changing the header logo. I’ve uploaded the logo into the template and save setting and use image but my site still uses the newspaper default logo.

Can anyone help me out? I’ve installed the demo data which I assume allows me to change the logos and etc.

Thanks again.

Cheers,

Aundrey

Lucian
tagDiv Staff

Hi,

Please remove all css that me and Emil provided for this and use just this one to get this result: http://screencast.com/t/uRAgnCzQKYCh

.td-header-style-8 .td-style-8-logo-wrapper .td-logo img
{
max-height: 176px;
}
.td-boxed-layout .td-header-style-8 .td-menu-wrap, .td-header-style-8 {
height: 172px;
}

.td-header-style-8 .td-style-8-menu-wrapper {
vertical-align: bottom;
}

.td-header-style-8 .td-li-wrapper-menu .sf-menu li:hover ul, .td-header-style-8 .td-li-wrapper-menu .sf-menu li.sfHover ul {
top: 176px !important;
}

Thanks

Lucian
tagDiv Staff

Hi,

Yes, that’s right.

Thanks

joventu
Participant
#0

Hi when I set the header style to Style 3 – (full width logo) + menu and view site on mobile (iOS in this case) the ad is not center align as per image here.

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

Notice that the Ad seems to be left aligned.

How can I center this with Style 3 – (full width logo) + menu ?

Thank you.

Lucian
tagDiv Staff

Hi,

Use this custom css: http://screencast.com/t/Hmh6n3AwNvp

.td-footer-wrap .wpb_row {
margin-bottom: 0px;
}

.footer-logo-wrap {
padding: 0px;
}

Thanks

Emil G
tagDiv Staff

Hi,

The css limits the height to 76px – http://screencast.com/t/xoXJgSt0uiR

You can try the following css to change that:

.td-header-style-8 .td-style-8-logo-wrapper .td-logo img
{
max-height: 176px;
}
.td-boxed-layout .td-header-style-8 .td-menu-wrap, .td-header-style-8 {
height: 172px;
}

An alternative is to use another style.

Thank you, Emil G.

tcdraper
tagDiv Member

Thanks, Lucian. My logo is 600x200px for retina desktop, 300x100px for regular desktop, and then you’re saying retina on mobile will be 288x96px? Non-retina on mobile should be 144x48px?

Thanks!

Lucian
tagDiv Staff

Hi,

An recommended retina logo should have the height of 96px.
Please try and let me know how works.

Thanks

Lucian
tagDiv Staff

Hi,

You can do it using custom css, add the following css in theme panel > custom css:

.td-boxed-layout .td-logo-rec-wrap, .td-boxed-layout .td-affix .td-logo-rec-wrap, .td-full-logo {
background-image: url('http://1.bp.blogspot.com/-ElbOUyAdn3A/UF8MgDYlywI/AAAAAAAAEpk/LvdXsTTgeoU/s1600/Blogger-Header-20.jpg');
}

Should work like this: http://screencast.com/t/o88am1fPh5
Hope this helps!

Thanks

kacsa1337
Participant
#0

I’m not doing that well is search engines and i’m trying to figure it out what could be the problem.
I just found something interesting which can be one of thousands of problem what makes my site not rank.
When i run a check(text-only version) on my website i see the main navigation menu appear twice.

Menu1
Menu2
Menu3
Menu4

Logo

Menu1
Menu2
Menu3
Menu4

Which is just Whaaaaaaaaaaaaaaat? Why your theme doing this?
You can check it by yourself on any website indexed by google.

http://webcache.googleusercontent.com/search?strip=1&q=cache:anywebsite-url-or-page-url

mlgallant
Participant
#0

I would the logo larger and the header height to expand accordingly. I tried larger logos but didn’t change the size. How would I modify the css to achieve this?
http://fidouniverse.com/fidoblog/
Thanks!

Viewing 25 results - 11,401 through 11,425 (of 12,143 total)