Forum Replies Created
-
AuthorPosts
-
David Rogers
ParticipantJust tried to activate again this morning and it’s working now. Thanks!
David Rogers
ParticipantI deactivated on my test site but can’t activate on my live site. I’m still getting “license activation limit has been reached” errors.
David Rogers
ParticipantA bit of an update, I’ve got the following code working, which shows the categories that are assigned to the individual:
<?php echo "<ul>"; foreach ( $entry->getCategory() as $category ) { if ($category->parent == '6') echo "<li>". $category->name . "</li>"; } echo "</ul>"; ?>Is there some way to get all of the children of a parent category? And then highlight the ones that are assigned to an individual?
Example (if the individual is assigned child categories 2 and 3 but not 1 and 4):
o Child 1
x Child 2
x Child 3
o Child 4Basically, trying to show all the child categories and “check off” the ones that have been assigned.
-
This reply was modified 12 years ago by
David Rogers.
David Rogers
ParticipantThat worked just great, thank you!
David Rogers
ParticipantThat works great with one small hitch. If a field is blank, it still gets a comma. Is there some way to remove the empty fields?
Currently I get this:
1260 Some St, , , Some Town, CA, 94608, USA
Would like to get this:
1260 Some St, , , Some Town, CA, 94608, USA
David Rogers
ParticipantThat did it. Thanks!
David Rogers
ParticipantThat worked perfectly. Thank you!
David Rogers
ParticipantThat worked great, thank you!
Now I have the submit button on the card-single.php page as well where there is no search function.
How can I only have the submit button on the card.php page?
David Rogers
ParticipantAh, never mind, I found your Quick Tip about using the Say What? plugin which explained everything just fine.
http://connections-pro.com/2014/05/04/quicktip-easy-text-changing/
David Rogers
ParticipantThat worked perfectly, thank you!
Curious, is it possible to only have the snippet work on an individual page, and not the full directory page?
-
This reply was modified 12 years ago by
David Rogers.
-
This reply was modified 12 years ago by
-
AuthorPosts
