Jump to content

Image Gallery for prestashop 1.6


Recommended Posts

Hello, good evening, I took a couple of hours searching both the forum, such as google, and I have not found anything. 

 

I'm looking for a way to make a gallery in prestashop 1.6 either a module or an option that can be adapted for the part of CMS 

 

Anyone know how to do it or has done it? 

 

Thank you very much. a greeting

Link to comment
Share on other sites

Try this. Not sure if it works, but it's worth a try. At least you're one step further if it does. (Copy and paste from comments below Vekias article):

 

Carlos Naldinho

 

The solution is just to not bother with the editor. Instead just using the source code editor and do it manually.

This is what it will look like
<a class="fancybox vt-p" href="URL to the full size image"><img src="..URL to the thumbnail image" width="100" height="60" alt="whatever you want as alt text" /></a>

Obviously change both URLs and the alt text to what you want. Likewise change the width and height to the same as what your thumbnail image is. Obviously you need to first paste the fancybox inclusion script from above before.

This involves more typing code and less just entering stuff into pop-ups but it works and being comfortable with just working the the source code window makes life so much easier

Link to comment
Share on other sites

Izraelviz Yes, I want to see pictures thickbox in cms pages but find no solution

 

vekia I tried to do a tutorial, but do not leave me these options in prestashop 1.6 even after modifying the tinymce

 

fancybox-cms-image.gif

 

fancybox-insert-anchor.gif

 

 

it's because editor is different in prestashop 1.6

i will write tutorial how to create editor like editor from ps 1.5

it's worth to because old editor contains a lot of features.

  • Like 2
Link to comment
Share on other sites

  • 5 months later...
  • 2 months later...

Hi Vekia:

 

"it's because editor is different in prestashop 1.6

i will write tutorial how to create editor like editor from ps 1.5

it's worth to because old editor contains a lot of features."

 

Did you ever write the tutorial for ver 1.6 to change the editor for support of image pop up with Tiny Mice?

 

If you did where is the link?  Of if the link that you have is http://mypresta.eu/en/art/know-how/tinymce-editor-full-options-all-html-tags.html

here and it works for 1.6 let us know - need to know before I go and edit the code

 

Thank you

 

Dave

Link to comment
Share on other sites

  • 2 months later...

Hi Vekia:

 

"it's because editor is different in prestashop 1.6

i will write tutorial how to create editor like editor from ps 1.5

it's worth to because old editor contains a lot of features."

 

Did you ever write the tutorial for ver 1.6 to change the editor for support of image pop up with Tiny Mice?

 

If you did where is the link?  Of if the link that you have is http://mypresta.eu/en/art/know-how/tinymce-editor-full-options-all-html-tags.html

here and it works for 1.6 let us know - need to know before I go and edit the code

 

Thank you

 

Dave

dear Vekia.

 

im running 1.6 and your tutorial doesnt work as I got the new editor.

 

does the tutorial exists for new editor?

Link to comment
Share on other sites

×
×
  • Create New...