Discussion on Grenada - Creative WordPress Ajax Portfolio Showcase Slider Theme

Discussion on Grenada - Creative WordPress Ajax Portfolio Showcase Slider Theme

By
Cart 1,742 sales
Well Documented

ClaPat supports this item

Supported

322 comments found.

Hi, before i buy your template, is it possible to make a landing page?

Hi, yes, you can start with a landing page. What exactly do you have in mind?

I want to make my image full, like this http://clapat.ro/themes/grenada-wordpress/grenada_portfolio/born-wild/ so it really full width without black bar betweet them, how to make it like that?

Those images stretching full width have a CSS class ‘full’ added to their container. So you could build a page with a full width image at the top? Thanks

Hello there, on the project view page is it possible to make read more not to open on another tab but to make it show more text on the same page when read more has been clicked, and is it possible to make all the images on the project view full width Thanks

OK, thanks, you need to open a private ticket on clapat.ticksy.com and provide your site url. Maybe we need wp admin access as well. Regarding background color: find this bit in /js/scripts.js
if ($("#page-content").hasClass("light-content")) {
            $("main, nav").css('background-color', '#0f1010');
            $('#magic-cursor').addClass('light-content');
            if( $('#hero').length > 0 ){                        
                if( $('#hero').hasClass("has-image")) {    
                    $("header").css('background-color', 'transparent');
                } else {
                    $("header").css('background-color', '#0f1010');
                }
            }
        } else {
            $("main").css('background-color', '#fff');
            $("nav").css('background-color', '#0f1010');
            $('#magic-cursor').removeClass('light-content');
            if( $('#hero').hasClass("has-image")) {    
                $("header").css('background-color', 'transparent');
            } else {
                $("header").css('background-color', '#fff');
            }
        }
Set the value for the background color #fff or #0f1010 depending on the background type, and hard refresh your page (Ctrl+F5) after saving the file. Thanks

Hi there, l’ve got a question on how to change grenada_portfolio permalink

Hi, You can go to customizer -> portfolio settings to change the custom slug. Just enter your own and after saving the changes go to Settings -> Permalinks and press ‘Save’ to refresh them.

In order to completely remove it you may want to use a plugin:

https://wordpress.org/plugins/remove-cpt-base/

Hi mate, on IOS device when a click back button ​the website freeze and i can’t continue the navigation.

Is there any fix for that serious problem please? Tks

Hi, responded to your ticket. Thanks

Me too. Tks

I am trying to use the grenada collage, but the images are not being made small. they are in full width. I looked at the baseball page and tried to just input the images int here but it is doing the same thing. I did not put a smaller image in the thumbnail because the baseball one does not. So the thumbnail and the full image is the same file. Is that part of the problem? By the way, I am using only the gutenberg editor. I am seeing you refer people to this page: http://miromannino.github.io/Justified-Gallery/options-and-events/. And I can modify the row height and the images get smaller. that is cool. but how do i do that in gutenberg?

Hello, you specify for a collage image the full version and the thumbnail version, they can be different. Thanks

We also responded to your ticket. Thanks

love the theme. Any way the logo and menu would disappear when scrolling down but reappear when scrolling up?

Hi there! this is custom work, not sure how when smooth scrolling is enabled the header is outside of the scrolling area. Thanks

Hi ClaPat,

Strange bug since a few versions : my website is scrollable horizontally whereas it shouldn’t.. Did you change anything ? Here is a quick link to check the issue : http://pic.sim-f.net/portfolio/tokyo/

Thanks for your time, Regards !

Hi,

Please add this in Aditional CSS:

.justified-gallery { padding: 0!important; width:100%!important; margin: 0!important; }

It worked, thanks. Did you change anything with the last releases or is a bug ? Regards :)

Hi guys, I love your template, but I have one question: I use the Fullscreen-Slider and I don’t know why, but the video loop I have inserted in the hero section is heavily zoomed in and the video therefore loses a lot of quality. In your example “Gold Man” this is not the case – the video stays the same size, no matter if I reduce or enlarge the browser window. Can you please help me? Best!

