Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: About fallback static banner  (Read 8637 times)

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5776
  • Karma: +274/-2
    • View Profile
Re: About fallback static banner
« Reply #15 on: February 16, 2018, 01:51:49 AM »
Please use browser inspector tool to check is this rule work for you or not. I think you apply to the wrong element

Code: [Select]
section.slider {
    display: none;
}

Offline everchanging

  • Jr. Member
  • **
  • Posts: 90
  • Karma: +9/-0
    • View Profile
    • Ancient Greece Reloaded
Re: About fallback static banner
« Reply #16 on: February 16, 2018, 02:01:21 AM »
Hi,

I did indeed use the inspector of google to get the div id... (but according to what you posted... it appears that I did see the wrong id? frankly... I do not know)...

Now, what I did was to insert at the bottom of the extension's css file the following:

Code: [Select]

@media only screen and (max-width: 500px) {   
section.slider {
    display: none;
}

}

similarly I did apply the code at the end style.response.css and the onebyone.css

No need to do that? I guess... what I am quite positive that one of these three css file are affecting the slider...

I did clear the cache of firefox... but nothing so far...

I guess I will have to wait for a while for probagation to do its thing? I don't know...
"I know one thing; that I know nothing"

Offline everchanging

  • Jr. Member
  • **
  • Posts: 90
  • Karma: +9/-0
    • View Profile
    • Ancient Greece Reloaded
Re: About fallback static banner
« Reply #17 on: February 16, 2018, 03:42:45 AM »
Hi Basara,

i checked it in firefox and google and so far it appears to be working!!  :)

I truly want to thank you for helping me out here... so thank you  :)
"I know one thing; that I know nothing"

Offline Sam_78

  • Sr. Member
  • ****
  • Posts: 270
  • Karma: +42/-1
    • View Profile
Re: About fallback static banner
« Reply #18 on: February 16, 2018, 12:47:50 PM »
Try this
@media only screen and (max-width: 500px) {    #banner_slides {        display:none!important;    }}

I think it is overwritten somewhere . can you see all the CSS applied to this ID.
Can you share the url?

Offline everchanging

  • Jr. Member
  • **
  • Posts: 90
  • Karma: +9/-0
    • View Profile
    • Ancient Greece Reloaded
Re: About fallback static banner
« Reply #19 on: February 16, 2018, 01:05:29 PM »
Hi Sam_78,

thank you for your concern and your suggestion.

Basara's suggestion did work and so far everything is OK...

I will PM you the link (just keep in mind I am still adding products and are working on the shipping etc... well, the store is meant to officially launch sometime coming month)...

Once again I truly thank you  :)
"I know one thing; that I know nothing"

 

Powered by SMFPacks Social Login Mod