James Kirk
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Editing information when sharing link on facebook.Hey MJdudie,
Exactly what mechanism are you using to “share the link” to FB? Can you post a link to your WordPress site so we can get a better feel for what you’re doing?
Thanks!
Cheers! :)I too just discovered yesterday and today the latest version was causing havoc with my WPMS install. Not on the existing sites, mind you. Instead, any new sites I added to the network just result in 500 server errors when attempting to access the admin area. The front end of the new sites work as expected.
I deactivated ALL network activated plugins and was able to access back ends just fine. One by one I’ve re-activated the plugins, network wide and would retest access to the new sites admin areas.
All was good until WordPress SEO was activated. Then kaput.
Has anyone heard from Yoast or his developers?
Curious…
Edit: Just rolled back to 1.2.7 and access to new WPMS network sites works when hitting the admin back end. JDK
Forum: Fixing WordPress
In reply to: Sidebar not displaying PagesRoger that. Definitely consider creating a child theme this next go around. Makes the changes you make very easy to back out from.
http://codex.wordpress.org/Child_Themes
Cheers! :)Forum: Fixing WordPress
In reply to: Sidebar not displaying PagesHeya Alex,
Ahhhh, the truth emerges! Okay, so at this point I would ask you if you have (or can get) the original theme files? That is how I would proceed. Find the code that hasn’t been altered and works and then start from that point.
Also, are you using child themes for all this hacking around? Will make your upgrades less painful if you do!
Cheers! :)Forum: Themes and Templates
In reply to: [Hum] [Plugin: Hum] Great start but…some problemsNo problem at all drew. I just wanted to make sure if you needed some assistance that we were able to try and deliver it to ya.
Have a great day!
Cheers! :)Forum: Fixing WordPress
In reply to: Sidebar not displaying PagesHeya Alex,
Yeah, have you tried deactivating all your plugins like jet pack and others to see if there is a negative interaction causing the theme not to show up the sidebar content.
I’m sure you do, but are there widgets placed in the sidebar in the WP backend?
Cheers! :)Forum: Themes and Templates
In reply to: Problem in adding custom titles wordpress siteHeya sunilkumarp,
When you say “put code in header” where exactly are you trying to display this “custom title”? Is it just in the <title> tag?
If so, the code you have there needs to run in the loop, I think, in order to return something that displays, and I’m guessing you don’t have a special loop running in your theme’s header.
Have you checked out Codex for WP_Title info? Might be something there to help.
Cheers! :)Heya vglazar,
Sounds like some rogue spamminess in your theme.
Which theme are you using? Can you point us to your site address to take a look?
Cheers! :)Forum: Fixing WordPress
In reply to: Sidebar not displaying PagesHeya xc1729,
Any chance of seeing the sidebar-challenged website live? If you could post a link that would be great!
You mentioned something might have gone wrong in the code. Did you add or make any changes to the style.css? Specifically, is:
#wps-sidebar {display: none;}in there anywhere?
Cheers! :)P.S. I see there’s not much activity in their forum where you posted this challenge over there. Hate when that happens! 🙂
Forum: Fixing WordPress
In reply to: A forum as an extensionHeya numetrick,
Shouldn’t take much more that some time and effort on the part of your designer. Are they cool with creating themes for WordPress and/or BuddyPress?
Here’s a good link to adapting the Default Twenty Eleven theme to work with the BuddyPress install.
Should give them a good place to start for customizing your new theme to work perfectly with BP.
Cheers! :)Forum: Themes and Templates
In reply to: Changing from 3 to 2 columnsHeya skyegospel,
Looks like that was a Premium theme? (Pricey, yikes!)
I’m thinking its going to be tough to troubleshoot your challenges since I can’t download and install it to see what’s happening behind the scenes. Not the same to just look at your source code. :*(
I’ve looked their the theme company’s website, specifically at their demo site for the Church lady theme. Oops, sorry 😉 the Church Theme 🙂
As well as looking through your site. This is just a slightly educated guess on my part, but I think the theme doesn’t provide for “posts” (not “pages”) to be displayed on a 2 column page.
Now you “could” get into your theme templates and hack something together but unless you are VERY comfy doing that I might advise steering clear.
For nearly $60 I would think you should certainly be getting support from the theme creator 🙁
I know this doesn’t help much, however, I think it will be hard for us to solve this problem. Of course I could be wrong. I often am 😐
Cheers! :)Forum: Themes and Templates
In reply to: [Hum] [Plugin: Hum] Great start but…some problemsHeya drew,
Sounds like you thoroughly went through Hum and figured a lot of things out about it. Groovy!
Was there a specific question you needed to find an answer for? Not being cranky, just not sure if you’re looking to vent a little ( 😉 ) or you needed some specific assistance.
Cheers! :)Forum: Fixing WordPress
In reply to: Migrate my blog from an all WP site to an HTML site with WP blogHey again, deidrawilson!
I hear what you’re asking here, but my question is how are you going to “server” those blog posts to the site visitor?
You say you don’t/can’t use subdomains, but is there any reason to not use WPMS but instead of new site installations being subdomains they would be in sub-directories?
Sort of like this:
You don’t/can’t use: http://custom-blog-name-here.domain.com/
But could you use: http://www.domain.com/custom-blog-name-here/ ??
Wait, that’s what you said you wanted to do, right?? 😉
Cheers! :)Forum: Plugins
In reply to: Simple share to Facebook and Twitter using text onlyRight On, deidrawilson!
You did some groovy stuff there. Any chance we can see where you integrated it into your WordPress site? Would love to see the functionality you’ve groomed here in action!
Cheers! :)Forum: Plugins
In reply to: Simple share to Facebook and Twitter using text onlyHeya deidrawilson,
Have you looked at Digg Digg?
On first glance it might still appear to be one of those overly complicated plugins, and it is 🙁
However, it is also highly customizable. If you click into the Manual Placement admin menu option, you will see the code required to insert only the social media links you want and either in regular or compact modes.
Not sure how willing you are to get into your template pages and add script code, but this one for a Text Only Facebook Share Link looks really good (I may add it to some of my sites!)
And here’s some code for creating a text link for retweeting.
Hope that helps!
Cheers! :)