0
Welcome Guest! Login
0 items Join Now

ROCKETTHEME IS CLOSING ON JUNE 30, 2025. As a thank-you to our community, enjoy 50% off all themes with the promo code THANKYOU before we shut down. Read our Farewell Blog Post for more details.

RokBox Link

  • RokBox Link

    Posted 13 years 7 months ago
    • Hello All,

      I have a Rokbox Button like:
      When you click the button showing up the rokbox po-up window.
      This image is hidden for guests.
      Please log in or register to see it.

      Button Link Code: [<a class="readon" <a rel="rokbox[80% 93%](zoom)"href="index.php?option=com_componentlink&view=link&pid=1"><span>BUTTON</span></a>

      Now my question here how to remove the header part and the footer part? View image bleow
    • Last Edit: 13 years 7 months ago by WebMonster.
    • Pls..Help
    • Adamck's Avatar
    • Adamck
    • Elite Rocketeer
    • Posts: 546
    • Thanks: 2
    • Web Developer, IT Assistant, Graphics design, App Developer

    Re: RokBox Link

    Posted 13 years 7 months ago
    • Firstly... this is wrong, you cant put a link together this way
       
      <a class="readon" <a rel="rokbox[80% 93%](zoom)"href="index.php?option=com_componentlink&view=link&pid=1"><span>BUTTON</span></a>
       

      The class and rel are both part of the same <a...> tag so they are put together like this

      Use this
       
      <a class="readon" rel="rokbox[80% 93%](zoom)" href="index2.php?option=com_componentlink&view=link&pid=1">
      <span>BUTTON</span>
      </a>
       

      I have changed index.php to index2.php which will show just the content within the popup.

      Let me know how that works.
      Ad.
    • Kiss my RSS
  • Re: RokBox Link

    Posted 13 years 7 months ago
    • Hi Adam - This is great. Yes ranaming index.php work like a charm.

      Thank you so much....Thumbs up

      One question how to remove the scroll ba and the background color? see attach file
    • Pls..Help
    • Adamck's Avatar
    • Adamck
    • Elite Rocketeer
    • Posts: 546
    • Thanks: 2
    • Web Developer, IT Assistant, Graphics design, App Developer

    Re: RokBox Link

    Posted 13 years 7 months ago
    • I think the rokbox has options in the admin control panel about showing scroll bars as standard?? i may be wrong.
      If not try setting the RokBox to open full screen!

      And not sure why you have a black background? Must be coming from some CSS somewhere!
    • Kiss my RSS

Time to create page: 0.079 seconds