- Posts: 2
- Thank you received: 0
HOT Joomla Gallery - no visible buttons
-
Kaminski
Inactive member - Topic Author
- New Member
Less
More
13 years 7 months ago - 13 years 7 months ago #8092
by Kaminski
HOT Joomla Gallery - no visible buttons was created by Kaminski
what there are no visible buttons on my side circleleft32 and circleright32 ?
poprzeznet.pl/strefaszkla/index.php/styl...zacji/szklo-w-kuchni
poprzeznet.pl/strefaszkla/index.php/styl...zacji/szklo-w-kuchni
Last edit: 13 years 7 months ago by Kaminski.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 7 months ago - 13 years 7 months ago #8101
by ivan.milic
Replied by ivan.milic on topic Re: HOT Joomla Gallery - no visible buttons
Hi,
open
modules\mod_hot_joomla_gallery\js\slideViewerPro.js
find this:
...
thumbsVis: true,
easeFunc: "easeInOutExpo",
leftButtonInner: "<img src='modules/mod_hot_joomla_gallery/images/circleleft32.png' width='32' height='32' alt='' />",
rightButtonInner: "<img src='modules/mod_hot_joomla_gallery/images/circleright32.png' width='32' height='32' alt='' />",
autoslide: false,
typo: false,
...
and replace image paths with absolute paths:
and
open
modules\mod_hot_joomla_gallery\js\slideViewerPro.js
find this:
...
thumbsVis: true,
easeFunc: "easeInOutExpo",
leftButtonInner: "<img src='modules/mod_hot_joomla_gallery/images/circleleft32.png' width='32' height='32' alt='' />",
rightButtonInner: "<img src='modules/mod_hot_joomla_gallery/images/circleright32.png' width='32' height='32' alt='' />",
autoslide: false,
typo: false,
...
and replace image paths with absolute paths:
Code:
src='http://poprzeznet.pl/strefaszkla/modules/mod_hot_joomla_gallery/images/circleleft32.png'
and
Code:
src='http://poprzeznet.pl/strefaszkla/modules/mod_hot_joomla_gallery/images/circleright32.png'
Last edit: 13 years 7 months ago by ivan.milic.
Please Log in to join the conversation.
Time to create page: 0.167 seconds