lordkhomar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: functions.php errorHi again, I haven’t heard back from the developer yet, solostream.
I was trying to reset my password in order to login to my site. I added one line of code, then removed it. That’s when the file broke.
I think I almost have it fixed now, there’s still an issue with the file, I think a missing ‘}’ somewhere around line 74. You can see what the problem is on my site, featuredcontentonline.com
Here’s a new pastebin.. http://pastebin.com/yGr9xsEA
Thanks again for your help. It’s been a long time since I’ve looked at this stuff.
Forum: Fixing WordPress
In reply to: functions.php errorThanks for your reply.
Here’s the pastebin http://pastebin.com/k8GT81FJ
It looks like the error is on line 38.
Forum: Fixing WordPress
In reply to: Two problems I'd like help withIt looks like my missing posts have finally been indexed, took way longer than I’m used to.
I’d still like to exclude the sidebar from being indexed, any help with this would be appreciated.
Forum: Fixing WordPress
In reply to: Two problems I'd like help withOh, here’s the post I made about 4 days ago…
http://www.featuredcontentonline.com/barbecue-buy-choosing-first-bbq-smoker/
still not indexed.
On a related note, headspace2 doesn’t appear to be making any changes to what description is displayed in the google SERPS.
Forum: Fixing WordPress
In reply to: All my images are brokenThanks for the help on this.
I’ve disabled the plugin, and then added an image to a post. The new image worked.
But here’s the problem. From poking around it looks like at one time any images I uploaded had the file location as ….?getfile=1234. Now they are all as a real file location.
To me it appears that some new plugin, or perhaps one I deleted was filling in this code at one time, I’m sure of this since I was copying the file location into two custom fields, home_feature_photo and post_thumbnail. The values in these two fields are still using the ?getfile=1234 code, which is why all the images on my front page are broken.
I’ve poked through the sql tables (I’m a DBA) and didn’t see one that would show what each getfile value was equal to. Specifically I was looking for a ‘?getfile=1234 is equal to (URL), if I could find this I could replace the offending code with the actual file location.
Anyway, I’ve started the manual process of going to each post and fixing it. It’ll take months but I’ll eventually finish 🙁
Forum: Fixing WordPress
In reply to: All my images are brokenHi,
I’m using the wp-genius theme.
When I upload a file, it automatically populates the URL section.
I’m beginning to believe it has something to do with either the ‘get the image’ plugin and/or the theme.
When I go to ‘featured image’ which is part of the theme I can see all the images i’ve uploaded, but when I do it from the upload image icon, and hit gallery, they’re all broken.
Forum: Fixing WordPress
In reply to: Having probs with tagsI was having the same issue, I would type in the tags box and it would seem to overwrite the ‘add new tag’ text, not replace it.
I deactivated the more fields plugin, that fixed it.
Forum: Fixing WordPress
In reply to: Problem after removing sidebarYou know sometimes I make things harder than they should be.
I just went to the forum page in the dashboard and on the right side there’s a drop down to use either the default theme page template, or a template with no sidebars.
I chose the no sidebar template, hit update, and it’s fixed.
Thanks esmi for pointing me in the right direction.
I’m really new at this so seemingly obvious and simple things to most folks are 2 day troubleshooting affairs for me.
Anyway, thanks again. I learned something today.
Forum: Fixing WordPress
In reply to: Links work in preview but not once published (?)I had the same thing happen on my site just a day or two ago.
I was able to get the links to work by disabling the WyPieKacz plugin from that particular post.
This is the plugin that checks each post to make sure it conforms to rules, including number of links.
If I disable the plugin on the post the links show up.
Hope that helps.