Conversation
supportIt doesn’t seem to matter what shortcode I use, I get the same result, a very long vertical list of [events_slider scope=future]. It goes on and on! I’m using Elementor page builder, could there be a conflict?
Hi John, Sorry, I seemed to have missed your question. Yes, using Events Manager with Elementor might cause issues with shortcodes. I do not have a very deep knowledge of Elementor, but users of my other EM add-on for OpenStreetMap encountered similar issues. There is a workaround, but that would require some custom coding. Please let me know if you’re comfortable with that.
Hello, I am having the same issue, although I am not using elementor, I am using Divi builder. The url for my dev site is here: https://mockup.chicagoevents.com/ Other than the vertical stacking, what an EASY tool. Here is the code I use for my slide format. `<div class=”custom-header-element”> <div class=”header-parallax” style=”background:url(#_ATT{Event_Slider_Image_URL})”> </div> <div class=”cu-middle-section”> <div class=”promo_description”> <h2 class=”et_pb_module_header”>#_EVENTNAME</h2> </div> <div class=”section-right-text”> <div class=”et_pb_text_inner”> <p> <img class=”wp-image-2262 aligncenter size-thumbnail” src=”#_ATT{Event_Logo_for_Slider_Image_URL}” alt=”” width=”150″ height=”150″> <strong>#_EVENTDATES</strong> {is_long}<strong><br>#_ATT{Custom_Time_Description}</strong> {/is_long} {has_ATT_Event_Registration_URL}<div class=”et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_module “> <a class=”et_pb_button et_pb_button_0 et_pb_bg_layout_light” href=”#_ATT{Event_Registration_URL}”>REGISTER NOW</a>{/has_ATT_Event_Registration_URL} </div> </p> </div> </div> </div> </div>` I would be very interested in custom coding as I am under deadline. Thank you!
Hi John, Sorry, I seemed to have missed your question. Yes, using Events Manager with Elementor might cause issues with shortcodes. I do not have a very deep knowledge of Elementor, but users of my other EM add-on for OpenStreetMap encountered similar issues. There is a workaround, but that would require some custom coding. Please let me know if you’re comfortable with that.
Hello, I am having the same issue, although I am not using elementor, I am using Divi builder. The url for my dev site is here: https://mockup.chicagoevents.com/ Other than the vertical stacking, what an EASY tool. Here is the code I use for my slide format. `<div class=”custom-header-element”> <div class=”header-parallax” style=”background:url(#_ATT{Event_Slider_Image_URL})”> </div> <div class=”cu-middle-section”> <div class=”promo_description”> <h2 class=”et_pb_module_header”>#_EVENTNAME</h2> </div> <div class=”section-right-text”> <div class=”et_pb_text_inner”> <p> <img class=”wp-image-2262 aligncenter size-thumbnail” src=”#_ATT{Event_Logo_for_Slider_Image_URL}” alt=”” width=”150″ height=”150″> <strong>#_EVENTDATES</strong> {is_long}<strong><br>#_ATT{Custom_Time_Description}</strong> {/is_long} {has_ATT_Event_Registration_URL}<div class=”et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_module “> <a class=”et_pb_button et_pb_button_0 et_pb_bg_layout_light” href=”#_ATT{Event_Registration_URL}”>REGISTER NOW</a>{/has_ATT_Event_Registration_URL} </div> </p> </div> </div> </div> </div>` I would be very interested in custom coding as I am under deadline. Thank you!