Extension for photo gallery and slider
I've looked at a few extensions out there but most are overkill or don't quite fit.
Keen to create a simple extension instead if someone wants to point the way.
- Admin interface to easily add photos with title, caption, description
- Page to display the gallery
- Block to show a set number of images and slide through them (eg, 3 shown, 12 total, slide transition)
module admin media
add a comment |
I've looked at a few extensions out there but most are overkill or don't quite fit.
Keen to create a simple extension instead if someone wants to point the way.
- Admin interface to easily add photos with title, caption, description
- Page to display the gallery
- Block to show a set number of images and slide through them (eg, 3 shown, 12 total, slide transition)
module admin media
add a comment |
I've looked at a few extensions out there but most are overkill or don't quite fit.
Keen to create a simple extension instead if someone wants to point the way.
- Admin interface to easily add photos with title, caption, description
- Page to display the gallery
- Block to show a set number of images and slide through them (eg, 3 shown, 12 total, slide transition)
module admin media
I've looked at a few extensions out there but most are overkill or don't quite fit.
Keen to create a simple extension instead if someone wants to point the way.
- Admin interface to easily add photos with title, caption, description
- Page to display the gallery
- Block to show a set number of images and slide through them (eg, 3 shown, 12 total, slide transition)
module admin media
module admin media
asked Apr 10 '13 at 8:59
Jacob DormanJacob Dorman
134
134
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
I think the module you described is not so simple at all as it may seem :) Not even considering the fact that nothing in Magento is simple ;) But if you like, you could, for example, start here: how to create custom extension for Magento.
thanks (can't upvote yet), I'll look into doing it myself.
– Jacob Dorman
May 11 '13 at 5:02
add a comment |
Option 1: Paid Module
I have had great success with a module called Promo Banner Slider on Magento Connect made by a company called Involic. Many large Magento stores are using this for their home page hero graphics.
At $39.99 it's fairly inexpensive.
On Magento Connect:
http://www.magentocommerce.com/magento-connect/promo-banner-slider-carousel-promoslider.html
Direct Link
http://involic.com/magento-extensions/magento-promo-slider.html
To add to any page, add the widget in the CMS.
Option 2: DIY
If you want to DIY this, you can easily use the carousel from Twitter Bootstrap -
http://twitter.github.io/bootstrap/javascript.html#carousel
Here's a tutorial on how to roll it into a page:
http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/twitter-bootstrap-101-the-carousel/
To add to any page, use the above tutorial to add the correct markup to the page in the CMS that you desire to display the images on.
Thanks, but not looking for a single image slider. Need a way to add photos with titles (and possibly descriptions) via admin and display multiple photos at a time with transitions.
– Jacob Dorman
May 11 '13 at 5:01
Hello some of your url not working please update your answers for those url
– Murtuza Zabuawala
Dec 13 '16 at 13:46
add a comment |
You can also check Altima Lookbook ($85) where you can have a bit more than just slider - there you can place multiple clickable tags per slide e.g. one tag on dress and one tag on shoes of the model.
If you are on budget you can check free version (with limited number of slides)
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f2899%2fextension-for-photo-gallery-and-slider%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
I think the module you described is not so simple at all as it may seem :) Not even considering the fact that nothing in Magento is simple ;) But if you like, you could, for example, start here: how to create custom extension for Magento.
thanks (can't upvote yet), I'll look into doing it myself.
– Jacob Dorman
May 11 '13 at 5:02
add a comment |
I think the module you described is not so simple at all as it may seem :) Not even considering the fact that nothing in Magento is simple ;) But if you like, you could, for example, start here: how to create custom extension for Magento.
thanks (can't upvote yet), I'll look into doing it myself.
– Jacob Dorman
May 11 '13 at 5:02
add a comment |
I think the module you described is not so simple at all as it may seem :) Not even considering the fact that nothing in Magento is simple ;) But if you like, you could, for example, start here: how to create custom extension for Magento.
I think the module you described is not so simple at all as it may seem :) Not even considering the fact that nothing in Magento is simple ;) But if you like, you could, for example, start here: how to create custom extension for Magento.
edited 40 mins ago
Teja Bhagavan Kollepara
2,98641947
2,98641947
answered Apr 17 '13 at 0:45
ruuterruuter
67421628
67421628
thanks (can't upvote yet), I'll look into doing it myself.
– Jacob Dorman
May 11 '13 at 5:02
add a comment |
thanks (can't upvote yet), I'll look into doing it myself.
– Jacob Dorman
May 11 '13 at 5:02
thanks (can't upvote yet), I'll look into doing it myself.
– Jacob Dorman
May 11 '13 at 5:02
thanks (can't upvote yet), I'll look into doing it myself.
– Jacob Dorman
May 11 '13 at 5:02
add a comment |
Option 1: Paid Module
I have had great success with a module called Promo Banner Slider on Magento Connect made by a company called Involic. Many large Magento stores are using this for their home page hero graphics.
At $39.99 it's fairly inexpensive.
On Magento Connect:
http://www.magentocommerce.com/magento-connect/promo-banner-slider-carousel-promoslider.html
Direct Link
http://involic.com/magento-extensions/magento-promo-slider.html
To add to any page, add the widget in the CMS.
Option 2: DIY
If you want to DIY this, you can easily use the carousel from Twitter Bootstrap -
http://twitter.github.io/bootstrap/javascript.html#carousel
Here's a tutorial on how to roll it into a page:
http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/twitter-bootstrap-101-the-carousel/
To add to any page, use the above tutorial to add the correct markup to the page in the CMS that you desire to display the images on.
Thanks, but not looking for a single image slider. Need a way to add photos with titles (and possibly descriptions) via admin and display multiple photos at a time with transitions.
– Jacob Dorman
May 11 '13 at 5:01
Hello some of your url not working please update your answers for those url
– Murtuza Zabuawala
Dec 13 '16 at 13:46
add a comment |
Option 1: Paid Module
I have had great success with a module called Promo Banner Slider on Magento Connect made by a company called Involic. Many large Magento stores are using this for their home page hero graphics.
At $39.99 it's fairly inexpensive.
On Magento Connect:
http://www.magentocommerce.com/magento-connect/promo-banner-slider-carousel-promoslider.html
Direct Link
http://involic.com/magento-extensions/magento-promo-slider.html
To add to any page, add the widget in the CMS.
Option 2: DIY
If you want to DIY this, you can easily use the carousel from Twitter Bootstrap -
http://twitter.github.io/bootstrap/javascript.html#carousel
Here's a tutorial on how to roll it into a page:
http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/twitter-bootstrap-101-the-carousel/
To add to any page, use the above tutorial to add the correct markup to the page in the CMS that you desire to display the images on.
Thanks, but not looking for a single image slider. Need a way to add photos with titles (and possibly descriptions) via admin and display multiple photos at a time with transitions.
– Jacob Dorman
May 11 '13 at 5:01
Hello some of your url not working please update your answers for those url
– Murtuza Zabuawala
Dec 13 '16 at 13:46
add a comment |
Option 1: Paid Module
I have had great success with a module called Promo Banner Slider on Magento Connect made by a company called Involic. Many large Magento stores are using this for their home page hero graphics.
At $39.99 it's fairly inexpensive.
On Magento Connect:
http://www.magentocommerce.com/magento-connect/promo-banner-slider-carousel-promoslider.html
Direct Link
http://involic.com/magento-extensions/magento-promo-slider.html
To add to any page, add the widget in the CMS.
Option 2: DIY
If you want to DIY this, you can easily use the carousel from Twitter Bootstrap -
http://twitter.github.io/bootstrap/javascript.html#carousel
Here's a tutorial on how to roll it into a page:
http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/twitter-bootstrap-101-the-carousel/
To add to any page, use the above tutorial to add the correct markup to the page in the CMS that you desire to display the images on.
Option 1: Paid Module
I have had great success with a module called Promo Banner Slider on Magento Connect made by a company called Involic. Many large Magento stores are using this for their home page hero graphics.
At $39.99 it's fairly inexpensive.
On Magento Connect:
http://www.magentocommerce.com/magento-connect/promo-banner-slider-carousel-promoslider.html
Direct Link
http://involic.com/magento-extensions/magento-promo-slider.html
To add to any page, add the widget in the CMS.
Option 2: DIY
If you want to DIY this, you can easily use the carousel from Twitter Bootstrap -
http://twitter.github.io/bootstrap/javascript.html#carousel
Here's a tutorial on how to roll it into a page:
http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/twitter-bootstrap-101-the-carousel/
To add to any page, use the above tutorial to add the correct markup to the page in the CMS that you desire to display the images on.
edited 39 mins ago
Teja Bhagavan Kollepara
2,98641947
2,98641947
answered Apr 17 '13 at 3:23
philwinklephilwinkle
33.3k582144
33.3k582144
Thanks, but not looking for a single image slider. Need a way to add photos with titles (and possibly descriptions) via admin and display multiple photos at a time with transitions.
– Jacob Dorman
May 11 '13 at 5:01
Hello some of your url not working please update your answers for those url
– Murtuza Zabuawala
Dec 13 '16 at 13:46
add a comment |
Thanks, but not looking for a single image slider. Need a way to add photos with titles (and possibly descriptions) via admin and display multiple photos at a time with transitions.
– Jacob Dorman
May 11 '13 at 5:01
Hello some of your url not working please update your answers for those url
– Murtuza Zabuawala
Dec 13 '16 at 13:46
Thanks, but not looking for a single image slider. Need a way to add photos with titles (and possibly descriptions) via admin and display multiple photos at a time with transitions.
– Jacob Dorman
May 11 '13 at 5:01
Thanks, but not looking for a single image slider. Need a way to add photos with titles (and possibly descriptions) via admin and display multiple photos at a time with transitions.
– Jacob Dorman
May 11 '13 at 5:01
Hello some of your url not working please update your answers for those url
– Murtuza Zabuawala
Dec 13 '16 at 13:46
Hello some of your url not working please update your answers for those url
– Murtuza Zabuawala
Dec 13 '16 at 13:46
add a comment |
You can also check Altima Lookbook ($85) where you can have a bit more than just slider - there you can place multiple clickable tags per slide e.g. one tag on dress and one tag on shoes of the model.
If you are on budget you can check free version (with limited number of slides)
add a comment |
You can also check Altima Lookbook ($85) where you can have a bit more than just slider - there you can place multiple clickable tags per slide e.g. one tag on dress and one tag on shoes of the model.
If you are on budget you can check free version (with limited number of slides)
add a comment |
You can also check Altima Lookbook ($85) where you can have a bit more than just slider - there you can place multiple clickable tags per slide e.g. one tag on dress and one tag on shoes of the model.
If you are on budget you can check free version (with limited number of slides)
You can also check Altima Lookbook ($85) where you can have a bit more than just slider - there you can place multiple clickable tags per slide e.g. one tag on dress and one tag on shoes of the model.
If you are on budget you can check free version (with limited number of slides)
answered Sep 5 '14 at 3:23
MagenableMagenable
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f2899%2fextension-for-photo-gallery-and-slider%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown