Results 1 to 10 of 1501

Hybrid View

  1. #1
    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 keylesslocks View Post
    1. I am lovin this contrib... thanks so much!

    2. on the top of our view all page: midwestapplianceparts.com/index.php?main_page=testimonials_manager_all_testimonials

    it says:
    :: NAVBAR_TITLE HEADING_TITLE TEXT_DISPLAY_NUMBER_OF_TESTIMONIALS_MANAGER_ITEMS

    what can I do about this?

    thanks again!
    Make sure you've uploaded ALL the necessary files:

    includes/extra_datafiles/testimonials_manager_filenames.php
    includes/functions/testimonials.php
    includes/languages/english/extra_definitions/YOUR_TEMPLATE/testimonials_manager_defines.php
    includes/languages/english/YOUR_TEMPLATE/testimonials_add.php
    includes/languages/english/YOUR_TEMPLATE/testimonials_manager.php
    includes/languages/english/YOUR_TEMPLATE/testimonials_manager_all_testimonials.php
    includes/languages/english/html_includes/define_testimonials_add.php
    includes/languages/english/html_includes/YOUR_TEMPLATE/define_testimonials_add.php
    includes/modules/pages/testimonials_add
    includes/modules/pages/testimonials_manager
    includes/modules/pages/testimonials_manager_all_testimonials
    includes/modules/sideboxes/YOUR_TEMPLATE/testimonials_manager.php
    includes/templates/YOUR_TEMPLATE/sideboxes/tpl_testimonials_manager.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_add_default.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_all_testimonials_default.php
    includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_default.php
    includes/templates/YOUR_TEMPLATE/css/testimonials_add.css
    includes/templates/YOUR_TEMPLATE/css/testimonials_manager.css
    includes/templates/YOUR_TEMPLATE/css/testimonials_manager_all_testimonials.css

    Quote Originally Posted by keylesslocks View Post
    also, on IE7, not firefox... when I go to a long testimonials "read more" page, the buttons on the lower left go out of the boundries... like here:

    midwestapplianceparts.com/index.php?main_page=testimonials_manager&testimonials_id=3
    Again make sure ALL the necessary files have been uploaded to your server.

  2. #2
    Join Date
    Jan 2007
    Location
    UK
    Posts
    59
    Plugin Contributions
    0

    Default Re: Testimonial Manager 1.3.7

    I am currently using Testimonal Manager on ZenCart 1.3.7 and it works fine, and looks great.

    One thing that is confusing me though, is HTML validation.

    I use the validator at http://validator.w3.org/ which used to come out clean on my home page, but I am now getting 5 errors - one for each of the testimonials that are displayed:



    Validation Output: 5 Errors
    1. <LI class=msg_err> Line 168, Column 647: ID "catBoxDivider" already defined.…/a></strong></span></p></div><hr id="catBoxDivider" /><b><a href="http://www.
      An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

    2. Line 69, Column 2535: ID "catBoxDivider" first defined here.…br style="line-height: 0;" /><hr id="catBoxDivider" /><br style="line-height:
    I would be grateful if anyone has any idea how to correct this.

  3. #3
    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 dab View Post
    I am currently using Testimonal Manager on ZenCart 1.3.7 and it works fine, and looks great.

    One thing that is confusing me though, is HTML validation.

    I use the validator at http://validator.w3.org/ which used to come out clean on my home page, but I am now getting 5 errors - one for each of the testimonials that are displayed:



    I would be grateful if anyone has any idea how to correct this.
    This has been corrected in the latest version available in the downloads section.

    Open includes/templates/YOUR_TEMPLATE/sideboxes/tpl_testimonials_manager.php

    find (at around line 21) the following code:

    PHP Code:
    $content .= '<hr id="catBoxDivider" />'
    and change it to read

    PHP Code:
    $content .= '<hr class="catBoxDivider" />'
    save the file and upload to your server.

  4. #4
    Join Date
    Jan 2007
    Location
    UK
    Posts
    59
    Plugin Contributions
    0

    Default Re: Testimonial Manager 1.3.7

    Thank you Clyde, that worked perfectly.

    I currently have 1.4.5 of your mod installed, do you think it is worth me putting on the 1.4.6 version, or is it better leaving alone.

    Thanks, Dave

  5. #5
    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 dab View Post
    Thank you Clyde, that worked perfectly.

    I currently have 1.4.5 of your mod installed, do you think it is worth me putting on the 1.4.6 version, or is it better leaving alone.

    Thanks, Dave
    1.4.6 added some "cosmetic formating" in displaying the testimonials and fixed a couple of minor bugs (including the issue you just corrected.)

    So, its really up to you.

  6. #6
    Join Date
    Jan 2007
    Location
    UK
    Posts
    59
    Plugin Contributions
    0

    Default Re: Testimonial Manager 1.3.7

    Hi Clyde, thanks for the input.

    I have tried 1.4.6 on my test site, and all seems fine, so I will probably update my live site as well.

    One thing I noticed when I was checking through my site is that on both versions, the "View All Testimonials" page fails the HTML validation.

    Validation Output: 2 Errors
    Line 205, Column 9: ID "productsListingTopNumber" already defined.
    <div id="productsListingTopNumber" class="navSplitPagesResult back">Displaying <
    Line 102, Column 9: ID "productsListingTopNumber" first defined here.
    <div id="productsListingTopNumber" class="navSplitPagesResult back">Displaying <

    Line 207, Column 9: ID "productsListingListingTopLinks" already defined.
    <div id="productsListingListingTopLinks" class="navSplitPagesLinks forward"> &nb?
    Line 105, Column 9: ID "productsListingListingTopLinks" first defined here.
    <div id="productsListingListingTopLinks" class="navSplitPagesLinks forward"> &nb
    It's not really a problem to me - I'm happy now my main page validates, but I thought it may be of interest to you.

  7. #7
    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 dab View Post
    Hi Clyde, thanks for the input.

    I have tried 1.4.6 on my test site, and all seems fine, so I will probably update my live site as well.

    One thing I noticed when I was checking through my site is that on both versions, the "View All Testimonials" page fails the HTML validation.



    It's not really a problem to me - I'm happy now my main page validates, but I thought it may be of interest to you.
    This should fix the validation issue.

    Just change the YOUR_TEMPLATE folder to match the name of your custom template and upload the entire includes folder to your server.

    Attachment 3808
    Last edited by clydejones; 31 Dec 2009 at 02:32 AM.

 

 

Similar Threads

  1. v150 Testimonial Manager Support Thread (for ZC v1.5.x)
    By countrycharm in forum All Other Contributions/Addons
    Replies: 262
    Last Post: 26 Jun 2025, 10:42 AM
  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

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