• 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 Logo Size/Resolution and Top Bar Bottom Border

Logo Size/Resolution and Top Bar Bottom Border

Posted in: Newspaper
Post count: 21
Fidel de Rooy
#147907
Dec 13, 2016 at 7:50 am

Hi there! Just bought the awesome NEWSPAPER 7 template… great job guys!

I need some help with a couple of things:

1. No matter what size or resolution I use when uploading my logo images, the logo in the actual site (www.psl.ucr.ac.cr) will show unsharp, loosing a lot of resolution and almost pixelated. I tried it using the specific instruction in the documentation about normal and retina logo sizes; nothing worked (see the sharpness difference between the logo in my laptop and the logo at the site here: https://postimg.org/image/id9534rcf/).

2. In some of your theme demos, when using the Header Style 10 with the centered logo, centered main menu and top bar enabled, I can see a grey 1px top bar bottom border dividing the top bar from the header logo (see Wedding Demo http://demo.tagdiv.com/newspaper_wedding/). Could you please help me enabling this feature again? I can’t figure it out!

That’s it for now. Thanks so much!

Fidel

Post count: 28
kfx
#147913
Dec 13, 2016 at 8:23 am

I have the same problem as Point 1. Despite uploading higher resolution/sized logos (retina versions), the logo still appears blurry. Please advise.

Post count: 23312
Catalin
#148012
Dec 13, 2016 at 1:48 pm

Hello fderooy,

Please try to disable all plugins except visual composer, clear cache and reset CDN files if you use it. Also, remove any custom code you may have added to the logo. You will have to check any image customization and compression to see if image quality is not affected by it. Also, remove any image features of jetpack such as the photon. Try to bring the theme as close to default as possible because our theme does not make images blurry or increase their size. There is something on your end affecting the logo and you need to identify what it is.

I have checked your website and I saw that you are using Politics demo and you want to have the style use in Wedding demo, right? please notice that each demo has own style created by our web designer and it is not a simple task to replicate the similar style for another demo, sorry! This task involves custom work and we cannot provide this type of services at the moment, sorry!

Thanks for your understanding!

Post count: 21
Fidel de Rooy
#148085
Dec 13, 2016 at 9:12 pm

Hi there.

1. I’ve completed all actions instructed, except for CDN files and jetpack image features, since I’m using none. Cache is cleared, some custom logo for the header removed and all other plugins deactivated and only Visual Composer remains active. PROBLEM PERSISTS. Please notice that the image in my WordPress Media section appears to be alright; it’s when displaying it in the front end that it gets blurry. Please help.

2. You’ve got this one all wrong. I’m not trying to make my site look as Wedding demo after installing the Politics demo; that would be dumb. I’m just asking for some code to display the thin grey bottom line under the top bar that you show as a feature in your Header Style 10 documentation (see here https://forum.tagdiv.com/header-styles/). That’s all… You show the bottom border as a feature of the Header Style 10 in the documentation, so I want it there, it’s not that difficult.

Thanks again,

Fidel

Post count: 23312
Catalin
#148200
Dec 14, 2016 at 11:39 am

Hello fderooy,

Please provide your website URL and also, you should make some useful screenshots to target the problem. I need to know your website so I can take a closer look.

Thanks for the message!

Post count: 21
Fidel de Rooy
#148321
Dec 14, 2016 at 8:13 pm

Hello.

1. I provided you with my site’s URL in my first post to this topic… Anyway, here it goes again: http://www.psl.ucr.ac.cr. I also attached in that first post a screenshot showing the difference in the logo image quality when seen in my laptop vs. displayed in the site’s header. Here it goes again: https://postimg.org/image/id9534rcf/.

2. Regarding the bottom border of the top bar I asked for, a feature offered by you in your theme documentation (see Style 10 in this section of your documentation, or this screenshot for more clarity: https://postimg.org/image/v75w3azbh/), here is a screenshot of where the top bar bottom border should go: https://postimg.org/image/5mz0j4ojx/.

Hope this clarifies everything. Thanks,

Fidel

  • This reply was modified 9 years by Fidel de Rooy.
Post count: 23312
Catalin
#148420
Dec 15, 2016 at 12:55 pm

Hello fderooy,

I have noticed that you are using the Header Style 10 as header template which will display the full logo on top. If you want to achieve better results in this regard, you need to add a bigger logo. Regarding on this image -> https://postimg.org/image/id9534rcf/, here is talking about retina display which only Apple devices have and that’s why the logo is sharper than the normal devices. As you can see, the theme has an option for retina display where to add a larger image (for better quality).

If you want to add that border bottom, try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-header-wrap .td-header-top-menu-full{
border-bottom: 1px solid black;
}

The result is here -> http://screencast.com/t/OZkKiX2GTJ

Thanks.

Post count: 21
Fidel de Rooy
#149078
Dec 20, 2016 at 8:46 am

Hey kfx!

I finally came into a solution for this issue by my self, regarding the logo resolution problem. Catalin simply did not provide the expected quality support (not a great theme support experience for me so far), so I’ll post it here step by step in case you can use it:

1. First of all, produce (via Illustrator or Photoshop) a high quality resolution PNG image of your logo. Try not to exceed a width of 1400px. Make sure it looks really sharp. Consider leaving a transparent background if needed.

2. Optimize it by uploading/downloading it to/from Optimzilla. This is to ensure your image achieves the minimum file size possible, while keeping its quality.

3. Upload it to your WordPress Media Library.

4. Change your logo image in the Theme Panel settings Theme Panel> Header> Logo & Favicon (be sure to load the proper image in both “Logo Upload” and “Retina Logo Upload” fields).

5. Go to Pages> Home, and open the Visual Editor for your homepage. Once in the Visual Editor, add this code into the Custom CSS option at the top right portion of the editor:

.td-logo {
display: inline-block;
width: 55%;
}

See http://www.screencast.com/t/zBtkB7Acv, if needed. You can always adjust the width property to your desired size.

6. Click “Save Changes”, and finally “Update” your page. When done, you should see a really sharp logo image in your header, like the one displayed in my site.

Hope it works!

Cheers,

Fidel

  • This reply was modified 9 years by Fidel de Rooy.
  • This reply was modified 9 years by Fidel de Rooy.
Post count: 28
kfx
#149093
Dec 20, 2016 at 9:18 am

Hi Fidel

Thanks for the helpful info.

Agree – support is really not great for this theme!

Thanks again.

Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.
Fidel de Rooy
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