Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
Try inserting the code in Graphene Options > Display > Custom CSS
Admin
Add in your child theme’s style.css or in the Custom CSS option:
#copyright h3 {
display: none;
}Admin
Hurm.. I’ve never encountered this issue before..
Let me know if this happens again.
Admin
Have you tried using Cloudflare? Among other things, it blocks known bad IP addresses and bots and presented them with a challenge page (in case the blocked IP is a dynamically-assigned IP so legit users may be using it).
I’ve been using it for several of my sites, and it seems pretty solid.
Admin
It’s that Facebook Like and Send widget in the sidebar. Try adding this to the Custom CSS option:
#fb-root.fb_reset iframe {
width: 100%;
overflow: visible;
}Admin
I just tried copying the exact code you posted above and the theme saves the code just fine. Nothing get stripped.
What version of Graphene and WordPress are you running?
Admin
No worries 🙂
Admin
Wow..this is weird.. have you made changes using a child theme? Also, try deactivating all plugins for a while to see if any of the plugins are conflicting with the theme.
Admin
I don’t see any warnings on your site. Can you point us to where the warning is?
Admin
Do you have a
footer.phpfile in your child theme (for modifications to previous versions, perhaps)? If you do, that file will be used and not the theme’sfooter.phpfile, hence new features (like the footer menu) will not be shown.
