Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1495422

    Hello
    When I insert the code to display a specific category in the portfolio element, or even when I select one of the categories in the portfolio element, the images in the testimonial do not load correctly.
    I enter the following code in my funticons.php. This is in accordance with the instructions on the themes website.

    //——————————
    // php – Open portfolio category
    //——————————

    function select_portfolio_filter(){
    ?>
    <script>
    jQuery( window ).load(function() {
    jQuery(‘.inner_sort_button:eq(2)’).click();
    });
    </script>
    <?php
    }
    add_action(‘wp_head’, ‘select_portfolio_filter’);

    Example

    Do you have a solution for this problem?

    #1495460

    Hey dominictschupp,

    Thank you for the inquiry.

    We may need access to the site to properly investigate the issue. Please provide the site URL in the private field, along with the login details.

    Best regards,
    Ismael

    #1495477

    Hey Ismael

    I found the solution. An error occurred when loading the images, but I was able to fix it by making adjustments to the CSS. Thank you.
    BR

    #1495481

    Hi,
    Glad that you found a solution, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Portfolio filter causes loading errors in testimonials’ is closed to new replies.