nrepair on "[Theme: Sorbet] Remove "Proudly Powered by Wordpress" from footer"
Jetpack is controlling the footer that appears with infinite scrolling. See here: http://www.limecanvas.com/customising-the-jetpack-infinite-scroll-footer/
View ArticleKathryn on "[Theme: Sorbet] Remove "Proudly Powered by Wordpress" from footer"
Here's a function you can add to modify the Infinite Scroll credit:...
View Articlerdellconsulting on "[Theme: Customizr] alignment of footer new line credits"
Link to site would help
View ArticleOxygen89 on "[Theme: Customizr] alignment of footer new line credits"
Site Firstly,Earlier i added some content like "All rights reserved", but, now i don't want to display anything after my site name. If i leave it blank with one whitespace(otherwise, it will display...
View ArticleElectricFeet on "[Theme: Customizr] create menu in footer"
There's a snippet for altering the credits: http://www.themesandco.com/snippet/altering-adding-footer-credits/ For the horizontal bar, most people do this with a CSS rule on the lit item of the menu....
View Articlelolaaroun on "[Theme: Customizr] Removing "Designed By Themes & Co" in Footer"
Hi all, Would anyone know how I can remove the "Designed By Themes & Co" in the footer of this theme. I would like to remove it and add my own info. Many thanks if you can help.
View Articlerdellconsulting on "[Theme: Customizr] alignment of footer new line credits"
Did you use this snippet? If so, can you paste the code you have in functions.php as it looks like you might have missing quotes maybe? Otherwise, how are you making these changes to the footer?
View Articledeputy05 on "[Theme: Customizr] Removing "Designed By Themes & Co" in Footer"
Have you checked the snippets? Specifically, this one.
View ArticleOxygen89 on "[Theme: Customizr] alignment of footer new line credits"
Yeah, i'm using this snippet only to modify the footer. What i need is, not to write anything inside $credits line as well as not to display the "Designed by Themes & Co”. If i'm leaving blank...
View Articlefaizanasad1 on "[Theme: JustWrite] Editing The Footer"
Hi there!! i am using justwrite theme and want to know can i edit footer with three tabs with custom background just like this one HERE!!
View Articleellp on "[Theme: JustWrite] Editing The Footer"
Hello! Well, you need to check if your theme has support to widgets at the footer... If yes, there is no problem. If no: well, you will have to edit the theme to create these areas. Check the theme and...
View Articlejoydipdas on "How to replace Marla WP Theme by ceslava in footer"
hi How to remove Marla WP Theme by ceslava in footer. Thanks
View Articleacosmin on "[Theme: JustWrite] Editing The Footer"
It's not possible... But with a little custom php/html/css work it is.
View Articlehiphopruckus on "[Theme: Hueman] Footer Issue, No Separation between Grey and...
Alexander, first off i absolutely love this template. It's easy to work with and simple. However, i have an issue with the footer. In the hueman theme demo http://demo.alxmedia.se/hueman the footer is...
View Articlerdellconsulting on "[Theme: Customizr] alignment of footer new line credits"
This will only display (c)2014 Thakural Electric Works add_filter('tc_credits_display', 'my_custom_credits'); function my_custom_credits(){ return ' <div class="span4 credits"> <p>...
View ArticleMaria Antonietta Perna on "[Theme: Hueman] Footer Issue, No Separation...
Hi Hiphopruckus, To get back the grey space between main content and footer area in the Hueman theme, you need to get rid of the boxed layout. To do so, go to Appearance > Theme Options. From here...
View Articlerdellconsulting on "[Theme: Customizr] alignment of footer new line credits"
If you still want the 2nd line then use this: add_filter('tc_credits_display', 'my_custom_credits'); function my_custom_credits(){ $newline_credits = '<a href="<YOURLINK HERE>">Contact...
View ArticleOxygen89 on "[Theme: Customizr] alignment of footer new line credits"
Thanks. What if i need to add a line inside $ new credits variable like: $newline_credits = 'Contact us | Sitemap'; So, in totality, two points are there: Firstly, as u suggested on the above post..to...
View ArticleOxygen89 on "[Theme: Customizr] alignment of footer new line credits"
Thanks a lot. Only new line is not coming up b/w : © 2014 Thakural Electric Works and Contact us | Sitemap Thanks
View Article