Visualization problem

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Fri Sep 27, 2013 8:19 pm
Hi!

I'm having some problems with this page: http://www.oswaldolopez.es/index.php/joomla-pages-ii/password-reset, when you put the cursor over 'Dirección de correo electrónico'.

What is the problem? Thanks!

Plus: where can I find that 'joomla-pages-ii' page? There is nothing like that in my Article Manager.
User avatar
Expert Boarder

teitbite
Sat Sep 28, 2013 5:17 pm
Hi

About "joomla-pages-ii": try select all menu items and hit rebuild. This should renew the breadcrumbs to pages in database.

The visualisation problem is because some conflict with tooltip style. Please try adding this code to css:

Code: Select all
.tooltip {
border: 1px solid #000000;
border-radius: 5px 5px 5px 5px;
background-color: #ffffff;
position: absolute;
width: 300px;
}


Let me know when You make it, it may not be all which is needed.
User avatar
Moderator

GK User
Mon Oct 07, 2013 4:26 pm
Ok, it shows better right now but... how can I delete it? It's almost the same text that is shown above...

The other thing is solved, thanks!
User avatar
Expert Boarder

teitbite
Tue Oct 08, 2013 10:53 pm
Hi

To delete it use function:

Code: Select all
.tooltip { display: none !important; }
User avatar
Moderator

GK User
Wed Oct 09, 2013 5:15 pm
Logical... :)

Thanks teitbite!!
User avatar
Expert Boarder

teitbite
Sat Oct 12, 2013 12:22 am
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron