Quantcast
Browsing all 13547 articles
Browse latest View live

artisana on "Site Generator Code: What exactly is wrong here?"

Problem still not fixed: Help!

View Article


batharoy on "Site Generator Code: What exactly is wrong here?"

Not sure if this is what you want but try adding a height atribute to your #site-generator. height: 470px;

View Article


artisana on "Site Generator Code: What exactly is wrong here?"

Thanks for the reply Batharoy--that worked!! Can't believe I didn't try it sooner; thanks for opening my eyes. I can now breathe easier :p

View Article

jmerr59944 on "no sure whats wrong with my footer"

hi, I am not sure what I did to my footer, but for some reason it is breaking it up into 2 sections, which I do not want: http://biozphilly.org/ can someone help me a) center on the first line the...

View Article

WPRanger on "no sure whats wrong with my footer"

In your stylesheet, make these changes: #site-info { float: left; font-size: 14px; font-weight: bold; width: 100%; text-align: center; } #site-generator a { background: transparent; color: #666;...

View Article


kaniamea on "no sure whats wrong with my footer"

Hi Jeremy, to center the text on the footer place this in your child css file: #site-info { text-align: center; } Not sure what you mean with b). Could you please clarify?

View Article

jmerr59944 on "no sure whats wrong with my footer"

WPranger, thanks for the quick response. nothing changed. wouldn't something needs to be changed in my footer.php file? Jeremy

View Article

jmerr59944 on "no sure whats wrong with my footer"

Kaniamea, Thanks for the response. Per WPranger (Answer before you) I tried the text align-center and nothing is happening. somehow my footer is split almost like a table and I believe that's causing...

View Article


jmerr59944 on "no sure whats wrong with my footer"

there seems to be some footer sidebar and Im not sure how to disable it.

View Article


WPRanger on "no sure whats wrong with my footer"

There's an error in your child theme's css. Try fixing that: #main { clear: both; overflow: hidden; padding: 0px 0 0 0; <--- no closing brace .entry-title,.entry-meta{ display: none !important; }

View Article

jmerr59944 on "no sure whats wrong with my footer"

that did it! thanks...if I want to make the address bold or larger, do I add something to the stylesheet or just <b> </b> to the footer file?

View Article

WPRanger on "no sure whats wrong with my footer"

That's being applied by the last line in the child theme css. It's: #site-info { font-size: 12px; font-weight: normal; } Just remove the font-weight: since it's set to bold above and then amend the...

View Article

MrsBodien on "[Theme: Twenty Fourteen] Change Footer Link Color"

i am using a child theme of twenty fourteen. i also used the fourteen colors plugin to alter the sidebar/footer background colors. see here: http://dev2.katebodien.com how can i change the color of the...

View Article


tgd on "[Theme: Preference Lite] Footer Copyright Customization"

I've used the following on a couple of sites - works great. <div> <?php esc_attr_e('Copyright ©', 'preference'); ?><?php _e(date('Y')); ?><?php bloginfo('name'); ?> All Rights...

View Article

gijsbert156 on "[Theme: Customizr] can't get slider back op homepage"

Hello, I did delete the slider on the homepage and now I can't get it back. On other pages it does work as it should. This is the page I'm working on: http://www.sintjansbergklooster.be/ best, gb

View Article


gijsbert156 on "[Theme: Customizr] horizontal menu in footer"

Hello, I would like the expand the menu in the footer horizontally. I did try some things I found after searching, but didn't get it to work. Currently, I'm using a widget. It looks great to me, except...

View Article

alex27 on "[Theme: Sugar and Spice] Three column footer / hover"

Hello! Regarding footer - go to Appearance->Widgets and add widgets to sidebars Prefooter Area One, Two and Three. To remove background change on hover over social icons, add this code: .widget...

View Article


rdellconsulting on "[Theme: Customizr] can't get slider back op homepage"

Did you try resetting the slider up using the basics? What is set in Customizit!>Front Page>Select front page slider?

View Article

gijsbert156 on "[Theme: Customizr] can't get slider back op homepage"

Oh, thanks. Was trying to set it up like on the other pages. Forgot about that setting. Thanks rdellconsulting.

View Article

astoni on "[Theme: Twenty Twelve] Footer modification"

To modify the footer in WP 3.8, you must create one file and a directory to contain it, and you must modify one other file already installed on your WP setup. First create a new folder in the...

View Article
Browsing all 13547 articles
Browse latest View live