Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter WoDFReview

    (@wodfreview)

    Okay, so this is where I add the code to make your plugin functioning on my website? If so, what are the codes?

    Thanks in advance ??

    Thread Starter WoDFReview

    (@wodfreview)

    Hi again, I got a reply from Avada support and their answer wasn’t that clear, but maybe you will understand the answer better than I did.

    Muhammad Hassan replied
    Jul 6, 7:41am
    Hello Sean!

    Thanks for getting in touch with us! My name is Muhammad Hassan and I’ll be your assigned support rep!

    Our thumbnail functionality of add_image_size() can be found in class-avada-init.php which is in includes folder of Avada Theme in line # 71. I have attached the screenshot of them.

    Thanks!

    The code the replier attached were:

    /**
         * Add image sizes
         */
         public function add_image_size() {
    
             add_image_size( 'blog-large', 669, 272, true );
             add_image_size( 'blog-medium', 320, 202, true );
             add_image_size( 'tabs-img', 52, 50, true );
             add_image_size( 'related-img', 180, 138, true );
             add_image_size( 'portfolio-full', 940, 400, true );
             add_image_size( 'portfolio-one', 540, 272, true );
             add_image_size( 'portfolio-two', 460, 295, true );
             add_image_size( 'portfolio-three', 300, 214, true );
             add_image_size( 'portfolio-four', 220, 161, true );
             add_image_size( 'portfolio-five', 177, 142, true );
             add_image_size( 'portfolio-six', 147, 118, true );
             add_image_size( 'recent-posts', 700, 441, true );
             add_image_size( 'recent-works-thumbnail', 66, 66, true );
         }

    Thanks in Advance!

Viewing 2 replies - 1 through 2 (of 2 total)