emugera
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Undo Changes Made In Custom CSSHi,
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.
Forum: Fixing WordPress
In reply to: Undo Changes Made In Custom CSSHi there,
The custom css code was actually:
iframe {
border: none!;
important
}Forum: Fixing WordPress
In reply to: Undo Changes Made In Custom CSSHi,
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/
Forum: Fixing WordPress
In reply to: Iframe not showing up – can restoring database solve issue?Hi,
I made the changes within wordpress under the themes custom css section. I undid the changes by removing the code but the iframe wasnt displaying.
Do you have any suggestions that could possibly solve such as issue?
Many thanks,
emugera
Forum: Fixing WordPress
In reply to: Iframe not showing up – can restoring database solve issue?Hi,
I made the changes within wordpress under the themes custom css section. I undid the changes by removing the code but the iframe wasnt displaying.
Do you have any suggestions that could possibly solve such as issue?
Many thanks,
emugera
Forum: Fixing WordPress
In reply to: CSS/iframe troubleshootingI wrote it like so:
iframe {
border:none!;
important}and then I’ve tried using the following to override it:
iframe {
border:inherit! ;
important}Is there an alternative that works?
Forum: Themes and Templates
In reply to: CSS: How to change colours header/footer on my wordpress site?Hi Bojan,
Thanks. That solved it.
I hadnt refreshed the page to see you initial response.
Thanks again!
Forum: Themes and Templates
In reply to: CSS: How to change colours header/footer on my wordpress site?Hi winnard,
That worked! How do I change the top header to the same colour? I cant seem to find it on the style css
Thanks
Forum: Fixing WordPress
In reply to: How to fix Permission denied issue?Thanks,
That resolved the issue
Forum: Fixing WordPress
In reply to: How to fix Permission denied issue?I set the permission rights to make the footer.php writeable. I cant remember the specific rights in terms of the permission modes.
At first I had this error pop up Directory ”/srv/ink-blog/html/wp-admin” is writeable by others
So I think that somehow edit I made to the footer.php, affected the wp-admin folder.