Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pluginsware

    (@pluginsware)

    1. Open {WP root}/wp-content/plugins/advanced-classifieds-and-directory-pro/public/partials/acadp-public-listing-display.php

    2. Search for wp_get_attachment_image_src( $images[ $index ], 'large' );

    3. Make it as wp_get_attachment_image_src( $images[ $index ], 'full' );

    4. Save the changes and try now.

    And, Yes we will have the light-box feature very soon.

    Plugin Author pluginsware

    (@pluginsware)

    Sorry, forgot to mention. Also, add the following CSS code in your theme’s style.css and check by clearing your browser cache.

    .acadp .carousel-inner .embed-responsive-16by9 {
    position: relative;
    width: 100%;
    height: inherit;
    padding-bottom: 0;
    }

    .acadp .carousel-inner .embed-responsive-16by9 img {
    position: relative;
    width: 100%;
    height: auto;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images on ad page croped’ is closed to new replies.