PORTFOLIO GALLERY TEAM
Forum Replies Created
-
Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] VariationsThanks for the feedback, unfortunately as you’ve noticed we don’t have such functionality now. We’ll take into account this feedback to implement it for you in future updates.
Did you install any plugin which could alter your permalinks or uses “album” taxonomy? Our plugin uses “album” variable in the url, so if permalink structure was changed or you’ve installed a new plugin which uses “album” taxonomy, this could be reason! So, first check your permlinks structure, then disable any new installed plugin to see which one caused this.
Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] Replace $ signYou have an option in your settings for currency, it’s located under “Localization” subsection. Put whatever you need in the input.
Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] Poor qualityChange thumbnail quality option from your settings, might be you’re using low quality images!
Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] Front end errorsHow you’ve uploaded the zip package? Is there any chance you’ve unzipped it? Generally this happens, if you rename the root folder name after unzipping. Anyway, please uninstall it and try to do clean install! If any problems, please let me know.
Do you use custom jQuery version in your theme? This generally happens if jQuery library is missing, so all scripts depending on jQuery fail to function.
If you’re using custom jQuery, please make sure after
wp_deregister_script()you dowp_enqueue_script('jquery'). Otherwisewp_enqueue_script("any-plugin-script.js", "jquery")function will not be fired.If this wont resolve your issue, please let me know.
- This reply was modified 6 years ago by PORTFOLIO GALLERY TEAM.
Please check if your server implements standard php mime_content_type() function. That was the cause we received from our clients for this issue before!
Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] Popup containerBy default popups are enabled for grids in Free version. Which layout you’re using? Popups supported for galleries and albums, but if you have a slider, then it’s not supported for sliders. Please let me know if that’s the case!
In your catalog settings section you have an option called “Product on click action”. If you set this option to “Checkout url”, then on click action will take to your external destination.
Regarding opening product external page in a new tab, please make sure this option is checked in your catalog settings too: “Load url in a new tab”.
In your settings you have an option for “Image hover effect”, simply set it to “Grayscale to RGB” and you’re done. Hope this would help help you.
Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] Search BoxSearch box is available only for catalog structure! If you need such functionality, you should compose your gallery using catalog, but not gallery structure instead.
I’m checking but unfortunately we don’t have predefined styles for vertical center alignment. If you’re familiar with CSS, you can adjust it by using custom CSS styles.
Oooh, we don’t have such option in our settings. I guess you should modify plugin codes to make it fit your needs.
As you mentioned in our email communications, you were able to resolve the issue! If you’d like, you can share your solution here for other community members. At this moment I’m going to mark this topic as resolved.
Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] Iframe/HTMLYou can use URLs, but not HTML for iFrames!