Nimble3
Forum Replies Created
-
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] UPDATE your PLUGINPlease email to info@nimble3.com with issue details.
Our plugin uses Nimble Portfolio as the menu heading. If seems that either your theme or some other portfolio plugin changing this name.
For all those effected by this, please add
skin="default"attribute to your shortcode.Please add skin attribute to shortcode, somehow its not using the default value.
Please adjust your shortcode like this
[nimble_portfolio]would become[nimble_portfolio skin="default"]Sorry for overlooking your replies, as we saw that you were using another portoflio solution we thought you dont need our plugin.
Our plugin was already tested on php 7.2 before and we have tested it again, its working fine. So its something specific to your php setup.
For further investigation, we need your wp-admin access. Please send a temporary admin user login to info@nimble3.com
- This reply was modified 7 years, 1 month ago by Nimble3.
Didn’t find any portfolio page at http://ag72staging.wpengine.com/, its redirecting to http://www.almostgold.com/#portfolio
Hi, really sorry to see you are not happy with our plugin.
But the option is given to fix this issue, in Plugin settings just check the “Force Exact Thumbnail Size Generation” checkbox.
Feel free to contact us anytime at info@nimble3.com
Our aim is to change your mind to give us 5 stars 🙂
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Pagination not workingpage not working, can you upload the page again?
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Template for filtersForum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] blank spaces in layoutOR you can use the Isotope addon (available on our website) to use the masonary layout.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Shortcode Breaking SitePage seems to be fine now.
When generating a shortcode please use the hide filters option.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Template for filtersNot available in plugin, can be customized on hourly charge.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] blank spaces in layoutYou need to have same size (width x height) or ratio for all images.
If you dont have uniform size images, there is an option in plugin setting where you can enable the uniform size for all thumbnails.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Portfolio Lightbox IssuesDo you have following code somewhere in your theme?
add_filter('nimble_portfolio_lightbox_link_atts', 'handle_nimble_portfolio_lightbox_link_atts', 10, 2); function handle_nimble_portfolio_lightbox_link_atts($link_atts, $item) { $link_atts['href'] = get_permalink($item->ID); unset($link_atts['rel']); return $link_atts; }