Search Results for 'logo'

    No search results were found in Documentation!

Results from the Forum
michaellugo
tagDiv Member

Thanks I updated my theme and the first issue went away. There is still an issue with my sitenavigationElement and your demo has the same issue. Yes, you have all the green lights but when you open the drop down window the navigation links are not correct. At least that is what I saw. I had the same issue but I was able to somewhat fix it. When you run the demo through google structured tool the only real navigation element that pops up is the home page, just like in mine. The rest of the elements are articles.

I’ve managed to fix my theme so that the articles are not read by google as navigation links. However, I cannot get the actual navigation links to show up as navigation links correctly. I was able to manually input the itemprop=”name” content=title and itemprop=”url” into the correct area but the HTML it doesn’t work correctly. I’ve gotten to the point where I was able to have it show in google structured tool as siteNavElement but the “title” was read as a url.

When I compared the nav items to the logo url (the one url that is being classified correctly as a SiteNaviationElement) I concluded that there might be something more going on here.

This is the default code for my nav links:
<li class=”menu-item menu-item-type-post_type menu-item-object-page td-menu-item td-normal-menu menu-item-1381″>Example

I believe the issue is w/the ‘title’ and ‘href’ being within the same <>. I’ve spent hours and hours trying out different combinations of places where to put the ‘itemprop’ items but it has not worked. Can you please tell me how I can either seperate the ‘title’ and the href or how I can get it to work correctly?

Also, what file should I be working on when I make the changes? The file I was working made the code appear publicly lol.

amrinder
tagDiv Member

Thing is, Some of the images are less then 200×200 px. and When they Load on the Front End : They Do not Cover up the Whole Part like you Showed it on the Screenshot. and One Question More Please : Can We add Javascript to theme ? Some Features ?

And How Can i make a Image Clickable which could Redirect to Some Given URL .. Custom (Advertisement).. Or Google Play Store App Logo..

behnmedia
Participant
PSD - topic
#0

Hello Support Team!

If we read the descriptioin of the THeme, we thought we get also a PSD of the Layout(Design) , not only the Logo. Can you please give me a statement to this topic. The customer realy wants this PSD of the Layout.

Thanks for help

Catalin
tagDiv Staff

Hello gibbo78,

If you want to align your logo on your mobile device, it is neccesary to use a bit of Css to centrate this. Please try the code below and place it in Theme panel->Custom Css area like this: http://screencast.com/t/GFSQ0Ii0

@media (max-width: 767px) {
.td-main-menu-logo img {
margin-left: auto;
margin-right: auto;
}
}

The result you should see here: http://screencast.com/t/m0QFP245nk6

Thank you for the message!

Frank_B
Participant
#0

Sorry for the inconvenience.

We just finished updating to 6.6.1 and all went like charm, except for one Thing: Our logo has gone missing.
we re-uploaded it to the theme panel: no avail.

Checking the source there seems to be something odd:

<div class="td-header-sp-logo">

Polyprisma

<meta itemprop="name" content="Polyprisma">
</div>

from the style.css:


.td-header-style-8 .td-header-menu-wrap-full .td-header-sp-logo {
	display: none;
}

Retina? display: none? huh? Shouldn’t the theme inherit the “normal” logo aswell?

Both versions have been uploaded to the Theme-Panel:

http://abload.de/img/themepanel10nsf8.jpg

When we scroll down, the titlebar and menu scroll off screen, as desired. weh scrolling a little up again, the smaller version of the logo is correctly displayed next to the menu.

Site: http://polyprisma.de/

Any ideas?

Bogdan B.
tagDiv Staff

Hello,
Please provide a link to your website so we can inspect it. The height is given by the logo. It can be reduced with custom CSS. If you reduce the space, the mega menu will overlap your logo.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
You need to chose another header style from the theme panel. There are 3 styles with full logo. That means the logo will not be cropped and will maintain the size you upload.: http://screencast.com/t/eXFimL6yj
If you plan on modifying a header style, please specify the header style you want modified so we can see if the modification is possible as all header styles are different. A link to your website will also be helpful as we can inspect the logo you wish to increase and we can edit it directly with a live css editor.
Thank you!

