Zen Cart Logo
Forums / All Other Contributions/Addons / Testimonial Manager Support Thread

Testimonial Manager Support Thread

Views: 278,027

Results 841 to 860 of 1,502
11 Mar 2009, 4:57 PM
#841
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Testimonial Manager Support Thread

minotaur1066:

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 no longer available]

11 Mar 2009, 7:03 PM
#842
minotaur1066 avatar

minotaur1066

New Zenner

Join Date:
Oct 2008
Location:
New England
Posts:
13
Plugin Contributions:
0

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.zipI 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

11 Mar 2009, 8:53 PM
#843
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

minotaur1066:

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:

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

with this

#testimonialDefault{margin:0 5px;padding:8px;font-size:1.2em;text-align:left;width:76.8%;}
12 Mar 2009, 1:46 AM
#844
minotaur1066 avatar

minotaur1066

New Zenner

Join Date:
Oct 2008
Location:
New England
Posts:
13
Plugin Contributions:
0

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

12 Mar 2009, 2:11 AM
#845
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

minotaur1066:

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.

12 Mar 2009, 6:18 PM
#846
minotaur1066 avatar

minotaur1066

New Zenner

Join Date:
Oct 2008
Location:
New England
Posts:
13
Plugin Contributions:
0

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 :yes:

Minotuar1066

16 Mar 2009, 3:29 PM
#847
minotaur1066 avatar

minotaur1066

New Zenner

