Rachel Baker
Forum Replies Created
-
Forum: Themes and Templates
In reply to: fixed-width navigation items in #access?Emily,
1. zero out the margins on #access div #access ul
2. You can then set the fixed width on #access liForum: Themes and Templates
In reply to: Changing font of the menuIt looks like you were close with your CSS change. You need to change it be:
.topnav li a { font: bold 20px 'Parisienne', cursive; color: #525252; display: block; float: left; padding: 15px 0; }
Forum: Themes and Templates
In reply to: fixed-width navigation items in #access?Emily,
Can you provide us with a link to the live site so we can help?
Forum: Fixing WordPress
In reply to: Sending password to new userThis could be an issue with your webhost. Some hosting providers do not allow their servers to send emails immediately, and instead space out the process to reduce overall server load.
I would suggest testing the mail functionality, there is a plugin for this: https://www.ads-software.com/extend/plugins/check-email/
From there you will be able to see if this is an issue with your website host or with the email addresses in WordPress.
Forum: Fixing WordPress
In reply to: Static to WordPress: old static pages show up in search engineSean,
Google has a post on the process listed for their search engine:
https://support.google.com/webmasters/bin/answer.py?hl=en&answer=83105Bing and Yahoo have similar information on their sites.
Forum: Themes and Templates
In reply to: flash / illustrator to WPYou would need to know how to write code if you wish to have a custom design for a WordPress theme.
There is no way to convert an Illustrator file to HTML/CSS, there may be a converter for a flash file – but I do not know of any.
Forum: Fixing WordPress
In reply to: Website Homepage is goneWhere you using a static page for your home page? If so, you possibly just need to correct the page template selected on the page used for that page from the edit screen under “Pages”
Forum: Fixing WordPress
In reply to: Google plus widget display issueThe Facebook iframe code has a height of 80px and it is covering up the the Google +1 Widget.
Modify the iframe to only have a height of 30px in this code (already edited for you):
<iframe src="//www.facebook.com/plugins/like.php?href=https://www.facebook.com/bestpluginsforwp&send=false&layout=standard&width=270&show_faces=true&action=like&colorscheme=light&font&height=30&appId=234513819928295" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:270px; height:30px;"></iframe>
Forum: Fixing WordPress
In reply to: admin loginThe plugin Flexco Facebook Manager is causing the error. You will need to remove or disable the plugin using FTP.
Forum: Fixing WordPress
In reply to: 404 Error… But I'm paid up. Help!Your site is still working at: https://traditionsinseason.com/Blog/
You cannot change the site url to https://traditionsinseason.com/blog/ if the directory where the files are located is named “Blog”. You would first have to rename the “Blog” folder to “blog” and then follow the directions for changing the site url:
Forum: Fixing WordPress
In reply to: Favicon Disappeared!!I am seeing your favicon in Chrome for Mac: https://skitch.com/rachelbaker/gshxq/kentucky-weather-center
Forum: Fixing WordPress
In reply to: Linking to "About Me" and sidebar changesHave you looked under Appearences -> Menus?
Forum: Fixing WordPress
In reply to: does xamp have to be upAre you running XAMP with the intention of a site being able to be seen outside your network? Typically XAMP is used locally for local development, and not for live public websites.
If you have a hosting company, you would not need XAMP running on your computer for that live website to be seen.Forum: Fixing WordPress
In reply to: Cant load themeSounds like a permission setting or something is off in your new hosting location. Any reason why you switched away from Linux hosting?
Forum: Fixing WordPress
In reply to: My page is all messed up help. www.lifeislikeablogofchocolate.comLooks to me as though your amazon widgets/code is causing the home page to be distorted.