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 Daniel Wiener

Daniel Wiener

@dwnr11217 active 2 months, 3 weeks ago
I’ve also been using this simple debugging addition to wp-config which really helps, instead of having to change the debug from false to true in wp-config each time you want to debug a problem. http://yoast.com/wordpress-debug/From yoast: “put this in wp-config if ( isset($_GET['debug']) && $_GET['debug'] == ‘debug’) define(‘WP_DEBUG’, […] View
  • Activity
  • Profile
  • Groups 8
  • Forums
  • Personal
  • Mentions
  • Favorites
  • Groups
  • Profile picture of Daniel Wiener

    Daniel Wiener started the forum topic Plugin that enlarges images on mouseover in the group Group logo of PluginsPlugins 2 months, 3 weeks ago

    Hello,
    I am looking for a plugin that will enlarge an image when you mouseover a thumbnail – something like what Google Images does. I have been surprised that I have not found anything out there that is simple […]

  • Profile picture of Daniel Wiener

    Daniel Wiener replied to the forum topic plugin for forms in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support 2 months, 3 weeks ago

    I love GravityForms. Use it on every site. Bought developer’s license. They are also very responsive to support requests.

  • Profile picture of Daniel Wiener

    Daniel Wiener posted on the forum topic Password protect entire site in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support: 9 months, 1 week ago

    I use Members by Justin Tadlock. I find that it is easy to use and works well. Justin is also very helpful. http://wordpress.org/extend/plugins/members/

  • Profile picture of Daniel Wiener

    Daniel Wiener posted on the forum topic Managing Content for a Portfolio Website that has to replace an existing non-Wordpress site. in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support: 9 months, 2 weeks ago

    There are many ways to do this but what I do is create a separate folder on the remote site and install Wordpress in that folder. Then build the site with the client’s approvals/comments along the way at example.com/folder/. Then when it is finally approved I follow the directions on giving Wordpress its own directory [...]

  • Profile picture of Daniel Wiener

    Daniel Wiener started the forum topic create function to call category name and slug in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support: 10 months, 2 weeks ago

    In several theme templates I have code to retrieve the category name and slug for the present post or category page. It is outside the loop. Here is the repeated code: global $post; $categories = get_the_category($post->ID); if ( $categories ) { foreach ($categories as $category) { $dw_category_slug = $category->slug; $dw_category_name =…[Read more]

  • Profile picture of Daniel Wiener

    Daniel Wiener posted on the forum topic Lost VISUAL Function/CAN NOT BLOG in the group Group logo of WordPress Troubleshooting and SupportWordPress Troubleshooting and Support: 10 months, 2 weeks ago

    Hello. I am having the same problem. For me it because of the update to WP 3.2. It looks to me that the javascript is not working once the page is loaded. I have checked to make sure that I have the required PHP and MySql, which I do. The funny thing is that the [...]

  • Profile picture of Daniel Wiener

    Daniel Wiener posted an update: 1 year, 5 months ago

    I’ve also been using this simple debugging addition to wp-config which really helps, instead of having to change the debug from false to true in wp-config each time you want to debug a problem.

    http://yoast.com/wordpress-debug/

    From yoast:
    “put this in wp-config
    if ( isset($_GET['debug']) && $_GET['debug'] == ‘debug’)
    …[Read more]

  • Profile picture of Daniel Wiener

    Daniel Wiener posted an update: 1 year, 5 months ago

    Been using 3.1 beta in development and like the new additions – post templates, post formats are my favorites.

  • Profile picture of Daniel Wiener

    Daniel Wiener posted a new activity comment: 1 year, 5 months ago

    In reply to: Daniel Wiener posted an update in the group Plugins: Many themes have ”Theme Options” which give users a GUI to change the size, color and font-family for headlines, body text, links, etc. I spent some time […] View

    Thanks Christopher I will try that. I ended up writing the theme options myself. Once I have polished them I will try to publish them in some way, since they will work for all Twenty Ten based themes which keep the Twenty Ten CSS intact. But this plugin looks like a good addition to the arsenal. I wonder why it was hard to find. Thanks

  • Profile picture of Daniel Wiener

    Daniel Wiener posted an update in the group Group logo of PluginsPlugins: 1 year, 6 months ago

    Many themes have “Theme Options” which give users a GUI to change the size, color and font-family for headlines, body text, links, etc. I spent some time looking for a plugin to do that but could not find one. All the plugins did more complicated things like…[Read more]

    • Profile picture of Christopher Morda
      Christopher Morda replied 1 year, 5 months ago

      Here’s a link to a plugin that enables you to control a ton of things on the site such as fonts, sizes, etc. http://wordpress.org/extend/plugins/option-tree/

    • Profile picture of Daniel Wiener
      Daniel Wiener replied 1 year, 5 months ago

      Thanks Christopher I will try that. I ended up writing the theme options myself. Once I have polished them I will try to publish them in some way, since they will work for all Twenty Ten based themes which keep the Twenty Ten CSS intact. But this plugin looks like a good addition to the arsenal. I wonder why it was hard to find. Thanks

  • Profile picture of Daniel Wiener

    Daniel Wiener posted a new activity comment: 1 year, 6 months ago

    In reply to: dianeb posted an update in the group WordPress Troubleshooting and Support: Hi all. (Not sure if this is Troubleshooting or Plugins, but here it goes…)I’m picky but without skills to pull this off.I want to […] View

    Diane,
    I just re-read what you are asking for and I had thought you wanted something different. I had thought you were looking for cross-fades but I failed to notice that you also wanted the “modal overlay” of a Lightbox/Colorbox/Shadowbox. I thought you were looking for a slideshow like this:

    http://demo.graphpaperpress.com/modularity/

    They…[Read more]

  • Profile picture of Daniel Wiener

    Daniel Wiener posted a new activity comment: 1 year, 6 months ago

    In reply to: Dahlia Ramsay posted an update in the group WordPress Troubleshooting and Support: yo peeps, anybody willing to trade lunch/coffee/dessert for helping me with a few straightforward WP questions, i would love you […] View

    Just to follow up. I met with Dahlia and believe I helped her out. Delving into an unfamiliar theme, press75.com, without prep, can be fun and challenging.

  • Profile picture of Daniel Wiener

    Daniel Wiener posted a new activity comment: 1 year, 6 months ago

    In reply to: dianeb posted an update in the group WordPress Troubleshooting and Support: Hi all. (Not sure if this is Troubleshooting or Plugins, but here it goes…)I’m picky but without skills to pull this off.I want to […] View

    I did some research on this for a client, but did not use it, because of choices the client made. I will look it up for you but won’t be able to get to it until the weekend or so. It is something I want to do anyway.

  • Profile picture of Daniel Wiener

    Daniel Wiener posted a new activity comment: 1 year, 6 months ago

    In reply to: Dahlia Ramsay posted an update in the group WordPress Troubleshooting and Support: yo peeps, anybody willing to trade lunch/coffee/dessert for helping me with a few straightforward WP questions, i would love you […] View

    Next week. Write daniel@danielwiener.com

  • Profile picture of Daniel Wiener

    Daniel Wiener posted an update in the group Group logo of Et ceteraShow us your site!: 1 year, 7 months ago

    And. The Silo for Raphael Rubinstein. One of the most minimal designs possible – a list of names. Once there are more names we will take off the explanatory note on the front page.

    http://thesilo.raphaelrubinstein.com/

  • Profile picture of Daniel Wiener

    Daniel Wiener and dianeb are now friends 1 year, 7 months ago

  • Profile picture of Daniel Wiener

    Daniel Wiener posted a new activity comment: 1 year, 7 months ago

    In reply to: dianeb posted an update in the group Show us your site!: Hi all. Looks like I need to make a blog for myself. But here are a couple of things I’ve made in WP: a blog for an artist/writer A Year of Positive […] View

    Mira asked me to do her Positive Thinking at the last minute but I did not have time. You did a great, a perfect job. I am glad she found you. AND the content is very good too. Her post on the Ab-Ex show was one of the best pieces on a museum show that I have read.

  • Profile picture of Daniel Wiener

    Daniel Wiener posted an update in the group Group logo of Et ceteraShow us your site!: 1 year, 7 months ago

    I recently revamped HaringKids Lesson Plans – an expanding archive of lesson plans for teachers of Kindergarten through 12th grade using the work of Keith Haring. Teachers, parents and institutions submit lesson plans that they have used. The program is supported by the Keith Haring Foundation. While the look of the site is basic and is a child…[Read more]

  • Profile picture of Daniel Wiener

    Daniel Wiener became a registered member 1 year, 7 months ago

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

    • LinksAlpha
    • Zemanta
    • nrelate
    • SocialFlow
    • CBS Local
    • 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