donderhaas
Forum Replies Created
-
Thanks for the reply vtxyzzy. I tried a few different options and actually found the perfect solution here…
The code block where it gets mentioned: “I’m using MichaelH code” via Ryan Riatno. Works perfect!
Forum: Alpha/Beta/RC
In reply to: custom posts type with custom taxonomy wp_queryAlso used MichaelH’s code mentioned by Ryan Riatno.
Thank you soooooo much! I have been spending weeks getting this to work ??
Forum: Fixing WordPress
In reply to: get_post HTML text formatting not 'saving'Thanks Alchymyth!
It works perfectly ??
Brilliant! That works like a charm. Now I can search through any of them.
Thanks a lot!
Forum: Everything else WordPress
In reply to: Forum where users can login seemlessly through WPThanks guys, I’ll be checking out both those.
Forum: Plugins
In reply to: Exec-PHP widget problemsAfter adding id’s when registering my widgets the problem seemed to go away. Look at the topic I posted above…
Forum: Fixing WordPress
In reply to: Multiple Widget ProblemAfter implimenting my multiple widgets in the way described by Smashing Magazing it seems that my widgets are behaving now.
The new code looks like this:
register_sidebar( array( 'name' => 'Banners 1', 'id' => 'banners-1', 'before_widget' => '<div id="banners-1" class="%2$s widget">', 'after_widget' => '</div>', 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>' ) ); register_sidebar( array( 'name' => 'Sidebar 1', 'id' => 'sidebar-1', 'before_widget' => '<div id="sidebar-1" class="%2$s widget">', 'after_widget' => '</div>', 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>' ) ); register_sidebar( array( 'name' => 'Sidebar 2', 'id' => 'sidebar-2', 'before_widget' => '<div id="sidebar-2" class="%2$s widget">', 'after_widget' => '</div>', 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>' ) ); register_sidebar( array( 'name' => 'Sidebar 3', 'id' => 'sidebar-3', 'before_widget' => '<div id="sidebar-3" class="%2$s widget">', 'after_widget' => '</div>', 'before_title' => '<div class="somediv"></div><h3 class="widget-title">', 'after_title' => '</h3>' ) ); register_sidebar( array( 'name' => 'Footer 1', 'id' => 'footer-1', 'before_widget' => '<div id="footer-1" class="%2$s widget">', 'after_widget' => '</div>', 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>' ) ); register_sidebar( array( 'name' => 'Footer 2', 'id' => 'footer-2', 'before_widget' => '<div id="footer-2" class="%2$s widget">', 'after_widget' => '</div>', 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>' ) ); register_sidebar( array( 'name' => 'Footer 3', 'id' => 'footer-3', 'before_widget' => '<div id="footer-3" class="%2$s widget">', 'after_widget' => '</div>', 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>' ) );
Here is the article on SM https://www.smashingmagazine.com/2009/07/14/5-useful-and-creative-ways-to-use-wordpress-widgets/comment-page-1/
Forum: Plugins
In reply to: Exec-PHP widget problemsbump and created a topic on it here https://www.ads-software.com/support/topic/344059?replies=1
Forum: Plugins
In reply to: About Me / About this site in FooterIf anyone else is looking for a simialar solution I have found these so far that look promising:
Author Image
https://www.ads-software.com/extend/plugins/sem-author-image/Author Image integrates well into Your Profile where you can now upload an image for your profile. After that it gives you the ability to use your information on your profile page as a widget. This is the one I am going to be using.
WP-Gravatar
https://www.ads-software.com/extend/plugins/wp-gravatar/installation/Forum: Fixing WordPress
In reply to: Display specific page dynamicallyThanks – I’ll check it out
Forum: Plugins
In reply to: Link list and Image Gallery SiteDid you manage to find anything on this?
Forum: Plugins
In reply to: image galleryA good solution for this is the opensource image library application Gallery2.
Gallery2 basically runs on its own – then you have to install a plugin called WPG2.
It takes some time to set up, but basically this gives you exactly what you want and more.
Forum: Plugins
In reply to: Add business (accommodations) listings to your blog for a fee?I’m also looking for something like that for my site – otherwise I’ll have to consider going to Joomla for this.
Forum: Plugins
In reply to: WPG2 and Galerry LoginFinally figured it out.
I have deactivated the member registration plugin in Gallery2.
Forum: Installing WordPress
In reply to: SimpleModal Contact Form Error