Nimble3
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] incorrect shortcode?Warning: Illegal string offset 'template' in C:\wamp\www\Freelance\wp-content\plugins\nimble-portfolio\nimble-portfolio.php on line 170This is a warning, not an error. And the shortcode
[nimble-portfolio]is mentioned in this plugin’s Description tab (http://wordpress.org/extend/plugins/nimble-portfolio/description/)Shortcode handling function expects
templateparameter, and if its not there its throughs this warning, you can overcome by providing thetemplateparameter. Use this shortcode instead[nimble-portfolio template="3colround"]There is a bug appeared for pagination in version 1.3.9 of Premium plugin.
We have fixed it.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] tag switcher issueThe sorting effect is supported only in Premium version.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Image pop up buttonsWe will send you a separate scripts.js file for this to your registered email address, you just need to replace it.
Which template you are using?
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Filtering moves really slowAgain no live URL.
I just think that you are using a very big value for Transformation – Duration
Please mention your live URL, most of the times we can’t tell you the reason without actually looking in to it.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] how to modify the type order?That is not our plugin 🙂
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Amending URL structureIts the
Category basesetting (Dashboard -> Settings -> Permalinks) which is making your URL like this.Whatever you put in
Category basefield, you will see it before/portfolioPlease check this for the problem reason and its solution http://wordpress.org/support/topic/layout-all-over-the-place
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Image sizePlease always share live URL of portfolio page.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Gallery SupportMarking it resolved, since no news from Rob Yardman
Please also mention list of plugins you have installed (active) with live URL.
Previously (http://wordpress.org/support/topic/add-media-not-working-with-wp-351) the problem was with another plugin, he has disabled that and its working fine now.
This is configurable in prettyPhoto.
Add
deeplinking: falseto prettyPhoto initialization, inincludes/scripts.js:jQuery("a[rel^='lightbox'], a[rel^='youtube'], a[rel^='fancybox']").prettyPhoto({deeplinking: false});Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Setting a Default Filter?The above procedure will work for only one filter, you need to set the filter slug in an hidden field and then use that field in jQuery block. you can also use any URL parameter/Querystring variable to set the filter slug.