• Home
  • Showcase
    • Newspaper Showcase
    • Newsmag Showcase
  • Support
    • Newspaper Forum
    • Newsmag Forum
    • Blog
    • Documentation
      • Newspaper Documentation
      • Newsmag Documentation
      • The Theme API
    • What’s New
      • Newspaper
        • What’s New in v 11.5
        • What’s New in v 11.4.3
        • What’s New in v 11.4
        • What’s New in v 11.2
        • What’s New in v 11
        • What’s New in v 10.4
        • What’s New in v 10.3.7
        • What’s New in v 10.3.2
        • What’s New in v 10.3
        • What’s New in v 10
      • Changelog
        • Newspaper
        • Newsmag
        • tagDiv Opt-In Builder
  • Services
    • Web Development Services
    • Web Solutions & CMS Development
    • Web design & Front-end Development
    • E-Commerce Development Services
    • Page Speed Optimization Services
  • Buy Newspaper
Search
tagDiv support
  • Become a member
  • Sign in
  • Home
  • Showcase
    • Newspaper Showcase
    • Newsmag Showcase
  • Support
    • Newspaper Forum
    • Newsmag Forum
    • Blog
    • Documentation
      • Newspaper Documentation
      • Newsmag Documentation
      • The Theme API
    • What’s New
      • Newspaper
        • What’s New in v 11.5
        • What’s New in v 11.4.3
        • What’s New in v 11.4
        • What’s New in v 11.2
        • What’s New in v 11
        • What’s New in v 10.4
        • What’s New in v 10.3.7
        • What’s New in v 10.3.2
        • What’s New in v 10.3
        • What’s New in v 10
      • Changelog
        • Newspaper
        • Newsmag
        • tagDiv Opt-In Builder
  • Services
    • Web Development Services
    • Web Solutions & CMS Development
    • Web design & Front-end Development
    • E-Commerce Development Services
    • Page Speed Optimization Services
  • Buy Newspaper
Home Newspaper Problems with logo size after update to 7 – Header Style 10

Problems with logo size after update to 7 – Header Style 10

Posted in: Newspaper
Post count: 9
22places
#116455
Jun 2, 2016 at 9:55 pm

Hi guys,

we’re having some issues with the size of our logo since we’ve updated from 6.6.3 to 7.1.1. We’re currently updating the theme in our development environment.

We’re using header style 10, but want to use the small version of the logo. As advised in the documentation, I’ve added .td-logo { width: 130px; } in Custom CSS , which is the width I would like it to be. This worked perfectly fine with 6.6.3.

This is the logo how it is supposed to be: https://www.22places.de (version 6.6.3)

This is the logo after the theme update to 7.1.1: https://spielwiese.22places.de

In 7.1.1. this line has the effect that the logo (only on the home page) is aligned to the left. When I delete the line from my Custom CSS, the logo is centered as it is supposed to be. However it still shows the bigger version (retina) of the logo.

If the line .td-logo { width: XXpx; } you’ve advised in the documentation does not do the trick, what does?

Hope you can help me out!

Thanks

Jenny

Post count: 22421
Bogdan B.
#116534
Jun 3, 2016 at 10:26 am

Hello Jenny,
I have checked your logos but they display exactly the same in both versions as you can see here: http://screencast.com/t/XrRyweZEbO
Please let us know if you have any further issues with this.
Thank you!

Post count: 9
22places
#116599
Jun 3, 2016 at 12:10 pm

Hi Bogdan,

Thanks for your quick reply. We’ve tried with different laptops + web browser, and for us it always looks like this: http://www.screencast.com/t/zJFYGsfet

We would like it to always show the smaller version of the logo (irrespective of retina display or not).

What could be the problem? Thanks again, Jenny

Post count: 22421
Bogdan B.
#116612
Jun 3, 2016 at 1:50 pm

Hi
Please clear your browser cache as I have tested this on multiple browsers. The 2 logos have the exact same dimensions.
https://www.22places.de and https://spielwiese.22places.de
Try this from a different machine.
Thank you!

Post count: 9
22places
#116646
Jun 3, 2016 at 3:01 pm

Hi Bogdan,

we cleared the cache and tested it on different devices (all kinds of laptops and browsers of people who’ve never been to those websites). We’re 100 % sure, that it’s not a caching problem.

