Tzita on "[Theme: InfoWay] Footer widget area invisible"
Hello, I have configured the 4 areas of the footer, but not shown. Why can it be? In local, yes they are, but if I upload it to the server, are not seen. How I can fix it? Thank you very much. (sorry...
View Articlesouravb on "[Theme: InfoWay] Footer widget area invisible"
Hi Tzita, You may post the link, so that someone can check it. Regards sourav b
View Articleesmi on "How can I delete the theme's name from my footer?"
You will probably need to start customising your theme's CSS or its footer.php template file via a child theme or a custom CSS plugin.
View Articlekidsguide on "How can I delete the theme's name from my footer?"
Do you have a CSS code to delete it?
View ArticleWPyogi on "How can I delete the theme's name from my footer?"
Do you have the child theme set up?
View Articlekidsguide on "How can I delete the theme's name from my footer?"
What is a Child Theme?
View ArticleWPyogi on "How can I delete the theme's name from my footer?"
Did you read the link esmi posted above? It allows you to modify the theme without losing those changes when the theme is updated.
View Articlekidsguide on "How can I delete the theme's name from my footer?"
Ok, but when I make the child theme then how do I edit it to make it not show "Colorway WordPress Theme by InkThemes.com" in the Footer?
View ArticleWPyogi on "How can I delete the theme's name from my footer?"
If you only want to remove that line of text (vs. changing it) you can do that using CSS - add this to the custom CSS section of your theme: .footer-navi .right-navi { display: none; }
View Articlealchymyth on "How can I delete the theme's name from my footer?"
probably won't work with CSS; you will need to edit footer.php - ideally after creating a child theme; http://codex.wordpress.org/Child_Themes the code should be easy enough to find.
View Articlekidsguide on "How can I delete the theme's name from my footer?"
WOW thanks! the CSS code worked.
View Articlekidsguide on "How can I delete the theme's name from my footer?"
The Child theme idea is too hard for me.
View Articlekidsguide on "How can I delete the theme's name from my footer?"
I am using this code: .footer-navi .right-navi { display: none; } Can I put something different there?
View ArticleWPyogi on "How can I delete the theme's name from my footer?"
Not without creating a child theme - http://codex.wordpress.org/Child_Themes
View Articlekidsguide on "How can I delete the theme's name from my footer?"
Ok I will try that. Thanks
View Articlebryanborsten on "[Plugin: WP Online Store] WP-Online-Store breaks themes"
Have you found a solution to this? i uninstall and reinstall but did not work, is it possible to change the original code so it doesn't override the theme code?
View Articlemordauk on "[Plugin: Easy Digital Downloads] Mobile - Footer Code Issue"
I'm marking this as resolved since it's been more than 4 weeks with no answer.
View Articlebroennimann on "How to edit text & hover color in Twenty Twelve?"
Hi folks I'm still modifying Twenty Twelve to my liking, using a child theme. So far, I've managed to change the color/hover color of the post titles etc. - but I can't seem to change the link in the...
View ArticleAndrew Nevins on "How to edit text & hover color in Twenty Twelve?"
Do you have Google Chrome?
View Article