Nimble3
Forum Replies Created
-
@jhawkinssbcos , would you please share live URL to your page.
I am curious why the things are not working for you when its working for others.
just remove the div
nimble-portfolio-title🙂Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Is this a responsive plugin?This plugin is template based, which means you can modify exixting template or even make your own.
Premium version does include a responsive template, we will add a responsive template very soon in FREE version.
Please mention live URL to your page.
Also, which dropdown you are talking about?Plugin upgraded to 1.3.0
Please check this issue in new version 1.3.0
Please check this sticky post http://wordpress.org/support/topic/when-clicking-zoom-error-pops-up#post-3789535
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] 2 issuesThanks @netsea.pl 🙂
We have added the fix to our next pluign upgrade.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] images are showing up twicethe problem is due to wpautop() filter, which auto inserts
<br />and<p>tags.Please add following code to your theme’s functions.php
remove_filter( 'the_content', 'wpautop' ); add_filter( 'the_content', 'wpautop' , 99);For more information on this issue please check http://customcreative.co.uk/resolving-wpautop-and-shortcodes/
This issue is not related to plugin, please check this sticky post http://wordpress.org/support/topic/layout-all-over-the-place#post-3675375
Hi I think we found the problem, we are checking it locally and update the plugin once the testing is completed.
Forum: Reviews
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Doesn't work for me eitherHi Lisa,
This comment is a case of ignorance and totally rude from our point of view as we have several thousand happy users and to say that it corrupts other plugins is also out of proportion in our opinion. We work very hard to resolve all our customers’ issues and I have not seen any request from you. We would appreciate if you can get in touch if you have any issues using the plugin, instead of posting false comments of such serious nature that really runs our reputation to the groud. We are working really hard to provide a free service and we at least derserve the respect to be contacted first as there could be a number of reasons for it to not work on your website’s end.
We would not consider your comment genuine if you dont get in touch with us to resolve the issues. Once you have tried our support then perhaps your comment would carry more weight – as of now its only demaging and insulting us hard working people.
We are changing our templates (adding a couple more) for next release. These templates won’t use a fixed width so this problem wont occur in the next release.
Add a custom field for each portfolio (You need to enable the Custom fields support in nimble-portfolio.php) and set this field with the background URL or a CSS class (whichever way is preferrable to you) and use it in the template file.
FYI, we are also available for customization work, email wp@nimble3.com for to get a quote.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Copy of lightbox effectWe have tried to access the link you mentioned above, but it is always return Connection Timeout error.
Forum: Plugins
In reply to: [Wordpress Picture / Portfolio / Media Gallery] Remove list-style-typeIn template.css for
div.nimble-portfolio-filter ul liplease addbackground:none;