Page 142 of 151 FirstFirst ... 4292132140141142143144 ... LastLast
Results 1,411 to 1,420 of 1501
  1. #1411
    Join Date
    Jan 2012
    Posts
    89
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    I just noticed it after posting the message so you mean if I install the latest version it will give this option?

    Thank you


    Quote Originally Posted by DivaVocals View Post
    Instructions posted in this support thread.. (just 2-3 pages back) AND included in the latest install package.. (readme file might be a good place to start..)

    This is why I ALWAYS say it pays to read/search through the support thread.. Often your question has already been answered..

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

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by Coins2012 View Post
    I just noticed it after posting the message so you mean if I install the latest version it will give this option?

    Thank you
    looks that way.. won't hurt to download the add-on to confirm..

    Quote Originally Posted by countrycharm View Post
    OK this has been uploaded and waiting for approval.
    Nothing has change, added and option for not displaying a customers last name. Updated the install.txt and upgrade.txt file. Big thanks to Webkat for her support in the update.
    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. #1413
    Join Date
    Jan 2012
    Location
    New England
    Posts
    238
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    I posted instructions a few pages back on how to show first name only (no last initial). I'm not sure how to get the last initial, but I'm sure it's possible if you know php better than I do.

  4. #1414
    Join Date
    Jan 2012
    Posts
    89
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    I tried it and it didn't work, I am not an expert on php code so I don't know if I did it correctly, for now when I approve the testimonial I just delete the last name.

    Thank you

    Quote Originally Posted by WebKat View Post
    I posted instructions a few pages back on how to show first name only (no last initial). I'm not sure how to get the last initial, but I'm sure it's possible if you know php better than I do.

  5. #1415
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Testimonial Manager Support Thread

    It has been updated and is in downloads.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #1416
    Join Date
    Jan 2012
    Location
    New England
    Posts
    238
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by Coins2012 View Post
    I tried it and it didn't work, I am not an expert on php code so I don't know if I did it correctly, for now when I approve the testimonial I just delete the last name.

    Thank you
    It will only work for new testimonials, it will not work for those already in the database. What it does is it removes the call to store the last name when the person initially writes the testimonial, so anyone who has already written one already had their last name stored.

  7. #1417
    Join Date
    Apr 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Thank you for your mod. It's working fine on my shop. But I have got a problem when I try to translate the language files from english to chinese. It shows random charts. "�̶��˷� �̶��˷�"

    Can you help me please, I have no idear where went wrong.

  8. #1418
    Join Date
    May 2006
    Posts
    31
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Quote Originally Posted by yapliren View Post
    anyone have a workout on adding testimonial manager output to ultimate seo?

    making testimonials_manager.html?testimonials_id=44 become testimonials_manager-page-44.html

    Or anyone would like to help out to make this works?
    Reply to my own question, finally I found a way to change the Meta Tittle for different testimonial posted and also different Meta Tittle for list of all testimonial. Hopefully this would help to prevent google note it as duplicated content because of same .html page with different ?value behind.

    Example for testimonials_manager_all_testimonials
    Instead of showing as All Testimonials as page tittle. now it show Testimonial 1 to 6 on page 1, Testimonial 7 to 12 on page 2.

    While testimonials_manager.html?testimonials_id= showing individual testimonial, the tittle will be Testimonial by Name. So all pages of testimonials having different tittle.

    Result is google webmaster tools -> HTML improvement no longer listed testimonial manager files as Duplicate title tags and Duplicate meta descriptions(I set title as meta). I am not sure the coding that I did is it correct and compliant with zen cart but you do can visit my store link as below. Do let me know your feedback. Thank you.

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

    Default Re: Testimonial Manager Support Thread

    Finally got a chance to install the latest version on a client site, and found a few things that did not make sense. The readme says:

    Add the following declarations to your /includes/templates/YOUR_TEMPLATE/css/stylesheet.css file:

    .testimonial {
    color: #000;
    padding: 0 5px 5px 5px;
    text-align:left;
    }
    .testimonial p {
    margin: 0; padding: 5px 0;
    }
    .testimonial span {
    float:right;
    }
    .testimonialImage {
    margin: 0;
    padding: 0;
    text-align: center;
    }
    The issue is that NO WHERE in any of the files is the testimonial class found. The testimonialImage class is found in the tpl_display_all_testimonials_default.php file. Second I wondered why would this be added to the MAIN stylesheet version the page specific stylesheets that come with this add-on.. Didn't make sense..

    Secondly, the includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_default.php feels "incomplete" (the testimonials do not show on this page) and unnecessary.. I do not understand the purpose of this page and I deleted this file and the corresponding stylesheet (includes/templates/YOUR_TEMPLATE/css/testimonials_manager.css) as well.

    I made a boatload of cosmetic changes to make the Add Testimonials form look more like the Contact Us form to maintain look/feel consistency within a site (for example: I never liked or understood why the Add Testimonial form fields were inside an ordered list). Shopowners who want to make this form look different can add the appropriate styles to the stylesheet, but an out the box install should require a boatload of work to make the form match existing site forms (ie: the Contact Us form).. Additionally I added some styling classes where appropriate and removed a fair bit of the hard coded styling from the language files and moved them into the testimonial pages where appropriate..

    Anyway I'm bundling up this and other things I found and fixed/tweaked (including the addition of an auto-installer).. Will add this to my to-do list and submit it to the downloads section.. I only made changes to the v1.5 compatible version.. I will be leaving the 1.3.9 version as is..
    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. #1420
    Join Date
    Dec 2011
    Posts
    92
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Hi,

    I wonder if someone can help me? I have just installed this mod on my site however it doesn't appear to be working correctly. When I try to add a new testimonial by clicking 'Add a Testimonial' from the sidebox it just displays a blank page. I have disabled the option for only registered users to be able to post a testimonial for testing purposes.

    My website is:

    h t t p : / / w w w. o u r l i t t l e c o t t a g e s h o p . c o . u k

    The testimonials sidebox is on the left side of the homepage.

    I would appreciate any help any one is able to give.

    Many thanks
    Last edited by OLCS; 27 Aug 2012 at 03:33 PM. Reason: typo

 

 

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