Duke
Forum Replies Created
-
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Custom Post Types?Okay further along…
I tried it with just one (1) CPT and it’s Taxonomy and it works as advertised. Shows the categories to be selected, but can I add more than one CPT and Taxonomy?
What would be the code for that?
I tried ‘event,listing’ for the CPT and ‘event_category,listing_category’ for the taxonomies and it just goes back to just showing only the post categories.
What is the proper code for displaying more than one (1) CPT and their Taxonomies?
Tried this too, ‘event_category, listing_category’ with a space in between, but no help.
Here is my code, correct if wrong….
function my_post_types($types) { $types[] = 'event, listing'; return $types; } add_filter('s2_post_types', 'my_post_types'); function my_taxonomy_types($taxonomies) { $taxonomies[] = 'event_category, listing_category'; return $taxonomies; } add_filter('s2_taxonomies', 'my_taxonomy_types');NOTE: When the CPTs and Taxonomies are done stand alone, it works fine, but when trying to combine 2 CPTs and their Taxonomies, it doesn’t show the categories anymore like it does when adding just 1 CPT.
Does the plugin work with more than 1 CPT, if yes, what would be the right code for it?
Thanks
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Custom Post Types?Okay, I added the following lines of code to the subscribe2/subscribe2.php file starting just above the line that reads…
// our version number. Don’t touch this or any line below
// unless you know exactly what you are doingfunction my_post_types($types) {
$types[] = ‘event,listing’;
return $types;
}
add_filter(‘s2_post_types’, ‘my_post_types’);and…
function my_taxonomy_types($taxonomies) {
$taxonomies[] = ‘event_category,listing_category’;
return $taxonomies;
}
add_filter(‘s2_taxonomies’, ‘my_taxonomy_types’);My CPTs are ‘event’ and ‘listing’
Taxonomies are ‘event_category’ and ‘listing_category’When I add the code, I see this on the first settings tab this…
“Subscribe2 will send email notifications for the following custom post types: Event,listing”
Hope this is right? But when I go the ‘Registered Users’ tab, shouldn’t it show the CPT categories there? It only shows the post categories, not the CPT categories.
Thanks
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Custom Post Types?Thanks, where does that code go? Running multisite and want people to subscribe to custom posts on subsites. Does that code go in the plugin or the functions.php of the theme? Exact placement please.
Thanks
I see that you offer a premium version of the plugin that allows to display more than 20 pictures in the gallery. How do we get it?
Forum: Plugins
In reply to: [Frontend Uploader] Selectable Categories?FYI, your FAQs are not very detailed for different form variations. Very basic indeed. Would be better to visually show 30 or more different form variations and their corresponding codes that make up the form. That way people can just copy and use the code for what they need. JMHO, but found another plugin that does just that. thanks
I added the code and the warning went away. Does this work with Multisite enabled? Thanks
Auto update enabled and ‘yes’ on lightspeed
Forum: Plugins
In reply to: [Showdown] Reverse the OrderThanks Weborithm…here’s the correct code if anyone wants to reverse the order:
$return .= '<div class="wp-showdown-votenumbers"><span class="wp-showdown-captionnot">'.$notcaption.'</span>'; $return .= '<span class="wp-showdown-voteclass"><a href="javascript:AssignWinner(1);">1</a></span>'; $return .= '<span class="wp-showdown-voteclass"><a href="javascript:AssignWinner(2);">2</a></span>'; $return .= '<span class="wp-showdown-voteclass"><a href="javascript:AssignWinner(3);">3</a></span>'; $return .= '<span class="wp-showdown-voteclass"><a href="javascript:AssignWinner(4);">4</a></span>'; $return .= '<span class="wp-showdown-voteclass"><a href="javascript:AssignWinner(5);">5</a></span>'; $return .= '<span class="wp-showdown-voteclass"><a href="javascript:AssignWinner(6);">6</a></span>'; $return .= '<span class="wp-showdown-voteclass"><a href="javascript:AssignWinner(7);">7</a></span>'; $return .= '<span class="wp-showdown-voteclass"><a href="javascript:AssignWinner(8);">8</a></span>'; $return .= '<span class="wp-showdown-voteclass"><a href="javascript:AssignWinner(9);">9</a></span>'; $return .= '<span class="wp-showdown-voteclass"><a href="javascript:AssignWinner(10);">10</a></span>'; $return .= '<span class="wp-showdown-captionhot">'.$hotcaption.'</span></div>';Forum: Plugins
In reply to: [Showdown] Something fishy ?I just went to your site and it’s doing the same thing… Something fishy is going on!
Forum: Plugins
In reply to: [Custom Post Type UI] Custom Categories for CPTThanks Michael, sometimes the obvious aren’t so obvious. Straight now.
Forum: Plugins
In reply to: [Automatic Post Tagger] APT v1.6 – missing keywords after updateYes, I will try to do a screen capture and give you a link so you can see what I am experiencing with it. I never noticed it after your update, because this is the first time I’ve had to add a new tag after the update. It’s not the same behavior as before. I will send you a link later for the screen capture. Thanks
Forum: Plugins
In reply to: [Automatic Post Tagger] APT v1.6 – missing keywords after updateYes, when I click update from database, it displays my old tags and kws. If I go and add a new tag like normal under posts, then go back to tagger and click update from database, it shows the new tag fine, then when I go and add some kws for that tag and click save, it starts messing up.
Reason is when I go and select to upload from database, the new tag and kws are not displaying, plus I see some of my old tags are now showing blanks in the kw column. That means I just lost all my old settings.
I have, the above settings in tagger set to 5 backups. Not sure if that might be the problem since it seems to be pulling data not from the main table, but from a mix of the older versions saved in the database.
Things are not like it use to be in the previous version of tagger, where I could simply add a new tag like normal under posts, then go and refresh tagger to show that newly added tag, then go and add all my kws for that new tag. If I clicked to refresh from the database, it was always showing my last save. Thanks
Forum: Plugins
In reply to: [Automatic Post Tagger] APT v1.6 – missing keywords after updateFor some reason it is not saving my entered kws in the database. It is also deleting other kws that I have in place for certain tags.
Forum: Plugins
In reply to: [Automatic Post Tagger] APT v1.6 – missing keywords after updateHaving issues after latest update. When I scrape the database, it is leaving blanks in my keyword column. I am manually adding tags from the Post/Tag inserter. Then I go to Tagger and scrape the tags and it shows my new tag. When I add the kw related to it, it doesn’t save it. Also, when I look at some of the other tags, they are now missing their kws. It used to work great with the older version of tagger.
I went to the theme editor and looked in the functions.php file.
I located and removed the below lines of code to get rid of the “Powered by WordPress | Theme: Catch Box” that shows in the right side of the footer by default.
You would think the theme creator would make that an option in the Theme Settings??
” title=”<?php esc_attr_e( ‘Powered by WordPress’, ‘catchbox’ ); ?>” rel=”generator”><?php printf( __( ‘Powered by %s’, ‘catchbox’ ), ‘WordPress’ ); ?>
<span class=”sep”> | </span>
” title=”<?php esc_attr_e( ‘Theme Catch Box by Catch Themes’, ‘catchbox’ ); ?>” rel=”designer”><?php printf( __( ‘Theme: %s’, ‘catchbox’ ), ‘Catch Box’ ); ?>