Discussion on Grenada - Creative WordPress Ajax Portfolio Showcase Slider Theme

Discussion on Grenada - Creative WordPress Ajax Portfolio Showcase Slider Theme

By
Cart 1,741 sales
Well Documented

ClaPat supports this item

Supported

322 comments found.

Hi, how to make the rest of hero title transparent? Fist word is suppose to be bold, but others suppose to be trasparent.

Hello, if I understand correctly what you want to achieve:

hero.has-image .hero-title {
    color: transparent !important;
}

in customizer -> additional CSS

Thanks

Guys, it has been 2 days since I have sent you a support ticket. Still no answer… Contact form on mobile is not working properly and when you have 3 or less portfolio showcases on homepage, they repeat.

Hi, we will process your ticket today

How i can make the default background color black for all pages, as some pages not have the option to switch the background color

Hi, what are those pages, can you give us more details?

HOLY $HYTE AMAZING!! As All Ways Sir ClaPat!! I am SO picky/design selective, but in that you are one of the truest absolutely amazing WP visual and interactive designers I’ve seen in 6 yrs, but the fact you put (as I do) #MobileFirst2019 style always a top priority, I think you are my fav custom, unique WordPress creative 100 designer EVER!! I just came across this theme of yours (not sure how I missed before) and will be looking asap for the next creative client I can send this link to for them for them to purchase (I’ve been doing this more lately rather than myself buying for them so they own the license and always have access to updates in case I am not hosting the site etc) #winWIN with ClaPat

Thank you!

Do you know if it’s possible for video (like your Gold Man) to play on mobile view? I know if we mute audio Google allows for mobile friendly auto play vides now days. Are there any screenshots to show what backend of pages and homepages look like to build/work with pls? Will show to the right clients asap AMAZING looking!

Documentation is available online here: http://clapat.ro/themes/grenada/documentation/

You should provide a poster image as fallback for video slides on mobile devices. Thanks

How do we get videos to play on mobile similar to desktop on Grenada theme?

Hi there, on mobile you should provide a poster image for the autoplay video slides as it do not work on on mobile. Thanks

Is there a way on home page of Grenada theme to have a still image, then when click it opens the video?

Hi there, this is custom work that requires js programming knowledge. Thanks

Is there a way to add video controls when the video plays full screen after click from home page?

Hi there, again, this is custom work that requires js programming knowledge. Thanks

hi clapat

i am fully excited with grenada theme – very VERY GREAT theme for a long time ! however i am confused about this big problem of dark display from all costumers i have seen with grenada theme : everywhere without exception i have found dark display on movie devices (blackberry passport + ipad 2 on iOS 9) – on iPhone 6S all works fine

finally, isn’t there a strict and minimal specification with grenada ” Ultra Responsive Design ” that may cause all dark display on mobile & iPhone devices?

kim, thank you from france

the problem concerns mobiles devices just like i have suggested above : any else of showcase or video or slide cannot be found except a unique black display

Hello, make sure the devices you are testing with are not too old. The problem with these devices is that their older version of iOS does not recognize latest CSS and js standards. Thanks

ok clapat ! this may explains dark display – thank you again

Hi. The playback controls are not showing up on some of my videos. What can be the reason for this?

Hi, where exactly can you send us the url of the page?

Hi. Thx for a great theme. Is it possible to apply a play button to the videos? On mobile it’s impossible to read, that the thumbnail is a video.

For which videos you are referring to? the showcase slide/portfolio or the video shortcode? Thanks

hi, are you able to change font in homepage poppin to custom font i have ?

Hi, you can try this solution. https://premium.wpmudev.org/blog/custom-fonts-css/ Thanks

A question before purchasing: can you with some code etc (or plugins or anything) disable ajax for the blog pages only (index, single, archive). I love the look of your ajax-ing on the homepage showcase and portfolios, but would want to create my own custom layout for single blog posts. Thanks. All the best, stunning theme…

It can be done, but only with custom work, but it’s not hard, we can help you with that. Also, quickest way to have a page loading in non-AJAX mode is to add that page as custom link in the menu. So you may have the blog/stories page as custom link and then leave the rest as it is. Thanks

Question on Showcase Slider links – is there a way to change the URL structure of Showcase Slider links, so each slide links to a standard page template (such as Portfolio Mixed), rather than an individual “Portfolio” post type?

My Showcase Slider setup is that each “person” has a slide, which I created using the standard Portfolio setup, and those are the only items with the option “Include in Showcase Slider” enabled. All other Portfolio items have been “Excluded” from the Showcase as I want to group them by person, and link to their own page.

Does that make sense?

