lwoods
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Update Add-On - Gravity Forms] How to Connect to CPTSorry, but I must be missing something. I need to perform updates on CPT posts. The user selects the post, and then I open a page with the content of the post in the Gravity Form post body. I have NO IDEA what the post ID is going to be before the user selects a post so I can’t fill in the “postID” field in the settings!
What am I missing?If you want to see it, go to the following:
And, YES, you will see it. I have tested this with various browsers and they all display the problem.
I have gallery problems also. I am using Elementor Pro Gallery widget. I have three groups defined. The first group does not display. If I disable Rank Math, all is well.
I notice that the original comment shows as “Resolved”.
HOW?
Forum: Plugins
In reply to: [WP FullCalendar] FALSE ADVERTISINGTim,
Please, what are the field names I need to use for my CPT???
Forum: Plugins
In reply to: [WP FullCalendar] FALSE ADVERTISINGBut where is the documentation that defines field names for all of the options. That is what I was looking for and, finding none, caused me to send this comment.
What are the fields, and what are the options?
Forum: Plugins
In reply to: [AnyWhere Elementor] Problem with ACF RepeaterDoes anyone have the secret to making this work???? This is crazy that something like this should be broken for so long.
I want to clean up the caching, not remove the messages. That’s what I am looking for. If you turn off debugging the problem doesn’t go away. I want to fix the problem.
Here is an example. Borders on the right except for the last element:
.menu-item:not(:last-child) a {
border-right: 2px solid #051727;
padding:15px 3px 15px 3px;
}
.menu-item:last-child a {
padding:15px 3px 15px 3px;
}Forum: Plugins
In reply to: [Advanced Forms for ACF] General Option is not displayedGot the form to work but still no “General” tab that is shown in the documentation.
Forum: Fixing WordPress
In reply to: WordPress 4.8 editor “Failed to load content css – dynamic styles”Just drop it. It’s there!
wp-includes\js\tinymce\tinymce.min.js
“…i=function(a,b){f(a,”Failed to load content css: “+b[0])},j=function(a){var…”
Forum: Fixing WordPress
In reply to: WordPress 4.8 editor “Failed to load content css – dynamic styles”The error message is being generated by tinyMCE, which is delivered as a part of WordPress.
Forum: Plugins
In reply to: [WP FullCalendar] Will not show calendar from shortcodeApologies for the earlier email. The problem with calendars not being displayed was MINE! I was using the option where I specified the page ID’s where the javascript and CSS were to be loaded so I had to add the new page ID for the new calendar page or the JS/CSS didn’t get loaded, therefore no calendar! My fault for missing this. The only thing I might ask of the author would be to move that option higher on the Settings page so that it would be noticed. It’s the last option on the page right now and is definitely “below the fold!”
Again….. My fault. Sorry for the complaint.
Forum: Plugins
In reply to: [WP FullCalendar] FullCalendar does not show up anymore after WP 4.5 updateFullCalendar does NOT work correctly and I don’t see how we can blame new jQuery, etc. I have a page with only ‘[fullcalendar]’ on it. It has been…and is presently working fine. And, BTW, I am using 1.2 FullCalendar. BUT, if I create a new page with only ‘[fullcalendar]’ on it, I get a blank page! Also, I am testing this on a site where I have disabled ALL of the plugins EXCEPT FullCalendar. I can’t figure out how FullCalendar can recognize an “old” page from a “new” page !?!
Here is a hint:
Working Calendar:
<form class=”wpfc-calendar fc fc-ltr ui-widget”>….followed by calendar</form>Non-working Calendar:
<form class=”wpfc-calendar”></form>
Forum: Plugins
In reply to: [WP FullCalendar] Will not show calendar from shortcodeSorry I am not giving you an answer but I am running into the same problem and am VERY disappointed that the author has not responded to this problem. It is a very strange problem because my previously defined calendar pages work fine. I just can’t define a new one.
Forum: Fixing WordPress
In reply to: Is a Transient unique to a session?Good point. I’ll look at that. Only problem that I see is that I am saving a LOT of data between pages.