-
AuthorPosts
-
November 17, 2014 at 2:33 pm #352419
- Form validation will not work when Date Picker and captacha are active
- Left sidebar page layout: Animated elements like Images Counters etc. will disappear when ajax portolio item is closed in color section – noticed this issue on a paralax page.
November 18, 2014 at 1:49 pm #352942Hi swissfilm!
Thank you for using Enfold.
Can you please provide a link to the actual page where this is happening? Please download 3.0.2 then update the theme via FTP.
Cheers!
IsmaelNovember 21, 2014 at 5:25 pm #355316This reply has been marked as private.November 22, 2014 at 10:03 am #355833Hi!
Thank you for the info.
I clicked the test link then close the ajax portfolio and the color section images are still there. Can you please provide a screenshot of the issue? Nice website, by the way.
Regards,
IsmaelNovember 28, 2014 at 3:53 pm #359598Hi Ismael,
Thank you. You guys doing a great job.
I may mislead you with my initial report. Please let me elaborate again.
The images animate in once the center of the screen has been reached. Opening a ajax window will expand the screen with the portfolio height and will not decrease if closed. The image in the section will animate in and show once the center+the height of ajax portfolio has been reached. In most cases the image will animate off screen or not at all if placed at the end of the page. If you browse the site normally everything works and animated as it should. If you load the page and stop by the portfolio, load the ajax window, closed it – all images underneath will not load in.Another Problem i just discovered:
If a animated Number with the Value of 0 (zero) is Placed in a section all images in below sections will not animated and remain invisible.
A special Heading with 0 (zero) will also not display.November 29, 2014 at 6:29 am #360026Hi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(this).trigger('resize'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');
Regards,
Josue -
AuthorPosts
- You must be logged in to reply to this topic.