I am trying to build a website using Orchard CMS. The site has a product listing page where it has to show multiple product images. I would like to make a content type with Image Gallery to pick up multiple images for the product (has to show thumbnails too). Would this be possible? Can somebody direct me to the right documentation? The documentation on the Image Gallery codeplex site is not really well explained to my knowledge. Any help on this is greatly appreciated.
Try to use ImageMultipicker Field from Amba.ImagePowerTools module.
It allows to pickup muliple images and has http://imageresizing.net/ library for resizing under the hood.
https://imagepowertools.codeplex.com
https://gallery.orchardproject.net/List/Modules/Orchard.Module.Amba.ImagePowerTools/1.2
You need to create a list for Products first. You can add Image Gallery widget to your list as a part.
Check this link for more information:
http://docs.orchardproject.net/Documentation/Creating-lists
This seems to be just what you're lookinghttp://weblogs.asp.net/bleroy/archive/2012/03/30/zengallery-a-minimalist-image-gallery-for-orchard.aspx for:
Related
I'm building a site and would like that in this site I show some images which are in a specific folder in another site.
Any idea if that is possible and how it can be done. I know that with Highlighted Content I can show documents in different site but I do not have an idea how can I filter to a specific folder.
The images are found in this file path
Would you kindly help me out on this?
Thanks in advance
As a workaround, you could use image web part to show image from another site:
Besides, for Highlighted Content Web Part, you could add filter to show documents in a specific folder. Like the below:
I am currently working on the homepage on a Sharepoint online site.
Is there a way to allow the user to navigate between some libraries using arrows? Kind of the same as Image Gallery web part but instead of having images, have directly the different library displayed.
Thank you in advance for the help !
We can not use SharePoint modern document web part, so we could use DetailedList instead.
Official example renderings:
We can write a button on the left and right of the DetailedList to switch the data source of the DetailedList.
Then you can achieve the effect similar to the carousel.
I am using Orchard 1.8.1 and one of the sections of the site I'm building is for a standard photo gallery. Since all the modules involving photo galleries are ancient, I opted to stay native and try using custom content types to build it instead. The way I accomplished this is with a Photo Gallery content type that has the Container part associated, then a Photo Gallery Item content type that has the Containable part associated to it.
Using the Shape Tracing tool, I was able to build out the main gallery page that shows all the individual galleries, but when you go inside a single gallery is where I get lost. The attached screenshot probably shows it best, but in the Content zone, I can see there are two individual items contained under Model.ContentItem.ContainerPart.ItemCount, however I can't figure out how to access those individual items to build a template to show them. The point of the gallery page will be implementing the gallery from Galleria, so whenever I view the individual page for the Photo Gallery content type, I need to access all child items underneath it to build this.
Any ideas?
You can use a media library picker field configured for multiple media, and then edit each image to set its caption and title. Then, it's just a matter of customizing a template override in your theme to make it look exactly the way you want.
Is there a way to show multiple images of a product on product description page in netsuite.
Or, is there a short tag available to use in category template to show more images of product?
In one of my project we had to implement the same scenario, but Netsuite doesn't have such built in capability. There is only one display image option for each item. One of our client wanted to have multiple images of the product on the webstore. We just figured out some alternative by uploading all our images to Amazon S3 and integrate to our website. It worked for us.
I have an existing blog/news site that runs on BE.net 2.6 and i would like to migrate it to Orchard. Right now i am testing the migration locally. I exported the BE.net posts as Blog ML and imported into Orchard. Two rubs - one) Orchard does not pick up the tags in BE and instead see the categories (of which there are only 3) as the tags and two) my excerpts in BE do not appear in Orchard after import. My excerpts typically have short text and an image and i want to be able to show those in the page that lists all the posts. But i do not want the image to appear in the details page. I found the fork of Blog ML that should allow tags to be brought corectly except when using that version the Blog ML options in the dashboard are not present.
You can see the live site (running BE 2.6) here http://nomorecocktails.com. I'd like the listing of posts to appear the same way with the excerpt and image in orchard. And if you can help figure out how to get the tags in too. I'd rather not have to go back through and edit the posts in orchard to ad the tags.
Thanks for any help.
I am the author of the BlogML Module. I have had a few reports of BlogEngine.net exports not going in to Orchard correctly, inparticular the Tags...
The people whole reported the initial problem did soem investigation for me and found that the Tags actually dont appear in the export file, i.e. the BlogEngine export does not export the Tags.
Could you please verify this for me? If this is not the case, please reply and I will contact you to get hold of your BlogML file and test the import locally.
The excerpts do not appear in Orchard because the BlogML module was built to only interface with the defautl implementation of the Orchard Blog module. This decision need to be changed. I think Excepts should be going in to the system, and will built it in to the module that will superseed the BlogML module. (https://orchardimportexport.codeplex.com/)
Nick