Cache Issue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #5085
    Cymax4170
    Member

    I’ve had more than a few comments from co-workers and customers that when they load the site, http://www.ConstantRetail.com all of the images load as they scroll but none of the text.

    I’ve only managed to duplicate this issue once, on a computer in one of our meeting rooms. With a hard refresh, the content seemed to load with out issue.

    Is anyone else experiencing this issue?

    Is it a cache issue? Can I force a hard load of the page to ensure content will load?

    Suggestions?

    #5086
    Raghavendra
    Moderator
    #5120
    Cymax4170
    Member

    Thanks… any guidance on how to edit the file {theme directory}/js/main.js file ?

    #5125
    Raghavendra
    Moderator

    Not sure what you are asking really. Just paste the following code to the very end of the JS file –

    jQuery(window).load(function(){
    	jQuery('body').width(jQuery('body').width()+1).width('auto');
    	});
    

    You can use your regular text editor to do the same.

    #5133
    Cymax4170
    Member

    My question is, how and where do I manage to edit the “js file”?

    Do I add the code using through – Appearance / Theme Options / Miscellaneous ?

    Or through – Appearance / Editor ?

    Or other?

    #5140
    Raghavendra
    Moderator

    Through Appearance/Editor if possible(it may not be visible via this mode unless you install a plugin like Synchi – http://wordpress.org/plugins/synchi/), otherwise you can just edit it through an FTP client.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.