css - Webpage doesn't load the new version, only after clearing cache -
my webpage doesn't load renewed version itself, after cleaning cache , hapening computers have seen older version, ones didn't fine, has faced this? has idea problem might be? code or browser? hapening chrome , firefox, fine safari. kind of thoughts helpfull.
website: http://bodygym.lt
@media (min-width: 780px) { #kainosmobile {display: none !important;} } @media screen , (max-width: 1180px) { .woocommerce ul.products li.product .price {margin-right: 110px !important; float: left !important; margin-top: 15px !important;} .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {display: block !important; margin-bottom: 0 !important; padding: 0 !important;} .woocommerce ul.products li.product .button {display: block !important; right: unset !important; left: 80px !important} } @media screen , (max-width: 780px) { #kainos {display: none !important;} #kainosmobile {display: initial !important;} .woocommerce ul.products li.product .price {margin-right: 19% !important; float: left !important;margin-top: 15px !important;} .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {display: block !important; margin-bottom: 0 !important; padding: 0 !important;} .woocommerce ul.products li.product .button {left: 80px !important; right: unset !important;} } @media screen , (max-width: 440px) { div.wpb_wrapper.vc_custom_1469634122179 {padding: 15px !important;} .woocommerce ul.products li.product .button {left: 30% !important; right: unset !important;} } .wtrshttimetableentryname {padding: 0 !important;} .wtrshttimetableitem tbody td {text-align: left !important;} .wtrshttimetablefitnessentry {color: #222 !important;} .wtrshttimetableitem .wtrshttimetablefrom {text-align: left !important;} .wtrshttimetableentrytimeperiod {width: 69% !important;} .wtrshttimetablefitnessentry {background: transparent !important;} .wtrshttimetableentrytimeperiod {color: #666 !important; font-weight: 400 !important;} .wtrshttimetableentryname {padding: 0 !important;} .wtrshttimetablefitnessentry {color: #666 !important; font-weight: 400 !important; border-left: 1px solid #eb4c4c !important; border-radius: 0 !important; padding-left: 7px !important;} .woocommerce ul.products li.product .price {margin-right: 110px !important;} .woocommerce ul.products li.product h3 {line-height: 28px !important; font-weight: 400 !important; letter-spacing: 0px !important;} .woocommerce-price-amount.amount {font-weight: 400 !important;} .woocommerce ul.products li.product .button {font-weight: 400 !important; letter-spacing: 2px;} #abonementas {display: none !important;} #akcija {color: #ff3a49 !important;} #galioja {color: #888 !important; font-size: 11px !important;} #kainos .woocommerce ul.products li.product {margin-bottom: 0 !important; border-radius: 0 !important;} #kainos div.wtrpagecontent.vcrow.wtrnomargin.clearfix {background: #f9f9f9 !important; margin: 6% 6% 6% 6% !important; padding: 5px !important; border-radius: 10px !important;} #kainos .vc_custom_1477331591093 {padding: 0 !important;} #kainos .vc_custom_1477331604701 {padding: 0 !important;} #kainos div.woocommerce {border-bottom: 1px solid #ededed !important;} #kainosmobile .woocommerce ul.products li.product {margin-bottom: 0 !important; border-radius: 0 !important;} #kainosmobile div.wtrpagecontent.vcrow.wtrnomargin.clearfix {background: #f9f9f9 !important; margin: 6% 6% 6% 6% !important; padding: 5px !important; border-radius: 10px !important;} #kainosmobile .vc_custom_1477331591093 {padding: 0 !important;} #kainosmobile .vc_custom_1477331604701 {padding: 0 !important;} #kainosmobile div.woocommerce {border-bottom: 1px solid #ededed !important;} #kainosmobile div.woocommerce:nth-child(odd) {border-bottom: 0px solid #ededed !important;} #kainosmobile div.woocommerce:nth-child(8) {border-bottom: 1px solid #ededed !important;} .wrtaltfontcharacter {font-family: 'raleway' !important;}
this code not appear on screen, although loaded in http://www.bodygym.lt/wp-content/themes/symetrio-theme/style-custom.css?ver=4.6.1
i ran similar situation magento site , issue server side cache. able correct problem having cache server restarted. had contact site hosting company in order have them restart.
Comments
Post a Comment