We are using header style 10 – which is supposed to show the bigger version of the logo on all displays, but want it to show the smaller version (width: 130px) on retina displays. This is why we’ve followed the instructions in your documentation for header style 10 (https://forum.tagdiv.com/logo-favicon/) and added the line .td-logo { width: 130px; } to the custom CSS. This line is doing what it’s supposed to do with newspaper version 6.7, but after updating the theme to 7 it does the following: change the logo width to 130px on the home page ONLY and moves it to the left side of the page. On all other sides of the page, it still shows the bigger version on retina displays. Here you can see how it looks on a retina screen: http://www.screencast.com/t/zbk526pSwXBf.

So the problem here is, that we are using retina displays. Retina displays show the bigger version of the logo – non retina display (which you probably have) show the smaller version of the logo. I assume that you have a non-retina display as this is why you only see the correct version or let’s say the non-retina size of the logo.

So the question is: What do we have to do to display the logo with the width of 130px on retina screens.

Best regards
Jenny

Post count: 22421
Bogdan B.
#116683
Jun 3, 2016 at 4:39 pm

Hello,
Try to use this code for the logo:
.td-logo img{
width:130px!important;
}

This code will re-size the logo to the desired dimension and align it to the center of the screen. It should work for every page not just the homepage.
Hope this helps.
Thank you!

Post count: 9
22places
#116692
Jun 3, 2016 at 4:51 pm

Hi Bogdan,

Thanks for your help and your patience. The line works for the home page, but not for the other pages. Any suggestions? What could be the reason for the home page to react differently to the other ones, which still show the retina version of the logo?

I’ve now added this line:

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

Not sure if that’s an elegant solution and I do not understand why the other line doesn’t work for us. Thanks for your help though!

Jenny

Post count: 22421
Bogdan B.
#116709
Jun 3, 2016 at 5:10 pm

Hi,
Upon more investigation I found that the homepage in newspaper 7 got an extra class and a h1 tag for SEO purposes so the solution in the documentation must be updated as well. The code you used seems to work properly and affect all of the pages. It’s just the homepage that gets the extra class.
Thank you!

Post count: 9
22places
#116713
Jun 3, 2016 at 6:11 pm

Perfect! Thanks for your help!

Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.
22places
Support Hours (GMT+2)

Monday - Friday:
8:00 AM - 17:00 PM

Documentation
  • Newspaper
  • Newsmag
Facebook Instagram Twitter Youtube
Welcome to the Community! This is our main Support Center and, also the place where you can make new friends, people just as passionate about websites as you are. Don’t hesitate to ask for help as we are here for you. Thank you for buying our products!
Contact us: contact@tagdiv.com
  • Home
  • Blog
  • Forums
  • About us
  • Support policy
  • Privacy Policy
© tagdiv.com | Proudly made with by tagDiv. All rights reserved
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-advertisement1 yearThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Advertisement".
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
CookieDurationDescription
_ga2 yearsThis cookie is installed by Google Analytics. The cookie is used to calculate visitor, session, campaign data and keep track of site usage for the site's analytics report. The cookies store information anonymously and assign a randomly generated number to identify unique visitors.
_gat_gtag_UA_43963494_11 minuteThis cookie is set by Google and is used to distinguish users.
_gid1 dayThis cookie is installed by Google Analytics. The cookie is used to store information of how visitors use a website and helps in creating an analytics report of how the website is doing. The data collected including the number visitors, the source where they have come from, and the pages visted in an anonymous form.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
CookieDurationDescription
IDE1 year 24 daysUsed by Google DoubleClick and stores information about how the user uses the website and any other advertisement before visiting the website. This is used to present users with ads that are relevant to them according to the user profile.
test_cookie15 minutesThis cookie is set by doubleclick.net. The purpose of the cookie is to determine if the user's browser supports cookies.
VISITOR_INFO1_LIVE5 months 27 daysThis cookie is set by Youtube. Used to track the information of the embedded YouTube videos on a website.
YSCsessionThis cookies is set by Youtube and is used to track the views of embedded videos.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
CookieDurationDescription
CONSENT16 years 5 months 26 days 13 hours 25 minutesNo description
yt-remote-connected-devicesneverThis cookies is set by Youtube and stores the user's video player preferences using embedded YouTube video.
yt-remote-device-idneverThis cookies is set by Youtube and stores the user's video player preferences using embedded YouTube video.
SAVE & ACCEPT
Powered by CookieYes Logo