Join Date:
Oct 2008
Location:
New England
Posts:
13
Plugin Contributions:
0

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 (https://www.mustangseats.com) and had our first testimonial submitted this weekend.:clap:

Minotaur1066

16 Mar 2009, 4:52 PM
#848
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

minotaur1066:

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 (https://www.mustangseats.com) and had our first testimonial submitted this weekend.:clap:

Minotaur1066

Glad its working out.

30 Mar 2009, 12:10 AM
#849
dinki avatar

dinki

Zen Follower

Join Date:
Oct 2006
Posts:
206
Plugin Contributions:
0

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?

8 Apr 2009, 11:46 AM
#850
kevinc66 avatar

kevinc66

New Zenner

Join Date:
May 2006
Posts:
76
Plugin Contributions:
0

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.

8 Apr 2009, 7:30 PM
#851
dinki avatar

dinki

Zen Follower

Join Date:
Oct 2006
Posts:
206
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

kevinc66:

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.

I pride myself in quick response and great customer service. In the years that I have been doing this and the hundreds of orders I've filled, I have only received a handful of compliments and even fewer complaints.

I do plenty of purchases online and have never felt compelled to submit a testimonial. What I normally do is just continue to frequent the sites that provide good service. I would think in order to get folks to submit testimonials you'd almost have to ask them to do them rather than hope someone takes time out of their busy day to praise your site.

Do you guys get tons of submissions without prompting customers to review their experience shopping with you?

8 Apr 2009, 7:50 PM
#852
decostyle avatar

decostyle

Zen Follower

Join Date:
Mar 2008
Posts:
336
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

I find that it is rare that customers will actually click on the testimonials and enter their comments on there. It was not until I found kampyle.com that provided a feedback button and a "push" that asks customers if they want to participate in a short 1 minute feedback that I started to actually get customer feedback and comments. I used those comments to manually enter the testimonial into the module.

Used to be that kamplye was free to use, but now they charge a subscription fee. It is still free up until 25 feedbacks in a month and they removed all other info that you can get from the customers like location, browser etc. However it is still a useful way to get testimonials from customers.

dinki:

I pride myself in quick response and great customer service. In the years that I have been doing this and the hundreds of orders I've filled, I have only received a handful of compliments and even fewer complaints.

I do plenty of purchases online and have never felt compelled to submit a testimonial. What I normally do is just continue to frequent the sites that provide good service. I would think in order to get folks to submit testimonials you'd almost have to ask them to do them rather than hope someone takes time out of their busy day to praise your site.

Do you guys get tons of submissions without prompting customers to review their experience shopping with you?

15 Apr 2009, 4:30 PM
#853
lextechs avatar

lextechs

Zen Follower

Join Date:
Mar 2005
Location:
Tempe, AZ
Posts:
316
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

in the install_testimonials_manager.txt file there is a section that says
metatags

//TESTIMONIALS:
case 'testimonials_manager_all_testimonials':

$sql = "select * from " . TABLE_TESTIMONIALS_MANAGER . " where status = 1 and language_id = '" . (int)$_SESSION['languages_id'] . "' order by date_added DESC, testimonials_title";
$testimonials = $db->Execute($sql);
while (!$testimonials->EOF) {
$testimonial_string_metatags .= zen_clean_html($testimonials->fields['testimonials_title']) . METATAGS_DIVIDER;

$testimonials->MoveNext();

} //EOF
define('META_TAG_TITLE', META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER_ALL_TESTIMONIALS . $testimonial_string_metatags);
define('META_TAG_DESCRIPTION', META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER_ALL_TESTIMONIALS . $testimonial_string_metatags);
define('META_TAG_KEYWORDS', META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER_ALL_TESTIMONIALS . $testimonial_string_metatags);
break;

case 'testimonials_manager':
define('META_TAG_TITLE', META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER . $page_check->fields['testimonials_title']);
define('META_TAG_DESCRIPTION', META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER . zen_trunc_string($page_check->fields['testimonials_html_text'],TESTIMONIALS_MANAGER_DESCRIPTION_LENGTH));
define('META_TAG_KEYWORDS', META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER . $page_check->fields['testimonials_title']);
break;

What does this do, and what file does it go into?

15 Apr 2009, 4:41 PM
#854
awhfy99 avatar

awhfy99

Zen Follower

Join Date:
Feb 2007
Location:
Burleson. Texas
Posts:
196
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

Hi,

Good job Clyde!

Did a fresh zen install this morning and downloaded your add-on. Got it to work with little effort but I did notice several small items.

The image size variable changes what is seen everywhere, even in the sidebox. If you set it to where is fits the sidebox, then it is almost too small to be useful elsewhere.

There may be an issue with hiding the name, city, etc. on the testimonial page(s). I turned them off in config. and nothing changed in either the All Testimonials or on the single testimonial screens. If it is working right for you, then maybe something went haywire with my install.

Also, on my install, the view page link (the little icon) does not seem to work under the tools section. My screen flashes but that is about all that happens. I checked my pop-up blocker and that's not the problem. Again, I couldn't swear that it isn't something that I did in tweaking, but most of what I did was in css. If yours works fine, then I will need to recheck everything.

BTY, I love your town (if you are still in the Springs, that is)! Worked in Denver several years and made a few trips down your way. Enjoyed the 90 mile jaunt!

Just another Jones

15 Apr 2009, 8:04 PM
#855
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

awhfy99:

Hi,

Good job Clyde!

Did a fresh zen install this morning and downloaded your add-on. Got it to work with little effort but I did notice several small items.

The image size variable changes what is seen everywhere, even in the sidebox. If you set it to where is fits the sidebox, then it is almost too small to be useful elsewhere.

There may be an issue with hiding the name, city, etc. on the testimonial page(s). I turned them off in config. and nothing changed in either the All Testimonials or on the single testimonial screens. If it is working right for you, then maybe something went haywire with my install.

Also, on my install, the view page link (the little icon) does not seem to work under the tools section. My screen flashes but that is about all that happens. I checked my pop-up blocker and that's not the problem. Again, I couldn't swear that it isn't something that I did in tweaking, but most of what I did was in css. If yours works fine, then I will need to recheck everything.

BTY, I love your town (if you are still in the Springs, that is)! Worked in Denver several years and made a few trips down your way. Enjoyed the 90 mile jaunt!

Just another Jones

Do you have a link to the site where you have Testimonial Manager installed?

15 Apr 2009, 8:46 PM
#856
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

Check here for information on how to implement this:

lextechs:

in the install_testimonials_manager.txt file there is a section that says
metatags

//TESTIMONIALS:
case 'testimonials_manager_all_testimonials':

$sql = "select * from " . TABLE_TESTIMONIALS_MANAGER . " where status = 1 and language_id = '" . (int)$_SESSION['languages_id'] . "' order by date_added DESC, testimonials_title";
$testimonials = $db->Execute($sql);
while (!$testimonials->EOF) {
$testimonial_string_metatags .= zen_clean_html($testimonials->fields['testimonials_title']) . METATAGS_DIVIDER;

$testimonials->MoveNext();

} //EOF
define('META_TAG_TITLE', META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER_ALL_TESTIMONIALS . $testimonial_string_metatags);
define('META_TAG_DESCRIPTION', META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER_ALL_TESTIMONIALS . $testimonial_string_metatags);
define('META_TAG_KEYWORDS', META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER_ALL_TESTIMONIALS . $testimonial_string_metatags);
break;

case 'testimonials_manager':
define('META_TAG_TITLE', META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER . $page_check->fields['testimonials_title']);
define('META_TAG_DESCRIPTION', META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER . zen_trunc_string($page_check->fields['testimonials_html_text'],TESTIMONIALS_MANAGER_DESCRIPTION_LENGTH));
define('META_TAG_KEYWORDS', META_TAG_TITLE_PAGE_TESTIMONIALS_MANAGER . $page_check->fields['testimonials_title']);
break;

What does this do, and what file does it go into?

15 Apr 2009, 8:51 PM
#857
awhfy99 avatar

awhfy99

Zen Follower

Join Date:
Feb 2007
Location:
Burleson. Texas
Posts:
196
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

clydejones:

Do you have a link to the site where you have Testimonial Manager installed?

I was playing with the purpose, just to see if it was feasible to use it as a psuedo ads mgmt sys. The link is

http://www.stamphelp.info/stamphelp/

As I said, the name, country, etc is turned off in config but the info still shows.

Thanks for looking.

DJ

15 Apr 2009, 10:20 PM
#858
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

awhfy99:

I was playing with the purpose, just to see if it was feasible to use it as a psuedo ads mgmt sys. The link is

http://www.stamphelp.info/stamphelp/

As I said, the name, country, etc is turned off in config but the info still shows.

Thanks for looking.

DJ

Turning off the country, state, company in admin -> configuration -> testimonial manager only keeps those fields from showing on the testimonial submission form.
If that information is already present in the database table then it will be displayed.

By default, The Ads By: NAME will display at all times.

make sure you've uploaded the following stylesheets
testimonials_manager.css
testimonials_add.css
display_all_testimonials.css

Also add the following declarations to your stylesheet.css

.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;
}

15 Apr 2009, 10:30 PM
#859
lextechs avatar

lextechs

Zen Follower

Join Date:
Mar 2005
Location:
Tempe, AZ
Posts:
316
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

You the man Clyde Thanks again for you help

15 Apr 2009, 11:11 PM
#860
awhfy99 avatar

awhfy99

Zen Follower

Join Date:
Feb 2007
Location:
Burleson. Texas
Posts:
196
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

clydejones:

Turning off the country, state, company in admin -> configuration -> testimonial manager only keeps those fields from showing on the testimonial submission form.
If that information is already present in the database table then it will be displayed.

By default, The Ads By: NAME will display at all times.

make sure you've uploaded the following stylesheets
testimonials_manager.css
testimonials_add.css
display_all_testimonials.css

Also add the following declarations to your stylesheet.css

.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;
}

They were already there. Been trying to get things centered up using those css files but so far no luck. That's one of my knit picks is to have things not centered on a page or in a box. Not really up on css yet so I've been fighting it all afternoon. Tried the old html and it worked on the titles but I guess the options in css are overriding most any html that I try to use.

That was good to know about those fields. I didn't even try to add another after I turned them off, or I might had noticed what happened and saved a question. Guess I need a crash course on css, if I can find one somewhere.

Thanks again,
DJ