Page 279 of 373 FirstFirst ... 179229269277278279280281289329 ... LastLast
Results 2,781 to 2,790 of 3726
  1. #2781
    Join Date
    May 2011
    Posts
    7
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by DarkAngel View Post
    also did you go to admin/configuration/zen lightbos and turn it on?

    simple little thing that I myself forgot to do one time---well maybe two times
    yes i did turned it on.

  2. #2782
    Join Date
    May 2011
    Posts
    7
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    ok..i need to clarify again these instruction...i probably misinterpreted this: if yes then open the zip and go to your server files and make double sure you put everything into the right spot...if you are using ANY template other than classic you need to create a folder with that templates name in the fodler where it is indicated (your_template folders or custom folders) that will tell you that you need to place those files in there.

    like in the includes/languages/english/extra_definitions/your_template

    you need to create a fodler in that extra_definitions folder with your templates name and place the file into it....so if your template is mostlygrey you create a fodler called mostlygrey and plop the contents of the "your_template" folder into it.

    i did open...includes/languages/english/extra_definitions and i don't have the template i am using. so i did copy from my original download file (RAR) and pasted it there. and the lightbox is still not working. i must have misunderstood what was written. could anyone please explain this plainly and clearly.

    thaanks a lot!

  3. #2783

    Default Re: Zen Lightbox...

    Hi elainben,

    When you install any mod, anytime you see a folder in the download package called "YOUR_CUSTOM_TEMPLATE" - it is telling you that you will need to create a folder in that same location on your server and name it to match your template.

    So, using the example you provided - you will need to create a folder in:

    includes/languages/english/extra_definitions

    and call it crista_violet so that it looks like this:

    includes/languages/english/extra_definitions/crista_violet

    Once you have done that, upload the file from:
    includes/languages/english/extra_definitions/YOUR_CUSTOM_TEMPLATE
    to:
    includes/languages/english/extra_definitions/crista_violet


    What you are doing when you do this is making use of the file override system. It is extremely important that you use and understand the override system. If you don't, then all your customizations will be lost when you upgrade your zen cart to the next version once it becomes available.

    Suggest reading the following before you do anything else with your cart:

    Understanding the override system
    and
    The override system really simplified

    After you've read those, download this to keep for future reference.

    Good luck and happy zenning


    Quote Originally Posted by elaineben View Post
    ok..i need to clarify again these instruction...i probably misinterpreted this: if yes then open the zip and go to your server files and make double sure you put everything into the right spot...if you are using ANY template other than classic you need to create a folder with that templates name in the fodler where it is indicated (your_template folders or custom folders) that will tell you that you need to place those files in there.

    like in the includes/languages/english/extra_definitions/your_template

    you need to create a fodler in that extra_definitions folder with your templates name and place the file into it....so if your template is mostlygrey you create a fodler called mostlygrey and plop the contents of the "your_template" folder into it.

    i did open...includes/languages/english/extra_definitions and i don't have the template i am using. so i did copy from my original download file (RAR) and pasted it there. and the lightbox is still not working. i must have misunderstood what was written. could anyone please explain this plainly and clearly.

    thaanks a lot!
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  4. #2784
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by elaineben View Post
    do i have to change the configure.php to the one noted...like zen instead of znc? i am confused.

    i will check again the stylesheets and the installation i made if i forgot something. thanks for all your help.
    you need to change the sql installation file to have that as part of the coding for it to work or go to myphpadmin for installing directly into the database if you can't get it to work in admin of store

    there are 4 places to change---see in red

    INSERT INTO `zen_configuration_group` VALUES (NULL, 'Zen Lightbox', 'Configure Zen Lightbox settings', '0', '1');
    UPDATE `zen_configuration_group` SET `sort_order` = LAST_INSERT_ID() WHERE `configuration_group_id` = LAST_INSERT_ID();

    SELECT @cgi := `configuration_group_id` FROM `zen_configuration_group` WHERE `configuration_group_title` = 'Zen Lightbox';

    INSERT INTO `zen_configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES

  5. #2785
    Join Date
    Aug 2007
    Posts
    114
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    If anyone is interested I have managed to find that it was the Zen Lightbox module I had installed. The javascript called in the header for the light box, stops the plusone button rendering....

    Any ideas why or how? I now have lightbox turned off, but I did like it and would like both.

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by kobra8 View Post
    The part in red is:
    define('DB_PREFIX', 'zen_');
    Did you copy and paste the install script into zc admin or use the upload button?

    Other users have had better luck with copy/paste.

  7. #2787
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Zen Lightbox...

    Quote Originally Posted by niestudio View Post
    Did you copy and paste the install script into zc admin or use the upload button?

    Other users have had better luck with copy/paste.
    I NEVER use upload.. Only copy/paste.. Works every time..

    Quote Originally Posted by DarkAngel View Post
    you need to change the sql installation file to have that as part of the coding for it to work or go to myphpadmin for installing directly into the database if you can't get it to work in admin of store
    Should be NO reason why anyone would need to manually modify this script and run it in phpAdmin.. That said making the changes you suggest will only work if you run if you are running the script in phpAdmin.. If you add the prefix as you suggest and run the script in the store admin, the script will fail or cause errors.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #2788
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by DivaVocals View Post
    I NEVER use upload.. Only copy/paste.. Works every time..



    Should be NO reason why anyone would need to manually modify this script and run it in phpAdmin.. That said making the changes you suggest will only work if you run if you are running the script in phpAdmin.. If you add the prefix as you suggest and run the script in the store admin, the script will fail or cause errors.

    Thanks Diva I totally forgot to add that bit of information..sorry

  9. #2789
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by niestudio View Post
    Did you copy and paste the install script into zc admin or use the upload button?

    Other users have had better luck with copy/paste.
    I have copy and paste the install script into zc admin.

  10. #2790

    Default Re: Zen Lightbox...

    I had the problem with failed sql upload when installing from version 1.5 to 1.6, so think about doing an UNINSTALL from 1.5 using the uninstall.sql before you do install v1.6.

    that being said, i have a question: in v1.6 the label images are now under /images and only available in english. i have the labels in french and german in the /templates/MY_TEMPLATE_NAME, but that is not helping - in the french or german version, i still see the close/previous/next labels in english.
    Any hint to how to fix this?

    thanks a bunch!

 

 

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