0
Welcome Guest! Login
0 items Join Now

SOLVED Conflict with Joobi Marketplace

    • Bridget's Avatar
    • Bridget
    • Rocketeer
    • Posts: 98
    • Thanks: 4

    SOLVED Conflict with Joobi Marketplace

    Posted 9 years 10 months ago
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Conflict with Joobi Marketplace

    Posted 9 years 10 months ago
    • Ok I can see that that extension is using bootstrap (3?). Gantry is only "based upon" bootstrap (v2.x). You may find that adding an extension that provides full bootstrap improves matters (e.g. twbootstrap offers the ability to load full bootstrap and alter many settings).

      Protostar loads bootstrap itself so that's why it might work there.

      Gantry 4 uses bootstrap 2.x because that's what Joomla uses - we can't change until such time as Joomla do (I know they're working on it but it's a long and dificult task because of the way they implemented it the first time around and the fact they have to provide backwards compatibility).

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • Bridget's Avatar
    • Bridget
    • Rocketeer
    • Posts: 98
    • Thanks: 4

    Re: SOLVED Conflict with Joobi Marketplace

    Posted 9 years 10 months ago
    • Thanks for the knowlege that helps me understand. I am using Gantry 5 (not 4 as you mention) does that make a difference?
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Conflict with Joobi Marketplace

    Posted 9 years 10 months ago
    • nope - same answer - Gantry 5 also use bootstrap 2.x because we can't move up to Bootstrap 3.x until joomla do.

      Regards, Mark.
    • The following users have thanked you: Bridget

    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: SOLVED Conflict with Joobi Marketplace

    Posted 9 years 10 months ago
    • We've been discussing another issue with Gantry 5 and third-party extensions and there is a solution to your issue.

      Use this code...
      .com_jmarket .platform-content *, 
      .com_jmarket .platform-content *:before, 
      .com_jmarket .platform-content *:after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      }

      To create a custom CSS compatible with Gantry 5 please read this http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet .

      That fixes it for you. :)

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.

Time to create page: 0.108 seconds