Results 1 to 10 of 1501

Hybrid View

  1. #1
    Join Date
    Oct 2010
    Posts
    17
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    yeah —##i've gone through it a few times to make sure that they've all been changed, but it seems like i've changed them all to my template name. to be clear, i can click on "view all testimonials" and they'll all show up, but if you click on a testimonial's title in the sidebox, you get the 404.

    also, is there any way to edit the way the testimonials are displayed? like, if i don't want the quotation image and the box around each testimonial...

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

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by paperbliss View Post
    yeah —##i've gone through it a few times to make sure that they've all been changed, but it seems like i've changed them all to my template name. to be clear, i can click on "view all testimonials" and they'll all show up, but if you click on a testimonial's title in the sidebox, you get the 404.

    also, is there any way to edit the way the testimonials are displayed? like, if i don't want the quotation image and the box around each testimonial...
    double check to make sure you've uploaded the following:

    includes/modules/pages/testimonials_add
    includes/modules/pages/testimonials_manager
    includes/modules/pages/display_all_testimonials

    open includes/templates/YOUR_TEMPLATE/css

    testimonials_manager.css
    display_all_testimonials.css

    find the following declaration and delete the highlighted portions.

    blockquote {
    margin:0 !important;
    padding:0 !important;
    background: url(../images/lftblockquote.png) top left no-repeat;
    border:1px solid navy;

    height:1%;
    }

    blockquote div {
    padding:38px 56px;
    background: url(../images/rgtblockquote.png) bottom right no-repeat;
    height:1%;
    }

  3. #3
    Join Date
    Oct 2010
    Posts
    17
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    deleted the highlighted stuff, worked fine! last question about modifying the look — i've managed to left align it, but the image size is still small. is that changeable?

    also, i have all of those folders uploaded, and i still get the same error.

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

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by paperbliss View Post
    deleted the highlighted stuff, worked fine! last question about modifying the look — i've managed to left align it, but the image size is still small. is that changeable?

    also, i have all of those folders uploaded, and i still get the same error.
    check the cache folder on your site for any error log files.

    admin -> configuration -> testimonial manager

  5. #5
    Join Date
    Oct 2010
    Posts
    17
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    sorry —##i didn't find any error log files. i checked my cache folder (located outside my admin folder), i also went to admin/config/testimonial manager in zencart, but (this may sound stupid but i'm new) there was no error log there...

    i'm completely lost, and have no idea what to do.

  6. #6
    Join Date
    Oct 2010
    Posts
    17
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    i don't knwo if this helps, but clicking on an individual testimonial in the sidebar brings me to this url:

    http://www.paperbliss.ca/index.php?m...timonials_id=3

    which gives me the 404.... however clicking on "view all testimonials" brings me to this url:

    http://www.paperbliss.ca/index.php?m...l_testimonials

    which works fine...

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

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by paperbliss View Post
    sorry —##i didn't find any error log files. i checked my cache folder (located outside my admin folder), i also went to admin/config/testimonial manager in zencart, but (this may sound stupid but i'm new) there was no error log there...

    i'm completely lost, and have no idea what to do.
    Quote Originally Posted by paperbliss View Post
    i don't knwo if this helps, but clicking on an individual testimonial in the sidebar brings me to this url:

    http://www.paperbliss.ca/index.php?m...timonials_id=3

    which gives me the 404.... however clicking on "view all testimonials" brings me to this url:

    http://www.paperbliss.ca/index.php?m...l_testimonials

    which works fine...
    open includes/extra_datafiles/testimonials_manager_filenames.php

    Make sure the define statements match the ones listed below.

    define('FILENAME_TESTIMONIALS_MANAGER', 'testimonials_manager');
    define('FILENAME_TESTIMONIALS_MANAGER_ALL', 'display_all_testimonials');
    define('FILENAME_TESTIMONIALS_ADD', 'testimonials_add');

    define('FILENAME_DEFINE_TESTIMONIALS_ADD', 'define_testimonials_add');

    define('TABLE_TESTIMONIALS_MANAGER', DB_PREFIX . 'testimonials_manager');

 

 

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