PORTFOLIO GALLERY TEAM
Forum Replies Created
-
I guess the question is not relevant anymore, as I could not find any content related to our plugin.
Anyway, I’ll post my answer for others: In the settings section you should have an option called “Don’t show popup”. Make sure the option is checked and popup won’t appear on click action.Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] Iphone 12Try to navigate to the settings section and set “Screen size” option to “Custom” instead of “Default”. This configuration should resolve your issue.
Update the plugin to the available latest version and the php notice will be resolved with it.
@jerrymenm, please send an email to support@wpsofts.com regarding this matter!
P.S. Try to change the currency or country option, I think PayPal option would appear for you! Regarding credit card denial, it comes from your own bank! Try to reach out to them and ask to let the transaction go trough.
For more information, please send an email to support@wpsofts.com and we’ll discuss anything related to payments and checkout failures!
Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] Consulta@paqui1969 please check “Demo 3” here: https://wpsofts.com/grid-kit-demo/photo-gallery/
When you click on any item listed in Demo 3, you will see the popup with multiple images related to that item and detailed description regarding each project. Are you looking something like that?
If you want the exact same presentation, I’m afraid we do not support such presentation style at this moment.
More information regarding our product you can find here: https://wpsofts.com/pricing/
@nyaha555 I’m sorry to inform, but if you’ve manually deleted your galleries, then they are not recoverable by our plugin. Regarding resetting the database, if you have a snapshot of your database, then of course it would resolve your issue. But I’d like to highlight once again, that GridKit does not provide internal backup solution and any manually deleted grids are not recoverable by our plugin.
@sugarnaoo regarding the first question, it’s similar to the issue described in this topic: https://wordpress.org/support/topic/changes-are-not-being-replicated/
I see you’ve installed ssl certificate on your website, so I’d like to ask have you updated WordPress General settings accordingly?
Try to login to your WordPress, then navigate to Settings > General section and make sure “WordPress Address (URL)” and “Site Address (URL)” options have https:// prefix. For your scenario it should be https://tsumica-design.com but not http://tsumica-design.com
Regarding the section question, you should check “Link icon” and “Zoom icon” options in your gallery settings. We used default icons, which are “Link” and “Search” accordingly.
Please check the above mentioned resolutions and let us know if there’re any issues.
Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] Unexpected paddingThis could be one of the following reasons
1. Change the “Title and description display style” option and set it anything, but not a static after or before the picture
2. Set “Container height before/after picture” option to 0px in the dimensions sectionIn case you still face this issue, please let us know.
Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] Line up columns@valerialof please navigate to your grid’s settings section, scroll down to the dimensions subsection and change the “Columns calc algorithm” option. Set it to “Fixed” and enter the number of columns for each screen (e.g. Desktop, Mobile, Tablet). Also, change the “Screen size” option and set it to “Custom” instead of “Default”.
I’m not sure, maybe you’ve disabled it by mistake during updating the plugin? Or for any reason (e.g. connection failure or something like that) caused any failures and automatically the plugin was disabled. Anyway, I’m glad that this worked for you!
We’ve send you an email, please check it out. By the way, the website is password protected.
@usharanipn if you see only the short-code, this means the GridKit plugin is disabled.
Simply navigate to your WordPress Plugin section and make sure the plugin is enabled.Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] Only preview worksDo you have any script errors in case the content isn’t available? Could you please let me know which optimization tool you’re using on your website, e.g. Autoptimize, SG Optimize or something like that?
E.g. for SG Optimize you can add this paths in the excludes of the configurations:
/plugins/grid-kit-premium/js/gkit-pkg.js
/plugins/grid-kit-premium/js/gkit-winready.jsIn case you’re running Autoptimize you can add this path in the excludes if JS aggregation and differed loading is enabled:
/wp-content/plugins/grid-kit-premium/
Please check the above resolution if the issue matches the above described scenario (e.g. there’re script error and you’re using optimization plugins) and applicable on your scenario and keep me updated about your progress.
Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] More zoom inIn case you’ve selected “Zoom In” style as a hover effect, try put this in your gallery settings section, save the settings, cleanup website caches if you have any caching plugin installed and check it out once again.
.image01:hover .crp-tile-img, .image01:focus .crp-tile-img {
-webkit-transform: scale(2) !important;
-moz-transform: scale(2) !important;
-ms-transform: scale(2) !important;
-o-transform: scale(2) !important;
transform: scale(2) !important;
}You can adjust the scale number with your preference!
Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] Custom image iconYou can achieve such results by using custom css styles. For example:
#crp-content-SHORTCODEID i.fa.fa-link {
background-image: url(IMAGE_URL);
background-size: contain;
width: 100%;
height: 100%;
}#crp-content-SHORTCODEID i.fa.fa-link::before{
content: “” !important;
}NOTE: Remplace the SHORTCODEID with your gallery short-code identifier!