I have sent you the login details on PM.
There is one more problem. After the developer of HWD mediashare updated my site to fix some problems with his component, the tabs on the front page are no longer working. Can you please have a look at it?
I first asked him about the tooltips and he said to me:
Firstly, just wanted to let you know that I was getting lots of javascript errors relating to the Joomla tooltips, and these were being caused by conflcits between differetn javascript frameworks. To resolve this problem, I installed and setup jQueryEasy. This is a very popular, free Joomla plugin that helps manage Joomla sites running jQuery. It reduces the chance of errors and conflicts with other Javascript frameworks. After that, the javascript error were fixed.
The tooltips in HWDMediaShare are just inserted using the core Joomla tooltip methods. We don't have any influence over how they load or what they look like. This is done to your Joomla template. For example, if you load your media page with the default Joomla template, and move your mouse over a thumbnail you'll see that template's tooltip, which is working fine:
www.islamqav.com/media-gallery?template=protostarI don't know what tooltip script your template is using, or how you would control the speed with which they appear and disappear. I recommend you contact the template developer and ask about it. There may be settings in the template parameters, or elsewhere.
Another small problem that just arose is with the arrows of a HWD mediashare module. The arrows were being cut on the sides of the module. You can see the module here:
http://www.islamqav.com/all-questions/c ... d-ouarzazi It is named ''Interesting questions''.
To make the arrows display I added this code in the backend:
- Code: Select all
.box, .box_text {
margin-top: 20px;
overflow-x: visible;
overflow-y: visible;
}
.box > div, .box_text > div {
overflow-x: visible;
overflow-y: visible;
}
The HWD developer said to me:
You can see the effect of removing that CSS, enabling the display of the arrows, in this screenshot:
http://screencast.com/t/Fgv8n6zYtPlease note, completely removing the CSS may not be the best solution. You'll need to speak to your template developer for more advice.
What do you suggest to do?