0
Welcome Guest! Login
0 items Join Now

DISCUSS: Gantry 4 and September Joomla Template Release

  • Re: DISCUSS: Gantry 4 and September Joomla Template Release

    Posted 11 years 5 months ago
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: DISCUSS: Gantry 4 and September Joomla Template Release

    Posted 11 years 5 months ago
    • @husken

      perhaps adding this to your css helps?

      #gmap img {
      max-width: none !important; }
      }
  • Re: DISCUSS: Gantry 4 and September Joomla Template Release

    Posted 11 years 5 months ago
    • Dear Henning,

      I tried your proposal. It works for the map - but (unfortunately) all my images (icons etc) are strechting too large.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: DISCUSS: Gantry 4 and September Joomla Template Release

    Posted 11 years 5 months ago
    • try adding this

      .map img {
      max-width: none !important; }
      }
  • Re: DISCUSS: Gantry 4 and September Joomla Template Release

    Posted 11 years 5 months ago
    • Problem solved with update of the Google Maps plugin.

      .map img {
      border: 0px;
      box-shadow: 0px;
      margin: 0px;
      max-width: none !important;
      }
  • Re: DISCUSS: Gantry 4 and September Joomla Template Release

    Posted 11 years 4 months ago
    • So, I may have missed this but...if I upgrade to Gantry 4...any older sites running older templates I have, I can use the custom.css file now instead of individual CSS changes?
    • Thank you,
      Jason

      Server #1: 4-Cores @ 2.3Ghz | 8GB RAM | Plesk Control Panel v11.0.9 | Apache/2.2.3-65.el5 | mySQL: 5.5.23 | PHP: 5.3.10
      Server #2: 8-Cores @ 2.5Ghz | 16GB RAM | Plesk Control Panel v11.0.9 | Apache/2.2.15-15.el6 | mySQL: 5.5.25 | PHP: 5.4.4
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: DISCUSS: Gantry 4 and September Joomla Template Release

    Posted 11 years 4 months ago
    • yes.

      [template-name]-custom.css in your css folder
      example:
      rt_panacea-custom.css
  • Re: DISCUSS: Gantry 4 and September Joomla Template Release

    Posted 11 years 4 months ago
    • Fantastic.

      That is what I thought, I just wanted to be sure. Now I get to update 50+ sites :evil:
    • Thank you,
      Jason

      Server #1: 4-Cores @ 2.3Ghz | 8GB RAM | Plesk Control Panel v11.0.9 | Apache/2.2.3-65.el5 | mySQL: 5.5.23 | PHP: 5.3.10
      Server #2: 8-Cores @ 2.5Ghz | 16GB RAM | Plesk Control Panel v11.0.9 | Apache/2.2.15-15.el6 | mySQL: 5.5.25 | PHP: 5.4.4
  • Re: DISCUSS: Gantry 4 and September Joomla Template Release

    Posted 11 years 4 months ago
    • Looking forward to RWD with some of your previous templates.

      Love to see some of the templates with color choosing features be Responsive. I'm not much of a coder yet & would love the flexibility from the administrator panel. I've used Radiance several times; easily adapting the color styling to client circumstances.
  • Re: DISCUSS: Gantry 4 and September Joomla Template Release

    Posted 11 years 2 months ago
    • I was having the same problem with the bubble not displaying the pointer to the marker on my google maps using Geocode Factory and Geommunity. Every and only the RT templetes had the same problem. Finding the solution on this forum.

      After adding this code:

      .map img {
      border: 0px;
      box-shadow: 0px;
      margin: 0px;
      max-width: none !important;
      }

      Creating this file:
      rt_leviathan-custom.css (or the templete you use)

      In this folder:
      public_html/templates/rt_leviathan(or the templete you use)/css

      Fixed the problem on all the maps I used.

      Thanks for the info and help to all above.
      Bryan

Time to create page: 0.064 seconds