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.

Hello, I would like to show only 6 portfolio items on my home slider, but I have more portfolio items. How can I do that? Thanks

Yes, I want to restrict how many portfolio items are showing in the Showcase slider. It could be by the item ID. Or any other way thats possible to select what itens I want to show (maybe by date? to show only the last 5, so I can change the item publication date to select the items I want)

A solution: make a copy of showcase-page.php and rename it showcase-page-ex.php. Modify also the header to change the name of the template to ‘Showcase Ex Template’ Then go and find this bit
$grenada_args = array(
                                                'post_type' => 'grenada_portfolio',
                                                'paged' => $grenada_paged,
                                                'posts_per_page' => 1000,
                                                 );

and add an extra argument post__in or post__not_in parameters

https://codex.wordpress.org/Class_Reference/WP_Query#Post_.26_Page_Parameters

Thanks! It worked.

Hi, When I add to page youtube or vimeo video, scroll to down or up doesnt work when mouse on video. on mobile also same doesnt work touch to up or down. there is any help why thats happen?

Hi, You have emebed your vimeo videos with an iframe inside page. Having an iframe into a page will disable overscroll. Here is another method of how you can add vimeo without iframe. https://stackoverflow.com/questions/23523420/embed-vimeo-video-with-the-html5-video-element-and-without-iframe Hope this help you.

Regards

