PORTFOLIO GALLERY TEAM
Forum Replies Created
-
I guess it’s IE related issue. Please use this custom css styles in your settings to get rid of the unnecessary scroll bars on IE:
.lg, .lg-outer, .crp-popup-desc, .lg-sub-html { -ms-overflow-style: none !important; }Please send us an email to support@wpsofts.com regarding this question. We’ll answer all of your question there.
You can remove the browser tooltip using custom css styles. Please put this custom css in your gallery settings section:
img.crp-tile-img { pointer-events: none !important; }Do you remember your recent activity? I mean, do you remember what caused the above mentioned problem?
If you update to the latest version, the issue would gone! You’re right, it’s not something related to our plugin. This errors appeared, because we’ve forgotten to disable php warnings and errors in our plugin. It was enabled for development purposes only.
Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] FTP updateYou should download the zip package, unzip it and using any ftp client upload to /wp-content/plugins/ section.
Note: Don’t change the directory name after extracting the zip package and upload to your server as is without changing it.
I’m afraid it’s not supported. The search function is being applied on the respective catalog now.
Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] GRIDKITPlease checkout this thread: https://wordpress.org/support/topic/show-more-button-5/
I’m checking, but can not find which scroll bard do you mean? Could you please take a screenshot and send to support@wpsofts.com?
Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] show more buttonYou can adjust it using custom css styles:
.gallery-ID .ftg-filters a { background-color: #fc4000 !important; color: #e9ecef !important; border-color: #000 !important; } .gallery-ID .ftg-filters a:hover, .gallery-ID .ftg-filters a.selected, .gallery-ID .ftg-filters a.selected { background-color: #fccfaa !important; color: #0000 !important; border-color: #fc4000 !important; }Note: Change the ID with your grid identifier. You can find it in the short code. E.g. [gridkit id=23], then the css selector should be .gallery-23
@snniffer, what do you mean with “Don’t have Shorcodes for all lists”? We’re open to any reasonable criticism, but from your review nothing is clear for us what should be improved or what’s the issue you’re facing? If you could clarify your feedback, it would be much appreciated and acceptable! Thanks.
- This reply was modified 5 years, 11 months ago by PORTFOLIO GALLERY TEAM.
I just got a feedback from our developers and can confirm, the update released and the issue resolved! Please navigate to your Plugins section and update GridKit to the latest up to date version!
In the latest update we’ve forgotten and kept php warnings/errors enabled. From the notices and warnings you can see, that this issues exist with our without our plugin. And non of them wasn’t related to GridKit. As we’ve kept warnings enabled, that’s why you see them when our plugin is active. We’re going to release an update tomorrow where this will be resolved!
If you’re familiar with coding, simply edit this code in gkit-pkg.php file.
Find this code:
define( 'CRP_DEBUG', 1 );and replace it with:
define( 'CRP_DEBUG', 0 );@laurakadams if you need any dedicated help, please send me an email to support@wpsofts.com. I’ll do my best to get this resolved right away. Or simply update the plugin tomorrow!
Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] Failed initializeWe’ll investigate the cause, but as a workaround you have two options:
Option 1: Instead of using TinyMCE button which holds shortcuts for the actual short-codes, copy the respective short code from GridKit section, then past it wherever you need it (e.g. on posts or pages)
Option 2: Use Gutenberg blocks instead
Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] Composer issueWhat’s the device you’re using? In the latest updates we’ve temporarily added this restriction for mobile devices. If you’re on laptop or desktop, please try to increase your browser’s window size or use another browser.