Okay
  Public Ticket #3437580
Image sizes optimisation
Closed

Comments

  •  30
    damien started the conversation

    Hi, hope all is well?

    1. There is a new setting in Salient where you can reduce the number of image variants that salient uses. What is the recommended method for knowing which sizes ARENT being used by the site?
    2. Both Slaient and WProcket offer "Dealy javascript Execution" and Move Jquery to footer". Does it matter which way thee are enabled and what is your general advice for the best combination of settigns for the fastest loading site?

    Thanks
    Damien

  •  2,958
    Andrew replied

    Hey Damien,

    Thank you for getting back to us.

    1. This article might assist you with this https://updraftplus.com/how-to-delete-unused-images-in-wordpress-using-wp-optimize/.

    2. You can use either of the settings but I would recommend using the theme settings as these are optimized for the theme.

    I hope that helps.

    Kind regards,

  •  8,839
    Tahir replied

    Hey Again,

    1. The New Feature is intended towards developers that would otherwise require code to remove the image sizes. 

    Most of the sizes are related to the Portfolio Masonry Feature: 

    7363562035.png

    Thanks 


    ThemeNectar Support Team 

  •   damien replied privately
  •  2,958
    Andrew replied

    Hey Damien,

    We're glad you're enjoying our theme.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    #to-top {
      bottom: 40px;
    }
    

    Try that and let us know how that goes.

    Thanks,

  •  30
    damien replied

    ok thankyou, this worked.