alchymyth on "Add Footer Image"
what is the result in your site? link? is the image saved where you think it should be? you might better ask in the theme's forum http://wordpress.org/support/theme/pilot-fish
View Articleesmi on "Add Footer Image"
@sandaru1z: This is the 3rd time you've been asked to please post in the dedicated forum for your theme.
View Articlesandaru1z on "[Theme: Pilot Fish] Add Footer Image"
Hi, Im creating a site from Pilot Fish theme. Can't find a way to add a png image to footer. I need logos.png file in center of footer. I try to edit the footer.php and styles.css <div...
View Articlepdaniel on "[Plugin: Twitget] Custom Code Not Working - Footer?"
I created the twitter app for my account and was able to get the consumer key and token information. I plugged that into the twidget settings. I selected the twitter-api-php library option. I tried the...
View Articlealchymyth on "[Theme: Pilot Fish] Add Footer Image"
what is the result? what part of footer.php have you edited? what is the full code of footer.php after the edits?
View Articlepdaniel on "[Plugin: Twitget] Custom Code Not Working - Footer?"
I did plug in the following and it did work, but it brought back the account description that I don't want to show. I only want to show the name and last tweet. <?php show_recent_tweets(); ?>
View Articleesmi on "[Theme: Responsive] center footer content to page"
As per the theme developer's request, please post in the theme's dedicated forum: http://cyberchimps.com/forum/free/responsive/
View Articlesandaru1z on "[Theme: Pilot Fish] Add Footer Image"
Here's the full code, My code was added to the top of the footer.php it gives an error like this in the web page Fatal error: Call to undefined function php_e() in...
View Articlesandaru1z on "[Theme: Pilot Fish] Add Footer Image"
Hi alchymyth The Sweeper & Moderator ; Thanks for quick reply. I just noticed this it appeared on the right side of the home page. Its quite a large image. width 650px, height 100px. Pls check the...
View ArticleExitToTheLeft on "[Theme: Twenty Thirteen] Sidebar: Widget overlaps footer"
.. but it is an stupid feature! Thanks Robert four you post! :-)
View Articlealchymyth on "[Theme: Pilot Fish] Add Footer Image"
the error messsage comes from this line: <?php_e('2012', ''); ?></p> there is a space character missing after <?php - the line should read: <?php _e('2012', ''); ?></p>...
View Articlesandaru1z on "[Theme: Pilot Fish] Add Footer Image"
Hi alchymyth, Thank you very much. All right, Jobs is half done. Now its appearing on footer, but still not centered. So how to center this png image? one last help please.
View Articlesandaru1z on "[Theme: Pilot Fish] Add Footer Image"
Hi, <?php _e('©2011-2013 TechnoPlus Automation', ''); ?></p> part is centered, but Image is not centered.
View Articlepdaniel on "[Plugin: Twitget] Custom Code Not Working - Footer?"
Figured it out. I customized the code in the Twidget Settings box. I was doing that in the footer.php file. Thanks.
View Articlealchymyth on "[Theme: Pilot Fish] Add Footer Image"
but still not centered. try to change your styles to: p.fimage { line-height; 12px; } p.fimage a img { margin: 0 auto; padding: 0 0 0 2px; } btw: better use a custom CSS plugin for adding edited...
View Articleprohollyking on "[Theme: Picoclean] How to edit the footer?"
http://www.gabedlc2dc.org What I'd like to do is add in a "Paid For by De La Cerda For Congress" line, and perhaps get rid of the "Powered by WorPress" part in the footer. Is there a good way for me to...
View Articlesandaru1z on "[Theme: Pilot Fish] Add Footer Image"
Thanksalot lchymyth. Job done. Really appreciate your kind help.
View Articlesandaru1z on "[Theme: Pilot Fish] Add custom HTML CSS Footer Links"
Hi, I need to make my wordpress site like a website, not like a blog. I need to insert custom HTML CSS Links cseparated by | symbol just like the footer given in scjmsl.com website's footer. I'm not...
View Articlegabyu on "[Theme: Twenty Eleven] Display footer widgets in 404 page"
Hello, I'm using a child theme of Twenty Eleven, and I can't display the widgets. I've removed the static widgets that are placed in the default 404 template. I would like to have the 3 widgets in the...
View Articlepaulwpxp on "[Theme: Picoclean] How to edit the footer?"
First, create a child theme for it so that we can overwrite footer template. http://codex.wordpress.org/Child_Themes Once child theme is activated and working properly, make a copy of footer.php from...
View Article