Fixter Tabs Addon - Question | JoomShaper

Fixter Tabs Addon

SS

Sacha Sinka

Template 2 years ago

Hi,

I've installed the fixter quickinstallation. All works fine except for the "home cleaner" i can't have the tabs addon responsive on tablet or mobile like the demo site ?

Thanks

0
13 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #24392

Hi, Could you please give me a screenshot of your issue?

0
SS
Sacha Sinka
Accepted Answer
2 years ago #24396
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #24416

Hi, For screenshot you can use this https://imgur.com/upload

0
SS
Sacha Sinka
Accepted Answer
2 years ago #24435

here is the screenshot : https://imgur.com/a/BKBlLgL

0
SS
Sacha Sinka
Accepted Answer
2 years ago #24471

Perhaps, you could export de "home cleaner" page from yours et i will try to import it to see what i missed.

Thanks

0
SS
Sacha Sinka
Accepted Answer
2 years ago #24794

Hi, i made a fresh install of the fixter quickstart and the "tabbs addon" for the home cleaner is not responsive and is not the same on the demo site as you can see in the screenshot

How to do to have same ?

Thanks

The quickstart screenshot : https://imgur.com/a/rT18BHZ

And the demo site : https://imgur.com/a/3vLiUHK

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #24819

could you please give me the exact page link?

0
SS
Sacha Sinka
Accepted Answer
2 years ago #24841
0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #24860

Hi Use this custom css

@media (max-width: 767px){
 .sppb-tab.sppb-custom-tab {
    display: block;
}
}

@media (max-width: 767px){
#sppb-addon-1524569348335 .sppb-media .sppb-media-body {
  width: 100% !important;
}
}

Add this css code inside the custom.css file. Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code. https://prnt.sc/pu705g https://prnt.sc/pu70zn In Extensions>Template> Template Options > Custom Code > Custom CSS please add this Thanks

0
SS
Sacha Sinka
Accepted Answer
2 years ago #25111

Hi,

Thanks a lot for your answer.

It's now responsive for the phone but not for the tablet.

Could ou give me the entire css for this tabs addon as it is for your demo site ?

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #25200

Hi,

For TAB use this custom css


@media only screen and (max-width: 1024px) and (min-width: 768px)  {
 .sppb-tab.sppb-custom-tab {
    display: block;
}
#sppb-addon-1524569348335 .sppb-media .sppb-media-body {
  width: 100% !important;
}
}
0
SS
Sacha Sinka
Accepted Answer
2 years ago #58477

Hello,

I come back because i definitly can't have the same "home cleaner" tabs addon as it is on the demo site : https://imgur.com/a/QUUgJJP

And with the quickinstallation : https://imgur.com/a/vTqZJvF

Photo is on the right and the description text disapear fot the mobile and tablet version

thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #58483

Please create a new forum post about this issue

Thanks.

0