Tabs content align left under tabs

Support desk for Multipurpose Quark Theme
GK User
Fri May 19, 2017 12:06 am
Hi,
I'm having trouble configuring my tabs. I'm using Quark Ecommerce and I followed all the instructions provided here
https://www.gavick.com/joomla-templates/quark/install-default
and here
https://www.gavick.com/documentation/joomla/templates/configuration/quark

... but the contents remain aligned left.

Screen Shot 2017-05-18 at 23.37.17.png


I also tried disabling css override and change the template style to main.less but nothing changes.
I started we Quark Ecommerce quickstart installation.

I can't have the module active right now because I have a meeting tomorrow morning with my client, but any help would be much appreciated.
User avatar
Senior Boarder

GK User
Fri May 19, 2017 12:13 am
Just found the problem... I had remove, in template style features, "ItemID 640 - frontpage fullscreen" because I wanted the frontage header to be the same height as the headers on the other pages...

Now I "just" need to find out how to do this without messing up the tabs.
User avatar
Senior Boarder

GK User
Fri May 19, 2017 12:55 am
I don't know that if this is the best way, but here's how I solved it, in case anyone needs to do the same:

go to .../templates/gk_quark/js and open gk.ecommerce.js.
Comment the first "var" (just add // before each line of code), from line 3 to line 12.
You'll end up with this:

Code: Select all
   // Header resize
   //var gk_quark_header_resize = function() {
   //   if($(document.body).hasClass('fullscreen')) {
   //      var header = $('#gkHeaderMod');
         
   //      if(header.length) {
   //         header.css('min-height', $(window).height() + "px");
   //         header.css('max-height', $(window).height() + "px");
   //      }
   //   }
   //}


and that's it.
User avatar
Senior Boarder

GK User
Fri May 19, 2017 1:14 am
... or not.
Just comment line 9 or else tabs won't work.
User avatar
Senior Boarder

teitbite
Tue May 23, 2017 12:52 pm
Hi

What You did will remove setting height for header, but will not solve the tabs issue. Please tell me the url to Your site so I'll be able see what can be done to tabs.
User avatar
Moderator

GK User
Wed May 24, 2017 5:52 pm
... and yet it worked (I commented lines 9 and 10).

Thank you, but I won't use tabs in frontpage after all.
User avatar
Senior Boarder

teitbite
Sat May 27, 2017 1:14 pm
Hi

Ok. No problem. Closing this thread than.
User avatar
Moderator


cron