Bug [show_portfolio]

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7100
    bnestorov
    Member

    Hi support team, I’ve found the following bug..maybe!

    When I add the following shortcode “[show_portfolio number_of_columns=3 post_count=15 image_size=”small” filterable=true no_margin=true]” the page section is ok but if you do not scroll all the projects till the end, the categories of the portfolio in the beginnig doesn’t mix them all but just the one you have loaded with the scroll..

    I’ll attach some pictures in order to give you usefull informations. portfolio.JPG is when I load the page and stop before the end of the portfolio list, portfolio1.JPG section HI TECH without load till the end, portfolio2.jpg HI TECH section after loading the entire page section.

    In order to try please visit the following URL:
    http://178.32.143.19/-secretview-bdigitalit/b-digital_it/wordpress/

    Waiting for your feed back,

    Branimir

    #7151
    Raghavendra
    Moderator

    Thanks for bringing this up. I can see the issue. Can you pls modify the line number 333 of js/main.js file and remove .single-page-template .showcase-section .image-area, from the line and see if that resolves the issue. Or you can use the following Custom CSS in theme options custom CSS tab –

    .single-page-template .showcase-section .image-area {
    opacity: 1 !important;
    }
    
    #7170
    bnestorov
    Member

    Problem solved removing from js/main.js:

    .single-page-template .showcase-section .image-area,

    Thank you very much for you support..

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Bug [show_portfolio]’ is closed to new replies.