Nimble3
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Video from media not worksIt seems you are not using our plugin.
The answer is very short 🙂 i.e. use Ajax filtering.
This is a common scenario and the Isotope addon has solution for this, just enable Ajax pagination and Ajax filtering in the shortcode.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] change animationPlease mention live URL to your site where you have installed isotope addon.
Its quiet possible with our plugin 🙂
Create a folder in theme folder with following hierarchy
nimble-portfolio/skins/default
Now copy items.php from plugin folder (skins/default) to this newly created folder.
Customize the items.php as per your need.Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Order alphabetically?More standard way is to add a WP filter in functions.php of your theme, so your changes wont get lost after you upgrade the plugin version.
Add following code in functions.php of your theme.
add_filter('nimble_portfolio_query_args', 'nimble_portfolio_query_args_handle'); function nimble_portfolio_query_args_handle($args) { $args['orderby'] = 'title'; return $args; }Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Projects not in placeThis is because some of your projects have Portfolio URL and some are not, the Portfolio URL link is creating this issue.
Add following CSS in style.css of your theme.
.-skin-default .-items .-item .-links { height: 35px; }Yes this feature is supported in Premium skins (like Default+ and iHover)
http://www.nimble3.com/shop/ihover-addon-for-nimble-portfolio/
http://www.nimble3.com/shop/premium-defaultplus-skin-for-nimble-portfolio/Please check if your theme already supports portfolio functions.
Please check if you have a Left nav item saying Portfolio or something.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Projects not in placePlease mention live URL to your portfolio page.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Add excerpt under thumbnail?Please use below code inside
items.php<?php echo $item->post_excerpt; ?>Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Strict Standards ERRORWell, strict standards are not configured
Onon production sites.But we will test it on Strict Standards configuration and try to resolve them.
Yes, exactly! 🙂
This is must some CSS conflict, please mention your live URL to your portfolio page.
If you want to do this via configuration, you can buy prettyphoto premium addon here http://www.nimble3.com/shop/premium-prettyphoto-addon-for-nimble-portfolio/
this addon has other features as well.
path is
includes/prettyphoto/prettyphoto.jsnow.