Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #766274

    On my website the testimonials have stopped showing.
    Could you have a look at it?

    #766287

    Hey envis,

    Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.

    Best regards,
    Yigit

    #766380

    I deactivated all plugins and still nothing :S
    Any clue?

    #766824

    Hi,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #767026

    Login information attached in private content

    #768079

    Hi,

    Please update Enfold to the latest version 4.0.4 via FTP and overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/
    Issue seems to be related to broken js files

    Best regards,
    Yigit

    #773056

    Yigit,

    Removed the entire Enfold theme and replaced it with version 4.05.
    The problem persists.

    I do use a bit of custom code to keep the gallery in view when paginating.
    You guys helped me with this:

    add_action( ‘wp_footer’, ‘enfold_customization_pagination_anchor’ );
    function enfold_customization_pagination_anchor() {
    ?>
    <script type = “text/javascript”>
    jQuery(document).ready(function(){
    jQuery(‘.pagination a’).each(function(i, e){
    var url = jQuery(this).attr(‘href’);
    jQuery(this).attr(‘href’, url + “#portfolio”);
    });
    });
    </script>
    <?php
    }

    Can this somehow influence the Tesitmonial rotator?

    • This reply was modified 7 years, 7 months ago by envis.
    #773733

    Hi,

    I guess it’s possible yes, could you try removing it to see if that is the case?

    Best regards,
    Rikard

    #797301

    I have tried everything by now:

    • Enfold and WP are up-to-date. Even updated enfold folder manually from latest zip
    • Tried removing content of style.css in CSS style sheet, no effect
    • Tried with empty functions.php, no effect

    When I copy all content of the page (CTRL+A CTRL+V in Notepad, I see the text of the testimonials.
    Can you have one more look, this is driving me insane!

    #797586

    Hi,

    It’s showing up now. I could see some js errors in the console, which is Caused Werkwijze Styling link

    #werkwijze%20styling

    I replaced it with:

    #werkwijze
    
    
    and testimonials is appearing just fine. Let us know if it's also good on your end :)
    
    Best regards,
    Nikko

    #799629

    Nikko,

    That fixed it. I know that putting a space in an anchor is a bad idee (and I didn’t do it), but that shouldn’t cause a site to malfunction like that right?

    Thank you very much :)
    Everything works again!

    #799746

    Hi,

    It did affect some js scripts though that’s causing the site not to function properly. Anyway, you’re very much welcome and thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.