Visual composer: Post slider post grid not working right

This topic has 15 replies, 3 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson

  • Avatar: mothpre
    mothpre
    Participant
    July 25, 2015 at 07:15

    Hi

    The post slider isn’t working right – They do not show the abstract no matter the configuration – I have updated the VC and the theme WP is also up to date, still so not working. (this is the situation in a PAGE)

    Also when is set in a POST it only shows the tittle.

    Here is a screenshot for page http://uploadpie.com/gYlQt

    here is for post http://uploadpie.com/XdBdz

    What can I do to solve this? this week I have several publications we are in the middle of the most important event this year.

    Thank you

    Please, contact administrator
    for this information.
    14 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    July 25, 2015 at 08:23

    Hello,

    Your credentials are incorrect. Please check them. Also provide us with direct links of pages where the issue persists.

    Regards,
    Eva Kemp.

    Avatar: mothpre
    mothpre
    Participant
    July 25, 2015 at 15:40

    Hi, thanks for your answer – I am sorry there was a mistake in the password. Here are the credentials, links of pages where the problem is and drafts of post slider in a page and post slider in a post.

    Thank you for your help.

    M

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 28, 2015 at 14:27

    Hello,

    Please take our apologies for the delay. Provide us with FTP (FTP host, FTP user, FTP password) credentials in private content.

    Best regards,
    Jack Richardson.

    Avatar: mothpre
    mothpre
    Participant
    August 7, 2015 at 20:15

    I was traveling for work, here is the information. Thank you

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 10, 2015 at 13:11

    Hello,

    The images aren’t showing in your posts because of this code in custom.css:

    .post-single .post-images {
        display: none;
    }

    This class post-single is related to single posts and as you’re using Posts Slider in a post and not a page so images won’t be shown in single posts. So you’d better use Posts Slider element in pages or remove that code.

    Best regards,
    Jack Richardson.

    Avatar: mothpre
    mothpre
    Participant
    August 11, 2015 at 02:43

    Hi, thanks for your help. And about the content? why doesn’t it show it? I’ll try to remove that code, I do not remember what it is hiding.

    m

    Avatar: mothpre
    mothpre
    Participant
    August 11, 2015 at 03:38

    Hi

    Actually I can not remove that code, since it blocks the huge image showing in top of every post. For that I set that code from the beginning. http://uploadpie.com/PWJRZ

    The theme only stop showing the post slider image after I updated it. I have been using the code always and with old versions it was working in a normal way: blocking the images without affecting the post slider, so it can not be the real reason.

    If I remove the code the image shows in the Post Slider but no the content, There is something else there.

    Thank you in advance for your help.

    M

    Avatar: Eva
    Eva Kemp
    Support staff
    August 11, 2015 at 09:34

    Hello,

    I’ve edited your code in custom.css to:

    .post-single .post-images.nav-type-small.images-slider {
        display: none;
    }

    Please check Posts Slider now.

    Regards,
    Eva Kemp.

    Avatar: mothpre
    mothpre
    Participant
    August 12, 2015 at 19:56

    Hi thank you for your help

    DO you have an idea why the slider is not showing description?

    Avatar: Eva
    Eva Kemp
    Support staff
    August 13, 2015 at 08:21

    Hello,

    This is related to Visual Composer settings as description isn’t shown with default WordPress theme too.

    Regards,
    Eva Kemp.

    Avatar: mothpre
    mothpre
    Participant
    September 2, 2015 at 05:13

    Greetings

    The code you set for the post huge image (that is at the same time the featured image) is not working in the right way.

    The idea was not to have this image at the top of every post, only have it as featured image. that’s why there was this costume code:

    .post-single .post-images {
        display: none;
    }
    

    The one that has been changed by you in order to fix the problem with the post slider for:

    .post-single .post-images.nav-type-small.images-slider {
        display: none;
    }

    But the huge image at the post of posts is now visible in some post and invisible in some others. I would like to keep it hide in every post.

    Could you help me with the right code? in private content samples of posts where it is visible and where is not and access info.

    Thank you in advance for your help.

    theme and plugins are up to date.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    September 2, 2015 at 09:06

    Hello,

    I’ve added this code in custom.css:

    .post-single .post-images.nav-type-small .post-images ul.slides {
        display: none;
    }
    
    .blog-post.post-single .post-images ul.slides {
        display: none !important;
    }

    Please check single posts now.

    Regards,
    Eva Kemp.

    Avatar: mothpre
    mothpre
    Participant
    September 3, 2015 at 04:33

    Thank you so much for you help, as always so kind. It is working in the right way

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 3, 2015 at 07:53

    Hello,

    You’re welcome.

    Best regards,
    Jack Richardson.

  • Viewing 15 results - 1 through 15 (of 15 total)

The issue related to '‘Visual composer: Post slider post grid not working right’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.