Page 326 of 373 FirstFirst ... 226276316324325326327328336 ... LastLast
Results 3,251 to 3,260 of 3726
  1. #3251
    Join Date
    Nov 2009
    Posts
    285
    Plugin Contributions
    5

    Default Re: Zen Lightbox generates odd HTML on the product reviews page

    what is invalid about it? thats the link that makes the lightbox work. note the rel="lightbox-g"

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

    Default Re: Zen Lightbox generates odd HTML on the product reviews page

    Quote Originally Posted by niestudio View Post
    what is invalid about it? thats the link that makes the lightbox work. note the rel="lightbox-g"
    Please look at the page I referenced.. See the odd text link next to the image??? That's NOT supposed to be there..

    This is the incorrect HTML that makes up this link. Please note the text in blue and green.. The text in blue is invalid HTML, and the text in green (looks like the model number) just doesn't belong there at all.

    Code:
    <a href="images/dasPic_24141.jpg" rel="lightbox-g" title="National Geographic - Secrets of the Titanic&lt;br /&gt;&lt;span class=" smalltext"="">[G52000]"&gt;<img src="images/dasPic_24141.jpg" alt="National Geographic - Secrets of the Titanic [G52000]" title=" National Geographic - Secrets of the Titanic [G52000] " height="350" width="349"><br><span class="imgLink">larger image</span></a> 
    Last edited by DivaVocals; 24 Jul 2012 at 05:09 PM.
    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.

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

    Default Re: Zen Lightbox generates odd HTML on the product reviews page

    strange indeed, I'll have a look soon.

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

    Default Re: Zen Lightbox generates odd HTML on the product reviews page

    Quote Originally Posted by niestudio View Post
    strange indeed, I'll have a look soon.
    and this occurs in BOTH the Zen Lightbox and the beta Colorbox add-ons..
    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.

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

    Default Re: Zen Lightbox generates odd HTML on the product reviews page

    More information.. Did a little hunting with the Admin Toolbox and I think I know where the part of the store is being hosed is coming from..

    /home2/myhost/public_html/myclient/includes/modules/pages/product_reviews/header_php.php
    Line #42 : $products_name = $review->fields['products_name'] . '<br /><span class="smallText">[' . $review->fields['products_model'] . ']</span>';
    /home2/myhost/public_html/myclient/includes/modules/pages/product_reviews_info/header_php.php
    Line #100 : $products_model = '<br /><span class="smallText">[' . $review_info->fields['products_model'] . ']</span>';
    /home2/myhost/public_html/myclient/includes/modules/pages/product_reviews_write/header_php.php
    Line #119 : $products_model = '<br /><span class="smallText">[' . $product_info->fields['products_model'] . ']</span>';

    These were the only files I could related to reviews which has code similar to the code that is getting mangled by the lightbox (specifically the reference to the model number). The write reviews page is probably fine since the I do not see the problem manifest itself there, but you never know.. Dunno if this helps narrow things down, but hoping it helps point things in the right direction..
    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.

  6. #3256
    Join Date
    Jul 2012
    Posts
    1
    Plugin Contributions
    0

    Default Re: Zen Lightbox generates odd HTML on the product reviews page

    Hello all I just installed lightbox on zen 1.5 and I cant see the configuration page in the admin. I'm a noob please help! not sure if i posted in the right spot..

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

    Default Re: Zen Lightbox generates odd HTML on the product reviews page

    Found a temporary solution.

    In this file: /includes/modules/pages/product_reviews/header_php.php
    I made the following change:

    Find line #43-44 and replace with the following.
    Code:
    //    $products_name = $review->fields['products_name'] . '<br /><span class="smallText">[' . $review->fields['products_model'] . ']</span>';
    //  } else {
    Basically I am commenting out the code that Zen Lightbox is mangling which makes the odd/malformed HTML go away. I'm sure the same solution will fix the issue with the Colorbox beta so I'm gonna post this there too..

    Quote Originally Posted by DivaVocals View Post
    More information.. Did a little hunting with the Admin Toolbox and I think I know where the part of the store is being hosed is coming from..

    /home2/myhost/public_html/myclient/includes/modules/pages/product_reviews/header_php.php
    Line #42 : $products_name = $review->fields['products_name'] . '<br /><span class="smallText">[' . $review->fields['products_model'] . ']</span>';
    /home2/myhost/public_html/myclient/includes/modules/pages/product_reviews_info/header_php.php
    Line #100 : $products_model = '<br /><span class="smallText">[' . $review_info->fields['products_model'] . ']</span>';
    /home2/myhost/public_html/myclient/includes/modules/pages/product_reviews_write/header_php.php
    Line #119 : $products_model = '<br /><span class="smallText">[' . $product_info->fields['products_model'] . ']</span>';

    These were the only files I could related to reviews which has code similar to the code that is getting mangled by the lightbox (specifically the reference to the model number). The write reviews page is probably fine since the I do not see the problem manifest itself there, but you never know.. Dunno if this helps narrow things down, but hoping it helps point things in the right direction..
    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. #3258
    Join Date
    Jul 2012
    Posts
    5
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by niestudio View Post
    I looked at the code on your site, and I don't see any of the code for lightbox showing up, so it still seems like something is not properly installed.
    did you check your FTP site manually to see if all the files got loaded?
    Yes I have checked the ftp site several times and all the files are loaded. I know it must be an install error or conflict somewhere but can't work it out.

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by water5 View Post
    Yes I have checked the ftp site several times and all the files are loaded. I know it must be an install error or conflict somewhere but can't work it out.
    You need to re-review the install instructions.. Even if the files were uploaded the fact that you cannot see them when you view the page source means you probably do not have them loaded to the right locations..
    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.

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by water5 View Post
    Yes I have checked the ftp site several times and all the files are loaded. I know it must be an install error or conflict somewhere but can't work it out.

    Did you manually reupload all the files? Sometimes the internet is mean and corrupts them the first time.

    Did you remember to install the SQL? After many times of doing installations i tend to forget that at times too/still.

    So go back to the server files, reupload the files to the folders manually again then go to the admin section and see if it shows up under the first tab, near the bottom of the list.

 

 

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