Hi,
I am using JM sporty theme I am in love with this theme.
Today I just saw you new latest theme JM crafts.
There are few modules which are there in that theme which I would love to have on the site.
1. Support Sticky Mega Menu
2. Support multiple languages and currencies
3. Ajax loading supported on Home page
How can I Get this plugins?
5 answers
Hi Drchait,
In regards of your concern, I could clarify as below:
Support Sticky Mega Menu >>> Yes, this module is available for JM Sporty theme, pls download it at http://www.joomlart.com/forums/downl…?do=cat&id=487
Support multiple languages and currencies >>> We don’t provide other specific language packages other than default sample ones, you should search for your own language/currency package and install into your site.
Ajax loading supported on Home page >>> I’m afraid that we don’t have plan to update this feature for this theme.
Hope this makes sense and feel free to let me know if you need further assistance
Cheers
HI,
Tried the link you sent but can’t find the sticky Mage menu.
Regards,
Yes got it.
It was installed with the theme.
But it does not have any settings other than turn it on / off & what items it should have.
How can I make it stick.
In order to make it stick, you can change css from app\design\frontend\default\jm_sporty\css\style.cs s:
PHP Code:
#ja-header {
...
position: relative; <<< change to position: fixed !important;
width: 100%; <<< add line
...
}
This question is now closed