Search Results for 'logo'

Results from the Forum
yoluca
tagDiv Member

works great .. thanks Marius

Marius
tagDiv Staff
Marius
tagDiv Staff

Hi,
Unfortunately we cannot offer custom work anymore. We would have gladly made it for you but we work very hard on the updates and features for all the users. You can always get a freelancer from sites like: http://www.microlancer.com/

Please send us an email at contact@tagdiv.com and we will give you the money back.
Thanks!

Marius
tagDiv Staff

Hi,
You need to inspect it with Chrome or Firebug from Firefox. Do you have CSS knowledge?

I will help you but i need to inspect your site to see what is there.
Thanks!

NadiaP7406
tagDiv Member

I did this but it’s not working for me. I put it in the Custom CSS section, nothing changes.

Also I want the header the way it is but I want the header in the middle.

It doesn’t give me that option with the Headers in Theme Panel.

Please help.

cityslicker444
Participant
#0

Hello, so I have a problem with the navigation menu, the main one right below the header/logo. When on my desktop, in full screen everything shows up normally. However, as I was testing the responsiveness of the theme, I noticed that if I minimize my browser window into a size similar to a mobile or tablet device, the menu becomes an icon (the 3×3 square symbol, as it should), but the icon doesn’t work. My website is http://www.dauntlessjaunter.com, and the link to that icon is just …..com/#, and that #pound symbol is just the same page. How can I fix this?

http://www.screencast.com/t/njCTlYudAp
Screenshot of Problem

sbo
Participant
#0

I am using “Style 3 – (full width logo) + menu”.
Is there a way to center the menu: http://i61.tinypic.com/301hkzm.png

Also, now that Im using the full width logo, is there a way to add content on the left and right of the logo? Such as the search?

Thanks in advance!

atflaten
tagDiv Member

Yes, the site is developed locally…

Marius
tagDiv Staff

For menu use this CSS:

.sf-menu {
    display: table;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}
/* responsive phone */
@media (max-width: 767px) {
    .sf-menu {
    display: block;
    float: left !important;
    margin-left: 0px;
    margin-right: 0px;
}
}

About logo, do you want to have a center logo? in header? We have different header style in theme panel -> Headers

Thanks!

Marius
tagDiv Staff

Hi,
I have to inspect your site to see the issue, give me your site URL, I’ve tried http://www.amerikanskpolitikk.dev/ but not working.

Marius
tagDiv Staff

Hi,
Your CSS selector are incorrect

Try this:

.header-style-3 .td-logo {
padding-top: 15px;
padding-bottom: 15px;}

This don’t exist: float:center

Thanks for your message!

Marius
tagDiv Staff

Hi,
If you use the style 1 for the header you have to use this CSS

.container.td-logo-rec-wrap {
     background-color: transparent !important;
}

Thanks!

NadiaP7406
tagDiv Member

This makes the entire bar transparent, also the content.
How can I do just the background ?

This is not urgent though, some of my other issues such as double categories in the MegaMenu and centering the logo and menu are. I hope to hear from you soon on my other topics!

NadiaP7406
Participant
#0

How can I center the logo and the menu with css?
I’m using the megamenu as well and would like this to stay outlined on the left.

atflaten
tagDiv Member

One more thing:

As I mentioned in the start of this thread, I’ve added the logo as a menu item that comes into view when I scroll down on the page (after following these instructions: https://forum.tagdiv.com/topic/moveplace-logo-in-menu-when-scrolled-down-and-menu-fixed/).

The top of my site should look like this when I enter:

However, sometimes it shows the logo in the menu when loading:

The logo is only supposed to be visible when scrolling. You’ve given me this css to make that happen:

.menu-item-37076 {
display: none;
}

Thanks for the superb support!

Are

  • This reply was modified 12 years by atflaten.
atflaten
tagDiv Member

THANKS!

NadiaP7406
tagDiv Member

When trying to use Custom CSS just on the parent theme, it doesn’t seem to apply either.
I have this:

.header-style-3 .td-logo img {
padding-top: 15px;
padding-bottom: 15px;}

.header-style-3 .container-fluid {
margin-top: 15px;
margin-bottom: 15px;
text-align: left !important;}

.sf-menu {
float: center !important;
text-align: center !important;}

But it’s not working. What can I do ??

Julianap
tagDiv Member

Ok, no problem, many thanks.

But the code that you’ve sent me about the header background is not working. I’m using the Style 1 and replace the code as you said:

This is made particularly for header style 3, change the CSS for you header that you use.

.header-style-3 .td-full-logo {
background-color: transparent !important;
}

Do you have any idea why is not working? It is not transparent.
Thanks again,

Marius
tagDiv Staff

Hi,
We decided to let this as it is now because the style 3 is made to be used to have instead of the logo a full background image for the header, and on mobile that part should stay on top, not on the menu bar.

I will tell you how to make it in your case:

Edit like here: http://screencast.com/t/DcFjrG1zeEWp

Add this CSS in Theme panel -> Custom CSS

/* responsive phone */
@media (max-width: 767px) {
 .td-full-logo {
    display: none;
 }   
}

Hope this will be ok for you.
Thanks for your message!

  • This reply was modified 12 years by Marius.
atflaten
tagDiv Member

Ok. When’s the next update coming? It would be nice to get this issue out of the way…

Marius
tagDiv Staff

Hi,
It wasn’t fixed, we are sorry about that, we don’t managed to fix it in this update, please can you wait for the next update, or i will try to fix it in a patch for you.

Thanks for your patience!
Have a nice day!

Radu A
tagDiv Member

hi,
or you can change the menu color.

Thanks for you message.
Radu A.

Radu A
tagDiv Member

hi,
I think this can be achieved with the modification of the source of the slider.
however we also bought and integrated the slider, I really don’t know where are the files for this change to be done.

unfortunately we do not offer custom work, so you need to hire a programmer for this task.

Thanks for you message.
Radu A.

atflaten
Participant
#0

Hi

For certain categories, I want to show an image instead of the title of the category.

In the pucture below, I want to place an image where it says “Panelet”.

Thanks!

atflaten
tagDiv Member

Just updated to 3.2. Did you fix this yet (doesn’t look like it…)?

Are

Viewing 25 results - 11,826 through 11,850 (of 12,143 total)