I just added the profile default shortcode. Is not a plug in
But in safari it works
Hi, i’ve found the problem or what cause it: video.
If I put a video element that is not shown(the user profile) even if it is on a slider. Is putting a video and it stops working as intended.
Where are you from? My hosting server block non spanish countries.
I will give you access after it.
Thank you!
Okey Just wordpress?
I’ve got two options:
funciona.php and functions_enfold.php
If i put this code: `function avia_custom_accs(){
?>
<script>
jQuery(window).load(function(){
jQuery(‘.accsb a’).click(function() {
jQuery(‘#accs’).slideToggle(“fast”);
});
});
</script>
<?php
}
add_action(‘wp_footer’, ‘avia_custom_accs’);`
on functions_enfold.php my website turns white and does not work but if i put it on just functions.php it does not work too