ricks03
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Event footer?I first solved this with custom code, but int he end it was far easier to used the EM Advanced template for the page, and just add the text that I wanted to that.
Forum: Plugins
In reply to: [Frontier Post] Limiting the Category selection optionsI had tried that, and it didn’t work.
[frontier-post frontier_mode=”add” frontier_edit_form=”standard” frontier_add_post_type=”post” frontier_cat_id=”29,30″ frontier_list_cat_id=”29,30″ frontier_user_status=”published” frontier_custom_tax_layout=”checkbox” frontier_custom_tax=”category”]
still lists all the categories?
Forum: Plugins
In reply to: [Frontier Post] Limiting the Category selection optionsI Think it would be the equivalent of the Exclude Categories setting, but as a short code.
Forum: Plugins
In reply to: [Frontier Post] Paragraph/Header dropdown permissionsThe problem was that the Frontier Posts Capabilities for those roles missing entries was set to Minimal Visual instead of Full.
(see my other post for how I thin couldn’t update the value, because that screen won’t let me edit when Capabilities are managed elsewhere).
Glad yo see you still around! Any chance FP will get updated to at least reflect it’s tested on the most current version of WordPress?
We love it! There’s no other plugin that provides the features that this does – it’s amazing.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Exporting BookingsThanks
Forum: Themes and Templates
In reply to: [Responsive] Google Breadcrumbs issues detectedThat’s an email notification from google. I’m not getting notification on any one page. You have the entirety of the notification.
Forum: Themes and Templates
In reply to: [Responsive] Google Breadcrumbs issues detectedThe message I received was above. I included it in it’s entirety.
I am not warned of a code snippet.
Breadcrumbs issues detected on https://mysite
To the owner of https://mysite/:
Search Console has identified that your site is affected by 1 Breadcrumbs issues:
Top Errors
Errors can prevent your page or feature from appearing in Search results. The following errors were found on your site:
Either “name” or “item.name” should be specified
We recommend that you fix these issues when possible to enable the best experience and coverage in Google Search.
So it sounds like “name” or “item.name” needs to be specified.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Publicize and TwitterThat appears to have resolved the problem.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Publicize and TwitterDone. Will see.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Publicize and TwitterYup, still not working.
Twitter is showing as connected under Jetpack, but it’s not posting to Twitter.
I’ve made one change to see if it makes things better – enabling “Connection available to all administrators, editors, and authors” (an option I don’t recall previously).
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Publicize and TwitterWhile I appreciate that you think it works, I respectfully disagree. I have a post on 10/22 at 10:30 am (which I believe is after your post) that didn’t go to twitter.
I have disconnected and reconnected, but as I’ve done that before, I don’t anticipate that correcting anything. I will wait for the next post and see.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Publicize and TwitterWell, I have EM Pro, so that’s not a problem ??
I see on that link provided that I have the way to add extra fields. Which I’ve done. Which don’t format well. Which is what I’m asking how to fix.
In reviewing that link you provided, I still don’t see anywhere I can modify the formatting of the output per my original request.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Display Attribute?Nevermind, looks like it’s far simpler, just add the shortcode to the Settings > Formatting page in the right place!
Forum: Developing with WordPress
In reply to: Detecting which user changed contentThanks!
I also found that wp_get_current_user() gets me there. the_modified_author is probably a better function.