The Rocket Theme group does stellar work. Their Joomla template are very professional and have a many ways to customize
its look, feel and functionality.
But of course, becauses there are thousands of combinations of Components, Modules, Bots, Browsers, etc., sometimes things just need a bit of tweaking.
This section covers some of the issues we have run across and solutions. We hope this helps.
Mynxx Template - 2 column listing problem
Views : 1368
If you are using the RocketTheme Mynxx template and see this:
The fix was found in the forums (about 1 hour of hunting). Here is the fix.
Once you have your advert modules in place, you will notice that on the
demo there is a "jiggle effect" animation when mousing over those
blocks. This can be added to your own template by creating a new module
and inserting custom javascript.
Go to Admin > Modules > Site Modules
In the top right corner, select the "New" button
Be sure to set the Show Title to "No", and the Module Position to "debug"
Next, download the file below. In it are the directions and the javascript.
Be sure to paste the javascript into the content section using the HTML editor mode.
The Catalyst template has the "More Info" and the top tab open by default
If a module is published in those positions, the tab is expanded so visitors can see the modules.
If you want those modules minimized by default there is a simple fix.
Go to the directory
templates/rt_catalyst/js/
Edit
roktoppanel.js
Search for "show"
You will see:
bottomcookie|show|roktoppanel
Change it to
bottomcookie|hide|roktoppanel
Our time finding and fixing (2 days and 2 hours)
Your time (if you found this article first) (5 minutes)