jayreyvee
Forum Replies Created
-
Forum: Themes and Templates
In reply to: accepted update, lost logoWell how did you customize it before?
Some themes have options to upload your own logo, and you might have to upload it again if that is the case.
Could also be that you made changes to the theme styles and they got erased when you updated. If this is the case, you need to look into Child themes which protects your changes when updating a theme. http://codex.wordpress.org/Child_Themes
Forum: Themes and Templates
In reply to: Why Does My Theme Revert Back To Original??Just to make sure, are you activating them after installing?
Forum: Themes and Templates
In reply to: [WhiteHouse] Footer missinghmm. Looks like your footer.php file no longer exists. Not sure how this happened but do you have a backup of the files at all?
Forum: Themes and Templates
In reply to: Change Theme Name and URL ExtensionsWell, you can always upload it again with the new name. Or if you have access to the files through FTP, you can change it that way.
Forum: Themes and Templates
In reply to: Images won't align left or right. See my style.cssK. found your problem. The img styles are commented out. Below is a commented out example:
/*Unseen Content*/
Anything between that character combination does not get processed. Make sure to remove those characters from around any styles you want active.
Forum: Themes and Templates
In reply to: Can't remove white border from my logo headerk. right now the image is about 900px by 225px. It needs to be 950px by 274px to fill the space. Then remove the set margins in the style sheet. Your are looking for:
#head_left img {
margin: 20px 0 15px 5px;
}Set the margins to zero, so:
#head_left img {
margin:0;
}Forum: Themes and Templates
In reply to: undefined function elastic_setoh no thats not good. Can you delete the elastic theme folder manually?
Forum: Themes and Templates
In reply to: Change Theme Name and URL ExtensionsThe url pulls the name from the theme folder name. If you change the name of the folder, it should change the url, but you will have to reactive the theme because the name changes and WordPress cant find it so it activates a default theme.
Forum: Themes and Templates
In reply to: Aligning Page title w/ Page entryin your style.css file. Locate “.post h2″ and change the padding to:”padding: 0 0 15px 20px;”. 20px is the left padding and should push it in line with the content.
Forum: Themes and Templates
In reply to: Footer image issueThe footer image is most likely pulled in through the stylesheet. Look in your style.css file and locate the footer styles. It is most likely the background image to the footer container.
Forum: Themes and Templates
In reply to: [WhiteHouse] Footer missingHave you edited any of the HTML or CSS?
mine does the same. I thought my apache crashed but the plugin is the culprit.
Forum: Themes and Templates
In reply to: Can't remove white border from my logo headerHmm, I’m not seeing a white border. Do you mean the white margin around it?
Forum: Themes and Templates
In reply to: Excessive Horizontal Scrolling problem.#wrapper is set at 1015px. This will make it more likely to need a horizontal scroll because most peoples browser windows are around 980px – 1000px. Even less if they are on a lower resolution screen.
Forum: Themes and Templates
In reply to: How to remove a theme and get my old one backis your custom theme not listed under your choice of themes?
All your files should still be there unless you or someone else deleted the theme.