Nimble3
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] URl and double clickI dont any error in placing the
deeplinking: falseparam but there are two places in the JS file where you need to put this param.You have made some cusomization in the template which is creating this problem.
in the template.css please remove
heightandwidthparameters for.nimble-portfolio-rollerbgForum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Nimble Portfolio with GantryPlease check this http://wordpress.org/support/topic/layout-all-over-the-place
and let us know if it does not solve your problem.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] 2 issuesIn the theme template file (content-full.php) there is a loop for displaying post (which is basically fine) problem is that somehow the posts array given to this loop is duplicated and that is why it is displaying the content twice.
Since this template is for page and we only want to display a page once, I have changed the loop to an if condition and its working fine now.
Forum: Reviews
In reply to: [Wordpress Picture / Portfolio / Media Gallery] what's this…“no control on the lay out.” this is simply a case of ignorence at its best. I strongly recommend you to explore our plugin first before passing on such a review.
The feature you are referring to is by far the best part of our plugin, that desinger/developer have apprciated. You can modify the layout very easily, even make your own layout.
Please check templates/3colround/ folder inside our plugin folder, you can find template.php and template.css, you can modify these files to your need.
You have modified the plugin scripts.js file and introduced this bug.
Please add following line at the end of your customized code (should be last line of ready() function)
jQuery("a[rel^='lightbox'], a[rel^='youtube'], a[rel^='fancybox']", "div.nimble-portfolio ul li:not(.hidden)" ).prettyPhoto();Please modify the layout file
templates/3colround/template.phpand CSS filetemplates/3colround/template.cssas per your need.The plugin is template based, so you can make your own layout by modifying the template files.
For FREE version only
Please remove Read More link from templates/3colround/template.php file.Let me know if you are a Premium user.
Just remove the
relattribute from<a>tagReplace
<a href="<?php the_permalink(); ?>" rel="lightbox[nimble_portfolio_gal]" > <div class="nimble-portfolio-rollerbg"></div> </a>With
<a href="<?php the_permalink(); ?>"> <div class="nimble-portfolio-rollerbg"></div> </a>Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Looks terrible onsiteThis is not our plugin issue please check http://wordpress.org/support/topic/layout-all-over-the-place#post-3675375
I believe you are using a different plugin now.
For the problem, you need to tweak the CSS (our plugin) a bit. If you want to use our plugin then reactivate and let us know so we can tell you the changes you need in the CSS file.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] 2 issuesYou have got a very interesting problem, even breadcrumbs are duplicated 🙂
We want to see the template file, if you could send us wp-admin access to wp@nimble3.com we can investigate it further.
Please email your order id and paypal transaction id to info@nimble3.com
We will send you the latest version, which should resolve your problem else we will investigate it on your site.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] 2 issues@syrck, Please mention live URL to your portfolio page.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Animating does not workThe demo link is for Premium version.
Animation is only supported in Premium version, I am setting up a demo site where the people can take a demo of FREE version.
Please add following CSS to your style file OR template.css of plugin file:
ul.nimble-portfolio-ul li:before { content: ""; }