burrit0s
Forum Replies Created
-
Forum: Plugins
In reply to: Facebook Likes/Share reset to 0People starting a thread here as well.
https://www.facebook.com/help/community/question/?id=10151293467391008
Forum: Plugins
In reply to: [Simple Facebook Connect] Facebook Likes Went Back to 0Same here…
Forum: Plugins
In reply to: Facebook Likes/Share reset to 0This just happened to me too! Nothing was changed on the website and I lost all my “likes” and facebook comments as well.
Forum: Fixing WordPress
In reply to: Can't Get a Different Background Image for a Specific PagePaul YOU ARE THE MAN!!! Thanks so much ??
Forum: Fixing WordPress
In reply to: Can't Get a Different Background Image for a Specific Pagegood catch! it still didn’t work though
Forum: Fixing WordPress
In reply to: Can't Get a Different Background Image for a Specific PageThanks for the response WPyogi. It didn’t work I put in
body.page-id-366 {background-color:#190707 }
Forum: Plugins
In reply to: Install vote it up pluginI also need help with this! Can anyone help!?
Forum: Fixing WordPress
In reply to: Change width of content for certain pageMattmagi, I tried
.page-id-366 .content { width: 1400px; }
and it worked too! Thanks
Forum: Fixing WordPress
In reply to: Change width of content for certain pageWorked perfectly alchymyth! Thanks to both of you for helping ??
Forum: Fixing WordPress
In reply to: Change width of content for certain pageThanks for the quick response, but entering in that code only makes the entire page wider for that page. I want the content in the middle to be wider.
I entered in:
.page-id-366 { width: 1200px; }
and all it did was make me able to scroll horizontally more. What can I put in there so it knows to only make the content or main area wider?
Forum: Fixing WordPress
In reply to: Changing background color behind text areaHey WPyogi thanks so so much!
Forum: Fixing WordPress
In reply to: Can't log into wp-admin, get fatal errorNevermind, I figured it out on my own. If you are getting a fatal error because of a bad line of code you entered, here is how I fixed it.
1. Go to your web host’s website and log into the cPanel. In my case, it is Host Gator.
2. In the cPanel, follow the path that the fatal error gave you. In my case, it was /home/burrito/public_html/wp-content…. etc.
3. Once I found the folder that was holding the bad line of code I entered pointing at the wrong theme, I deleted it.
Problem solved