Daniel Wiener
@dwnr11217 active 1 year, 3 months ago-
Daniel Wiener started the forum topic Plugin that enlarges images on mouseover in the group
Plugins 1 year, 3 months agoHello,
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 […] -
Daniel Wiener replied to the forum topic plugin for forms in the group
WordPress Troubleshooting and Support 1 year, 3 months ago
I love GravityForms. Use it on every site. Bought developer’s license. They are also very responsive to support requests.
-
Daniel Wiener posted on the forum topic Password protect entire site in the group
WordPress Troubleshooting and Support: 1 year, 9 months 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/
-
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
WordPress Troubleshooting and Support: 1 year, 9 months 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 [...]
-
Daniel Wiener started the forum topic create function to call category name and slug in the group
WordPress Troubleshooting and Support: 1 year, 10 months 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]
-
Daniel Wiener posted on the forum topic Lost VISUAL Function/CAN NOT BLOG in the group
WordPress Troubleshooting and Support: 1 year, 10 months 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 [...]
-
Daniel Wiener posted an update: 2 years, 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] -
Daniel Wiener posted an update: 2 years, 5 months ago
Been using 3.1 beta in development and like the new additions – post templates, post formats are my favorites.
-
Daniel Wiener posted a new activity comment: 2 years, 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 […] ViewThanks 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
-
Daniel Wiener posted an update in the group
Plugins: 2 years, 6 months agoMany 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]
-
Daniel Wiener posted a new activity comment: 2 years, 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 […] ViewDiane,
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]
-
Daniel Wiener posted a new activity comment: 2 years, 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 […] ViewJust 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.
-
Daniel Wiener posted a new activity comment: 2 years, 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 […] ViewI 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.
-
Daniel Wiener posted a new activity comment: 2 years, 7 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 […] ViewNext week. Write daniel@danielwiener.com
-
Daniel Wiener posted an update in the group
Show us your site!: 2 years, 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.
-
Daniel Wiener and dianeb are now friends 2 years, 7 months ago
-
Daniel Wiener posted a new activity comment: 2 years, 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 […] ViewMira 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.
-
Daniel Wiener posted an update in the group
Show us your site!: 2 years, 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]
-
Daniel Wiener became a registered member 2 years, 7 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/
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