• Resolved gregthomason

    (@gregthomason)


    Hi Support,

    I have my detail image configured to show BELOW the graphic map. My image is showing much narrower than the map image and I can’t work out how to make it the same size.

    Is there a fixed border programmed into the module that is preventing me from doing this?

    Thanks,
    Greg

    https://ww.wp.xz.cn/plugins/draw-attention/

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Natalie MacLees

    (@nataliemac)

    Hi Greg! I’m sorry that you’re having trouble getting the plugin to display the way you’d like. Could you please share a link to the page where you’re seeing this issue so we can take a look and figure out what’s going on?

    Thread Starter gregthomason

    (@gregthomason)

    Hi Natalie,

    I’ll need to give you an account as the page is in maintenance mode.

    What email address should I register the account against?

    Thanks.

    Plugin Author Natalie MacLees

    (@nataliemac)

    You can email that to [email protected]. Thanks, Greg!

    Thread Starter gregthomason

    (@gregthomason)

    Please check for an invitation now.

    Thread Starter gregthomason

    (@gregthomason)

    Hi Natalie,

    Did you get in to the portal?

    Thanks,
    Greg

    Plugin Author NSquared

    (@croixhaug)

    Hi Greg,

    It looks like we got the login information, we’ll take a closer look and have some more info (or a question for you) this week

    Thanks,
    Nathan

    Plugin Author Natalie MacLees

    (@nataliemac)

    Hi Greg,

    Can you please email [email protected] with the link to the page where you’re having a problem? I can’t seem to find a page or post that has the shortcode.

    –Natalie

    Thread Starter gregthomason

    (@gregthomason)

    Hi Natalie,

    This is one of the pages, http://www.coolsdown.com/hardware/ts

    Thanks,
    Greg

    Thread Starter gregthomason

    (@gregthomason)

    Click on the wireless router on the wall around the middle for example. The image then displayed is actually 980 pixels, the same as the main image. For some reason it’s showing much smaller though.

    Thanks.

    Plugin Author Natalie MacLees

    (@nataliemac)

    Hi Greg – I’m still not able to see the page – it seems my account doesn’t have the correct permissions to view a page on the site. Could you please take a look at that and give us a login with the correct permissions? Thanks!

    Plugin Author NSquared

    (@croixhaug)

    Hi Greg,

    I was reviewing this thread and one thing you could try in the meantime before Natalie gets access to dig deeper…

    By default we load the detail image at the “large” WP image setting (~1024px) because it’s common for people to upload enormous images that hurt the load time.

    If you can paste this code into your theme’s functions.php file it might fix the issue.

    add_filter( 'da_detail_image_size', 'my_da_detail_image_size', 10, 4 );
    function my_da_detail_image_size( $size, $hotspot, $img_post, $settings ) {
    return 'full';
    }

    Worth a shot at least πŸ˜‰

    Thread Starter gregthomason

    (@gregthomason)

    Hi Crioxhaug,

    That worked, thank you very much.

    Natalie, thank you too and please marked this as resolved.

    Best,
    Greg

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

The topic ‘Detail Image Size’ is closed to new replies.