PORTFOLIO GALLERY TEAM
Forum Replies Created
-
Hello @noscoffin,
Could you please contact us here, so our developers could help you to solve this issue?
- This reply was modified 7 years, 6 months ago by Jan Dembowski.
Dear @manikengineer1,
No, currently you can’t have child categories under parent categories. Now only one level in category hierarchy is available.
- This reply was modified 7 years, 6 months ago by Jan Dembowski.
That’s great!
Feel free to contact us anytime you have a question.
- This reply was modified 7 years, 6 months ago by Jan Dembowski.
Hello @nicopham,
Thank you for using our product!
Could you please check and tell us the value of “Title & description display style” option in your gallery settings? Its located under the “Styles & effects” section.- This reply was modified 7 years, 6 months ago by Jan Dembowski.
Hello @nuasoft,
If you don’t want to open popups on thumbnail clicking, then you don’t need to create iFrames. Just put the iFrame source url in a url field for each tile and add a thumbnail picture. Then go to your gallery’s settings and enable “Don’t show popup” and “Load url in a new tab” options under the “Advanced” section.
For the text you can use the description field for each tile and enable the “Show description” option from gallery’s settings. There are many variations of title/description positions, so you can checkout Title/Description display styles option in gallery’s setting.
- This reply was modified 7 years, 6 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] Grid widthHello @rebeccasantios,
When you set the grid width to 100%, it takes the 100% of shortcode’s container’s width. So you need to set container’s width to 100%.
You can just add the following CSS code in your grid’s settings, in the “Custom CSS” field under “Custom CSS & JS” section:.wp-list-table.portfolios { width: 100%; }
- This reply was modified 7 years, 6 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] PRODUCT CATALOGDear @jayrvillalobos,
Currently the ability to open a popup on product click is disabled and there is no such option in catalog’s settings. But you can contact us here and our developers will provide you a solution for this.
P.S. We’ll take this into account and will provide such option in our next releases.
- This reply was modified 7 years, 6 months ago by Jan Dembowski.
Hello @halotest,
At this moment there is no such option to show categories vertically, but we’re planning to provide that functionality in our next releases.
- This reply was modified 7 years, 6 months ago by Jan Dembowski.
Dear @zowail,
What kind of feature you’ve been looking for in Free version? In the upcoming update we’re going to open few Premium features in Free version. So, if you share some details from your experience, we’ll be glad to have them implemented in Free version.
P.S. You can contact us at wpsofts@gmail.com and we’ll share with you what exactly will be supported in Free version in very near future. Your feedback is really important for us!
- This reply was modified 7 years, 9 months ago by PORTFOLIO GALLERY TEAM.
- This reply was modified 7 years, 6 months ago by Jan Dembowski.
Hello @authenticdarla,
Thats because the “Video presentation style” is set to “Media Player” by default, meaning to not show texts. So, please go to your album’s settings and set the “Video presentation style” option to “Standard”. Its located under the “Styles & effects” section.
Forum: Plugins
In reply to: [Portfolio, Gallery, Product Catalog - Grid KIT Portfolio] Saving ErrorHello @jayrvillalobos,
Thats strange, it should be something specific with your WordPress installation.
Could you please contact us here and mention the version of GridKit you’re using, so our tech support could help you?Dear @anrit,
To add some styles to only text block you need the “details” class. For example this CSS code will add a border and shadow to the title/description block of the grid in the webpage you’ve sent:
#crp-content-3 .details {
border: 1px solid black;
box-shadow: 2px 2px black;
}And the whole tile class is .crp-tile
Dear @anrit,
Thank you for using our product!
If you just need to hide logos after the second row, you can add the following CSS code in your settings, under the “Custom CSS & JS” tab, in “Custom CSS” field:#crp-content-2 {
height: 232px;
overflow: hidden;
}This code is specific for your grid’s current configuration in the webpage you’ve sent.
If you change the dimensions of tiles for example or apply it to another grid, you need to customize it.
Please try this and let us know if it solved your problem.- This reply was modified 7 years, 6 months ago by Jan Dembowski.
Dear @kraan2014,
You can not pull and show images from outside of your WordPress installation at this moment. You should upload them in your WP Media Gallery, then you can use it in your grids.
- This reply was modified 7 years, 6 months ago by Jan Dembowski.