dqderrick
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Dashboard Notes] Nothing on Screen options. No LinkFor some reason I was expecting it to be in the Screen Options dropdown. Sorry for the confusion. Yes, I like the plugin as well. However, I just couldn’t find the Add Note button. I was probably just in too big of a hurry.
Feature Request
More background color options with ability to input html color code.Thank you for the great, simple plugin.
Forum: Plugins
In reply to: [WP Dashboard Notes] Nothing on Screen options. No LinkSame for me. Fresh installed of WP on a Godaddy Management WordPress hosting. I submitted a message view your contact page.
I isolated my problem to WordFence with embedding a Wistia video on a Page with my BeaverBuilder plugin on my BeaverBuilder theme.
I was referred to this thread by Beaver Builder support.
I followed WFMattR’s suggestion (earlier in this thread) and I was then able to save my page with Wordfence active.
However, it seems I may have to do this for every page I create going forward. I cloned the page that was now whitelisted by Wordfence and attempted a basic edit. Upon saving, I was greeted with the eternal save animation. Doh.
Forum: Plugins
In reply to: [EM Beer Manager] Shortcode errorOK, I’m terribly embarrassed here. I apologize for my misunderstanding.
I got completely locked in on “Beer No.” being the Beer ID! I just went in and took a hard look at the “All Beers” list in the WordPress Dashboard and FINALLY noticed the ID column. Terrible! Sorry about that. I can only guess that I thought the ID column was a generic WordPress column since it is only labeled “ID”. Jeez.
As you’d expect, works perfectly. Thank you.
What is “Beer No.”? It doesn’t seem to affect the default sort order on [beer-list]. Is it maybe part of “menu-order” sort order? I read through the documentation and didn’t see any reference to the purpose of that number. Maybe one would use it for internal/personal tracking of some sort.
Forum: Plugins
In reply to: [EM Beer Manager] Shortcode errorMaybe I missed something.
Do I need to integrate this somewhere in my child theme?
Template tag
<?php echo EMBM_Output_Beer_display( $beer_id, $args ); ?>
Where $beer_id is required and $args is a PHP array of comma-separated key => value pairs. For example:<?php echo EMBM_Output_Beer_display( 123, array(
‘show_profile’ => false,
‘show_extras’ => true
) ); ?>Forum: Plugins
In reply to: [EM Beer Manager] Shortcode errorThank you for the fix! Excellent.
I don’t see the error code any longer.
However, should this shortcode produce something?
Example in Settings: [beer id=”beer id”]
My use: [beer id=”1″]
(I have a beer with ID=1 and one with ID=12)They both come up when I use [beer-list]