esmi on "how to remove space under footer"
What theme are you using? Where did you download it from?
View Articleandroid-originals.com on "WP is way too easy to kill"
Actually, I did use FileZilla, both to upload and download themes and xml export files. Downloading WP files and folder from a WP site to InstantWP on a PC causes InstantWP to go gaga because of the...
View Article2ninerniner2 on "WP is way too easy to kill"
Seems more of a workflow matter than anything else. Is there a particular reason you want to work on the site locally? Generally, I reserve local installs for testing new plugins, themes, etc. and just...
View Articlezack1007x2 on "how to remove space under footer"
I'm using Arcade Basic from wordpress.org
View Articlearakuna on "[Plugin: The Events Calendar] 4 column footer not working in mobile"
I am having trouble with the events calendar (not pro) in mobile view. I am using enfold theme and the footer displays correctly on all other pages. I have four columns in the footer with a widget in...
View Articlejensheava on "[Theme: Customizr] Change Link in the Footer"
Love Customizr and so does my client... but she really wants the link changed in the footer from Themes&Co (no offense). I know how to change the name but cannot figure out where to change the...
View Articlerdellconsulting on "[Theme: Customizr] Change Link in the Footer"
See if this snippet helps
View Articlejensheava on "[Theme: Customizr] Change Link in the Footer"
Very helpful, thank you rdellconsulting :)
View Articleshivank.shankar on "[Theme: Customizr] Change Link in the Footer"
It helped me to thanks for the help.I was able to do this for my wordpress website blog and whatsapp
View Articlejensheava on "[Theme: Customizr] Change Link in the Footer"
I am going to attempt it later. I am a visual designer, and tend to get nervous when doing a lot of coding... so I'll need to be clear when I tackle this. Appreciate the responses.
View Articlerdellconsulting on "[Theme: Customizr] Change Link in the Footer"
We'll be here if you need help.
View Articleandroid-originals.com on "WP is way too easy to kill"
DW? I didn't like Front Page, either. Unlike PageMill, it generated tons of bloat-code. OK, I admit it. WP makes it a lot easier to develop a professional looking site than PageMill, and I'll continue...
View Articledtjin on "Customizing Footer"
Hello, I've added a dashboard customizer tool so that users can customize the footer on my theme using: <footer id="colophon" class="site-footer" role="contentinfo"> <div class="site-info">...
View Articleandroid-originals.com on "WP is way too easy to kill"
Oh, the reason I want to work on the site locally is to keep the computer I'm doing patent work on disconnected from the net as much as possible. I've got a DSL router firewall, but prefer to limit the...
View Articlestephencottontail on "Customizing Footer"
You might try something like this instead: <?php if ( get_theme_mod( 'copyright_textbox' ) ) : echo get_theme_mod( 'copyright_textbox' ); else : ...default WordPress footer... endif; ?> Also, in...
View Articledtjin on "Customizing Footer"
Thanks for your reply. I'm just starting to learn php so the I'm having a hard time with the syntax. When I do this I get an syntax error after the the word else : if ( get_theme_mod(...
View Articlestephencottontail on "Customizing Footer"
You need to close off the PHP tags before you can put HTML tags or you'll get syntax errors. Try this: <?php if ( get_theme_mod( 'copyright_textbox' ) ) : ?> <div class="site-info">...
View Articledtjin on "Customizing Footer"
HI, If anyone is interested I got it to work like this: <footer id="colophon" class="site-footer" role="contentinfo"> <div class="site-info"> <?php if ( get_theme_mod(...
View Articledtjin on "Customizing Footer"
Issued closed. Your code work. Thanks! Just learnt a lot!
View Articlearkaan on "[Theme: Catch Kathmandu] Remove footer 'Powered by Wordpress theme...
hi dear experts, I can't send contact form in this theme please help me anybody.
View Article