Bogdan B.
tagDiv Staff

Hello,
The space comes from the header ad section. There is a container that is created for the advertisment. if you do not use an ad, this will be blank as on your page. Your best bet is to use a different header style. One with full logo. You can check this list to see different header styles and chose one that does not have an ad besides the logo if you do not plan to use header ads. https://forum.tagdiv.com/header-styles/
example: style 8 to 12
Thank you!

PierreBoullier
tagDiv Member

Hi @Catalin-l !

Thank you so much for this response. Actually your solution works fine but involves that i only have my header on the home page + another page of my choice but all the other pages don’t display it anymore.

What I want to do is the opposite, I want to display the same header on all my pages except one where I want another header logo or no header at all.

Is there a way to trick the CSS you gave me to achieve this ?

Thank you again,

Let me know if I’m not clear, ill send screenshots to explain it.

Pierre Boullier

George
tagDiv Member

Thank you Bogdan. You’re always a star.

Few more minor CSS help:-

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

i) At the moment, I see the options (Home, write, Logo etc.,) are top aligned. It needs to be middle aligned.

ii) CSS code to increase Font size and spacing. Also optimal spacing between the options.
I tried following:

#wpadminbar .ab-item, #wpadminbar a.ab-item, #wpadminbar > #wp-toolbar span.ab-label, #wpadminbar > #wp-toolbar span.noticon {
color: #000000;
font-size: 14px;
font-weight: 500;
}

Everything worked except two options(Home, write) is not getting updated. Please advice

iii) Search Icon is displayed in profile page( when username is clicked) but not getting displayed in menu when writing posts.

iv)Shuffle Menu Options.