Thanks :)

We can do custom work so that each slide will link to a page (we can add a parameter which will represent the url the slide goes to when clicked). However as each slide represents a portfolio item it will be included in the Next navigation. If you are interested we can give you a quote.Thanks

I’m happy to attempt the custom work myself as I have moderate development experience. I don’t need a metabox solution where it can be selected in the Wordpress page builder – I’m happy to edit the Showcase Slider template to point to a page URL or even hard code it as it won’t change once implemented.

Would you be able to point me in the right direction at all? I assume its a case of finding the Showcase Slider WP Query or similar, and (hopefully) simply changing the permalink structure’s custom post type to a page URL instead. What I’m not sure on though is as each slide still needs to go to a different page URL each, how that ties into the query loop.

Would really appreciate any advice and thanks again.

Sure, open showcase-page.php and you will see there the WPQuery call selecting the items.The WPQuery selects the portfolio items. To add a different url you need to think of a tweak that replaces the_permalink() call. Thanks

Hey there! Is there any chance to link pages in the footer? Like an imprint-page? Thanks in advance!

Hi there, you can add it in the copyright text (which accepts HTML code), have you tried this? Thanks

​I’m trying to hero image for portfolio post but it’s not uploading​

Hello, responded to your ticket.

Hi, such an amazing theme. Will get a license soon, can you tell me what font did you use in the logo? Is that paid or free font?

The font is Montserrat but we customized the letter spacing and some letters. Thanks

I am having issues trying to create individual Portfolio Mixed pages, where each page only displays portfolio items from that persons portfolio category.

I have followed a previous comment suggesting to duplicate “portfolio-mixed-page.php”, renaming it, and adding the following tweaks to the array query:

'post_type' => 'grenada_portfolio',
'taxonomy' => 'work',
'field'    => 'slug',
'terms'    => 'gerard-lambkin',
'paged' => $grenada_paged,
'posts_per_page' => $grenada_max_items,                                     );

I have added “taxonomy”, “field” and “terms” – your initial comment did not include “field”, but thought I’d try it as it was on the official Wordpress examples list.

Both scenarios show different outputs and neither work correctly:

- Without “field”, all portfolio items regardless of category show on all portfolio pages - With “field”, one page is blank, the other tries to link directly to a portfolio piece.

http://cartelfilms.com.au/web2019/directors/gerard-lambkin/ http://cartelfilms.com.au/web2019/directors/matt-raimondo/ http://cartelfilms.com.au/web2019/directors/alex-barnes/

Very strange. Any ideas as to what I am doing wrong? Thanks.

When you say “look in the code”, do I only need to open the three additional ‘portfolio-mixed-page.php’ templates I created? I now have the following individual templates where I pull in one specific portfolio category each:

- portfolio-mixed-alex-page.php

- portfolio-mixed-gerard-page.php

- portfolio-mixed-matt-page.php

Are you also able to provide a code snippet to put me in the right direction? Thank you.

Hi, for example if you look for ‘portfolio-mixed-page.php’ you will find it in /sections/footer_section.php and other two files

<?php if( is_page_template('portfolio-page.php') || is_page_template('portfolio-mixed-page.php') ||  is_page_template('showcase-page.php') || is_page_template('carousel-page.php') || is_tax('portfolio_category') ){ ?>

So if your template file name is portfolio-mixed-alex-page.php you would have to replace it with

<?php if( is_page_template('portfolio-page.php') || is_page_template('portfolio-mixed-page.php') ||  is_page_template('showcase-page.php') || is_page_template('carousel-page.php') ||
is_page_template('portfolio-mixed-alex-page.php') ||
 is_tax('portfolio_category') ){ ?>

Hope it makes sense.

Thanks

Perfect thanks so much!

“If you got WPB in a theme, that means that theme author has a license and only he/she can download latest versions of WPB and include it in the theme.” We endeavor to update asap. When?

Now, if you download the latest version of Grenada, you will get the latest version of WpBakery.

where do we add Analytics to this theme? https://bio-progesterone.com/

thanks; will you be adding a field in the theme?

No, that’s actually plugin’s territory. Thanks

HI there is the below possible on your theme

1) self hosted fullscreen videos (autoplay) 2) continuous sticky audio play (while changing pages) 3) Hamburger menu (for example superfly) – and if so will the audio continue playing when pages are changed via superfly 4) video or audio autoplay on desktop and mobile

thank you

Hello, you may want to check the Satelite WordPress theme that has audio background as a feature which continuously play due to ajax page transitions.The audio and video do not play and mobile. Superfly may not be compatible with AJAX page transitions.Thanks

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey