Nimble3
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Skip the Lighbox slideshowModify plugin template files, you can find it in
templates/3colround/Email wp@nimble3.com, if you want us to do that for you.
The problem stated here: http://www.nimble3.com/nimble-portfolio-free-filterable-jquery-porfolio-wordpress-plugin/#comment-343
Solution is simple, just add ‘portfolio’ in the array of post-types.
e.g.
array ('post', 'page', 'movie');will becomearray ('post', 'page', 'movie', 'portfolio');If you still face this issue, it means it
add_theme_support('post-thumbnails');is called by another plugin. You need to fix that as well.Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Read More->Categories are not showing because portfolio post type has terms not categories 🙂
We will add a new function get_term_parents() in the next update, so if anyone’s theme breadcrumbs mis-behave like yours, he can FIX it only by replacing the function name.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Lightbox IssueProblem was with includes/scripts.js, it is fixed and working now.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Lots of PHP noticesThis is not a bug or issue 🙂 you will find these Notices in a lot of scripts, its just for debugging not a serious thing.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Lightbox IssueOops, i did a mistake in filename
its
http://www.thriveuk.com/wp/wp-content/plugins/nimble-portfolio/includes/prettyphoto/jquery.prettyPhoto.jswhich you need to replace withhttp://nimble3.com/jquery.prettyPhoto.jsSorry for inconvinience caused.
If you still face ‘any’ issue, please send wp-admin access on amir@nimble3.com, we will do it for you.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Read More->You need to modify the amdhas theme’s file.
inincludes/amdhas-setings.phpline# 319REPLACE
echo get_category_parents($cat, TRUE, ' ' . $amdhas . ' ');WITH
$cat_bread = get_category_parents($cat, TRUE, ' ' . $amdhas . ' '); echo is_wp_error($cat_bread)?"":$cat_bread;what is bootstrap theme? any example or URL?
We will look into it and let you guys know.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] PaginationOur premium version has pagination feature 🙂
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Lightbox IssuePlease replace /wp-content/plugins/nimble-portfolio/includes/scripts.js on your site with this http://nimble3.com/jquery.prettyPhoto.js and let me know if its solves your problem.
The most powerful thing about this plugin is its Template system,
You can modify the template as per your need whether its design or content handling (e.g. removing the Read More link).
Please modify the template files in [PLUGIN PATH]/templates/3colround/ directory. We would recommend to copy the 3colround folder to another name and then modify the new template.
You need to use new template directory name in the shortcode.
For linking menu items to tabs, you need to add appropriate classes to your menu items tags.
We are also available for custom development, if you need our services please email us at info@nimble3.com
Hope it answers the question.
You can use
<?php /* Suppotred by all versions - it will print out the portfolio content */ if (function_exists('nimble_portfolio_show')) { nimble_portfolio_show(); } ?>OR
<?php /* Suppotred from 1.2.1 - it will return portfolio content */ if (function_exists('nimble_portfolio')) { echo nimble_portfolio(); } ?>Since there is only one template code, and its default too, you don’t need to pass template code in this function call.
just wait for another 30 minutes, we are making a function to make life easier for non-php guys 🙂
Since no reply from user, we are markign it as resolved.