Draw Attention Support
Forum Replies Created
-
@tomhung could you contact our support email support@wpdrawattention.com
We’d be happy to help you through there đ
Hello!
If you’re using the Gutenberg editor blocks, add a Group block to the page and set it to either wide-width or full-width – then place the Draw Attention image shortcode inside the Group block.
This should work for most themes, but the 2020 theme seems to have code that stops images from growing beyond the container on the page.
To solve that, add this bit of custom CSS to the page:
[class*="__inner-container"] > .hotspots-container { max-width: 100% !important; }Let us know if that worked for you, if not feel free to also email us at support@wpdrawattention.com đ
Thanks,
Natalie GForum: Plugins
In reply to: [Interactive Image Map Plugin - Draw Attention] Bigger detail imageWe’re happy to hear you got it working!!
Let us know if there’s any other questions we could help you with đ
Thanks,
Natalie GForum: Plugins
In reply to: [Interactive Image Map Plugin - Draw Attention] Bigger detail imageHello it seems like the above code works on your website, you just need to add a bit more CSS to get the detailed image to look bigger.
Try this CSS snippet, just make sure to replace the {id} with the id of the image, for example write #hotspot-1234.layout-left NOT #hotspot-{id}.layout-left
@media (min-width: 900px) { #hotspot-{id}.layout-left .hotspots-image-container, #hotspot-{id}.layout-right .hotspots-image-container { -webkit-flex: 0 0 50%; flex: 0 0 50%; } #hotspot-{id}.layout-left .hotspots-placeholder, #hotspot-{id}.layout-right .hotspots-placeholder { -webkit-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } }Could you try to update to the latest versions of the plugin?
It looks like this is an issue that one of our developers has a fixed in one of our recent updates
Let us know if that was able to help with the problems. If not could you contact our support email at support@wpdrawattention.com, we’d be happy to look further into this
Hi @zbyneksmetana,
Thank you for reaching out to us. Can you please provide the website url where you are having this issue? Thanks.
Forum: Plugins
In reply to: [Interactive Image Map Plugin - Draw Attention] Bigger detail imageHi @met45,
Can you please try this piece of code and let us know if that works for you?
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';};Forum: Plugins
In reply to: [Interactive Image Map Plugin - Draw Attention] Bigger detail imageHi @met45,
Generally, we resize the detail image to fit it into your theme, but if you’d like to use the full dimensions of your image, you can add the following filter code to your functions.php file:
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'Íž }Once this code is in place, you should see the full image size being used for the detail image.
Please let us know if there’s anything else we can help you with.
Thanks you so much for the kind words!đ We appreciate you taking the time to write this review and we wish you the best at your golf club âł
Hi @scottl31 ,
Thank you for your feedback! This is definitely still in our plans, but we still don’t yet have an exact ETA at this time.
Hopefully we will have more information within the next few months.
Please let us know if there’s anything else we can help you with in the meantime.
Hello Frank!
Could you send us a link of the page giving you issues through our support email?
We’d be happy to help you find a fix on there đ
Thanks,
Natalie GWe’re glad to hear the issue was fixed đ
As for the questions on zooming and nudging the nodes, those are features we’re considering to implement in the future.
We don’t have an ETA to share but they are definitely in our backlog for the plugin đ
Thanks for the suggestions and always feel free to ask us anything else!
Natalie GHi There,
It looks like the CSS code you posted is for Draw Attention version 1.7 and below.
Since you have version 1.10.7, can you please try this code instead?
body #hotspot-2620 .leaflet-container, body #hotspot-2620 .hotspots-image-container { background: transparent; }Hello there!
Please reach out to our Pro support team at support@wpdrawattention.com.
We’d be happy to help you đ
Thanks,
Natalie GForum: Plugins
In reply to: [Interactive Image Map Plugin - Draw Attention] Remove Info BoxHello there!
Using layouts that get rid of the box on the left of the image is a feature in Draw Attention Pro plugin. If you have any other questions, please reach out to our support team at support@wpdrawattention.com.
We appreciate you reaching out, and hope this helps đ
Thanks,
Natalie G