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.
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!
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
Hello Kim, On mobile devices, you should see a poster image for the showcase video slide. for example Gold Man (http://clapat.ro/themes/grenada-wordpress/) Are you seeing a black background instead? Can you confirm?
hi clapat
on safari ou chrome desktop and mac OS sierra, even with recent iPhone 6S and IOS12, all about your link is clear and define with showcase or video slide : no problem at all
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 ?
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.
'post_type' => 'grenada_portfolio',
'tax_query' => array(
array(
'taxonomy' => 'portfolio_category',
'field' => 'slug',
'terms' => 'gerard-lambkin',
),
),
documentation:
https://codex.wordpress.org/Class_Reference/WP_Query#Taxonomy_Parameters
Thanks
'post_type' => 'grenada_portfolio',
'tax_query' => array(
array(
'taxonomy' => 'portfolio_category',
'field' => 'slug',
'terms' => 'gerard-lambkin',
),
),
followed by the other parameters
documentation: https://codex.wordpress.org/Class_Reference/WP_Query#Taxonomy_ParametersThanks
Not sure if this will work? I changed the “Custom Slug” under “Theme Options” from “grenada_portfolio” (or whatever the default is) to just “work”, hence why I tried using “work” in the array for “taxonomy”. Am I incorrect or is there a trick I am missing? Thanks.
That’s for portfolio url permalinks; the ‘real’ taxonomy is portfolio_category Thanks
I’ll give it a go. I’m not 100% sure whether I did try the ‘real’ taxonomy or not, but next time I get a chance I’ll double check my code. If still no luck is there anything else to try? Is duplicating the page template and making those tweaks the correct approach?
Perfect – got it working correctly by duplicating Portfolio Mixed and tweaking my array to the correct taxonomy structure as provided. Thanks!
Sorry one issue – since creating duplicated Portfolio Mixed templates and adding taxonomy code to only show one category, the URLs seem to be broken for each portfolio link. Clicking a portfolio item does not redirect to the individual portfolio page:
http://cartelfilms.com.au/web2019/directors/gerard-lambkin/Any ideas?
Hello, Look in the code and wherever you see ‘portfolio-page.php’ and ‘portfolio-mixed-page.php’ there only two files just add an OR condition (||) with is_page_template call that receives your page template(s) name as parameter. 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.
<?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