Hello, the ‘zoom’ factor you mentioned is always variable and depends on the original video aspect ratio and current viewport size. Thanks

The zoom factor ist variable – okay! But where can I adjust the zoom factor? All videos have a size of 1920×1080px.

Yes, let’s suppose the video has 1920×1080, this video will display differently in different viewport sizes as explained here: https://clapat.ticksy.com/article/7379

Hi Clapat, is it possible instead of having a portfolio item going into an internal slug, to have your portfolio item going to an other website ? Like you just click on it and it makes you go on an other website ?

Hello, with custom work so that you add a new option in portfolio options (/include/metabox-config.php) and read that option and apply it in /sections/portfolio_section_item.php instead of
$item_url = get_the_permalink();
line 26

Can I use centred slider for desktop and portfolio grid for mobile?

You could use different homepages on different devices, I think that there are plugins out there doing that. Thanks

Hi, this is a pre purchase question.

To what extent can I customise this theme? Also, is the WP bakery plug in included with the theme or do I have to buy it separately. If it’s available, for how long?

This is the link to online documentation http://clapat.ro/themes/grenada/documentation/ describing all the options and settings.

The Wp Bakery Page Builder (formerly known as Visual Composer) is shipped with the theme and has a shared license. This is why we are able to offer it for free. However, you don’t have access to automatic updates.

You will either have to buy a full license or contact us to update it. We periodically release theme updates which contain the latest version of the plugin as well.

Thanks

I am a UX designer with no coding skills. Do you think I will be able to use this theme without developer assistance? Also, will I get the updates forever?

Depends what you are looking for. If you want a minimal theme with clean, simple looking content then Grenada is for you. We recommend the default Gutenberg editor since it’s ajax friendly. Ajax page transitions can be set on and off. If you have ajax off you can use WPBakery without problems otherwise we provide a child theme providing basic compatibility between ajax and wpbakery elements. Thanks

Hi, I’m going crazy to understand why caption image on showcase slider (ALL SLIDERS) don’t appear!!! I loaded images on each portfolio so many times, I also reinstall theme and demo datas but problem persist..can you help me?

Hi, can you send your site url? Thanks

Hello, do you know how to get a good quality natural referencing with a home page without text?

Hi, what do you mean exactly? Can you give us more details? Thanks

Hey! Can you please tell me how to swap the “Next” and the name of the next portfolio item on the single portfolio page navigation? That would be great! Thank you

Exactly the second way. Next above the line Big and the name of the next portfolio page under the line when hover. Thanks

Hello, you need to open /include/hooks-config.php and modify grenada_prev_post_link or grenada_next_post_link depending on what is the setting in customizer -> portfolio settings -> portfolio navigation order from
$output = '<!-- Project Navigation --> ';
                    $output .= '<div id="project-nav">';
                    $output .= '<div class="next-project-wrap">';
                    $output .= '<div class="next-project-image" style="background-image:url(' . esc_url( $grenada_hero_image['url'] ) . ')" />';
                    $output .= '<a class="next-project-title next-ajax-link-project hide-ball " data-type="page-transition" href="'. esc_url( get_permalink( $next_post ) ) .'">';
                    $output .= '<div class="main-title">' .  wp_kses_post( $grenada_hero_title ) . '</div>';
                    $output .= '<div class="main-subtitle">' . wp_kses_post( $grenada_theme_options['clapat_grenada_portfolio_next_caption'] ) . '</div>';
                    $output .= '</a>';
                    $output .= '</div>';
                    $output .= '</div> ';     
                    $output .= '<!--/Project Navigation -->';

