Javascript issues Issue

0
I have 2 issues.

1. Can you help me figure out why i'm receiving this java script error on my album pages.
https://www.entertainmentxp.com/music/s/119-shatty-ordaz/102-ancestral-voices">https://www.entertainmentxp.com/music/s/119-shatty-ordaz/102-ancestral-voices

Uncaught TypeError: Cannot read property 'item_type' of null
at eval (common.js:1)
at Function.each (jquery.min.js:1)
at render_items (common.js:1)
at Object.success (album.js:14)
at i (jquery.min.js:1)
at Object.fireWith [as resolveWith] (jquery.min.js:1)
at y (jquery.min.js:2)
at XMLHttpRequest.c (jquery.min.js:2)


2. Also, on my artist page. Whenever I click the "songs" tab, the "album" tab disappears.
https://www.entertainmentxp.com/music/s/119-shatty-ordaz

Please help!

Accepted Answer

Wednesday, March 15 2017, 11:02 AM - #Permalink
0
Hi,

1. I'll check this. However seems not to have an effect on the page.

2. this can be solved with CSS probably.
try adding this to your CSS main file:

.nav-tabs>li>a {
display: block !important;
}
The reply is currently minimized Show
Responses (6)
  • Accepted Answer

    Wednesday, March 15 2017, 12:51 PM - #Permalink
    0
    Just want to be sure. Are you referring to the template css or the artist.css file? Which folder is it located?
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, March 15 2017, 04:31 PM - #Permalink
    0
    better in your template css file.
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, March 15 2017, 04:36 PM - #Permalink
    0
    Nothing changed. Same issue
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, March 15 2017, 04:36 PM - #Permalink
    0
    do you have browser cache? make sure to refresh the browser to reload files...
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, March 15 2017, 04:45 PM - #Permalink
    0
    Actually I got it. Thanks for you help. Any update about the other issue?
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, April 25 2017, 03:09 PM - #Permalink
    0
    I also have the same problem, I see you have now fixed the error - how did you resolve it?
    • Germinal Camps
      more than a month ago
      what specific problem are you having? can you send a link?
    The reply is currently minimized Show
Your Reply