Hi,
Having a problem with the tabs prev and next icons appearing on page load then disappearing when selecting a different tab. Seems to be happening on your demo site too. Also keeps scrolling when there are no products to view?
Also is there a way to make the Slideshow fixed width rather than full width?
5 answers
I’m processing of checking your problem but it will take me one more time to find the exact solution for you.
Please note that we are always closed on the weekends and will be back on Monday.
Regards
Hi,
Any news on this? The following file is being made blank and reverting the profile to the default. It seems to happen after about a week. the file is simply cleared, I then need to add info from the original downloaded files to get it back again. Please advise. This theme seems very buggy, unlike Joomlart’s usual stability.
/skin/frontend/default/jm_sporty/wavethemes/jmbasetheme/profiles/green/green.css.php
Hi danlecount,
For the issue of the tabs you can open the file of skin\frontend\default\jm_sporty\css\style.css look for this css rule
HTML Code:
#ja-mass-top2 .block { background: none; border: none; margin: 0; }
change to
HTML Code:
#ja-mass-top2 .block { background: none; border: none; margin: 0; width: 100% !important; }
Regarding the sideshow you open the file skin/frontend/default/jm_sporty/joomlart/jmslideshow/css/jm.slideshow.css look for the rule
HTML Code:
.jm-slidewrap { background: none repeat scroll 0 0 transparent; height: auto; margin: 0; padding: 0; position: relative; }
change it to
HTML Code:
.jm-slidewrap { background: none repeat scroll 0 0 transparent; height: auto; margin: 0; padding: 0; position: relative; overflow:hidden }
I hope this helps !
Hi,
The slider wrap fix hasn’t worked.
Also I really need to resolve the issue with the profile resetting back to default, the following file resets and is empty after about 7 days.
/skin/frontend/default/jm_sporty/wavethemes/jmbasetheme/profiles/green/green.css.php
Hi mate,
I just check your store at http://tennis-products.com/ and there I saw the issue tabs prev and next icons disappear, Regarding the issue of skin/frontend/default/jm_sporty/wavethemes/jmbasetheme/profiles/green/green.css.php I think you can try to set that file to unwritable, I hope it should help