0
Welcome Guest! Login
0 items Join Now

SOLVED Gantry 4--> Gantry 5

  • Re: SOLVED Gantry 4--> Gantry 5

    Posted 8 years 2 months ago
    • OK, well, just spent several hours doing trial and error stuff. Gotta say I was pretty successful, which doesn't mean I understand what I did :-)

      Right now my main concerns are how to get rid of the space above and below my logo, which is situated in 'Top' position, and I want these awful borders gone around the cells.

      Much appreciate your help!

      Pim
  • Re: SOLVED Gantry 4--> Gantry 5

    Posted 8 years 2 months ago
    • Please create a secure post with a link to your site and login details and we'd be happy to investigate this for you.
    • Kind regards,
      Reggie

      Learn to code for free.
      www.freecodecamp.org
  • Re: SOLVED Gantry 4--> Gantry 5

    Posted 8 years 2 months ago
    • Good Morning,

      Provided login details in the secure part of this post.

      Appreciate your help on these issues!
      I am sure there will be more, but will deal with them later

      Thanks

      Pim
  • Re: SOLVED Gantry 4--> Gantry 5

    Posted 8 years 2 months ago
    • Ok, in your templates/rt_protean/custom/scss/custom.scss file I've added some CSS to tone down the spacing and remove some of your table borders:
      #g-top .g-content, #g-feature .g-content, #g-mainbar .g-content {margin: 0 0.625rem; padding: 0 1.5rem;}
      
      #g-top .custom p {margin-bottom: 0;}
      
      td, table {border: none !important;}

      But for your tables spacing, you are going to have to go into your code and remove the spacing accordingly:

      This image is hidden for guests.
      Please log in or register to see it.
    • Kind regards,
      Reggie

      Learn to code for free.
      www.freecodecamp.org
  • Re: SOLVED Gantry 4--> Gantry 5

    Posted 8 years 2 months ago
    • Thank you very much, looks a heck of a lot better!

      I am using the Protean-Default as the default for all pages, and do all my style and layout editing in the 'Base Outline' is that good practice?

      When do I ever have to 'Recompile CSS'? What does it do/what do I need it for?

      Thanks

      Pim
  • Re: SOLVED Gantry 4--> Gantry 5

    Posted 8 years 2 months ago
    • I am using the Protean-Default as the default for all pages, and do all my style and layout editing in the 'Base Outline' is that good practice?
      Yes, that is great! You can also create additional outlines for any special pages where you may want to modify the layout differently.
      When do I ever have to 'Recompile CSS'? What does it do/what do I need it for?
      If you end up adding CSS to your templates/rt_protean/custom/scss/custom.scss, you'll want to recompile the CSS while in Production mode. To learn more about Production vs Development mode, please see:

      docs.gantry.org/gantry5/configure/extras
    • Last Edit: 8 years 2 months ago by Reggie Simmons.
    • The following users have thanked you: thepimster

    • Kind regards,
      Reggie

      Learn to code for free.
      www.freecodecamp.org
  • Re: SOLVED Gantry 4--> Gantry 5

    Posted 8 years 2 months ago
    • Ok, cool. I might actually stay with this Gantry 5 thing...... :-)

      One last question for now:

      this page seems to be completely responsive eventhough I have set the pictures on it to be 500 pixels wide (clearly responsiveness is what I want), but then, when I click thru from there to this page the picture (set at 850 pixels wide) is not responisve.

      Any idea why not, so I can correct this on all pages necesarry?

      Thanks

      Pim
    • Last Edit: 8 years 2 months ago by thepimster.
  • Re: SOLVED Gantry 4--> Gantry 5

    Posted 8 years 2 months ago
    • The issue is coming from your JCE media box plugin. It is declaring a fixed width (rather than fluid one):

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


      If you can find a way to remove the width property, it should work fine.
    • Kind regards,
      Reggie

      Learn to code for free.
      www.freecodecamp.org
  • Re: SOLVED Gantry 4--> Gantry 5

    Posted 8 years 2 months ago
    • While I work on the previous fixed with problem, I also found another issue, which I also posted on the JCE forum.
      In all honesty though I think it is more of a theme issue.....


      Hi,

      I suddenly experience different behavior with my mediabox popups. It used to be that after clicking a thumbnail it would popup while kind of graying out the surrounding website in the background. Clicking next to the popped up picture would close the picture, as in the behavior of the main picture of this page .

      Now, on my latest pages the picture pops up with a black background. Clicking in it does not close the picture; I have to use the browsers back button, as in the behavior of this page .

      2 things have changed recently on my site around the same time:
      • I updated to JCE Pro 2.6.9
        I changed to a new Gantry 5 Rockettheme template

      Don't know if this change in behaviour is caused by one or the other, any ideas?

      Thanks

      Pim
    • Last Edit: 8 years 2 months ago by thepimster.
  • Re: SOLVED Gantry 4--> Gantry 5

    Posted 8 years 1 month ago

Time to create page: 0.336 seconds