• I don’t know if this is possibly incompatibility with the latest WP version, I’m using 4.4.2

    But basically, I have no additional plugins installed at all. Basically just Onetime theme with Magee Shortcodes installed, nothing else. I’ve edited the various sections under Onetone options, but just the contents without really changing anything significantly.

    When I add some ms shortcodes like modal, popover, flip box, the behavior is very erratic.

    A modal when I click, comes up for less than a second and immediately goes away

    The popover, even though I’ve selected “click”, nothing happens.

    The flipbox most of the time doesn’t display the back side, it keeps flipping but showing the front side contents, only some times shows the back.

    I’m pretty much just using the default contents for the features:

    <div>
    [ms_modal title="heading" size="small" showfooter="yes" class="" id=""][ms_modal_anchor_text]Modal Anchor Text[/ms_modal_anchor_text][ms_modal_content]Your Content Goes Here[/ms_modal_content][/ms_modal]
    </div>
    <div>
    [ms_popover title="pop heading" triggering_text="popover click me" trigger="click" placement="Right" class="" id=""]popover contents[/ms_popover]
    </div>
    <div>
    [ms_flip_box direction="horizontal" front_paddings="15px"  front_background="#dd9933" back_paddings="15px" back_background="#b7b7b7" class="" id=""]Front Content|||Back Content[/ms_flip_box]
    </div>
  • The topic ‘A number of the Magee shortcodes not working properly’ is closed to new replies.