Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

[SOLVED] Logo and link to home

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi,

I have a problem with logo image and the link to go home. The link is ok at the beginning of the image. But it lose the link at the end. You can see here www.goierri.eus

Thanks
Attachments:
  • acvmultimedia's Avatar
  • acvmultimedia
  • 12 Month basic
  • 40 posts
  • Karma: 0
Last Edit: 9 years 2 months ago by acvmultimedia.
The administrator has disabled public write access.
Hi

Is there something in the mega menu in the first two links?
Its wanting to show a drop down I think

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi,

No, there isn´t something in megamenu.

Thanks
Attachments:
  • acvmultimedia's Avatar
  • acvmultimedia
  • 12 Month basic
  • 40 posts
  • Karma: 0
The administrator has disabled public write access.
Not sure what is odd with non drop down links but something is trying to display on hover

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hello Paul,

The solution is change layout to 2 width logo and 10 menu.

Now It´s ok.

Thanks
  • acvmultimedia's Avatar
  • acvmultimedia
  • 12 Month basic
  • 40 posts
  • Karma: 0
The administrator has disabled public write access.
Its still dropping for me

The image in the custom css you added does seem to be acting oddly as well

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi,

I don´t anderstand what I have to do. Here my actually custom.css
body {
    background-color: #ffffff;
    color: #444444;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.42857;
}

p {
    color: #444444;
    line-height: 1.3;
    margin: 10px 0;
}

.tab-content .zentitle a {
    color: #ffffff !important;
    display: block;
    font-size: 15px;
}

.category-list .zentitle a {
    border-top: 1px dotted #a7a7a7;
    color: #333333 !important;
    float: left;
    font-size: 14px;
    margin-top: 8px;
    padding: 4px 0 0;
    text-transform: uppercase;
    width: 100%;
}

.zentools.list .zendate span {
    color: #ffffff;
    font-size: 14px;
}


#logo img {
    display: inline-block;
    margin-top: 0px;
}

.t3-megamenu .dropdown-menu .mega-nav > li a {
  font-size: 16px;
  border-bottom: 1px solid #ffffff;
}

@media screen and (max-width:968px){
#logo {padding: 0 0 30px 20px;}
} 

@media screen and (min-width: 970px) {
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > span {
	padding-top: 15px;
	padding-bottom: 0px;
	padding-right: 18px;
    padding-left: 15px;
    line-height: 86px;
    max-width: 305px;
    min-width: 75px;
    height: 76px;
    background: none;
  }
  
  .dropdown-toggle.separator:after, .dropdown-menu .span:after {
    border-color: #373737 transparent transparent;
    border-style: solid;
    border-width: 4px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-left: 10px;
    position: absolute;
    right: 4px;
    top: 20px;
    width: 0;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > span:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > span:focus {
  color: #00875b;
  background: none;
  background-color: #00a8e7;
}

Thanks
  • acvmultimedia's Avatar
  • acvmultimedia
  • 12 Month basic
  • 40 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

From this morning I think it was a background image - have you removed that line?

Cheers
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi,

Yes but I need your help to add code in this custom.css to remove the grey lines in menu.

Thanks
  • acvmultimedia's Avatar
  • acvmultimedia
  • 12 Month basic
  • 40 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Try this

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span {background: none !important;}

Just need to find the hover style

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Try adding for the hover

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > span:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > span:focus {background: none !important;}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: acvmultimedia
YES!!! Thank you!!!!
  • acvmultimedia's Avatar
  • acvmultimedia
  • 12 Month basic
  • 40 posts
  • Karma: 0
The administrator has disabled public write access.
You're welcome

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers