photo album software
  EncapsGallery     Demo     Download     Buy     Support     HowTo     Contact  

Ask a question...
 

From: Guest   Date: June 20 2008, 08:54
I want font color should be change in menus. Font color like grey i want to give to all the menu options. I bought your software.......

please reply me...........

waiting for U r reply since yesterday.............
      
From: Encaps   Date: June 20 2008, 16:29
catalog_cats_select.html, line #13:

... style="<?php echo ($_category['id']==$_category_current )?"font-weight:bold;color:#CCCCCC":"color:#CCCCCC" ...

From: Guest   Date: June 20 2008, 03:05
well thanks for u r help but actually I want font color should be change in menus. Font color like grey i want to give to all the menu options.

please reply me...........

eagerly waiting for U r reply!!!

From: Guest   Date: June 19 2008, 14:43
Is there a way I can just include the gallery in one of my own pages. I want to keep the same look and feel as my site.
      
From: Guest   Date: June 19 2008, 17:17
For those who are intereted...

I solved this problem using an iframe.
<Iframe frameborder="0" src="index.php" width="100%" height="800"></Iframe>. Then all you need to do is modify catalog_foot.html and catalog_head.html to suit your needs.

From: Guest   Date: June 19 2008, 12:43
Hi,

Please help me actually I want to add a style to menu list it should be in grey color........

waiting for u r reply!!!
      
From: Encaps   Date: June 19 2008, 14:07
catalog_cats_select.html, line #6:
<tr><td align="left" style="background-color:#CCCCCC">
            
From: Guest   Date: June 19 2008, 14:55
well thanks for u r help but actually I want font color should be change in menus. Font color like grey i want to give to all the menus.

please reply me...........

waiting fro U r reply!!!

From: Guest   Date: June 19 2008, 11:33
hi,

Actually can you please tell me how can I delete the numbers from menu list I want only names ...

waiting for U r reply!!!!
      
From: Encaps   Date: June 19 2008, 11:37
Remove $_category['subtotal'] from catalog_cats_select.html

From: Guest   Date: June 19 2008, 09:06
Hello,

I just downlaoded your code and managed to get it installed easily. I am however having some trouble getting it to work.

(1) When I try and upload images, it always says the permissions are not correct on the rwx_gallery and rwx_gallery/thumbs directories. The permissions on these directories have been set to 777. It also says the the images are not jpg, jpeg or gif, although they are all jpg. If I use a static thumb it will upload them.

(2) Once I have the images uploaded and view the gallery I don't see any images, I see the red x's.

(3) If I click on one of the red x's I get an http 404 file not found error. It seems to be looking in the root directory for catalog.html instead of the /html directory where it actualy lives.

(4) I can't seem to add categories. Same problem as number 3 above. It seems to be looking for the catalog_categs.html file in the admin directory instead of the admin/html directory.

This code is exactly what I need and I am very willing to purchase it if you can help me make it work.

I should point out that I have it installed in a subdirectory off the root of my website http://***.

Thanks,
Bill
      
From: Encaps   Date: June 19 2008, 10:43
Hello Bill,
Let me look at your gallery.
            
From: Guest   Date: June 19 2008, 11:32
Try this url... I only have 1 picture in the gallery
www.*************.***/
                  
From: Encaps   Date: June 19 2008, 12:30
It's strange that php code is modified somewhere:
"<?php" is represented as "%3C?php"
Please tell me how did you upload the files? I suppose original files are modified.
                        
From: Guest   Date: June 19 2008, 12:40
I uploaded them using FrontPage. I just added them to my frontpage project and sync'd my site... Perhaps that is the problem... I still have the original package I downloaded... Perhaps I should remove them from FrontPage and try FTP...
                              
From: Encaps   Date: June 19 2008, 14:06
That's right, FrontPage may modify original files.
I would suggest to upload by ftp, but I don't know how to sync with FrontPage.

From: Guest   Date: June 18 2008, 15:29
Well Last one hour I am trying to get shopcart on top well



I removed third line from here:



<?php include(dirname(__FILE__)."/catalog_cats_select.html")?><br>

<?php include(dirname(__FILE__)."/search_form.html")?><br>

<?php if($config["sc_active"]=="Y")include(dirname(__FILE__)."/shopcart_preview.html");?>



and I just separate this but I got this error:


Warning: include(C:wampwwwencapsgallery-2.0.6-src/shopcart_preview.html) [function.include]: failed to open stream: No such file or directory in C:wampwwwencapsgallery-2.0.6-srccatalog_head.html on line 32

Warning: include() [function.include]: Failed opening 'C:wampwwwencapsgallery-2.0.6-src/shopcart_preview.html' for inclusion (include_path='.;C:php5pear') in C:wampwwwencapsgallery-2.0.6-srccatalog_head.html on line 32



Please please help me!!!
      
From: Encaps   Date: June 18 2008, 15:34
Ok, I guess you try to move shopcart_preview.html out of the sidebar.html to catalog_head.html. So, instead of
include(dirname(__FILE__)."/shopcart_preview.html");
you could use
include(dirname(__FILE__)."/html/shopcart/shopcart_preview.html");
            
From: Guest   Date: June 18 2008, 15:43
Thank you so much!!! its appreciated!!!

From: Guest   Date: June 18 2008, 14:31
Hi,
I purchase your product I want to know how can I shift shopcart box. i want to shift on catalog_head.html I mean on top. Please help me.



these are product details:

2Checkout.com Order Number ************

Contents of your purchase:
Product ID : 1
Vendor Product ID : 300022179
Product Description: EncapsGalery - PHP Image Gallery
Product Name : EncapsGalery
Quantity : 1
Handling Fee: 0.00



Eagerly waiitng for U r reply
      
From: Encaps   Date: June 18 2008, 14:41
Thank you for your purchase.
For move shopcart box at the top, you need to edit /html/shopcart/sidebar.html - move the latest line at the top of the file.

From: Guest   Date: June 17 2008, 00:34
Hi,
I already have 64 pages , i need a way to view the pages numbers like google, now my page is growing and i don't know how to make the numbers under the page to viewd seperatly,

i hope that you understand what i mean.

example: ***********.com/gallery/catalog.php
      
From: Encaps   Date: June 17 2008, 15:19
You need to customize the file /html/_skin_/pagination.html
            
From: Guest   Date: June 18 2008, 00:36
thanks for reply,

do you have any example code??
Like this [1][2][3][4][5][6][7][8] >> [28][38][48]

this example will be better than the presented page.

if you have the code please send it to me.

Thanks in advance

From: Guest   Date: June 16 2008, 00:43
Hello, I'm using the expo script - in the gallery is it possible to set the number of thumbnails across (i want 4 instead of 3) ?
      
From: Encaps   Date: June 16 2008, 13:52
The orientation is configured from html-template and config-file, for example 3x3 orientation is :
1) config.ini.php, "$config["pager_items_per_page"] = 9"
2) html/gallery.html, "$count++ % 3" :
<? foreach($html['items'] as $item){ if( $count++ % 3 == 0 ) { ?>
so, 4x5 orientation could be:
1) $config["pager_items_per_page"] = 20
2) "$count++ % 4"
<? foreach($html['items'] as $item){ if( $count++ % 4 == 0) { ?>
newer version: in catalog.html change "3" for "4" in "if($count++ % 4 == 0 && $count >1) echo '</tr><tr>';"

« 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 »

Encaps Team © 2005-2008 EncapsGallery | Demo | Download | Buy | Support | HowTo | Contact