Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • sanjiovani Friend
    #201178

    How do I remove the upward motion effect on the position1 and position 2 modules – I am finding that it considerably slows the loading of the home page.

    I would like the modules to load normally without any effects

    http://198.252.68.98/~ilovef2/

    Adam M Moderator
    #548947

    Hi,

    Please open file root_folder/templates/ja_obelisk/css/custom.css and add this code at the end :

    .container .t3-sl-1 .t3-spotlight-1 {
    transition: none;
    }

    Save your file and recheck.

    sanjiovani Friend
    #549133

    thanks but there is still a problem with the module loading on the home page – it is very slow then the motion effect finally loads the module

    Adam M Moderator
    #549227

    Hi,

    If you want to improve your site performance, you might interest in this article.

    sanjiovani Friend
    #549453

    thanks I would like to completely turn off the motion effect for the position1 and position 2 modules- as you see it is still present

    http://198.252.68.98/~ilovef2/

    Adam M Moderator
    #549477

    Hi,

    Please update the code as mentioned in #2 reply. In addition, don’t forget to disable CSS Compression in JCH Optimize and re-enable it to update new CSS rule.

    sanjiovani Friend
    #549670

    thanks – I tried that and it did not work

    Adam M Moderator
    #549684

    Hi @sanjiovani,

    Try to change the code as below and recheck (there’s no white space between the 1st and 2nd class name) :

    .container.t3-sl-1 .t3-spotlight-1 {
    transition: none;
    }

    sanjiovani Friend
    #550355

    tried that unfortunately did not work – also I was advised there are number of scripts on the home page slowing down the site – please advise

    Adam M Moderator
    #550496

    Hi,

    1. I visited your site but see that the transition effect has been disabled completely, you might want to clear your browser cache and recheck.

    2. About website performance, you can check 2 articles below :

    * Tools and tips to check Joomla site speed and improve performance

    * 10 tips to improve Joomla site performance

    sanjiovani Friend
    #551253

    I have downloaded a new template on a test site

    bit.ly/1xyETHn

    and looked at the demo http://ja-obelisk.demo.joomlart.com/

    They both have the same problem

    initially you see a blank module in position 1 a delay and

    then the up word motion begins and module shows the module with images

    I would like to have the image upload the first time and completely remove the upward motion

    Thank you


    1. Joomla-movie-template-JA-Obelisk-2014-09-30-21-20-58
    Adam M Moderator
    #551345

    Hi,

    I posted the solution in page 1 already, please open custom.css file then add this code :

    .container.t3-sl-1 .t3-spotlight-1 {
    transition: none;
    }

    sanjiovani Friend
    #551440

    Adam

    I have placed the code in 2 templates and it is not working

    can I send you my ftp for you to check and figure out why it is not working

    Thanks

    Adam M Moderator
    #551480

    Hi,

    Yes, please send over a temporary FTP account via private reply, I will update the code for you.

    Adam M Moderator
    #551608

    Hi @sanjiovani,

    Thanks for the info. I checked your site and updated CSS code as below in root_folder/templates/ja_obelisk/css/custom.css :

    .t3-slideshow,
    .container.t3-sl-1 .t3-spotlight-1 {
    transition: none !important;
    }

    But I didn’t see the change takes effect immediately because your site is heavily cached. Please check back later (don’t forget to clear site / browser cache) as there might be a delay for your server to update new file.

Viewing 15 posts - 1 through 15 (of 17 total)

This topic contains 17 replies, has 2 voices, and was last updated by  Adam M 9 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum