Page 283 of 373 FirstFirst ... 183233273281282283284285293333 ... LastLast
Results 2,821 to 2,830 of 3726
  1. #2821
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by jisaac View Post
    You're welcome ! Let me know if you find something interresting about .htaccess management in this case...
    I got a response from Dr Byte about this:

    Yes, you're creating a security risk by allowing php files in /includes/.htaccess
    I guess if push comes to shove I can just reinstall Lightbox 1.5, but I'll fiddle some more with 1.6 for a while first.

  2. #2822
    Join Date
    May 2011
    Posts
    8
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by soxophoneplayer View Post
    I got a response from Dr Byte about this:



    I guess if push comes to shove I can just reinstall Lightbox 1.5, but I'll fiddle some more with 1.6 for a while first.
    Thanks for your response ! Maybe later I wil try another way to do the same result without .htaccess issue...

  3. #2823
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by soxophoneplayer View Post
    Yes old files removed, sql update installed, new files put in or merged.

    Images are in main store and my_temp/images; also in my_template/buttons/english/ and my_template/buttons/french which is how I got it to work within lightbox 1.5. The french buttons have the same filenames as the english buttons, but are located in the french folder and the actual graphics of the buttons are in french. I can't do this in the main store/images or my_template/images since english and french filenames are identical.

    In the Lightbox 1.6.2 install, I AM getting the 'quantity of images' showing up in french with my minor substitution of 'de' for 'of' - so I know the copy of includes/languages/french/extra_definitions/my_template/zen_lightbox.php is indeed being accessed when a visitor has selected french language but the 'next' 'previous' and 'close' buttons being called up are from the english folder (or the main or my_template folders).

    So I guess I'm trying to figure out how to call the graphic files from buttons/french/ when extra_denfinitions/french is in play.

    I'm groping in the dark here, and wondering why this worked in 1.5 simply by adding the buttons/french ;o)
    Hi Soxophoneplayer,
    can you attach your french graphics for me.
    I'll play around with it and see where they need to be added.
    In ZLB 1.6.2 there are 2 places where the prev/next images live.
    [images/zen_lightbox] & [includes/templates/your-template-folder/images/zen_lightbox]
    I had to add this for the "Always show prev/next" feature that some users requested.

    daniel

  4. #2824
    Join Date
    Feb 2008
    Posts
    529
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Here are the French buttons I was using for Lightbox 1.5

    Thanks for your help.
    Attached Files Attached Files

  5. #2825
    Join Date
    May 2011
    Posts
    7
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    ummm anyone know how to hide additional image at product info page?
    so they only can be seen when they click for large image and click next and prev at the lightbox only

  6. #2826
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by soxophoneplayer View Post
    Here are the French buttons I was using for Lightbox 1.5

    Thanks for your help.
    Hi Soxophoneplayer,
    Here are the mods you'll need.
    1.
    As stated earlier you must load your french images to [images/zen_lightbox] & [includes/templates/your-template-folder/images/zen_lightbox]

    Now, since your images are NOT the same size as the originals, you need to make some minor tweaks to the css.

    2.
    edit [includes/classes/zen_lightbox/autoload_default.php]

    replace the echo statement at the bottom with this:
    PHP Code:
    echo '<style> #lbPrevLink, #lbNextLink {display: block; position: absolute; top: 0; height:33px!important; outline: none;} #lbNextLink {right: 0; width: 87px; background: transparent url(images/zen_lightbox/nextlabel.gif) no-repeat 100% 15%;} #lbPrevLink {left: 0; width: 106px; background: transparent url(images/zen_lightbox/prevlabel.gif) no-repeat 0 15%; } </style>'
    3.
    next edit [includes/templates/your-template/css/stylesheet_zen_lightbox.css]
    modify the #lbCloseLink tag width and height to
    Code:
    width: 89px; height: 33px;
    These three mods should load french buttons for you.

    daniel
    Last edited by niestudio; 9 Jul 2011 at 05:54 PM.

  7. #2827
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by soxophoneplayer View Post
    Here are the French buttons I was using for Lightbox 1.5

    Thanks for your help.
    Hi Soxophoneplayer,
    I was looking back at your OP and realized that you are not trying to use french as the default, but rather be able to use that switch on your site.
    The fix I just gave you want to switch to french all the time.
    I'll try to look into what happened with the switch from 1.5 to 1.6

    daniel

  8. #2828
    Join Date
    Nov 2009
    Posts
    16
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi,

    After installing zen_lightbox-v1.6.2 onto my store ( 1.3.9h ) and running the installSQL script - I am getting the error message below ( see gif ) ...



    I have restored the backup of the original files and DB but still I get the error. Can anyone help please?

    Thank you for your time :)

    dome

  9. #2829
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox...

    Quote Originally Posted by dome90uk View Post
    Hi,

    After installing zen_lightbox-v1.6.2 onto my store ( 1.3.9h ) and running the installSQL script - I am getting the error message below ( see gif ) ...


    I have restored the backup of the original files and DB but still I get the error. Can anyone help please?

    Thank you for your time :)

    dome
    the file listed in your warning is not a file that ZLB modifies.
    I googled that warning and there are several forum posts related, maybe one of them will help

    daniel

  10. #2830
    Join Date
    Nov 2009
    Posts
    16
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Thanks Daniel.

    I managed to track the issue down to missing some files from my admin/includes folder.

    For some reason application_bottom.php, application_top.php, autoload_func.php and my .htaccess files were missing ...

    Attempting an other install of ZLB now ...

 

 

Similar Threads

  1. Free Shipping Rules addon [Support Thread]
    By numinix in forum Addon Shipping Modules
    Replies: 36
    Last Post: 2 Dec 2016, 01:56 PM
  2. v151 Reviews Reply addon [Support Thread]
    By mikestaps in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 17 Oct 2014, 01:29 AM
  3. Jquery Lightbox [Support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 257
    Last Post: 2 Aug 2012, 10:57 PM
  4. File Upload Required addon [Support Thread]
    By 1100101 in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 10 Dec 2011, 03:00 AM
  5. [Support Thread] IE only JavaScripts and Stylesheets Addon
    By Meshach in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 31 May 2011, 08:18 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR