Nimble3
Forum Replies Created
-
I know its a very late reply, but we were actually busy with our version 2 update.
Let me know if you need to use our plugin again, we will be glad to help you out.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] How to make videos bigger?I believe you are using a different plugin now 🙁
Sorry for late reply, we were busy in making the update of version 2.
Let us know if you want to use our plugin again, we will try to fix your issue.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] paginationOur premium version supports pagination.
This feature will also be available as an Add-on very soon.
Right now our premium version does that, we are also making add-ons to separate premium features, this feature will be available soon in an add-on.
The single pages are intended to provide details, and you just put a single line of item description there 🙂
I can see you are using description to display at the bottom of each work item on your portfolio page, I would suggest you use excerpt for the one liner and use description tp display your work item’s details.
I hope this answers the question.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Version 2.0.0 slowYou can go back to version 1.3.2, this is not a problem.
But can you please share your URL? The plugin code is not that much big which slows down a website 🙂
And If anyone else has the slow website issue please let us know with your URL.
Also if you can mention the random error messages please.
The problem is due to menu position of custom post type our plugin registers. It is using 25, and it is making a conflict with some other menu.
Please add following code in your theme’s functions.php
add_filter('nimble_portfolio_post_type_args', 'nimble_portfolio_post_type_args_handle'); function nimble_portfolio_post_type_args_handle($args) { $args['menu_position'] = 23; return $args; }If the menu still not appears, change the value 23 to something else and try again.
Really weird! can you please email your wp-admin access to wp@nimble3.com?
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Still Supported?Plugin updated to Version 2.0.0
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Still Supported?Hi,
yes the plugin still supported.
we are working on the new update of the plugin, which will be a very big update almost a new system for portfolio and gallery grids.
The initial update date was estimated Mid of March but due to our other projects its delayed and now we are going to release it in 10 days.
Please modify wp-content/plugins/nimble-portfolio/templates/rect-2/template.css and for .nimble-portfolio-template-rect-2 .nimble-portfolio-filter ul li (line#1) add following property:
list-style-type : none;We need to take a look at your loop.php of our plugin template you are using. Please send it to wp@nimble3.com
@berbercito, you are using your own lightbox gallery so the CSS classes are different as well as JS function.
You need to call your lightbox function in paging links click event.
If don’t know how to modify the JS code, please send your wp-admin access (ideally FTP) to wp@nimble3.com, we will do it for you.
Please check this http://codex.wordpress.org/Function_Reference/single_term_title
Please check Point 4 of Quick User Guide:
Specify full-size Image URL or Video URL (youtube, vimeo) in the input field Image/Video URL on the left. You can also use URL from Media Library button to select the URL of full-size image from Media Library.