j.musick
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Internal Server Error- NO ACCESSIf you don’t have ftp access, you may need to contact your host.
Forum: Fixing WordPress
In reply to: Fonts change for a second when page loadingYou are currently loading 9 separate stylesheets… You may want to go through them looking for
@font-face
rules. The blip you’re seeing could be caused by a font being downloaded. Maybe. Possibly the stylesheet requests a series of fonts like this:#menu-menu {font-family:Font1,Font2,times,serif;}
or something similar, and Font2 is your bad-guy. I don’t know. Poke around in there and contact your theme vendor.Forum: Fixing WordPress
In reply to: Added a header image but it keeps repeatingit looks like
#header-banner
is for an optional advertisement. What you’ve done by inserting a background image into#header
will certainly work, as long as you specify the width and height of the<div>
. Be aware that both the title/subtitle text and the advertisement will appear above the image. Currently, I think the height of that<div>
is meant to fluctuate depending on whether you’re on the home page or not, (based on the title appearing in<h2>
tags instead of<h1>
.) Also, unless you change the html, the image you’re inserting will not be a link back to the home page.From a design perspective, if I understand what you want correctly, that isn’t what
background-image
is really for. You are better off adding an<img>
tag to the php, possibly removing completely the title and about portions.Forum: Requests and Feedback
In reply to: Full screen editing with formatting buttonssure. I added a modlook tag. They can move this post for you.
Forum: Fixing WordPress
In reply to: How to remove "featured post"here’s the css code from the file style.css which controls that section:
#featured_section { width:940px; height:370px; background:url(images/menu_bg.png) repeat; margin:0 13px; }
You can change that height to be something smaller, if you like. However, be aware that your theme is designed to hold an image in that same div. If you choose to change that height ta, and at some point include that image, it may screw with the looks of your site.
Forum: Requests and Feedback
In reply to: Full screen editing with formatting buttonsShouldn’t this be posted in the requests and feedback folder?
Forum: Fixing WordPress
In reply to: Added a header image but it keeps repeatingalthough, from the looks of it, your theme was designed to hold an image in the header div. If you have a file labeled header.php, check it for an image tag. Post a link?
Forum: Fixing WordPress
In reply to: Added a header image but it keeps repeating#header {background-repeat:none}
w3schools.com
Forum: Fixing WordPress
In reply to: Fonts change for a second when page loadingYou have a premium theme. You should contact elegantthemes.com with your questions. That said, I didn’t notice the font change.
Forum: Fixing WordPress
In reply to: How to remove "featured post"If you want to re-size the featured post image, you’ll need to find the css tags that your theme uses to describe it and modify those. Or find a new theme.
Forum: Fixing WordPress
In reply to: Update WordPress to 3.4.1Is this the first time you’ve tried to update? It sounds like a permissions error. Check and make sure you have r/w permissions on those files with your ftp client.
Forum: Fixing WordPress
In reply to: Fonts change for a second when page loadingPost a link? Which browser are you using?
Forum: Fixing WordPress
In reply to: Tagline not updating for linksI don’t know if it helps, but the site is currently hosted at https://s425904423.onlinehome.us/