Did you make sure to rename the YOUR_ADMIN folder to match the name of your admin folder.
Printable View
i just went through all of my folders looking for a "YOUR_ADMIN" folder and couldn't find one... where is it?
never mind, got it. so now my issue is when i click on a testimonial that i've just entered, i get a page 404.... if you go to www.paperbliss.ca/index.php and click on the testimonial, you'll see what i mean...
make sure you've changed ALL instances of the YOUR_TEMPLATE folder to match the name of the template you are using.
includes/languages/english/YOUR_TEMPLATE
includes/languages/english/extra_definitions/YOUR_TEMPLATE
includes/languages/english/html_includes/YOUR_TEMPLATE
includes/modules/sideboxes/YOUR_TEMPLATE
includes/templates/YOUR_TEMPLATE
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%;
}
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.
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.
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...