Page 85 of 151 FirstFirst ... 3575838485868795135 ... LastLast
Results 841 to 850 of 1501
  1. #841
    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 minotaur1066 View Post
    Resolved Issue #2: Page title when viewing the testimonials- META_TAG_TITLE_PAGE_TESTIMONIAL_MANGER<testimonial title> Not exactly sure what caused this. Not sure how to fix it.

    It was the code I entered in the meta_tags.php file. Removed

    the
    //TESTIMONIALS:
    case 'testimonials_manager_all_testimonials':.... code

    Still need help figuring out the width issue

    Minotaur1066

    When the testimonial is displayed the testimonials width is to wide and disrupts the template. I cannot find in any of the stylesheets where I can change the width of the testimonials and the only entry in the forum was from a couple years ago from a person from asia who had other issues.


    Have you checked the Apple Zen support thread for similar issues?

    In the Admin Settings add-on, Permissions, Testimonial Manager is listed twice and both need to be marked in order for any of the other admins on Mustang's site.
    Like I said these issues do not impact the functionality of the tool, they are just curiosities and unexpected.


    Check the admin profiles support thread on this issue.

    when clicking on Add Testimonial. The *Required is displayed twice next to the Author's Name, Author's E-Mail, and Testimonial Title fields- since this is the first time I have seen this add-on, I am not sure if this is intentional or not.

    The *Required should only display once after each of these entries.
    Try this fix and see if it helps.

    Just unzip the the file and upload the entire admin folder to your server.
    Attachment 5440
    Last edited by clydejones; 31 Dec 2009 at 02:32 AM.

  2. #842
    Join Date
    Oct 2008
    Location
    New England
    Posts
    13
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    When the testimonial is displayed the testimonials width is to wide and disrupts the template. I cannot find in any of the stylesheets where I can change the width of the testimonials and the only entry in the forum was from a couple years ago from a person from asia who had other issues.

    Have you checked the Apple Zen support thread for similar issues?
    Yes- I did not find anything so I posted a question. Jade , just like yourself, is very good about helping those who use the add-ons which one has developed. I will be sure to post the solution on this thread as well- with the popularity of both Apple Zen and Testimonial Manager, I am sure I will not be the only one to encounter this issue.

    In the Admin Settings add-on, Permissions, Testimonial Manager is listed twice and both need to be marked in order for any of the other admins on Mustang's site.
    Like I said these issues do not impact the functionality of the tool, they are just curiosities and unexpected.

    Check the admin profiles support thread on this issue.
    On my to do list...

    when clicking on Add Testimonial. The *Required is displayed twice next to the Author's Name, Author's E-Mail, and Testimonial Title fields- since this is the first time I have seen this add-on, I am not sure if this is intentional or not.

    The *Required should only display once after each of these entries.
    Try this fix and see if it helps.

    Just unzip the the file and upload the entire admin folder to your server.
    minotaur1066_fix.zip
    I appreciate the help but alas after uploading the admin folder, I still have double *required.. Like I said this is not as important as resolving the template displacement when viewing the testimonials. I do appreciate your help with it though.
    Minotaur1066

  3. #843
    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 minotaur1066 View Post
    Yes- I did not find anything so I posted a question. Jade , just like yourself, is very good about helping those who use the add-ons which one has developed. I will be sure to post the solution on this thread as well- with the popularity of both Apple Zen and Testimonial Manager, I am sure I will not be the only one to encounter this issue.
    open the following css files:

    display_all_testimonials.css

    testimonials_manager.css

    replace the following line of code:
    Code:
    #testimonialDefault{margin:0 5px;padding:8px;font-size:1.2em;text-align:left;}
    with this
    Code:
    #testimonialDefault{margin:0 5px;padding:8px;font-size:1.2em;text-align:left;width:76.8%;}

  4. #844
    Join Date
    Oct 2008
    Location
    New England
    Posts
    13
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Clyde



    Default Re: Testimonial Manager Support Thread
    Quote:
    Originally Posted by minotaur1066 View Post
    Yes- I did not find anything so I posted a question. Jade , just like yourself, is very good about helping those who use the add-ons which one has developed. I will be sure to post the solution on this thread as well- with the popularity of both Apple Zen and Testimonial Manager, I am sure I will not be the only one to encounter this issue.
    open the following css files:

    display_all_testimonials.css

    testimonials_manager.css

    replace the following line of code:
    Code:

    #testimonialDefault{margin:0 5px;padding:8px;font-size:1.2em;text-align:left;}

    with this
    Code:

    #testimonialDefault{margin:0 5px;padding:8px;font-size:1.2em;text-align:left;width:76.8%;}
    That got me closer- I will tweak the % to get it as close as possible
    Thanks again- You are awesome.
    Minotaur1066

  5. #845
    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 minotaur1066 View Post
    Clyde



    Default Re: Testimonial Manager Support Thread
    Quote:
    Originally Posted by minotaur1066 View Post
    Yes- I did not find anything so I posted a question. Jade , just like yourself, is very good about helping those who use the add-ons which one has developed. I will be sure to post the solution on this thread as well- with the popularity of both Apple Zen and Testimonial Manager, I am sure I will not be the only one to encounter this issue.
    open the following css files:

    display_all_testimonials.css

    testimonials_manager.css



    That got me closer- I will tweak the % to get it as close as possible
    Thanks again- You are awesome.
    Minotaur1066
    Or you could do as Jade suggested in her post on this issue.
    Just delete that line of code altogether.

  6. #846
    Join Date
    Oct 2008
    Location
    New England
    Posts
    13
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Or you could do as Jade suggested in her post on this issue.
    Just delete that line of code altogether.
    ##############################___
    Clyde
    That did the trick- Instead of just removing the code, I just remarked it out.

    So if others have the same issue here is what I did with the wonderful instructions and guidance from Clyde & Jade.

    In the /includes/templates/apple_zen/css folder, I opened the

    display_all_testimonials.css, testimonial_manager.css and testimonial_manager_all_testimonials.css.

    Found the very first line of code:
    #testimonialDefault{margin:0 5px;padding:8px;font-size:1.2em;text-align:left;}
    and changed to
    /*#testimonialDefault{margin:0 5px;padding:8px;font-size:1.2em;text-align:left;}*/
    Thanks again Clyde & Jade- This is why I love open source software

    Minotuar1066

  7. #847
    Join Date
    Oct 2008
    Location
    New England
    Posts
    13
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    Hi Clyde,

    I want to again thank you again for such an cool tool and for all your help. We have it implemented on my client's site (www.mustangseats.com) and had our first testimonial submitted this weekend.

    Minotaur1066
    Bill Bulman aka Minotaur1066
    AmberWyvern Studios LLC
    "..not all who wander are lost..."

  8. #848
    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 minotaur1066 View Post
    Hi Clyde,

    I want to again thank you again for such an cool tool and for all your help. We have it implemented on my client's site (www.mustangseats.com) and had our first testimonial submitted this weekend.

    Minotaur1066
    Glad its working out.

  9. #849
    Join Date
    Oct 2006
    Posts
    225
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    I'm thinking about adding this mod and am curious as to how you guys manage to get folks to submit testimonials. Any advice on that?
    Visit my Decal website: DecalDepot.net

  10. #850
    Join Date
    May 2006
    Posts
    79
    Plugin Contributions
    0

    Default Re: Testimonial Manager Support Thread

    To get folks to submit real testimonials, there must be something to write about. Maybe your excelent customer service or perhaps your products help them solve their daily problems.

 

 

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