Travis Ballard
Forum Replies Created
-
Have you tried updating your permalinks at all?
Forum: Plugins
In reply to: [TBTestimonials] [Plugin: TBTestimonials] Newbie problemsCan you create me an admin account temporarily so that I can log in and check out what you are doing? I’m not even seeing it in the markup at all. Use the email junk@ansimation.net
I don’t see any gaps? It looks like it’s working great to me. Can you provide any more details so that I can try and replicate the error? Sounds like a CSS issue that may have been resolved already.
Edit autoloader.php and put an @ in it before the ini_set. Your host has ini_set disabled in their php configuration so it’s throwing that error. I’ll add this in the next version so that it’s not an issue on updates.
@ini_set('unserialize_callback_func', 'spl_autoload_call');Forum: Plugins
In reply to: [TBTestimonials] [Plugin: TBTestimonials] Newbie problemsHow are you adding it to that page?
Forum: Plugins
In reply to: [TBTestimonials] [Plugin: TBTestimonials] Testimonial dateYeah there is, you can add a new template tag that returns the output of get_the_time(). Check the documentation for an example showing how to add a template tag and there’s a page on the codex for get_the_time()
Forum: Plugins
In reply to: [TBTestimonials] [Plugin: TBTestimonials] Preview Testimonial not workingWell like I said, send me an email and I’ll try and help you figure it out. Thanks
Forum: Plugins
In reply to: [TBTestimonials] [Plugin: TBTestimonials] Preview Testimonial not workingIf you want to send me an email to junk@ansimation.net with some more information I’ll see if I can help you figure it out. This is happening after the testimonial is published? You may want to try updating your permalinks by visiting the settings/permalinks page in your admin. you dont have to save anything or make any changes, just go to the page and it’ll update.
Thanks,
Travis BallardForum: Plugins
In reply to: [WP-Markdown] [Plugin: WP-Markdown] Breaks visual editor for pages/postsIsolated it to WordPress_Markdown::can_richedit()
If I return true there instead of fetching the current screen it gives me my rich editor back for ‘posts’ and ‘pages’ when WP-Markdown is enabled on those post types.
public function can_richedit($bool){ return true; $screen = get_current_screen(); $post_type = $screen->post_type; if($this->is_Markdownable($post_type)) return false; return $bool; }Forum: Plugins
In reply to: [TBTestimonials] [Plugin: TBTestimonials] Gravatar Not WorkingIn your style.css, line 888, remove the position:absolute; and that will fix it.
Forum: Plugins
In reply to: [TBTestimonials] [Plugin: TBTestimonials] Gravatar Not WorkingEmail me some login information and I’ll see what I can do for you. I can’t seem to replicate it they’re working fine for me http://173.168.172.225/tbd/testimonials/ on my site I’m working on redoing. the one with my logo is based on the email address, the other is a featured image. This is only temporary though as I switched it out with the normal template code to try and reproduce your error and I’ll switch it back at the end of the day. My email is junk-ansimation.net, replace – with @.
Forum: Plugins
In reply to: [TBTestimonials] [Plugin: TBTestimonials] has conflict with nextgen gallery1.6.1 will fix this issue once it’s released.
Will be added in 1.6.1
Forum: Plugins
In reply to: [TBTestimonials] [Plugin: TBTestimonials] Random testimonial from a categoryThis will be added in 1.6.1, Thanks for your contribution 🙂