Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

[SOLVED] SIG PRO close button diferent path

  • leo.bartulica
  • leo.bartulica's Avatar Topic Author
  • Offline
  • New Member
More
15 years 2 months ago - 15 years 2 months ago #28568 by leo.bartulica
[SOLVED] SIG PRO close button diferent path was created by leo.bartulica
Hi
close btn is showing, but if I put inside subdirectory... the path doesnt catch the close button...
to be more clear
I have in the main menu submenu... all menu items on top which has galleries inside work great.. but when I visit submenu items from main menu there is no close btn icon, the path hasnt been updated for icon...
the link of the icon is plugins/content/jwsigpro/lytebox/english/closelabel.gif which hasnt been updated
you can see on the live site
http://www.vjencanje.st/component/content/article/49/185
and the link where it works fine
http://www.vjencanje.st/foto-video
I hope u could solve this minor error... anyway great plugin..
help appreciated

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
15 years 2 months ago #28569 by Yiota
Replied by Yiota on topic Re: SIG PRO close button diferent path
Try changing the path inside the plugin's lytebox.php (www.vjencanje.st/plugins/content/jwsigpro/lytebox/english/lytebox.php)

from:
function LyteBox() {
	/*** Start Configuration ***/	
	this.fileLoadingImage	= "plugins/content/jwsigpro/loading.gif";
	this.fileCloseImage 	= "plugins/content/jwsigpro/lytebox/english/closelabel.gif";


replace with
function LyteBox() {
	/*** Start Configuration ***/	
	this.fileLoadingImage	= "http://www.vjencanje.st/plugins/content/jwsigpro/loading.gif";
	this.fileCloseImage 	= "http://www.vjencanje.st/plugins/content/jwsigpro/lytebox/english/closelabel.gif";

Please Log in or Create an account to join the conversation.

  • leo.bartulica
  • leo.bartulica's Avatar Topic Author
  • Offline
  • New Member
More
15 years 2 months ago #28570 by leo.bartulica
Replied by leo.bartulica on topic Re: SIG PRO close button diferent path
tnx its working

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum