• Resolved mdmoreau

    (@mdmoreau)


    Right now the map embed on single event pages is floated right with some margins using inline styles. I think it would make much more sense to use some sort of container class there instead so it can easily be skinned.

    I got a workaround going with some un-ideal CSS, but I figured the issue was worth mentioning. Getting the default design to work responsively (what I’m currently doing) would be much easier to do if there was an easily targeted/overridden element like on the rest of the templates.

    Hopefully that’s a useful suggestion – thanks for the great plugin!

    https://ww.wp.xz.cn/plugins/events-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    you can modify location map template under events-manager/templates/placeholders/locationmap.php

    to use template: http://wp-events-plugin.com/documentation/using-template-files/

    Thread Starter mdmoreau

    (@mdmoreau)

    Yeah I’ve used the template system to modify a few other things – works really well. Just figured it might be a good suggestion since I haven’t seen any other inline CSS elsewhere in the plugin and thought this spot may have been an oversight.

    For people who aren’t comfortable getting into their theme/plugin files like that, using a class would make the area much easier to target. They could then override with CSS instead of trying to sort out the templating system. This would also make it easier to keep styles across installs/themes, as the custom CSS could be transferred without having to worry about replicating the template override files.

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

The topic ‘Map Formatting’ is closed to new replies.