dpipitone
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Multiple Podcast Taxonomy PermalinksSerhiy,
Thanks for your help. I used Custom Fields Pro to create custom post types for Audio and Video and it helps with the organization, for sure, but the permalink structure is still not right.
As you can see, you can now view distinct pages for “audio” and “video” but when you click an episode, it flattens the permalink as if it’s at the root directory:
https://spottedpeccary.com/podcasts/audio/
https://spottedpeccary.com/podcasts/video/When you click the episode, you’ll see they resolve to:
https://spottedpeccary.com/audio/40/ and https://spottedpeccary.com/video/40/ respectively.What I am after is:
Archive page:
https://spottedpeccary.com/podcasts/audio/
Episode Links to > https://spottedpeccary.com/podcasts/audio/40/(Same for Video)
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Multiple Podcast Taxonomy Permalinkshttps://spottedpeccary.com/wp-content/uploads/podcast-screengrab.png
- This reply was modified 3 months, 1 week ago by dpipitone.
Forum: Plugins
In reply to: [Custom Post Type UI] Conditional Value When No Taxonomy Terms AssignedGot it. Thank you for all your help.
Forum: Plugins
In reply to: [Custom Post Type UI] Conditional Value When No Taxonomy Terms AssignedHey, Michael.
I tried this out, but when I remove the taxonomy values, it doesn’t display the message:
<?php if ( get_the_term_list( $post->ID, 'portfolio_category', '', '<br />', '' ) ) : ?> <div class="project-info-box"> <h4><?php esc_html_e( 'Now Pouring At:', 'fusion-core' ) ?></h4> <div class="project-terms"> <?php echo get_the_term_list( $post->ID, 'pouring_at', '', '<br />', '' ) ;?> </div> </div> <?php else : ?> echo "Not available"; <?php endif; ?>
Forum: Plugins
In reply to: [Custom Post Type UI] Conditional Value When No Taxonomy Terms AssignedThanks so much!
Forum: Plugins
In reply to: [Custom Post Type UI] PHP for displaying value of custom taxonomyThanks for this help, but alas, nothing I try works and I keep breaking things. I’ve tried placing this code and changing the value out for my taxonomy “availability” but I just can’t seem to get it. It’s simply beyond my ability. ??
Thanks for the help up to this point, though!
Forum: Plugins
In reply to: [Custom Post Type UI] PHP for displaying value of custom taxonomyUnderstood – just asking if you could tell me the correct way to write that PHP? Any guidance you (or anyone) could provide would be most appreciated.
Thanks for a great plugin!
Daniel
Forum: Plugins
In reply to: [Custom Post Type UI] PHP for displaying value of custom taxonomyYes, On that page at the link, there is a shortcode displaying all items in a set categories, but I’d like the values in the custom taxonomy to pass through on each individual beer, so that I can display a little tag in the upper right on a specific one.
Like this:
https://snag.gy/5Bl3bD.jpgRight now, on that page that lists the beers, the values for the custom taxonomy “Availability” I created is not passing through as a class or anything I can grab onto.
Is that kind of thing possible?
Thanks again for your patience – much of this is a stretch for my abilities…
Daniel
Forum: Plugins
In reply to: [Custom Post Type UI] PHP for displaying value of custom taxonomyCan you tell me how to add the custom taxonomy value to the items being displayed on this archive page – such that each Portfolio item included the value for the “Availability” taxonomy:
https://staging.hitchhiker.beer/our-beer/
I’d like to target each of the items with a given taxonomy value to display a tag on them, so I’d like to see if I can pass the value of the custom “Availability” value to a class for each….or something like that.
Forum: Plugins
In reply to: [Custom Post Type UI] PHP for displaying value of custom taxonomyWorked! Thanks so much for that tip.
Do you know if there is control over the orderby for the list of terms listed in the array? I am not sure how to write that PHP…
Thanks again for the great support,
Daniel
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Hiding everything after group tagThis is happening to me also, using the following:
<p>Company Name<br /> [text CompanyName]</p> [group uscity] <p>City (required)<br /> [text* City]</p> <p>State (required)<br /> [select* selectedState "Alabama|AL" "Alaska|AK" "Arizona|AZ" "Arkansas|AR" "California|CA" "Colorado|CO" "Connecticut|CT" "Delaware|DE" "Washington DC|DC" "Florida|FL" "Georgia|GA" "Hawaii|HI" "Idaho|ID" "Illinois|IL" "Indiana|IN" "Iowa|IA" "Kansas|KS" "Kentucky|KY" "Louisiana|LA" "Maine|ME" "Maryland|MD" "Massachusetts|MA" "Michigan|MI" "Minnesota|MN" "Mississippi|MS" "Missouri|MO" "Montana|MT" "Nebraska|NE" "Nevada|NV" "New Hampshire|NH" "New Jersey|NJ" "New Mexico|NM" "New York|NY" "North Carolina|NC" "North Dakota|ND" "Ohio|OH" "Oklahoma|OK" "Oregon|OR" "Pennsylvania|PA" "Rhode Island|RI" "South Carolina|SC" "South Dakota|SD" "Tennessee|TN" "Texas|TX" "Utah|UT" "Vermont|VT" "Virginia|VA" "Washington|WA" "West Virginia|WV" "Wisconsin|WI" "Wyoming|WY"]</p> [/group]
Any solution?
Forum: Hacks
In reply to: Display Feature Image Instead of Maps on Archive PagesSorry, this was in the wrong spot…
Forum: Plugins
In reply to: [WP Theater] Videos suddenly not playingSorry – it looks like this is turning out to be a plugin conflict with the Fusion Core plugin used by our theme, Avada. It seems to be bumping into the WP Theatre plugin and having a problem with either a chortcode or iframe.
If anyone has any ideas for workarounds, please let me know,
Thanks.
Forum: Plugins
In reply to: [WP Theater] Videos suddenly not playingJust updated, and the backups are not working. It states the locally saved backups should be located in “…./wp-content/uploads/ithemes-security/backups” and no such folder exists.
Also, the ones emailed to me have no attachment.
Help?
Thanks