|
|
|
|
From: Guest Date: March 03 2008, 07:14
|
Hi,
Is it possible to hide the catagory list from product catalog left col bar |
|
|
|
From: Encaps Date: March 03 2008, 08:55
|
For hide the left side bar you may delete the line
<?php include catalog_cats_select.php"
from html/catalog.html |
|
|
|
From: Guest Date: March 03 2008, 06:10
|
Hi,
I installed gallery on my site " http://***.shazi.net/gallery"
I configured it uploaded the images and created categories,
but when i come back to view, it is not showing any images or catagory, its only showing Header and footer. I have purchased software from you |
|
|
|
From: Encaps Date: March 03 2008, 08:53
|
| Thank you for purchase EncapsGallery. Could you please let me log in to your gallery admin? |
|
|
|
From: Guest Date: March 03 2008, 09:23
|
http://***.******net/gallery/admin
*****
****** |
|
|
|
From: Encaps Date: March 03 2008, 09:41
|
| It's fixed now - your template "catalog.html" was 0 bytes size |
|
|
|
From: Guest Date: March 01 2008, 12:23
|
Hi I really love this gallery. What I want to do instead of showing all photos on the home page with links to all the categories I would like to show the category images only and when the image is clicked on it will take you to that category and its photos.
What do I need to change to be able to do this?
Thanks
T |
|
|
|
From: Encaps Date: March 01 2008, 16:25
|
Just edit the gallery landing page index.php contents:
from <?php include catalog.php ?>
to <?php include catalog_categs.php ?> |
|
|
|
From: Guest Date: February 26 2008, 15:12
|
I love it. Learning php because I was encourage by you software.
I will buy. How easy would it be to use the gallery shopping cart feature with papal or any other payment.
I need customer to order as if the using paypal.
with form submitting name,address and name of the image the order.
In other words exactly like what is there but without payment |
|
|
|
From: Encaps Date: February 26 2008, 15:19
|
| Actually, there is optional PayPal integration, just turn on "PayPal" in the admin config page (not on the online demo - it is read-only) |
|
|
|
From: Guest Date: February 25 2008, 12:37
|
Good day,
I am quite interested in this product, but after following instructions to the best of my ability it constantly defaults to the user name /pw screen. Every step reverts back to it.
This is the 3rd install.
http://***.************************.com/photo_store/encapsgallery-1.11.2/
db is correct,
config.ini.php correct
$config["db_host"] = "**************";
$config["db_name"] = "*************";
$config["db_user"] = "************";
$config["db_pass"] = "**************";
Read all through your forum and found nothing to resolve it.
Would like to install and set up on client website as test then purchase for several other clients who need this type of setup.
John Crabtree |
|
|
|
From: Encaps Date: February 25 2008, 13:32
|
Thank you for the details, I've revised the link you provided,
I think something wrong with php sessions on your webserver.
Could you please create a file sessiontest.php with the following contents:
<?php
session_start();
echo $_SESSION["asdf"]++;
?>
and provide us with the link, for test php sessions on your webserver. |
|
|
|
From: Guest Date: February 24 2008, 14:27
|
I purchased your product. I need config template shopcart in Chilean pesos ($), without decimal, example: 35 $, 56 $, etc.
Thank you, Alejandro fron Chile |
|
|
|
From: Encaps Date: February 25 2008, 07:04
|
Hello Alejandro,
Thank you for purchase EncapsGallery.
You may just edit html templates "html/_skin_/catalog.html",
"html/_skin_/catalog.html" :
replace the line from
$<?php echo sprintf("%.2f",$item['price'])?>
to
<?php echo sprintf("%.0f",$item['price'])?>$
Send us your templates if you need help. |
|
|
|
From: Guest Date: February 21 2008, 17:06
|
| is there a way of makin the images load quicker because i get annoyed with the loading screen |
|
|
|
From: Encaps Date: February 22 2008, 09:03
|
| I'm sorry, it's not clear enouth - what loading screen? |
|
|
|
From: Guest Date: February 22 2008, 14:12
|
http://***.uk.to click an image
and watch as the preview has big words saying LOADING |
|
|
|
From: Encaps Date: February 22 2008, 16:44
|
| In this case you may edit (with image editor software) the loading.gif - make it smaller, or make it static |
|
|
|
From: Guest Date: February 24 2008, 04:37
|
| is there a way of removing it or speedin up the loading time? |
|
|
|
From: Guest Date: February 20 2008, 16:33
|
With the new categories select page. (catalog_categs.php) The sub category links are on one line.
I have seven sub categories and they are on one line.
I would like to have two rows of the sub categories. |
|
|
|
From: Encaps Date: February 21 2008, 15:07
|
| You may edit html/_skin_/catalog_categs.html |
|
|
|
From: Guest Date: February 18 2008, 23:05
|
I noticed how you can limit the size of thumbnails, but I could not find a setting to limit the size of the main image. If the image is too large it breaks the skin. I'm using Expo template.
Is there a way to limit the full size image other than re-uploading all new images? Thanks. |
|
|
|
From: Encaps Date: February 19 2008, 09:12
|
| We work on this feature, will let you know. |
|
|
|
From: Guest Date: February 18 2008, 12:37
|
| When I use an Apostrophe in the picture title, it comes up with some coding. How do i fix this? |
|
|
|
From: Encaps Date: February 18 2008, 12:51
|
| Could you please show me a sample? |
|
|
|
From: Guest Date: February 18 2008, 12:54
|
www.*************.com/media on the third page, you'll see.
I looked into the files, and they were uploaded with \' in the file name, which i think might be the reason?
I told him to delete the images that are messed up in the gallery, and then change the file names on his computer and then reupload them.
Also..for the gallery, can you upload videos also?? if so, what format does it have to be in? Does it stream it automatically or would it just be a running file? |
|
|
|
From: Encaps Date: February 18 2008, 12:59
|
Oh, thank you for the info,
we will check it out and let you know. |
|
|
|
From: Encaps Date: February 19 2008, 13:33
|
| Could you please send us original image file (with apostrophe), and phpinfo from your server? |
|
|