empek
Forum Replies Created
-
Closing thread. Realized one of my parts had a loop without a reset.
Forum: Plugins
In reply to: [GoToWP] No dropdown for Series webinarThanks, have a good week!
Forum: Plugins
In reply to: [GoToWP] No dropdown for Series webinarI did! Thanks for asking. Hope you had a good one as well ??
Glad I could share that bit with you and thanks in advance for keeping me in the loop.
Should I mark this topic as resolved for now?
Best,
Michal
Forum: Plugins
In reply to: [GoToWP] No dropdown for Series webinarHi Brandon,
Thanks for your quick response!
What I’m looking for is slightly different than the feature shown in the screencast.
When you schedule a webinar in GoToWebinar, you have an option to make it a “Series” like so. I created a custom schedule and added a few sessions. This ends up looking like this on their registration page.
When I embed the form on my site using your shortcode, I see only this.
Is there any way to pull over the dropdown and let the visitor choose the session?
Thanks,
Michal
Forum: Themes and Templates
In reply to: Multiple Custom Post Types IssueSOLVED.
I’ve figured it out myself. Leave a reply if you’re interested in the solution.
Forum: Plugins
In reply to: [Plugin: WP-Paginate] WP_Query paginateEDIT:
Nevermind,
I started from scratch following this tutorial and got it working.
Good article to read if you’re having the same issue.
Forum: Plugins
In reply to: wp-paginate on wordpress 3.0.1If you’re talking about the default Twenty Ten theme, then yes, you need to replace the code within the loop.php file.
There are two instances of the default post navigation, which are on lines 22-28, and on lines 170-176. You should replace those with the wp-paginate code:
<?php if(function_exists('wp_paginate')) { wp_paginate(); } ?>
I know you posted a while ago, but if this still applies, then I hope it helps.