help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

file language

Re: file language

9 years 5 months ago
#18876
Did notice that the tooltip is not appearing has to do with the fact that there are no classes defined for the tooltip.


Add tooltip classes to /templates/tk_gen_free_ii/css/base.css
Below is taken from the default Joomla template.
Code:
.tooltip { position: absolute; z-index: 1030; display: block; visibility: visible; font-size: 11px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); } .tooltip.in { opacity: 0.8; filter: alpha(opacity=80); } .tooltip.top { margin-top: -3px; padding: 5px 0; } .tooltip.right { margin-left: 3px; padding: 0 5px; } .tooltip.bottom { margin-top: 3px; padding: 5px 0; } .tooltip.left { margin-left: -3px; padding: 0 5px; } .tooltip-inner { max-width: 200px; padding: 8px; color: #fff; text-align: center; text-decoration: none; background-color: #000; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; }
be aware that in case of an update of that template the css can be overwritten.

Please Log in or Create an account to join the conversation.

Re: file language

9 years 5 months ago - 9 years 5 months ago
#18877
about the JS-error "Bootstrap's Javascript requires jQuery" caused by the plugin of folcomedia

did download the plugin from extensions.folcomedia.fr/en/plugin/12-folcomedia-plugin-use-cookies-alert.html but didn't see the bootstrap3 within the zip. Am having version 1.2.12
-> what version are you using?

Within the options of that plugin is also an option "Use JQuery 1.11.1".
Be aware that Joomla3 is running JQuery already so you might switch the option to "no"

Attachments:

Last edit: 9 years 5 months ago by Bluefox.

Please Log in or Create an account to join the conversation.

Re: file language

9 years 5 months ago - 9 years 5 months ago
#18878
coalaweb traffic

Didn't knew that component but tried it out and seems to be a good component for showing some visitor traffic. It's collecting the IP's of visitors and is using the free geolitecity database.
Last edit: 9 years 5 months ago by Bluefox.

Please Log in or Create an account to join the conversation.

Re: file language

9 years 5 months ago
#18900
Grazie.
Ho provato ad abilitare il jquery (vedi jquery.jpg)

Ma il problema è rimasto.
Aggiungendo invece il css suggerito, si aggiusta il tooltip.

Quindi con JME sono a posto grazie.

Attachments:

Please Log in or Create an account to join the conversation.

Re: file language

9 years 5 months ago - 9 years 5 months ago
#18902
Bluefox wrote:
coalaweb traffic

Didn't knew that component but tried it out and seems to be a good component for showing some visitor traffic. It's collecting the IP's of visitors and is using the free geolitecity database.

Grazie dell'aiuto.
Lo spazio web gratuito che uso, come test del sito, non mi permette di caricare il database di geolitecity.


Ho provato anche con un'installazione in locale (xampp).




ma ricevo questo errore:


Suggerimenti ?

Attachments:

Last edit: 9 years 5 months ago by pulce.

Please Log in or Create an account to join the conversation.

  • mrgreg
  • Visitor
  • Visitor

Re: file language

9 years 5 months ago
#18903
Shot in the dark, but did you restart your server after changes? Also, what of your sql max_execution_time?

Please Log in or Create an account to join the conversation.

Time to create page: 0.717 seconds