2015-09-02, 01:25:04
Great module, thank you!
Extra Gallery
|
2015-09-02, 01:25:04
Great module, thank you!
Hi,
This seems to me be a nice plugin. make the settings and put in my template.php: PHP Code: <?php eg_return_gallery($name = 'naam', $language = 'en', $instanceNum = 0)?> PHP Code: <?php eg_return_gallery('naam'); ?> What can I do wrong or forget? use GS v3.3.7
2015-10-01, 22:11:54
(2015-10-01, 21:52:02)Frens Wrote: Hi, ExtraGallery is not a frontend plugin, means, it does not create valid html and/or css properties to show in your template file. eg_return_gallery() only returns a php array, including all needed data as gallery title, image paths and sizes. But to show them on your page, you have to convert this data by yourself (e.g. some for loops or so) to produce html.
2015-10-02, 17:39:35
(2015-10-01, 22:11:54)Atratus Wrote:(2015-10-01, 21:52:02)Frens Wrote: Hi, Thanks for comment I read a lot but can find how to e.g..maybe you have a small sample for the GS beginner.
Hi,
Thake the code from Shawn_a PHP Code: <?php The pad to the thumb is not correct ,? how to ad a other field. e.g ? Thanks for help
2015-10-10, 07:23:49
Hello,
Your plugin is awesome and I love using it but I have an issue with it. I have several galleries created with about 10-20 images in each gallery. In the frontend I have no problem displaying those images. However in the backend here is what I see : As you can see there is no thumbnails even if they were created correctly. I'm a french web developer and I tried a long time to figure out what was going wrong but with no success. In my localhost it just working fine... The data folder is 755 so it's not a matter of access right. The issue is also on the crop functionality as it use the ajax loading but not on the preview. I'm stuck now, any idea? Thanks in advanced.
I answer myself to my issue.
I found what was going wrong and it was some carriage returns in some included file who broke the images. I don't know why it was working before I moved to production server but there are a lot of coding mistakes in your plugin and also in the core. Something like Code: ?>
2015-10-14, 07:13:07
What file?
2015-10-14, 07:32:45
I apologize but English is not my mother tongue.
After checking more in depth the source code, there is no additionnal spaces on your files but only in the core and another plugin I installed. By the way, I'm not a fan of your JS code directly in PHP but it works so it's fine. I think it will be a more readable and reliable plugin if you consider rewriting some parts of your code. If you have a git repository, I will be interested in helping you in my spare time. Regards
2015-10-30, 13:37:04
Hi
Just wanted to say thanks to mganko for a great plugin. Between you, shawn_a and Featherlight jQuery lightbox I finally got my gallery the way I wanted it. Code: <?php Gallery: http://www.giantpygmy.net/gp/index.php?id=new-img Cheers, C.
2015-12-23, 23:50:20
Made my own coding, based on some NL forum, looking for eg_return_gallery word
Makes a list of photoes Some explanations: field0 - photo name filename - photo path PHP Code: <?php That's it
2016-10-09, 14:38:34
Hey dudes,
Great plugin, I made it working easier with i18n_custom_field and Frens code. My purpose has to create "easy to make" galleries to help my wife to manage herself web pages with a bottom gallery. As a CSS framework, the theme uses kickstart.js to show a clean gallery. Stage 1 : Install ExtraGallery, and i18n_custom field Stage 2 : change language in ExtraGallery. In Custom_field, create a field name is 'name' and Title 'Gallery' Stage 3 : Paste the code (thanks to from Frens) in a copied template under get_content, so that, the gallery will be shown on the bottom of the page. Name it template_gallery for instance. Report Custom_field call : PHP Code: <!-- Generate gallery code from Extra Gallery Data--> Don't forget to add kicktstart call if needed : PHP Code: <!-- CSS --> Stage 4 : Setup is done ! To use : Create an Extragallery Create a page and in options : change template to one with gallery, add custom field with the gallery name and that is it ! More about kickstart.js
2024-07-28, 22:17:23
May I be honest?
This CMS is called "GetSimple" and as all the posts here show, this gallery is not simple. It is a nice piece of code, but the description on extend page is not clear. Even that you say it is a "backend" plugin - well, all plugins are somehow "backend"... Most of the functionality which we users expect is kind of "frontend", something to show and not to create special templates etc... So please be nice and explain on the extend page that this plugin DOES NOT create any shortcodes etc. to integrate the gallery in a page or sidebar, whatever
|--
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18 |
« Next Oldest | Next Newest »
|