Hi, I did try this method and its also same. disable overscroll. :( http://vlanderon.com/portfolio/spice-hotel-belek-sosyal-medya-videolari/

on the link you can see. first video after hero title. Actually for web its not so big problem there is enough space for scroll down up. but on mobile there is no place. I just need fix that for mobile view.

Hi, I am not able to preview the portfolio project I am getting redirected to the home page. Alternatively, you could try using our video shortcode for self hosted videos: http://clapat.ro/themes/grenada-wordpress/grenada_portfolio/gold-man/ thanks

I’m having some trouble using a few elements. Can you please provide some assistance?

1: Carousel Slide: Is it possible to set it to match height instead of match width?

2: Normal image slider: One one of my portfolio pages I have 2 ‘normal image sliders’. When I try to click through the second slider, the page auto scrolls up to the top slider.

Thanks!

Hi, Just checked on Chrome http://bichenodesigns.com/project/ecomoto/ and it looks like there is no issue of autoscrolling – anything else I need to do to reproduce it? Thanks

On the Ecomoto page, the first image slider works, but the second one scrolls the page back to the first slider. This issue happens on all pages with the slider.

I have just checked, and it seems maybe its only a problem with chrome, not firefox. However, most people are using chrome.

Thank you

Hello, When I go to the page, the sliders scroll fine both on Chrome and Firefox. I refreshed also the page couple of times to get rid of the cache. Does not scroll to the first slider when you navigate the second.

Two things :

1. How do i remove the URL structure of www.url.com/grenada_portfolio/x?

2. I’m experiencing a load bug, when you click through the home page the heroes all jump on load, it ruins the seamless effect of the animations

www.saltygoose.com

1. You cannot remove grenada_portfolio but you can change it. Just go to appearance -> theme options -> portfolio options and enter your own in ‘Custom Slug’. Refresh the permalinks in Settings -> Permalinks (just press Save there)

2. I don’t see any jumpings in hero section when navigating from home page. Can you send us a short clip maybe?

Hi! First of all I really love your theme, it’s amazing. I only have one problem, the blog section even if it has black background, it display the font in black like it is switched on white background. It’s like it doesn’t take the page stories as the blog page. I’ve alredy set up the page in reading options Can you help me? Thanks!

Do you have anything set for Settings -> Reading -> Posts Page? If yes, can you remove that and try again?

Done, but It didn’t solve the problem

Can you open a private ticket on clapat.ticksy.com and provide wp admin access? Thanks

Hi, there is a way to make fullscreen layout something like this: https://antoni.de/ On my case, my titles are not short and it’s not so good look as your demo page. I can’t make titles short. that’s why I try to find a solution. hope you can help. by the way their carousel slider also interesting check it here: https://antoni.de/cases/

also in fullscreen slider its not slide all image and text together. actually its only problem for long texts.

I need to see the titles if possible. You can open a private ticket on clapat.ticksy.com if you still want to keep the site in coming soon mode.

The hero section videos are available only in project (portfolio) pages

Hey guys, great theme! Having a small issue, I can’t seem to be able to change the site’s permalinks without generating 404 error on every portfolio post. I want to change from grenada_portfolio to vsible_live-portfolio and every time I do this both in theme options and permalinks editor the error occurs.

Plz provide wp admin access in a private ticket on clapat.ticksy.com so we can have a look.

Done, ticket number: 1835066 Thanks guys

Hi, I changed custom slug in theme options -> portfolio to ‘visible_live-portfolio’ and then refreshed the permalinks (just pressing Save in Settings -> Permalinks) and now it works properly.

can i set Background to light or dark on a specific page?

Hi there, did you buy the HTML version – because I don’t see the Purchased badge next to your username. Thanks

hi how can I change preloader? there is a way use own gif? or video for preloader?

Hi , the preloader is implemented in header.php

<!-- Preloader -->
        <div class="preloader-wrap">
            <div class="outer">
                <div class="inner">
                    <div class="percentage" id="precent" />                          
                </div>
            </div>
        </div>
        <!--/Preloader -->  

the preloader wrap is automatically hidden after page load. The percentage is animated in PageLoad() function from /js/scripts.js

How can I change the slide title to be different colours on hover/when slide is active?

I have tried:

div[data-slide=”2”] { color: yellow!important; }

for example but no luck

Hi, you need to change one or all of the following elements:

.light-content .swiper-slide.active span {
    color: #fff;
}

.light-content .active .slide-title span {
    -webkit-text-stroke: 1px #fff;
}

.active .slide-title::before {
    color: #ff;
}

in customizer -> additional CSS #fff is default color, so change it with your own

Thanks

I meant I want each separate title to have a different colour…I found the solution here:

” [data-slide=’2’].active span { color: #e40076!important; -webkit-text-stroke: #e40076!important; } “

Bonjour, j’aimerais changer la couleur de background de la page d’accueil UNIQUEMENT. Est-ce faisable ? Merci

Try adding
.page-id-1707 main {
    background-color: #your_hex_color_code_here !important;
}

in customizer -> additional CSS

Merci mais çà change la couleur sur l’ensemble des pages, je souhaiterais ne l’ajouter QUE sur la page d’accueil.

Ok I see. Plz open /js/scripts.js and go to line 366 replacing with
if( $("body").hasClass("page-id-1707") ){
    $("main, nav").css('background-color', '#your color hex here');
}
else{
    $("main, nav").css('background-color', '#0f1010');
}
Hard refresh the page (Ctrl+F5) I have not tested it but provide wp admin access with rights using Appearance -> Editor in a private comment on clapat.ticksy.com if you are still having issues. Thanks

i can’t update my wpbakery builder to the newest version. Once i updated, the whole site messed up. Please help

Hello, send us wp admin access in a private ticket on clapat.ticksy.com

Bonjour, j’ai téléchargé et installé votre thème, jusque là aucun problème. Cependant, quand je met une photo dans un item de portfolio, celle-ci ne s’affiche pas !

Hello can you open a private ticket on clapat.ticksy.com and provide wp admin access so we can have a look?

Hey, I have a problem. i just installed to 1.5 and it still occurs.

The smooth scroll doesn’t work on Firefox. It does on Chrome. The thing is, it’s working on Firefox with the demo. I checked and unchecked, still doesn’t work on my site however.

Any fix for smooth scroll on Firefox ?

Hi, Make sure you have cleared the cache on your Firefox. And hard refreshed the page. if the problem still persists, send us your site url.

I have the same issue of @bearavo on safari too

It should be fixed in 1.5

Hi, I just update the Theme version and everything works great… but update the Visual composer version and Im getting an error… If don’t update the visual composer version won’t work with WordPress 5.0

Hi, try removing the old version of wpbakery completely and let the theme install it. The plugin itself can be found in /plugins_required/js_composer.zip

Yeah It Worked. I Delete the WpBakery Plugin and re-intalled it from the theme.

Hello There,

I purchased this theme and so far looks very good. Good work guys! However, I have two simple questions for you : • 1st. How can I update the WP Bakery Page Builder? It needs an update. • 2nd. I want to have the exact About and Contact page as you guys have it in your showcase, How can I import it?

Thank you.

Hello 1. give us a shout to update it on clapat.ticksy.com Open a private ticket and provide wp admin access, if possible

2. you can import demo data to have a replica of our demo site, to start with. We can help you with that too.

Ok i will open a ticket then. Thank you.

First of all, thanks for the theme. We are having an issue on safari. The theme has some bug on safari. could you check? https://drive.google.com/file/d/1Sl6DhRIqJHJ-eHU5wAmE0Uu5loWqsD5U/view

Website link: https://bit.ly/2RSOxlL

Plz update the theme to the latest. We have just release an update with a fix for safari scroll. Thanks

Thank you it is fixed

Hi, how can I change the hover style on the WPML switch? Currently, it doesn’t work properly, the text rises and cuts it from the top

What is the site url?

In style.css at line 1152 please remove this:

.flexnav li a span { position: relative; display: block; -webkit-transition: -webkit-transform 0.2s; transition: transform 0.2s; transform-origin: 100% 0%; } .flexnav li a span::before { position: absolute; top: 100%; width:100%; left:0; content: attr(data-hover); } .flexnav li:hover a span { -webkit-transform: translateY(-100%); transform: translateY(-100%); transform-origin: 0% 0%; }

Hey!

How I can add images to home-site? Slider is useing, but I can’t add images or text.

Hi, if you are using the Showcase template you can setup the images and the caption in portfolio item options.

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