Nimble3
Forum Replies Created
-
Probably there are some plugins available for importing the posts via CSV, but we will add this functionality in our plugin very soon.
This feature is available in Default+ skin, which you can purchase here http://www.nimble3.com/shop/premium-defaultplus-skin-for-nimble-portfolio/
Its called
Separate gallery for an itemorAlbumfeature.Refer to http://www.nimble3.com/wp-content/uploads/2014/07/sep-gal-images.png you will see you will very easily add images to one item, so when you click on that item it will show specific images to that item.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] View Project LinkPlease upgrade to version 2.0.6, the feature you requested is added to 2.0.6
We have tested on our systems, both windows and ubuntu, and its working fine on Chrome for both Operating systems.
It might be your cache or something specific to Chroms configuration on your system, please try to test it on other systems as well.
Forum: Reviews
In reply to: [Wordpress Picture / Portfolio / Media Gallery] 500 error500 internal erros are not related to our plugin, This plugin is working on thousands of site, please check your apache logs for a specific error.
If you need help finding the reason, you can paste last 20-30 lines of apache logs.
Please don’t spoil someone’s effort by not going deep into issues, please!
Forum: Reviews
In reply to: [Wordpress Picture / Portfolio / Media Gallery] PoorDid you check out Version 2 of our plugin? Please have a look at it I believe you will love it.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] PDF errorAdd following code to functions.php of your theme.
add_filter('nimble_portfolio_get_field', 'handle_nimble_portfolio_get_field', 10, 2); function handle_nimble_portfolio_get_field ($field_value, $field) { if ($field == 'nimble-portfolio' && preg_match('/\b.pdf\b/i', $field_value)) { return $field_value."?iframe=true"; } return $field_value; }You need to uninstall Easy fancybox plugin, else 2 gallery popups will be opened.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Featured Image Too LargeAdded a CSS rule in your theme’s CSS file, please check its resolved now 🙂
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Featured Image Too LargeI believe you are missing Set Featured Image link from the post edit page.
Can you please send your wp-admin access (admin level) to wp@nimble3.com
We will investigate the issue.
Please check your apache logs, share last 20-30 lines of your logs if you need help finding the reason.
Add this code in functions.php of your theme
add_filter('nimble_portfolio_filter_all', 'remove_nimble_portfolio_all_filter'); function remove_nimble_portfolio_all_filter($filter_tag) { return ""; }We will add a recent Portfolio items widget very soon.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Specify Image DimensionsIf you are looking for config you can buy our Default+ skin here http://www.nimble3.com/shop/premium-defaultplus-skin-for-nimble-portfolio/
If you can modify the php file, then copy
plugins/nimble-portfolio/skins/default/items.phpto[your theme folder]/nimble-portfolio/skins/default/items.phpand modify the thumbnail size480x480to your liking, in the items.php you copied to your theme folder.Please always use uniform sizes or at least uniform ratio for width and height for images in responsive-1 template.
Here is the link of support ticket system http://www.nimble3.com/my-support-tickets/ in case you need more assistance, please post a ticket.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Portfolio doesn't showPlease always mention live URL of your portfolio page 🙂