Lost Password | Register

WordPress NYC Community

Call for Speakers
Do you want to speak at our Meetup? Sign up here >
  • Home
  • Activity
  • Members
  • Groups
  • Forums
  • Blog
  • WPNYC TV
  • About
  • Feed
  • Twitter
  • Facebook
  • LinkedIn
  • YouTube
Profile picture of Chad

Chad

@intrigue active 2 weeks ago
I signed up for nrelates newsletter to see updates on their CSS Design contest. Anyone have info or how to sign up. View
  • Activity
  • Profile
  • Groups 1
  • Forums
  • Personal
  • Mentions
  • Favorites
  • Groups
  • Profile picture of Chad

    Chad replied to the forum topic Custom Plugin Question in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support 3 months, 3 weeks ago

    Steve,

    I explained to you that my co-worker help me develop a plugin and we are pulling data from SQL databse listing members. We wanted to have each member to have a detail page but we were having a problem […]

  • Profile picture of Chad

    Chad replied to the forum topic Custom Plugin Question in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support 3 months, 3 weeks ago

    Hey Steve..

    We talked briefly about this problem i have at the last Wordpress Meetup.
    You mentioned that you may have some code to for Wordpress to check if a parameter is being used. Can you please post it so […]

  • Profile picture of Chad

    Chad replied to the forum topic Edit image button Not Showing in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support 3 months, 3 weeks ago

    The Solution….

    My company created a server for Wordpress to run on. We are not using a outside hosting service. For some of WP functions to run (such as Image editing on admin side) you need to install […]

  • Profile picture of Chad

    Chad posted on the forum topic Crazy tags in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support: 6 months, 2 weeks ago

    No luck using that method… But

    I just found this on the codex http://codex.wordpress.org/Function_Reference/wpautop

    Place remove_filter(‘the_excerpt’, ‘wpautop’); in the functions file (this remove the unwanted paragraph tags)

    Then wrap the_excerpt(); with p tags ( to place the excerpt into a paragraph tag)

    This seems to work..…[Read more]

  • Profile picture of Chad

    Chad posted on the forum topic Crazy tags in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support: 6 months, 2 weeks ago

    Every place that i have a the_excerpt(); function on page or post.

  • Profile picture of Chad

    Chad posted on the forum topic Crazy tags in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support: 6 months, 2 weeks ago

    Here are the screenshots of my code

    Template file: http://flic.kr/p/aBvVAx

    Browser Rending: http://flic.kr/p/aByA1A

  • Profile picture of Chad

    Chad posted on the forum topic Crazy tags in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support: 6 months, 2 weeks ago

    Sorry that didn’t work out – I will take screenshots

  • Profile picture of Chad

    Chad started the forum topic Crazy tags in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support: 6 months, 2 weeks ago

    Lately I have done a lot of Custom Theme for the company i work for and seem to have a problem with Extra paragraph tags showing above and below my the_excerpt(); once render in the browser. See code example below: *** note: List items a in a the loop *** In template file: ID,’product_icon’, true)) { [...]

  • Profile picture of Chad

    Chad posted on the forum topic Edit image button Not Showing in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support: 6 months, 2 weeks ago

    D.K. Smith – Thanks for trying but i just tried to do that and still no Edit Button. This is weird… Next is a complete re-install

  • Profile picture of Chad

    Chad posted on the forum topic Edit image button Not Showing in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support: 6 months, 3 weeks ago

    Yes, I primarily work in Firefox but have tried Chrome, IE and Safari. No luck!

  • Profile picture of Chad

    Chad posted on the forum topic Edit image button Not Showing in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support: 6 months, 3 weeks ago

    See above…

    No one has had this happen to them? Any help will be much appreciated

  • Profile picture of Chad

    Chad started the forum topic Edit image button Not Showing in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support: 6 months, 3 weeks ago

    Hey, Has anyone ever had the problem of their “edit image ” button not showing up? I do… When i go to the media library and click on edit all i see it he title and other text fields to fill in. NO “Edit Image” button (to crop and size) I went through all my plugins [...]

  • Profile picture of Chad

    Chad started the forum topic Custom Plugin Question in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support: 7 months, 2 weeks ago

    Hello WPNYC, I am working on a custom plugin for my company that pulls member data from a external source. I have created a page to list all the members along with a search component and have added it to a page via a shortcode. Where i am stuck… I have a link on the members [...]

  • Profile picture of Chad

    Chad started the forum topic Displaying the 404 page problems in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support: 8 months, 2 weeks ago

    Hello, I am having problems displaying my custom 404.php page. When a page does error it gives me a 404 – File page not found – Server error. I never ran wordpress on a Windows server before and i think it may be caused by the web.config file. This site is using Custom page templates [...]

  • Profile picture of Chad

    Chad posted on the forum topic Best Photo Gallery Plug-in in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support: 9 months, 1 week ago

    You can find a couple on the Wordpress Plugin page for photobucket (See here)

    Also i have used NexGen Photo Gallery in the past and found it easy to work with. See it here

    Good Luck

  • Profile picture of Chad

    Chad posted on the forum topic Wordpress & Jquery UI in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support: 9 months, 1 week ago

    Thanks Margarete & Steve I will be using the tabs at the bottom of the page were 2 associated post categories will display. I will be sure to look over that tutorial and if i find out any other way i will be sure to post the info. Margarete: I would really like to read [...]

  • Profile picture of Chad

    Chad started the forum topic Wordpress & Jquery UI in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support: 9 months, 1 week ago

    Hello,

    Has anyone had any success with jQuery UI in a wordpress site?

    I have a site that i am trying to use JQuery UI tabs and I can get it to work.

    Any Suggestions?

  • Profile picture of Chad

    Chad posted on the forum topic Custom Post Types and Shortcodes in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support: 1 year ago

    Steve,

    Thanks for the response. I realized that i was using the_excerpt(); instead of the_content(); to output the info and of course that would not work.

    Thanks for your time
    Chad

  • Profile picture of Chad

    Chad started the forum topic Custom Post Types and Shortcodes in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support: 1 year ago

    Hello everyone, I am running into a problem with Custom Post Types and Shortcodes. The problem is that shortcodes will not show up when i use them in a CPT. Why? I found some thing about adding add_filters(); on the codex but it seems that it not working. Can someone give me another direction or [...]

  • Profile picture of Chad

    Chad joined the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support 1 year ago

  • Load More

Recommendations

Recently Active Members

Profile picture of sbruner999
Profile picture of Steve
Profile picture of dianeb
Profile picture of Revansiddha
Profile picture of Nabeel
Profile picture of David Grandison Jr.
Profile picture of Margarete Koenen
Profile picture of Jodie
Profile picture of raymondguo
Profile picture of huitoukankan
Profile picture of Kevin Cristiano
Profile picture of Lora P
Profile picture of Cathryn
Profile picture of Andrew Christian
Profile picture of Jess Jurick

Blog / Video Tag Cloud

advertising android beginner buddypress canonical plugins comments content css3 design ecommerce filters frameworks hooks IDE installing iphone Journalism jquery Library Catalogs mobile most popular Multisite nrelate Open Source Design pageviews parent/child themes php plugin plugins Press This related content responsive design social themes wordpress 3.0 WordPress VIP wp-config wp-ecommerce wpquestions

WordPress NYC Community is proudly powered by WordPress and BuddyPress

  • Our Sponsors

    • nrelate
    • LinksAlpha
    • CBS Local
    • Zemanta
    • SocialFlow
    • Theme Forest
  • Resources

    • Codex
    • Plugin Respository
    • Roles and Capabilities
    • Template Hierarchy
    • WordPress.com Theme Repository
  • WordPressNYC Meetup

    Visit the official WordPressNYC Meetup.com site >

    Do you want to speak at our Meetup? >

  • About

    • About
    • Do you want to speak at our Meetup?
    • Past Meetups
    • Announcements