fbernall
Forum Replies Created
-
AuthorPosts
-
Thanks for the reply Kor.. The site, while it is viewable, it is certainly not finished and have a long ways to go… The url is https://filiformneedle.com
Here’s a listing details page..
Thank you..
Bingo Brother! Thank you!
Man! I read that and it did not sink in! That’s what happens when you are into your late 60’s brain cells are not what they used to be.. Thanks a million!
Thank you!
Ah, sorry. just found it.. I would still like to know about the checkbox idea. Multiple choices and only show the ones that are checked.. Thanks again.
October 20, 2018 at 4:30 pm in reply to: Removing the big splash image on homepage and search bars #450703I downloaded the userWP plugin and creating a form.. Is there a conditional logic I can use? In other words, fields will show up only if a checkbox is checked.. Or do I need the moderation addon? Thanks Paolo..
October 19, 2018 at 6:54 pm in reply to: Removing the big splash image on homepage and search bars #450614Without manual activation? Just based on required fields? I expect a large number of practitioners joining this directory and wish to automate the process as much as possible… Thanks again..
October 19, 2018 at 6:26 pm in reply to: Removing the big splash image on homepage and search bars #450606Thanks Paolo.. I was hoping for something that allows registration upon completing some requirements.. Perhaps a plugin that allows me to add fields to the registration form? Thanks..
October 19, 2018 at 12:03 pm in reply to: Removing the big splash image on homepage and search bars #450516thanks Kor. I’m way behind schedule and seems Alex is right.. I do have a question: I know that in order for the plugin to work, it must have the anyone can register allowed. However, I would only want acupuncturists to register for this directory. Is there a plugin that I could use that would display a page, or a form, asking for the lister’s credentials first before displaying the listing page? Or before displaying the register page?
Thanks for the help..
October 18, 2018 at 9:08 pm in reply to: Removing the big splash image on homepage and search bars #450429thanks Alex. I may just have to.
October 18, 2018 at 4:43 pm in reply to: Removing the big splash image on homepage and search bars #450384This reply has been marked as private.October 18, 2018 at 4:41 pm in reply to: Removing the big splash image on homepage and search bars #450383This reply has been marked as private.Thank you Paolo. This worked as long as I kept the theme-location blank on the else part of the script.. don’t know why.. Thanks again..
Thanks Paolo. Can you elaborate a bit more on the code? I got it working in a different way, but it has some bugs..
Would it be something like:<?php if(geodir_is_geodir_page() ){
wp_nav_menu( array( ‘theme_location’ => ‘custom_menu’, ‘fallback_cb’ => ‘fallback_menu’ ) );
} else
wp_nav_menu(array(‘container’ => false, ‘container_class’ => ‘menu cf’,
‘menu_class’ => ‘nav top-nav cf’, ‘theme_location’=>’main-nav’,
‘before’ => ”,
‘after’ => ”,
‘link_before’ => ”,
‘link_after’ => ”,
‘depth’ => 0,
fallback_cb’ => ” ));
endif;?>
thanks again..ok, so I want an entire different menu on my homepage, one that includes other pages than the ones created by GDF. So, are you saying to create a new menu, call it “home” or whatever, and then include the above code on my header.php? What if I wanted that new menu to also appear on the “author”s page?
-
AuthorPosts