0
Welcome Guest! Login
0 items Join Now

MC / Roksprocket - Incompatibility

    • rjm_cmyk's Avatar
    • rjm_cmyk
    • Sr. Rocketeer
    • Posts: 148
    • Thanks: 0

    MC / Roksprocket - Incompatibility

    Posted 11 years 6 months ago
    • Am I the the only person having this problem - did post it in the RS forum but got zip response.

      The problem I have occurs when I have MC enabled. If I want to add description or title text the edit window seems to be sort of on the same Z layer as the entry box. See what I mean in the attachment.

      It doesn't happen with the the usual default admin Joomla templates. I'm having to switch back to the default whenever I edit any Roksprocket modules

      Both MC and RS are current as of date of posting

      This image is hidden for guests.
      Please log in or register to see it.
    • Regards
      Richard
    • rjm_cmyk's Avatar
    • rjm_cmyk
    • Sr. Rocketeer
    • Posts: 148
    • Thanks: 0

    Re: MC / Roksprocket - Incompatibility

    Posted 11 years 6 months ago
    • Obviously I am the only person having this problem...... :cry:
    • Regards
      Richard
  • Re: MC / Roksprocket - Incompatibility

    Posted 11 years 5 months ago
    • No, Richard you are not alone....I'm having the same exact issue!! :cry:
    • rjm_cmyk's Avatar
    • rjm_cmyk
    • Sr. Rocketeer
    • Posts: 148
    • Thanks: 0

    Re: MC / Roksprocket - Incompatibility

    Posted 11 years 5 months ago
    • Well that's good - sort of... WBN to get some response from RT though. Flipping irritating problem.
    • Regards
      Richard
  • Re: MC / Roksprocket - Incompatibility

    Posted 11 years 5 months ago
    • Ok, I found a temporary fix that works for me. Of course, this would be undone if you update RokSprocket...unless RocketTheme actually fixes the issue.

      Here's what I did. I found this CSS on line 162 of roksprocket.css located here:
      /administrator/components/com_roksprocket/assets/styles/roksprocket.css

      .peritempicker-textarea-wrapper .peritempicker-textarea{width:350px;height:150px;font-size:12px;margin:0;padding:5px 12px}

      And I modified like this:
      .peritempicker-textarea-wrapper .peritempicker-textarea{width:350px;height:150px;font-size:12px;margin:0;padding:5px 12px; left:100px; position:absolute;}

      This pushes the white box to the right so it does not interfere with the other elements. Like I said it's a temporary fix until they update RokSprocket.

      Yeah, must have been very frustrating not getting a response for over a month. Hope this helps :)
    • rjm_cmyk's Avatar
    • rjm_cmyk
    • Sr. Rocketeer
    • Posts: 148
    • Thanks: 0

    Re: MC / Roksprocket - Incompatibility

    Posted 11 years 5 months ago
    • Thanks for this - will be trying it on a localhost install tomorrow.

      Surprised there's been no comment on this given that the screenshot has been viewed over 200 times. I guess it must be just us <shrug>
    • Regards
      Richard
  • Re: MC / Roksprocket - Incompatibility

    Posted 11 years 4 months ago
    • No Problem Richard...I hope it helps you. I'm surprised too, especially since your post was over a month ago.
    • Ben Simon's Avatar
    • Ben Simon
    • Elite Rocketeer
    • Posts: 4301
    • Thanks: 8
    • Full-time web developer

    Re: MC / Roksprocket - Incompatibility

    Posted 11 years 4 months ago
    • I've submitted a ticket to developers: www.rockettheme.com/forum/index.php?f=61..._v=viewtopic#p891430

      Thanks for brining it to my attention Richard.
    • B e courteous to staff and members that volunteer their time helping you
      E ssential Tool - FireBug
      N ever assume I know what version you're talking about

      S earch the forum for a solution first
      I nclude a link to the problem
      M ark your resolved issues as [SOLVED]
      O nly PM moderators if they request it first
      N o...
    • rjm_cmyk's Avatar
    • rjm_cmyk
    • Sr. Rocketeer
    • Posts: 148
    • Thanks: 0

    Re: MC / Roksprocket - Incompatibility

    Posted 11 years 4 months ago
    • No probs. Will see if I can check the actual Z-Layer with FB tomorrow.
    • Regards
      Richard
  • Re: MC / Roksprocket - Incompatibility

    Posted 9 years 1 month ago
    • I'm a bit late to the party with Joomla! 3 being the current version, Joomla! 2.5 being discontinued at this point and Mission Control -- by the looks of it -- not even available for download anymore. Nevertheless, for those still using it, here's a proper fix:

      With Mission Control installed, add the following CSS override to joomla/administrator/templates/rt_missioncontrol/overrides/com_roksprocket/extra.css.php:
      div.peritempicker-textarea-wrapper { z-index: 1000; }

      For those interested, the above mentioned element is appended to the DOM via JavaScript upon clicking the corresponding input fields, and removed from the DOM upon losing focus. Refer to joomla/components/com_roksprocket/fields/peritempicker/js/peritempicker.js (which I believe overrides joomla/components/com_roksprocket/lib/RokSprocket/Form/Fields/assets/peritempicker/js/peritempicker.js).

Time to create page: 0.060 seconds