I see options are in

  • tag.
    Is there a way to shuffle
  • tag options through CSS.

    Expected: Logo, Search, Home, Write, Avatar, Profile Name.

    Thanks!

  • andantesash
    tagDiv Member

    Thanks for the reply, I have managed to fix the above issues, but there is just one more issue I am having.

    How do I get the old header style back with full size logo aligned to the left and menu directly below aligned to the left?

    I can get the menu aligned to the left but the logo is small, how do I increase the size and also align the header advert to the right side?

    rayarasmussen
    tagDiv Member

    thank you for your help.

    Can you also tell me how to make my logo on the home page, larger? There’s lots of space (it seems like).

    http://www.scienceandtechnologyresearchnews.com

    I’d also like to add my newsletter subscription form to the right of my logo. Can you tell me how to do that, as well?

    Thanks,

    Ray

    Bogdan B.
    tagDiv Staff

    Hello Vladimir,

    1) I think you are referring to the responsiveness of the logo on mobile.
    You can use this custom css to make it responsive again.
    @media(max-width:767px){
    .td-header-style-10 .td-logo {
    width: 100%!important;
    }
    }

    2)You can change the mobile menu color from the theme panel: http://screencast.com/t/9xlJiRSDKR

    Thank you!

    Alin [tagDiv]
    tagDiv Staff

    Hi,

    Please upload an larger image as you use 150×90 image – http://screencast.com/t/97hfgi4HUD and it should work like Bogdan stated above.
    If you still have issues with this please send an email at contact@tagdiv.com and provide wp-admin access so we can take a look. Also paste a link to this topic so we can know who you are and more details about the logo you want to use(upload it) so we can set it.

    Thanks!

    strawberrybase
    tagDiv Member

    Thanks, this is great. The only thing i’ve noticed now is that when viewed on an iPad (in portrait orientation) the leaderboard advert is aligned to the bottom rather than centred in the middle like the logo (when viewed on a desktop). Is there a fix for this?

    Thanks

    Bogdan B.
    tagDiv Staff

    Hello,

    You can use this custom css to target the tablet view:

    @media (min-width:767px) and (max-width:1018px){
    .td-logo-wrap-full{
    height:130px;
    padding-top:22px;
    }
    }

    As before, you can adjust the parameters in the code to your preference.

    Thank you!

    Bogdan B.
    tagDiv Staff

    Hello,
    Sorry for the delay, we had lots of requests on our forums these days and it is hard to answer all of them in a day. Unfortunately the menu is a very complicated part of the website and making this custom modification will not be as easy as it looks. The logo is in a different container than the menu on style 1. Unfortunately you will need to hire a freelancer to help you on this one as time does not allow us to provide any custom work.
    Thank you for your understanding.

    Catalin
    tagDiv Staff

    Hello PierreBoullier,

    You can achieve what you want if you use a bit of Css. It is possible this thing without alter your code source. Please try the code below and place it in Theme panel->Custom Css area, like this: http://screencast.com/t/scMiLJl3 .

    .td-header-sp-logo {
    display: none!important;
    }
    .home .td-header-sp-logo {
    display: block!important;
    }

    Above, I gave you an example how to display a logo only on your home page. If you want to show the logo to another page, please replace the .home with your page ID. Also, you can find the page ID, using your Inspect element browser, like this: http://screencast.com/t/qPqw9kfOnIUh .

    Hope this helps and let us know how it goes!

    If is not what you mean, please provide more details about this.

    Thank you for message!

    andantesash
    Participant
    #0

    Hi,

    I have just updated the theme and its reset everything I had set, also, I have a background set for the theme on hybrid menu but the main content body is transparent and also 100% width – how do I fix this?

    Also,
    I need the full size logo on left with the menu below adjust to the left – how do I do this?
    How do I remove the search icon from the menu?

    eclipsedmind
    Participant
    #0

    Hey there!
    First of all I want to express my admiration to the team of authors for this intelligently designed theme. What a great job you did!

    I have couple of questions concerning a mobile layout and logo. At this moment we are using Style 10 for the logo. I’ve read somewhere (perhaps in documentation :)) that there is no mobile sized logo for Style 10. Is there an option to fix this with css? Another thing i’d like to ask is how to change mobile menu color (logo is black, so it gets invisible)?

    Thanks for your time and consideration,
    Vladimir

    Madam Kighal’s Astrology

    rick
    tagDiv Member

    Hi! Didn´t work. My style is set to “style 9 – full logo on top”. I have uploaded at “Logo Upload” (Upload your logo (272 x 90px) .png or .jpg) an image of 272×90. Even if I upload an image with different dimensions, still the image only shows within a square. Nothing works.

    • This reply was modified 10 years by rick.
    PierreBoullier
    Participant
    #0

    Hey support team !
    I saw a lot of publications about the fact that we could add a different header on different pages of the theme. Is it possible to keep the same header styl (7 in my case) on all the site but only change the logo appearing on a page ?
    Is there any
    if (is_…) fonction that I can add in Header style 7 php ?

    Thank you guys,

    Pierre Boullier

    gibbo78
    Participant
    #0

    Hi,

    I’m using header style 5 and on a mobile device the logo is aligned left and overlapped by the menu logo. I’ve searched the forum but can’t find anyone else with the same problem. Anything I’m doing wrong? or anyway I can add some css to align the logo in the center on a mobile device?

    Thanks

    Graeme

    michaellugo
    Participant
    #0

    I am having an issue with my structured data. I Used Google tool to check out how my website was looking and I got an error message for ‘WepPage’.

    https://developers.google.com/structured-data/testing-tool/
    Fetch: https://www.uspolitics.news/

    Also sitenavigationElement only shows one my homepage. I think this is because it reads my logo first. The logo link is immediately above and before any nav link in the HTML. Any thoughts? Help?

    strawberrybase
    tagDiv Member

    Thanks for this. I have this working and though it looks fine on a desktop on a tablet (portrait orientation) the logo is cropped on the top and bottom and the advert is badly cropped on the bottom edge too.

    I hope you can advise?

    Thanks

    Viewing 25 results - 10,076 through 10,100 (of 12,143 total)