• Has anyone tried to use the customizr theme an the magee shortcodes plugin. I noticed yesterday a compabiltity problem, I’ve already seen a couple of weeks ago. But I didn’t see the connection between the magee plugin an the error. This is a screenshot of the problems:

    After installing and activating the plugin and using some shortcodes, I missed the menu and the feartured pages at the startpage shows the images of the featured pages not correct. After deactivating and deinstalling the plugin, the website is shown correct.

    greetings, stefan

    • This topic was modified 8 years, 5 months ago by stefan.sp. Reason: <img src ... didn't work
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    It appears to be a bootstrap version conflict.
    Logged it here on github as an issue.

    Hi,
    Please add this to your child theme’s style.css

    .round-div,.marketing {
       -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
       box-sizing: content-box;
    }
    Thread Starter stefan.sp

    (@stefansp)

    Thanks a lot, this works fine to fix the feature pages. But I’m still missing the menu.

    I pasted your css code in the theme settings under advanced options –> custom css, because I don’t think I am going to create a child theme for customizr theme.

    It would be great, if you could write a second workaround to bring back my menu ??

    Greetings, Stefan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘customizr theme and magee shortcodes plugin’ is closed to new replies.