• Sorry, i’m sure this is a more advanced question – of course that’s relevant to the user so in my case maybe not… I tried to post to the WP-Advanced but it was closed.

    Anyway – I have a bad piece of code on my main page and it’s throwing an SSL error.

    https://www.ridgewoodpuppies.com

    It’s line 195 in the source. Specifically this part
    url(‘https://www.ridgewoodpuppies.com/wp-content/uploads/2015/10/31e04.jpg’)

    It appears to be a hidden texture behind an image (yoriechon) and it was in the theme. I deleted the photo from the folder but it’s still in the index.html code. I don’t really quite understand how wordpress deals with the pages. I mean i know it’s all database driven but i’m not sure how to edit this.

Viewing 1 replies (of 1 total)
  • Thread Starter Ridgewood2

    (@ridgewood2)

    Trying to bump. Desperately hoping for help. I need to figure out how to reference a piece of code in my source to the correct css file. I’ve read all the relavant understanding css threads and – i still don’t understand it. I just don’t know how to track this down

    the line is
    .art-content .post-41173 .layout-item-8 { border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;border-top-color:#CFD8E2;border-right-color:#CFD8E2;border-bottom-color:#CFD8E2;border-left-color:#CFD8E2; color: #192129; background: #F6F7F8 url(‘https://www.ridgewoodpuppies.com/wp-content/uploads/2015/10/31e04.jpg’) repeat-x scroll; padding-right: 10px;padding-left: 10px; vertical-align: middle; border-radius: 10px; }

    and it’s this URL reference. I need to remove it…
    url(‘https://www.ridgewoodpuppies.com/wp-content/uploads/2015/10/31e04.jpg’)

    It says <styles> but i don’t see anything about this in the styles.css file. how I you track this piece of code down?!?!?

Viewing 1 replies (of 1 total)
  • The topic ‘SSL issue / Edit html code’ is closed to new replies.