• 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

This forum is now closed to new posts

All existing content remains available to browse and search. For support, please email us at contact@tagdiv.com Our team is happy to help as soon as possible.

Home Newspaper unresponsive website logo

unresponsive website logo

Posted in: Newspaper
Post count: 4
manish14
#276542
Feb 11, 2019 at 2:53 pm

Hi,
I’m facing problems with the responsiveness of my website logo. It is not resizing itself when the website is viewed in tablet mode and overlaps with the main menu. You can test it by visiting my website from an iPad or tablet device. Kindly please suggest a solution for this.

Post count: 20688
Simion C.
#276729
Feb 12, 2019 at 10:42 am

Hi,

Seems there is a design problem with that header style on tablet devices, I will add this issue on our list and a solution will be found.

I could make it look like this if you want to (only on tablets)
– http://prntscr.com/mjxqnn
This is the code for it, it can be entered in the custom CSS section of the theme panel
– https://pastebin.com/stb9ej71

Sorry for the inconvenience.
Thanks

Post count: 128
mparlevliet
#288437
Apr 11, 2019 at 6:50 am

I have the same question as manish14 as far as tablets (and phones held horizontally). I’m using the same child theme but am using the Style 2 – Multipurpose header.

https://www.vitalthrills.com/

Post count: 20688
Simion C.
#288528
Apr 11, 2019 at 1:28 pm

Hi,


@mparlevliet
This wasn’t fixed from what I can see. Happens on my end as well. Sorry for this inconvenience.
However I have modified the code from above to work in your case, if you would like to use it. The result will be like this – http://prntscr.com/nahcsm
Here is the modified code – https://pastebin.com/kQasSgQP

Let me know.
Thanks

Post count: 128
mparlevliet
#288557
Apr 11, 2019 at 4:09 pm

Thanks Simion!

Post count: 128
mparlevliet
#288559
Apr 11, 2019 at 4:14 pm

Is there a way to not show the logo on the sticky menu, so that it only shows the menu? The sticky menu + logo take up a lot of space with the above code. I think it’s fine for the normal menu before you start scrolling.

Post count: 35449
Calin
#288655
Apr 12, 2019 at 11:59 am

Hi,

In order to remove the sticky logo you can use this custom css
.td-logo-sticky .td-logo {
display: none;
}.td-logo-sticky .td-logo,
.td-header-main-menu .td-logo-sticky
{
display: none;
}

Thank you!

Post count: 128
mparlevliet
#288696
Apr 12, 2019 at 2:26 pm

That doesn’t seem to work, that removes the logo from the normal menu as well. Also, I was just talking about removing the logo from the sticky menu on tablets. It doesn’t need to be removed from the sticky menu on desktop and the mobile (vertical).

Post count: 35449
Calin
#288899
Apr 15, 2019 at 9:14 am

Hi,

Please make sure that you set that code in Newspaper > Theme panel> Custom code> Advance css> IPAD -> https://www.screencast.com/t/LEc8MSmX22Q
In this way the code will apply only on iPad ( tablet ).

Thank you for your understanding!

Post count: 128
mparlevliet
#288984
Apr 15, 2019 at 1:45 pm

Tried that (in iPad Portrait), but in this way it removes the logo altogether on iPad portrait mode and holding a phone horizontally. You can try it out yourself.

I was hoping for the logo to show, but then when you start scrolling down the sticky menu becomes the thin bar without the logo (right now it still covers a lot of area but with just the logo gone).

Post count: 35449
Calin
#289165
Apr 16, 2019 at 11:08 am

Hi,

Please replace the above custom css with this one
.tdm-header-style-2 .td-affix .td-main-menu-logo{
display: none;
}
.td-header-menu-wrap .td-affix {
height: 50px;
}
.tdm-header-style-2 .td-affix .menu-main-header-menu-container , .tdm-header-style-2 .td-affix .header-search-wrap {
margin-top: 3px;
}

-> https://www.screencast.com/t/fejB5df9s
-> https://www.screencast.com/t/onGh5RQW

Thanks!

Post count: 128
mparlevliet
#289217
Apr 16, 2019 at 2:28 pm

Do I leave all or part of Simion’s code as well? I tried just your code above and it makes the sticky menu work, but the logo still overlaps with the menu before the scroll. Then if I add Simion’s code as well, the logo is centered before the scroll, but it overlaps the menu. I’ve left it live so you can see.

Post count: 35449
Calin
#289340
Apr 17, 2019 at 10:03 am

Hi,

Please let only the code that I provide, in this way I will be able to make the right changes to look good the sticky and normal header.

Thank you for your understanding!

Post count: 128
mparlevliet
#289382
Apr 17, 2019 at 1:15 pm

Okay, take a look now.

Post count: 128
mparlevliet
#291282
Apr 24, 2019 at 1:30 pm

Hi Calin, just following up on this one. Thanks.

Post count: 35449
Calin
#291366
Apr 24, 2019 at 4:50 pm

Hi,

Please set the code that Simion provide you in IPAD section too -> https://www.screencast.com/t/dQNLuiCivqub this should make the logo to look nice and hide it from stick menu.
.tdm-header-style-2 .td-header-menu-wrap-full {
height: 130px!important;
}
.tdm-header-style-2 .menu-main-header-menu-container,
.tdm-header-style-2 .header-search-wrap{
margin-top: 60px;
}
.tdm-header-style-2 .td-logo-in-menu {
width: 180px!important;
left: 0!important;
right: 0!important;
margin: 0 auto;
}

Thank you!

Viewing 16 posts - 1 through 16 (of 16 total)
The forum ‘Newspaper’ is closed to new topics and replies.
manish14
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