Nimble3
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Include 3 colums instead of 2In
http://ksjc.info/wp-content/plugins/nimble-portfolio/templates/round-2/template.cssline# 63 for.nimble-portfolio-template-round-2 .nimble-portfolio ul lichangemargin: 18px 15px 0 0tomargin: 18px 7px 0 0Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] limits number of portfolioThis is even not a straight forward feature in PREMIUM version, you need to customize the plugin.
We are also available for any customization you need, please email wp@nimble3.com for quote.
You have a JS error which is effecting other JS to work properly. Please fix this error.
TypeError: jQuery(...).hoverIntent is not a function http://www.yuncreativelabs.com/wp/wp-content/themes/theron-lite/theron.js?ver=3.5 Line 47PREMIUM version supports this feature, for FREE version you need to customize it yourself 🙂
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Link to a Filtered PortfolioWe can customize it for you, please send email to wp@nimble3.com for quote.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Multiple portfolios (IDs)By Item types, you provide a list of item types IDs in the shortcode.
Premium also has Shortcode Maker feature, where you just select the item types and a shortcode is generated accordingly.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Call Category of the post$term_list = wp_get_post_terms($post_id, 'nimble-portfolio-type', array("fields" => "names"));$term_listnow contains the array of all the categories (item types) attached to this post (make sure$post_idcontains the correct post id)Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Filter navigation disappearedOnly those filters are shown in the Fitlers navigation, which have posts assigned to them.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Multiple portfolios (IDs)Multiple portfolios only supported in Premium version.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Filter navigation disappearedURL please?
FREE version does not support it.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Varied ResponseSyntaxError: syntax error
http://www.manipalsingh.com/wp-content/plugins/nimble-portfolio/includes/scripts.js?ver=1.3.2
Line 23Instead of
jQuery("a[rel^='lightbox'], a[rel^='youtube'], a[rel^='fancybox']" ).prettyPhoto({deeplinking: false});, ".nimble-portfolio ul li:not(.hidden)" ).prettyPhoto();Please use this in http://www.manipalsingh.com/wp-content/plugins/nimble-portfolio/includes/scripts.js (line#23)
jQuery("a[rel^='lightbox'], a[rel^='youtube'], a[rel^='fancybox']", ".nimble-portfolio ul li:not(.hidden)" ).prettyPhoto({deeplinking: false});this is another version called on your page.
http://slamyouthhub.com/wp-content/themes/slamhub-foundation/js/vendor/jquery.js
and I believe its the theme which is calling it. Please ask theme developer to use only one version.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Varied ResponsePlease read this http://wordpress.org/support/topic/images-are-showing-up-twice?replies=14#post-4491653
I believe people should read Sticky posts first before adding a support topic 🙂
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Varied ResponseI can see that the Image not found problem is resolved as you have set the Image/Video URL field.
But you have a new problem which is even not related to our plugin. Please find this link to resolve it http://wordpress.org/support/topic/layout-all-over-the-place