drakeblogs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Table Lines Child Theme to Twenty TwelveThank you Andrew, you have know idea how much time I spent over the weekend trying to figure that out.
Forum: Fixing WordPress
In reply to: Space in between gallery rowsIt is a child theme with customized CSS and I’ve tried adding several different things to the .gallery files but nothing has worked.
Forum: Fixing WordPress
In reply to: Black line at colophonThank you for explaining the difference.
Forum: Fixing WordPress
In reply to: Black line at colophonI’ll try, but what is the difference between using Firebug and designing it in Dreamweaver?
Made a quick fix by making the size .01em and the background color. A fix not an anwer.
Forum: Themes and Templates
In reply to: Removal of sidebar on index pageThanks that worked. I’m remember it for the future.
Patti
Forum: Fixing WordPress
In reply to: Custom NavigationI also tried switching the default permalinks and that didn’t help either.
Forum: Fixing WordPress
In reply to: Featured Image Not WorkingI think it is going to have to be page conditionals, because no matter what I do the featured image won’t work.
Forum: Fixing WordPress
In reply to: Featured Image Not WorkingAll pages are static.
The home page is a landing page with the logo in the middle of the page. On all other pages in the header I need the logo artwork.
Forum: Fixing WordPress
In reply to: Featured Image Not WorkingYes I want the on every page except for the home page. The theme is a child theme of twentyten.
Yes the dimensions are 1000 x 200px.
I also need to have the descriptions show.
Forum: Fixing WordPress
In reply to: 2 Sites Hacked Last Week Hosted by GoDaddyAfter 5 hours of going back and forth with GoDaddy it was determined that Base64 coding was put on every single page of these 2 sites. Can someone explain how this happens.
By the way GoDaddy has now told me I need to clean each and every page and remove the Base64 coding myself. It was their breach in security, but they are unwilling to help in the cleanup.
Thanks
Patti
Forum: Fixing WordPress
In reply to: 2 Sites Hacked Last Week Hosted by GoDaddyActually one site is using custom permalinks and one is not.
Forum: Fixing WordPress
In reply to: 2 Sites Hacked Last Week Hosted by GoDaddyYes
Forum: Fixing WordPress
In reply to: 2 Sites Hacked Last Week Hosted by GoDaddyOne other thing both sites now have 2 .htaccess files. One is blank in between the
#BEGIN WordPress
#END WordPressand the other has the following:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Which should be there.
Forum: Fixing WordPress
In reply to: Text WrapGot it to work.