I need to implement photo gallery on wordpress 3.6
It must support these features:
different languages support
categories and subcategories (albums)
loading images with AJAX on website pages
I've tried some plugins (Nextgen and similar) but i can't find how to add description and name of each photo in different languages.
I've also tried to use standart wordpress functionality (media library, posts) but i don't think that it is correct solution.
Is it possible to implement this gallery with any plugins? Or it will be faster to write one new?
1) Have you checked this link for ajax image gallery plugins?
2) Try to use qtranslate plugin for multilingual wordpress site
These things might be helpful to you.
Thanks
Related
I am working on a project for a client that features products that they sell using Custom Posts Types. I am looking to have an image rotator to feature rotating images of the products on each specific product page.
I have always used the NextGEN gallery plugin but discovered that it does not seem to work with Custom Posts.
I was wondering if anyone may have any suggestions or alternate plugins that they might recommend that would work with Custom Post Types.
Thanks in advance
I am using several wordpress plugin widgets for my pages and posts in wordpress. Now there is a problem regarding displaying the plugin widgets in correct order. The plugins i am using are share juice pro plugin and outbrain plugin. Now the outbrain plugin is displayed first and then the share juice pro plugin.
What should i do to change the display order?
There is no interface for making this happens it seems. The only way to do it is to do it manually by editing the plugin file. You can find more details here: http://omeka.org/forums/topic/changing-display-order-of-plugins
I have a project in which the client needs the site to support 5 different languages. After some research on Google and here, it's clear the two ways to do it would be either using Multilingual plugins or Multi-site.
My question is, if I were to use the wordpress plugins such as qTranslate, how would the other plugins work, i.e slideshows, testimonials etc. For example, most of the slideshow plugins comes with only a single title fields. In that sense, is using plugins for the translation still efficient keeping in mind that I am going to be using sidebars and other plugins which don't support multingual? Or using the Multi-site is the only option?
At the moment I am developing a multilingual site, and I am using wpml.org plugin, and it works awesome the flow is like this:
you can publish translations for posts, pages, custom post types and taxonomies
you can easily translate menus
you can translate strings
you can translate media captions, titles, and so on
you can translate any plugin output in both admin and site
I strongly recommend it. Let me know if you need more details.
I wish to make a gallery similar to http://welovewp.com
Can anyone guess, how this is made ?
Is there any already existing plugin or do we need to code for that ourselves.
Thanks :)
Some gallery plugins for WP:
http://wordpress.org/extend/plugins/wordpress-gallery-plugin/screenshots/
http://wordpress.org/extend/plugins/nextgen-gallery/
For an extensive list of gallery plugins, try the WordPress.org plugins site:
http://wordpress.org/extend/plugins/
BTW, the site you're linking to doesn't seem to be using a gallery plugin.
They're using a list of posts with a featured image and URL styled in HTML & CSS.
Indranil has given you options for generating galleries out of photos stored on your server. If your photos are stored on some photo sharing website, you'll have search for those kind of specific plugins.
For example, if your photos are stored on Flickr, you can try any of these 3 plugins -
Awesome Flickr Gallery
Slickr-Flickr
Flickr Gallery
Is it possible to create an image gallery in wordpress that is managed by the admin via it's own page / panel. I am not talking about creating a new post and adding custom html for each image. I mean actually having a page in the admin that has the ability to upload and manage your images?
If it is possible how do you go about creating a custom page like this? I understand the PHP side of uploading and manipulating images, but I don't know how to integrate it with wordpress. I don't need a full blow tutorial on how to do this, but if you could just point me in the right direction that would be great.
One issue that comes to mind right away, is if this is possible would upgrading wordpress break the code? Since I assume you have to edit the admin files directly and you can't just do it from your own custom template?
From playing around I found NextGEN Gallery (http://wordpress.org/extend/plugins/nextgen-gallery/) that has a tab in your admin panel. It looks like it would meet your needs.
You can manage all your media from the WordPress Media Library using tags if you install Tag Gallery
It requires the Media Tags plugin but it makes managing galleries so much easier and your using the built in media facilities of WordPress so it's not disjoint from the experience. There is a new version in the works that will offer much more impressive functionality as well.
Hope that helps.
There are a huge amount of image galleries for wordpress already made. Have a quick google for some (search "wordpress image gallery") and see if any of them are suitable (I'll be surprised if one of them isn't).
Failing that, you'll need to create yourself a Wordpress Plugin.
I've integrated ZenPhoto into my wordpress blog. It was pretty easy, would probably take you a few hours. The admin pages are completely separate from the wordpress admin pages, so you can easily give access to only one person.
You can create a custom post type called Gallery to manage create and manage image galleries. The post will have its own "Gallery" panel in the admin section and from there you can add new galleries just as you describe. There are lost of tutorials for creating gallery custom post types.