Search Results for 'logo'

    No search results were found in Documentation!

Results from the Forum
rutendoc
Participant
#0

I just purchased the newsmag theme and imported the classic blog demo without the content yesterday. I’ve been customizing the theme to suit what I want, saving the settings as I go but the saved changes don’t seem to be appearing. Like the colors for post headings, background, the text logo; and yes I went for style 10 for that. I am new to this so I just wanted to find out if I’m missing something or doing something wrong. Please help. I need to get my site up and running soon.

totalmarketexposure
Participant
#0

Hi,

I would like to know how I can add sticky effect to the full header (except Header Top), including the logo and at ad spot. It would be perfect if the header becomes sticky after scrolling past the black Header Top. I’m currently using the demo/default layout (https://demo.tagdiv.com/newspaper/).

Thanks

Bogdan B.
tagDiv Staff

Hello,

Unfortunately the logo text can only be changed using css. You can add this code in the theme panel-> custom css box:
.td-logo-text-container .td-logo-text {
font-family:Helvetica Neue;
color:red!important;
}

You can place the code in the theme panel-> custom css box.

Thank you!

Catalin
tagDiv Staff

Hello Erythros,

Please notice that our theme does not have any such an option for it, sorry! If you want to achieve this, you should do it yourself because it is not a simple task and it requires to do some additional customizations. As a hint, you should target the containers you want and then, you should add a border. As an example, you can see the code and the results below ->

.td-main-menu-logo{
border: 6px solid green;
}

The result is here -> https://www.screencast.com/t/AFonY8KK07

If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide additional customization at the moment, sorry!

If you want to create your own custom CSS code, you should consult our guide here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ because there you will teach how you can create your custom CSS code.

Thanks for your understanding!

Simion C.
tagDiv Staff

Hi,

You can hide the logo on mobile using this code, just enter it in Theme panel->Custom Css

@media (max-width: 767px) {
.td-footer-logo {
display: none;
}}

And remove or change the footer text in Theme panel->Footer – https://www.screencast.com/t/eWBAtsgCJO and also you can change those items in the footer translations, in Theme panel->Translations – https://www.screencast.com/t/1MKQV1w6K

Thanks

bootstrapzero
Participant
#0

I have a google font that i would like to use specifically for the logo text and a color. I am currently using style 9 from the theme’s panel settings. See screenshot: http://prntscr.com/eaq399

Where can i change the default font for the logo and colors? Would that be directly from the editor? if so, where exactly is CSS code for this?

iMohitPahwa
Participant
#0

How can we edit the footer content in mobile theme? I want to show the same footer as in my desktop site but in mobile the footer content is completely different from Desktop site.

In Desktop version, I have configured it to show only social links (Style 13 from Footer Templates) but in Mobile it shows the logo of website, About us field and the social links.

Also, I want to change the text to About Me & Follow Me instead of About Us and Follow Us. How to do this?

Bourbon Trapper
Participant
#0

I tried to put a background image behind the logo. Went to Backround,then Mobile menu/search backround and uploaded a background image. When I load page it is stil just my logo in the header with a white background.

Any help?

LaurennePierrick
Participant
#0

Hi there,

Photos in my last post aren’t displaying on mobile while they are on desktop.
http://www.traveleaters.com/road-trip-dans-le-northland-5-immanquables-voir-faire/

Same goes for my header menu logo which was previously showing.

All previous posts pictures are displaying correctly, this only concerns my last post and header menu logo.

Thank you,

simchris
tagDiv Member

Just my two cents being a dinosaur around here:
(Sidebar: Matt Cutts no longer works at Google, as FYI, and has actually been on leave for couple of years.)

Actually more than one H1 tag is allowable as it’s only a semantic guideline. So inside a <header> section of markup you can have an H1 tag related to the “header” of a web document. Then within the <article> section of your content you can have an H1 tag for the page content/text.

For “SEO” Google actually “combines” your “title tag” with your H1 tag inside the <article> section(s) to determine the most appropriate “title element” for your specific page. They actually ignore the H1 on the logo as an alt/fallback in relation to the article/main content section; only used for semantic “importance” vs other brands/titles/names on the page contextually.

So, per Google your meta “title” and main H1 “title” on the page should be the same, roughly, and ideally your permalink structure should have the main words from that same page title.

Still, some folks get bee in their bonnet about semantic markup, screen readers, compliance issues, and general usability (UX) matters. If you don’t know what the <header> and <article> sections do in modern markup, you probably need to look into that.

Or, simply remove the H1 markup for the <header> for this and other themes you may use, if it really truly bothers you. It’s not going to ruin your placement in SERPS, put another way. Original content is still more important than this issue, the way Google looks at things.

It has not hurt our SERPS the past many years one wit. But we originate all our content and don’t copy/paste from other sources.

# — Chris.

Bintmusic
tagDiv Member

Hi,

so with Newspaper 7.0 how to remove h1 on logo?

It seem logo-text.php is changed and modification code must be another…

Thanks

simchris
tagDiv Member

One presumes that you did a search/replace in your dbase for all instances of http://yoursite to https://yoursite.

I did have this issue on one site, now that I think of it. It was due to opcache in php, actually.

In our case solution was:
A) upload newly named logo
B) paste in the new URL to new logo in the logo box
C) scroll down and click SAVE.

That worked.

As to being ‘unable to save’ — that is often a javascript problem. Or, on iOS Safari the internet cache needs to be deleted (for those nutty folk managing their websites on their phones!).

