Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #289243

    Hi, when I click on the Video tips tab on this page the videos go off the screen (they are too far apart). When I refresh the page it fixes it. Any way I can fix this.

    http://www.weather-tight.com/windows/double-hung/

    #289294

    Hey weathertight!

    Thank you for using the theme.

    The dynamic css fails to load and there are a few script errors on the site. Please deactivate all plugins then test it again on another browser. If it works, try to activate the plugin one at a time to find the plugin that causes the issue. Please download the latest version 2.9 from your themeforest account then update the theme via FTP. Refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Ismael

    #292142

    I tried what you said. Disabling the plugins did nothing. When I updated the theme, it screwed some things up. Please visit this page and click on video tips tab. http://www.weather-tight.com/windows/double-hung/ It also messed up my menu “Visit our other window pages” and my sidebar. Please help!

    #292792

    Hi!

    That tab is empty of content at the moment so I’m not able to see the error.

    What specifically has changed when you updated? Have you re-checked the settings for that page/that sidebar?

    Regards,
    Devin

    #293997

    Hi, the tab is actually not empty, the videos are in the tab. That’s how messed up it is. The QA and Warranty under the videos are actually the tabs that come after the video tab.

    #296235

    Hi!

    You can try to trigger an automatic window resize event if the user clicks on the tab. Open up wp-content/themes/enfold/js/shortcodes.js and replace:

    
    				if(typeof click_container != 'undefined' && click_container.length)
    				{
    					sidebar_shadow.height(active_c.outerHeight());
    				}
    

    with

    
    				if(typeof click_container != 'undefined' && click_container.length)
    				{
    					sidebar_shadow.height(active_c.outerHeight());
    				}
    
    				$(window).trigger('resize');
    

    Cheers!
    Peter

    #1009098

    Hi, I just upgraded to Enfold 4.4.1 and I am looking for the new solution to this video resizing bug. Can you please provide a solution.

    #1009255

    Hi weathertight,

    Where can we see the problem that you are having?

    Best regards,
    Rikard

    #1009406

    Hi Rikard! I am having the issue on this page (and others) when I click on the video tips tab. https://www.weathertightcorp.com/windows/double-hung/ The videos are off the screen. Your team had given me a solution that made the videos refresh and come on the screen when someone clicked on the tab. The solution I was given doesn’t work with the latest version of Enfold. I am looking for a new solution.

    #1009789

    Hi,

    Thank you for the update.

    This script should help rearrange the grid when you click on the tab.

    
    add_action('wp_footer', 'ava_custom_trigger_resize');
    function ava_custom_trigger_resize(){
    	?>
    	<script type="text/javascript">
    		(function($) {	
                $('.tabcontainer .tab_titles .tab').on('click', function(e) {
                    $(window).trigger('resize');
                });
    		})(jQuery);
    	</script>
    	<?php
    }

    Just add it in the functions.php file.

    Best regards,
    Ismael

    #1009896

    Hi Ismael,

    I have added the code to the functions.php file and it doesn’t seem to be working. Anything else I could try?

    #1010542

    Hi,

    The videos inside the tab are arrange properly when I check. Is this fixed?

    Best regards,
    Ismael

    #1010816

    Hi Ismael,

    This still is not working for me, I have testing it on multiple machines. If you refresh the page it works, but that is not a normal user behavior. Can you please take another look at the code.

    Here is a link to a screenshot of what I’m seeing: https://www.weathertightcorp.com/wp-content/uploads/2018/09/Capture.png

    John

    • This reply was modified 6 years, 2 months ago by weathertight.
    #1011075

    Hi,

    This is what I get on initial load.

    Screenshot: https://imgur.com/a/QS6SsZ3

    Did you remove the browser cache? Please test it on another computer.

    Best regards,
    Ismael

    #1011322

    Hi Ismael,

    I have tested it on three computers. I cleared all the browser cache. I cleared my caching plugin W3 and even disabled it. I am still having the issue on all three computers. Any ideas?

    John

    #1011594

    Hi,

    Ok. I am able to reproduce the issue on Chrome, Windows 8. Please provide the login details in the private field so that we can test the script.

    Best regards,
    Ismael

    #1011601

    I have sent. Thanks.

    #1011667

    Hi,

    Thank you for the info. I can’t modify the functions.php file via Appearance > Editor panel though. Please post the FTP details in the private field.

    Best regards,
    Ismael

    #1011849

    Here you go.

    #1011919

    Hi,

    Thanks for the update. We modified the script in the functions.php file a bit. It should be working properly now.

    Best regards,
    Ismael

    #1011921

    Thanks! Do you know how I get the functions.php file to working in my WP dashboard in the future?

    #1012155

    Hi,

    I’m not really sure why it’s not working. It actually provides another layer of protection because no one will be able to edit the files directly within the dashboard.

    Best regards,
    Ismael

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