Christopher411 on "Help adding widget to footer"
and put that where? in the footer.php?
View ArticleChristopher411 on "Help adding widget to footer"
It is doing something now.... popped up with three lines of test
View ArticleEvan Herman on "Help adding widget to footer"
There you go.... The lines 'test' were added into the custom function inside of functions.php. At least we know the function is working and doing its job of displaying content in the footer using the...
View ArticleChristopher411 on "Help adding widget to footer"
yes, custom menu and our company's divisions and to middle I have added custom menu with other stuff and I want to do the same with the right. I took out the code <?php dynamic_sidebar(...
View ArticleChristopher411 on "Help adding widget to footer"
so right now the stuff I put in Left Footer is showing and your "test" stuff is showing but not the middle one or the right one
View ArticleEvan Herman on "Help adding widget to footer"
So the left works, but center and right do not? What is the code you're using the display the left widget, since you have taken out the code I provided?
View ArticleChristopher411 on "Help adding widget to footer"
nothing.... here is the full footer code and a screen shot: <html> <body> </div><!-- #content --> <?php /* Always have wp_footer() just before the closing </body> * tag...
View ArticleEvan Herman on "Help adding widget to footer"
So you deleted: <?php dynamic_sidebar( 'Footer Widgets Left' ); ?> and the left sidebar still appears?
View ArticleChristopher411 on "Help adding widget to footer"
yes.... it seems that it is stacking all three (kinda) at the wp_footer() reference... Now it is showing up different... here are a couple screen shots... one of what I have in each of the widgets:...
View ArticleEvan Herman on "Help adding widget to footer"
I'm just confused how the widgets are being displayed if you've removed the code to display them. That's why I'm having a hard time understanding where the center widget has gone too.
View ArticleChristopher411 on "Help adding widget to footer"
ok, we are (possibly) talking about different things.... in the function code, I left it as you sent it to me.... in the footer code I took out the <?php dynamic.. reference... it probably wasn't...
View ArticleEvan Herman on "Help adding widget to footer"
Oh yea, inside of the footer code thats ok. It shoulnd't have been there. Woops! The issue is in: <?php dynamic_sidebar( 'Footer Widgets Center' ); ?> It should be: <?php dynamic_sidebar(...
View ArticleChristopher411 on "Help adding widget to footer"
GREAT!!! it is working. I took out the "TEST" stuff you had in there and it is good.... THANK YOU SOOO MUCH Could I add another column? It looks like I will have space and I will use it. Just copy the...
View ArticleEvan Herman on "Help adding widget to footer"
You can add as many columns as you'd like, you'll probably need to adjust the CSS tho. You should just need to copy the register_widget section and update the name section. Then inside of the function...
View ArticleCathryn999 on "[Plugin: WP Customer Reviews] Reviews are inserting themselves...
Hi, Since upgrade to WP3.9, reviews are inserting themselves in the footer as well as in the body of the post. See for example http://saildarwin.com.au/champagne-sunset-sail/ and...
View Articlestevegossett64 on "[Plugin: Kebo Twitter Feed] Removing Reply, Retweet and...
Yes thanks for the update Peter. Much welcomed. Steve
View Articleelena18 on "Problems with Woocommerce images shown when posting on Facebook"
Hi, I have the following problem. When I post a blog article to my Facebook page, it doesn't appear the correct image present on the article page, rather it shows the images of random products, set...
View ArticleWhizzy on "[Theme: Boot Store] How to Remove Footer Credits?"
Just open your website wordpress dashboard, go to the Editor Tab under "Appearance" and click on Footer.php file. Then look for the following code: <a href="<?php echo esc_url( __(...
View Article