bbeckw26
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help me solve a bizarre graphics problem in my header!!!#site-description {
background-color: rgba(5, 5, 5, 0.3);
color: #000;
padding-left: 6px;
}This is your problem here. The point before the three is suppose to be a comma. Its a syntax error!
Is there a file called makeitso. I can see the problem but cant tell which file this is in on your site. But if you can find that snippet of code above and change the decimal point to a comma it will solve your problem.
Forum: Themes and Templates
In reply to: [JustWrite] Remove "Menu title" and "Underline" in pageI would put that code back and just add the Hide Titles Plugin from wordpress for free. It will add an option on each page created on the right side to hide the title for that individual page or not.
Forum: Fixing WordPress
In reply to: Adding Copyright to Twenty Fourteen templateGo to Appearance,Editor, then find the footer.php file on the right and click on it. Then look through the file for this line
“Proudly powered by WordPress“Replace the www.ads-software.com with homelesstohousecats.com and replace Proudly powered by wordpress with Created by Jennie Richards. Copyright ? 2015 Homeless to Housecats. All Rights Reserved.
Then save and view.
Let me know if anything goes wrong
Forum: Fixing WordPress
In reply to: Help me solve a bizarre graphics problem in my header!!!Add this CSS code also!
#site-description {
color: #ffffff;
background-color: rgba(5,5,5,0,3);
padding-left: 6px;
}This should work, if it doesn’t let me know.
Thanks!
So what do you think I should do? Is it fixable?
My website is discountauthenticshoes.com
Hi Josh
Im using wordpress 3.3.2 and your meteor slide plugin 1.5, I have my slide show setup. I put the shortcode in Homepage but its not showing up! I believe my shortcode is correct [meteor_slideshow slideshow=”brandon-slideshow”]. I don’t know what else to do.