Page 38 of 151 FirstFirst ... 2836373839404888138 ... LastLast
Results 371 to 380 of 1501
  1. #371
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by kimsonvu View Post
    Hi,

    Can you tell me where to change the wide size ?

    http://www.handicraft-vn.com/shop/te...timonials.html

    KIMSON

    Thanks you .
    I'm not sure why the following code is included in (some) your testimonials, but if you eliminate/delete it that should correct the problem.

    Code:
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    .style1 {color: #FF0000}
    -->
    </style>
    </head>
    
    <body>
    
    ....
    
    </body>
    
    </html>
    likewise I found this code snipit in the several places in the sidebox listing for testimonial manager

    Code:
    <html...

  2. #372
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by clydejones View Post
    I'm not sure why the following code is included in (some) your testimonials, but if you eliminate/delete it that should correct the problem.

    Code:
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    .style1 {color: #FF0000}
    -->
    </style>
    </head>
    
    <body>
    
    ....
    
    </body>
    
    </html>
    likewise I found this code snipit in the several places in the sidebox listing for testimonial manager

    Code:
    <html...
    I do not understand this! What file i need to change?

    KIMSON

    Thanks you.

  3. #373
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by kimsonvu View Post
    I do not understand this! What file i need to change?

    KIMSON

    Thanks you.
    How were the testimonials entered? From the admin panel? Looks like you cut and pasted some of them.

    Testimonials are stored in the database.

    You'll have to go into the admin -> tools -> testimonial manager and edit each testimonial and remove those sections of code.

  4. #374
    Join Date
    Aug 2006
    Location
    HCMC
    Posts
    268
    Plugin Contributions
    0

    Default Re: Testimonial Manager 1.3.7

    Please check image in this post to know my means in width size!

    KIMSON

    Thanks you.
    Attached Images Attached Images  

  5. #375
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by kimsonvu View Post
    Please check image in this post to know my means in width size!

    KIMSON

    Thanks you.
    I checked your site, so I know what you mean by the width size.

    And as I said, you need to correct the errors I pointed out before anything else can be done.

  6. #376

    Default Re: Testimonial Manager 1.3.7

    Dear developer of this excellent mod,

    Just wanna inform you that the included installation sql patch will delete configuration_key with configuration_group_id = 0

    The effected keys are

    PRODUCTS_OPTIONS_TYPE_SELECT
    UPLOAD_PREFIX
    TEXT_PREFIX

    Deletion of above keys will effect the proper functionality of Zen Cart.

  7. #377
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by surf7.net View Post
    Dear developer of this excellent mod,

    Just wanna inform you that the included installation sql patch will delete configuration_key with configuration_group_id = 0

    The effected keys are

    PRODUCTS_OPTIONS_TYPE_SELECT
    UPLOAD_PREFIX
    TEXT_PREFIX

    Deletion of above keys will effect the proper functionality of Zen Cart.
    Thank you, I'll make changes to the install sql patch.

    For those already using Testimonial Manager, the following will correct this issue.

    copy and paste the code into admin -> tools -> install sql patches and click the send button.

    Code:
    INSERT INTO `configuration` VALUES (NULL, 'Product option type Select', 'PRODUCTS_OPTIONS_TYPE_SELECT', '0', 'The number representing the Select type of product option.', 0, NULL, '2006-09-04 09:22:39', '2006-09-04 09:22:39', NULL, NULL);
    INSERT INTO `configuration` VALUES (NULL, 'Upload prefix', 'UPLOAD_PREFIX', 'upload_', 'Prefix used to differentiate between upload options and other options', 0, NULL, '2006-09-04 09:22:39', '2006-09-04 09:22:39', NULL, NULL);
    INSERT INTO `configuration` VALUES (NULL, 'Text prefix', 'TEXT_PREFIX', 'txt_', 'Prefix used to differentiate between text option values and other option values', 0, NULL, '2006-09-04 09:22:39', '2006-09-04 09:22:39', NULL, NULL);

  8. #378
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Testimonial Manager 1.3.7

    The newest release no longer has the YOUR_TEMPLATE dir to rename. Only classic. Is the proper install procedure to rename 'classic' to your custom template dir?

    Thank you.

  9. #379
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by kiddo View Post
    The newest release no longer has the YOUR_TEMPLATE dir to rename. Only classic. Is the proper install procedure to rename 'classic' to your custom template dir?

    Thank you.
    Sorry 'bout that error.

    The answer is yes change "classic" to match the name of your template folder.

    I'll correct this and add an update to the download section.

    Thanks

  10. #380
    Join Date
    Jul 2006
    Location
    SF Bay Area
    Posts
    867
    Plugin Contributions
    1

    Default Re: Testimonial Manager 1.3.7

    Thanks Clydejones! I suspected that, but wasn't sure. And thanks much for a great contrib! I love it!

 

 

Similar Threads

  1. v150 Testimonial Manager Support Thread (for ZC v1.5.x)
    By countrycharm in forum All Other Contributions/Addons
    Replies: 261
    Last Post: 13 Jan 2025, 11:14 PM
  2. Link Manager 3.0 Support Thread
    By clydejones in forum Addon Sideboxes
    Replies: 1987
    Last Post: 6 Aug 2021, 02:56 PM
  3. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  4. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM
  5. [Support Thread] Simple Video Manager
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 1 Nov 2008, 02:44 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