wpservices
Forum Replies Created
-
Forum: Installing WordPress
In reply to: How do i install WordPress?Who is your host?
Forum: Installing WordPress
In reply to: Installing WordPresswhere do you see this message?
Forum: Fixing WordPress
In reply to: Replying to comments – very slow responseDo you have a plug-in installed to moderate comments?
Forum: Fixing WordPress
In reply to: CSS changes to stylesheet not workingTry to open the site in an incognito window.
Forum: Fixing WordPress
In reply to: Need 3rd widget area in footerForum: Fixing WordPress
In reply to: Need 3rd widget area in footerIn Chrome or Firefox, right-click and hit ‘inspect’ or ‘inspect element’ on one of the footer columns.
Forum: Fixing WordPress
In reply to: Need 3rd widget area in footerHow did you implement the code? I did it right in the inspect element in Chrome and it worked.
Forum: Fixing WordPress
In reply to: Need 3rd widget area in footerChange your CSS:
.footer-widgets-1 {width: 350px;}
.footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {width: 275;}If it doesn’t work, you may need to adjust the CSS widths differently using a Custom CSS WordPress plug-in.
Forum: Fixing WordPress
In reply to: Need 3rd widget area in footerYou need to make footer widget 1 and 2 less wide, there’s not enough room in the footer for the widths that are set in the CSS.
Forum: Fixing WordPress
In reply to: remove gap between header and main contentThe link does not work.
Forum: Installing WordPress
In reply to: Setting up WordPressDo you have a domain?
Forum: Fixing WordPress
In reply to: resizing images and blog columnLooks like the 3rd column is too wide.
There might be a plug-in that organizes your photo gallery better.
Forum: Fixing WordPress
In reply to: Open Link in New WindowYou can add target=”blank” to the href code.
Forum: Fixing WordPress
In reply to: Sub Category not reflecting on the websiteDo you have a re-direction plug-in installed?