Tagged: enfold, testimonials
-
AuthorPosts
-
March 24, 2017 at 4:43 pm #766274
On my website the testimonials have stopped showing.
Could you have a look at it?March 24, 2017 at 5:24 pm #766287Hey 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,
YigitMarch 24, 2017 at 8:34 pm #766380I deactivated all plugins and still nothing :S
Any clue?March 26, 2017 at 6:33 am #766824Hi,
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,
RikardMarch 26, 2017 at 8:07 pm #767026Login information attached in private content
March 28, 2017 at 12:22 pm #768079Hi,
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 filesBest regards,
YigitApril 6, 2017 at 10:10 am #773056Yigit,
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.
April 7, 2017 at 7:32 am #773733Hi,
I guess it’s possible yes, could you try removing it to see if that is the case?
Best regards,
RikardMay 21, 2017 at 9:12 pm #797301I 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!May 22, 2017 at 12:37 pm #797586Hi,
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
May 25, 2017 at 4:08 pm #799629Nikko,
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!May 25, 2017 at 7:42 pm #799746Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.