to

                    $output = '<!-- Project Navigation --> ';
                    $output .= '<div id="project-nav">';
                    $output .= '<div class="next-project-wrap">';
                    $output .= '<div class="next-project-image" style="background-image:url(' . esc_url( $grenada_hero_image['url'] ) . ')" />';
                    $output .= '<a class="next-project-title next-ajax-link-project hide-ball " data-type="page-transition" href="'. esc_url( get_permalink( $next_post ) ) .'">';
                    $output .= '<div class="main-title">' . wp_kses_post( $grenada_theme_options['clapat_grenada_portfolio_next_caption'] ) . '</div>';
                    $output .= '<div class="main-subtitle">' . wp_kses_post( $grenada_hero_title )  . '</div>';
                    $output .= '</a>';
                    $output .= '</div>';
                    $output .= '</div> ';     
                    $output .= '<!--/Project Navigation -->';

Hope I got the code right I have not tested it. Thanks

Thank you very much! I just needed the right place cause I didn’t find it.

Hey hi! How can i make the menu/header bar not sticky?

Hello! With custom CSS and a bit of custom work because we don’t have a theme option on/off for this. Thanks

Hello,

is normal in puchased version the home page not totaly vertical adaptaive responsive on mobile? In preview mode the screen move a little up and down. Thanks

Hey, okay that’s fine. What ’s the device you are previewing the site with? Thanks

on galaxy S9 plus

It happens on all devices with bottom bar when you are previewing a fullscreen slider. The viewport is the same as the phone screen size however the top bar has a relative position which moves down the content and the bottom bar has a fixed position which overlaps the content. Therefore the vertical scroll. Thanks

Hello, can I remove the shadow on the home page of the portfolio? the one that starts from the bottom. Can I change the font of the portfolio home page? Can I change the page transition on the portofolio home page?

thank you so much

Hi plz remove
#image-slider::after {
    content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
from portfolio.css line 275

Thank you very much.

Sorry, last question. I wish to remove “grenada_portoflio” on the link of my portfolio pages

http://freesomeclub.com/grenada_portfolio/sonya/

Hey there, I am not asking how to do anything. I was just wondering if third party blocks should still work with the theme? I have tried adding stackable elements blocks but they won’t show up. Cheers.

Hey, if you disable ajax page transitions in theme options -> general settings you should be fine. Thanks

Hi how can I have my form button work the same as navigation menu hover?

I have added same classes – .ajax-link and .link – but on hover the bottom border does not show.

You should disable smooth scroll in appearance -> theme options -> general settings to have the browser’s scrollbars The button has a different effect on hover. The link has these styles concerning hovering
a.link:hover::before, p a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}
Thanks

Thank you – I do want the scroll bar but also I need to have smooth scroll on… can you advise if it’s possible to have it on?

One final thing – when you scroll down the page is it possible to add a class to the header so I can add a black strip behind it? Otherwise white nav text gets hidden behind white page… I looked at scripts.js there is some code for scrolling there but just wondered what to edit?

Hi

plz try removing
.scrollbar-track {
    background: transparent !important;
    display: none !important;

from line 1953 in style.css

second question – can you give us more details and actually your site url so we can see clearly what’s the pb you are trying to solve. thanks

Hey! I was wondering if I can create a new page without the title automatically being at the top? So I want to create a page without the page title showing at all basically? Cheers

Hello, you can go to /sections/hero_section.php and remove lines 18 to 28
        <!-- Hero Section -->
        <div id="hero">
           <div id="hero-styles" class="parallax-onscroll">
                <div id="hero-caption" class="">
                    <div class="inner">
                        <h1 class="hero-title"><?php the_title(); ?></h1> 
                    </div>
                </div>                    
            </div>
        </div>                      
        <!--/Hero Section -->

thanks

Is there a way to hide a content block when viewing on mobile? I want it to show up on desk top but hide when viewing on mobile.

Hello, yes there is. add a custom class to the block in Additional CSS classes and then specify in customizer -> additional CSS
@media only screen and (max-width: 767px) {
   .hide-on-mobile{
       display: none;
   }
}

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