error on front page

This topic has been marked as resolved.

Hi please below is this to do with template and can you help if it isĀ 

There are lots of errors on the website, and if there is some code which causes problems for the web server this could trigger another memory alert, and swapping the memory may not be the overall solution. Are you aware of any changes you have made to your website recently?

For your reference the errors currently showing on your website are:
(index):25 Uncaught ReferenceError: $ is not defined(anonymous function) @ (index):25
(index):1 Failed to decode downloaded font:

catalog/view/theme/shoppica2/fonts/Babel/BabelSans.woff
(index):1 OTS parsing error: invalid version tag
(index):1723 Uncaught SyntaxError: Unexpected token ,
openapi.js?96:1212 Uncaught Error: VK not initialized. Please use VK.initVK.Widgets.Like @ openapi.js?96:1212(anonymous function) @ (index):1729
(index):1 Failed to decode downloaded font

:/catalog/view/theme/shoppica2/fonts/Babel/BabelSans.woff

(index):1 OTS parsing error: invalid version tag
all.js:137 Failed to decode downloaded font:

/catalog/view/theme/shoppica2/fonts/Babel/BabelSans.woff
all.js:137 OTS parsing error: invalid version tag
(index):1 Failed to decode downloaded font:

catalog/view/theme/shoppica2/fonts/Babel/BabelSans.woff
(index):1 OTS parsing error: invalid version tag
(index):1 Failed to decode downloaded font:

catalog/view/theme/shoppica2/fonts/Babel/BabelSans.woff
(index):1 OTS parsing error: invalid version tag
api_min.js?7:1 Uncaught TypeError: a.split is not a functionmailru.utils.parseGet @ api_min.js?7:1mailru.intercom.receiver @ api_min.js?7:1(anonymous function) @ api_min.js?7:1

 

March 17, 2016 at 7:27 pm #45618

Hi,

We will need the website url, admin and ftp access, so we can check.

You can use hidepost to share private information with the support staff.

BR,
ThemeBurn team

March 21, 2016 at 1:14 pm #45691

Hi details below thanks

March 21, 2016 at 4:52 pm #45710

Hi,

The JS errors are caused by the live search extension. Can you try to disable it for a while?

BR,
ThemeBurn team

March 24, 2016 at 4:13 pm #45790

disabled the extension

March 24, 2016 at 6:37 pm #45803

Hi,

All console messages besides the one the comes from the live search extension and those that are caused by missing resources, are only warnings and should not harm the user experience.

BR,
ThemeBurn team

March 28, 2016 at 4:40 pm #45867

Hi thanks for that hosting company blamed the errors for my site being down.

March 30, 2016 at 8:35 pm #45995

Hi,

We would recommend you to fix the problem with the missing resources, as this can sometimes slow down the website a bit.

BR,
ThemeBurn team

April 4, 2016 at 11:20 am #46123

Hi i’m trying to hide strike though price on one of my stores and the main price i thought id be able to use stylesheet css inside the mod but can’t seem to get it to work or am i doing this wrong.

.box-product .price-old {display: none;}
.product-list .price-old {display: none;}
.product-grid .price-old {display: none;}
.product-info .price-old {display: none;}
.compare-info .price-old {display: none;}

January 23, 2017 at 4:02 pm #55745

Hi,

This extra CSS should be enough:

.price-old {
  display: none !important;
}

BR,
ThemeBurn team

January 26, 2017 at 1:58 am #55852

Hi thanks for the reply i added this as it does not work you can see here http://www.skegnesscrafts.co.uk/index.php?route=common/home&tracking=5832ec26be82b

January 26, 2017 at 2:33 pm #55864

I did it not sure if this is right though but works

.price-old {
display: none !important;
}
.s_old_price {

display: none !important;
}
.s_label .s_price {
display: block;
margin: 0;
letter-spacing: -1px;
text-align: center;
font-weight: normal;
/* line-height: 66px; */
-moz-border-radius: 60px;
-webkit-border-radius: 60px;
border-radius: 60px;
}
.s_label .s_promo_price, .s_label .s_promo_price * {
line-height: 66px;
color: #ffffff;
}

January 26, 2017 at 3:03 pm #55866

then added this for wish list

s, strike, del {
text-decoration: line-through; display: none !important;
}

January 26, 2017 at 3:07 pm #55867

using this method works fine but layout on mobile is abit of the price is quite far down the circle and not in the middle. Hope you can help with this

January 27, 2017 at 1:30 pm #55889

Hi,

Add this extra code as well:

@media (max-width: 768px) {
    .s_listing .s_label .s_promo_price,
    .s_listing .s_label .s_promo_price *
    {
        line-height: 46px !important;
    }
}

BR,
ThemeBurn team

January 28, 2017 at 12:26 am #55902
Viewing 15 posts - 1 through 15 (of 22 total)
  • You must be logged in to reply to this topic.