0
Welcome Guest! Login
0 items Join Now

SOLVED Roksprocket Height

  • SOLVED Roksprocket Height

    Posted 9 years 9 months ago
    • Hi,

      I'm developing a website using Ambrosia template with Roksprocket handling the slideshows.
      In one page I want to have a google maps module in the position of the slideshows and I want it to have the same height as a roksprocket slideshow will have.

      The question is: how does roksprocket sizes its height and how can i size a custom component the same as roksprocket?

      Thanks in advance
    • Last Edit: 9 years 9 months ago by Claudio Bonora.
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: Roksprocket Height

    Posted 9 years 9 months ago
    • The height is derived from a fixed value adjusted for the size of display device. We should be able to use a CSS solution for your Google maps module. If this is a site that is online (just installed, dev or live) could you please supply a link in the Public or SECURE part of your reply so we can better diagnose the issue?
      It makes our suggestions more accurate if we see the actual coding of your site.
  • Re: Roksprocket Height

    Posted 9 years 9 months ago
    • Thanks for the reply.
      I managed to take the site online. The page address is 46.234.226.56:4662/index.php/dove-siamo
      In the meantime I've found that the module I'm trying to use sets its height directly in the div so that could be a problem (not for you).
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: Roksprocket Height

    Posted 9 years 9 months ago
    • Claudio Bonora wrote:
      Thanks for the reply.
      I managed to take the site online. The page address is 46.234.226.56:4662/index.php/dove-siamo
      In the meantime I've found that the module I'm trying to use sets its height directly in the div so that could be a problem (not for you).

      This may help it look better, in your [JOOMLA-ROOT]/templates/rt_ambrosia/custom/scss/custom.scss (this is a link) file add this:
      #g-slideshow {
          margin-top: -2px;
      }

      Here's a tip for you, NEVER have caching or compression, like RokBooster, turned ON while developing.
      The reasons we ask you to disable compression schemes are:

      a) you can always test to see if these processes work early on, after an install but turn them OFF while actually developing. Otherwise you'll find yourself making changes in the back-end but not seeing them in the front-end.
      After development and during debugging before going live you can turn them back on again.

      b) it makes it much harder for us to help you when caching and compression is ON. We can't see the contents of your cache and we have no clue what CSS file css-62772285f72c78f6d865166b5edd82f6.php refers to ???
  • Re: Roksprocket Height

    Posted 9 years 9 months ago
    • I disabled caching and added the lines to custom.scss, now is better. Thanks!
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: Roksprocket Height

    Posted 9 years 9 months ago
    • Claudio Bonora wrote:
      I disabled caching and added the lines to custom.scss, now is better. Thanks!

      No prob... ;)
      To mark this issue as Solved, please change the Topic icon to a Checkmark and add [SOLVED] to the beginning of your Title FIRST post of the Topic


      This image is hidden for guests.
      Please log in or register to see it.

      Thanks.

Time to create page: 0.061 seconds