Also note for the favicons, you don’t need to actually put them in the theme panel. Simply having them in the root of your website public folder will be found by all mobile and desktop browsers. So, ideally you’d do a set of icons in correct sizes/formats and simply place in your home/root directory — browsers get them automatically, and always have.

pavel@earnware.com
tagDiv Member

Right, but to change these files is a nightmare – with every new update I have to change them again. Google recommends only one H1 per page.

Your statement regarding multiple h1’s is wrong. Here is official Google stand on it from YOAST website, there’s also a video about it:
https://yoast.com/headings-use/

“The most important tag is the <h1> heading tag, and will usually be the title of a post.” – YOAST says in the article. The Logo is not the title of the page on our sites. Even Matt Cuts recomments 1 h1 per page, and he is the head of GOOGLE SEO.

Please make it a checkbox, or an option in the next update. It’s frustrating and my clients are all complaining about it – as we don’t follow the right SEO rules.

Best Regards,

kingryad
Participant
#0

I selected style 10 header, I uploaded the logo in 272x90px (as stated in theme panel) but I can’t see my logo in my website, only the “Newspaper” text, what’s the problem ?

Catalin
tagDiv Staff

Hello pavel,

If you want to change the H1 for the logo you should check the following topic here -> https://forum.tagdiv.com/topic/h1-in-the-logo-newspaper-7/ and edit the theme core files where the H1 is created for the logo. Also, please notice that we have implemented the H1 tag for the logo because this is very useful for Seo and not a Big Mistake as you said above, sorry! If you check the website fo Seo Yoast plugin (which is the best Seo plugin) you will see the H1 tag for a logo ->this is not a big mistake for SEO, right? :)). -> https://www.screencast.com/t/31dpfwmV

Thanks for your understanding!

pavel@earnware.com
Participant
#0

Hey,

The theme is great, but the only problem is the h1 where the logo is – which is a huge SEO mistake to have it on every page. Please remove it, change it with h2 or h3 or just a span. The H1 for each page/article should be the title of the page. I got a website, where I cannot each page h1.

Google looks at h1 tags as clues to what the page’s content is about. If you have multiple h1 tags with different keywords then it is difficult for Google to contextualize the page.

I hope you will update this on the next update!

Bogdan B.
tagDiv Staff

Hello,

The space is because of the 200 pixels container height added to the text logo on that demo. Please provide a link to your site so I can inspect it and see how your logo will position with the new values. And also mention if you want to change the logo container height just on the homepage or for the whole site?

Thank you!

Bogdan B.
tagDiv Staff

Hello,

The title you mention is actually the logo. It is a text logo you can remove/change from here: https://www.screencast.com/t/cfx0TIm1

Thank you!

golfer6934
tagDiv Member

Yes. Both define functions for the home URL and site URL have been updated to https.

It concerns me that the theme panel doesn’t update once I save my changes. Any ideas here?

My logo still can’t be found.

All help is greatly appreciated.

silviarehn
tagDiv Member

Just to clear one thing, i’m not talking about the background on the open menu mobile. I’m talking about the header, with closed menu, with logo.

golfer6934
tagDiv Member

Caitlin,

Thank you for your post and the screenshots. Please see my previous post. When I complete this process, the check mark appears, and the update seems to occur; however, when I leave the theme panel and return, no update has been made, meaning that the link does not update to https.

When I click “upload” and go to my media library to select a logo or favicon, the link that appears in the source field appears as http. I select the image and change the text that appears in the field to “https://&#8230;.”

Any ideas? I greatly appreciate your help.

Simion C.
tagDiv Staff

Hi,

You could do this but you would have to take in account all the elements in the header like the logo and the menu etc. Here is the height set – https://www.screencast.com/t/ZamFomUx969m and the logohttps://www.screencast.com/t/dxParPrHh If reduced to 80px like you want and with some modifications to the menu items it looks like this – https://www.screencast.com/t/cW3XJqrN I used this code to achieve that result but you could modify it if you want, and remember to enter it in Theme panel->Advanced Css in order for it to apply only on specific devices

.td-header-style-7 .td-header-menu-wrap-full,
.td-header-sp-logo img {
height: 80px!important;
}
.td-header-style-7 #td-header-menu {
min-height: 80px!important;
}
.td-header-style-7 .sf-menu > li > a {
bottom: 26px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

I see that you are using a child theme and the text logo properties are set there using custom classes – https://www.screencast.com/t/QRXIacZn so you must edit those properties in the child theme css file in order to change them.

Thanks

Simion C.
tagDiv Staff

Hi,

I have changed the menu on my end with the font settings you have in the screenshot and this is the result – https://www.screencast.com/t/kjtykuMy the font has the font family applied. Maybe you have modified the header menu using some custom code in theme panel, or theme files or you are using a child theme, that prevent the change from applying – https://www.screencast.com/t/Pd4H9ajAAKD Try disabling all your plugins except Visual composer, clear your cache (very important), purge cdn files if the case and disable any child theme if you are using one and make the changes once more to see if they apply. If you have done all this and the result is still the same you could try to change that font with css – https://www.screencast.com/t/9iLyiyfpMIN

.td-header-wrap ul.sf-menu > .td-menu-item > a {
font-family: "Open Sans Condensed"!important;
}

As for the header, that is what happens in header style 7 when there are too many menu items in the header menu, the logo shifts up – https://www.screencast.com/t/8RwzuTrd

Thanks

golfer6934
Participant
#0

Greetings,

When I attempt to upload a favicon logo, Newsmag defaults to http instead of https. How can I force an https request for the logo image? If I have to hardcode, would you mind sharing what file to search for in the theme code?

Thanks.

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