• Resolved emugera

    (@emugera)


    Hello there,

    I had an issue with the border of iframe which i resolved by putting the following code in the css in the custom css :

    iframe {
    border:none;
    }

    However, when i undo the code within the custom css. The page displays with the following errors:

    1. twitter feeds from showing up in an iframe on right sidebar
    2. the slider carousel isnt working.

    Is there way to revert these changes so that iframe appears, as well as the slider carousel?

    I’d appreciate any suggestions.

    Many thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Can you provide an example? removing the above code you mentioned would only explicitly adjust the way an iframe looks. Can you confirm you only removed just the code you didn’t need and there isn’t anything without a closing bracket or mis-entered in your custom CSS?

    Thread Starter emugera

    (@emugera)

    Hi,

    I can confirm that I only removed the code I didnt need and there wasn’t a closed bracket/mis-entered in the custom CSS.

    Currently all my custom CSS only contains the following code which shouldn’t have any effect on the iframe or slider:

    #colophon {
    background: none#005be5;
    border-top-color: #005be5;
    -moz-box-shadow: 0 -7px 0 #005be5;
    -webkit-box-shadow: 0 -7px 0 #005be5;
    box-shadow: 0 -7px 0 #005be5;
    }
    #footer {
    background: #005be5;
    padding: 15px 0 0 0;
    }
    .widget-footer {
    padding: 20px 25px;
    padding: 1.53846rem 1.92308rem;
    margin-bottom: 20px;
    margin-bottom: 1.53846rem;
    box-shadow: rgba(0,0,0,0.3) 0px 2px 2px -1px;
    background: #005be5;
    border-bottom: 1px solid #005be5;
    color: #fff;
    }
    .main-navigation {
    background-color:#005be5;
    border-bottom: 1px solid #005be5;
    }

    This is the website in question: http://blog.ink-global.com/

    Thread Starter emugera

    (@emugera)

    Hi there,

    The custom css code was actually:

    iframe {
    border: none!;
    important
    }

    Thanks for sharing an example. I looked at your site and I’m not seeing the twitter widget you describe as being in your right sidebar (screenshot).

    Also, I see where the carousel exists on the page and see it in the HTML, but I don’t see any JavaScript actually controlling it as described on the WooThemes’ site.

    Thread Starter emugera

    (@emugera)

    Hi,

    Thanks for having a look. Do you have any suggestions that I could test out?
    I’ve been racking my brains for a few days now.

    One of the options I may take is to restore backup database and files from a few days before the issue occurred. Do you think that may solve the issue?

    Thanks again.

    It’s entirely possible! You might want to restore just the files, first incase it’s just a theme issue. If that doesn’t solve it, then try rolling back the database, too.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Undo Changes Made In Custom CSS’ is closed to new replies.