jonathanmotes
Forum Replies Created
-
I’m having the same issue. @mkarimzada the link you referenced describes expected React behavior I think, where state changes would cause a re-render, but @justinwyllie and myself are having issues where things like component input focus are triggering re-renders of the Edit component – even on inputs that are NOT bound to attributes.
- This reply was modified 4 years, 7 months ago by jonathanmotes.
Forum: Plugins
In reply to: [WP Job Manager] RSS feed increase items@mike Jolly, I wasn’t aware you could add WP query args to the query string. Works perfectly. Thank you!
Forum: Plugins
In reply to: [WP Job Manager] RSS feed increase items@mtx – I already tried that. I’m not sure that affects custom post types. Do you have any other ideas?
Thanks!
Forum: Plugins
In reply to: [WP WooCommerce Mailchimp] Warning:array_mergeExperiencing same problem here. Also still getting a headers already sent error, making it difficult to access the WP-Admin. Had to disable it for now.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] GCal API update on Nov 17Hi Phil,
I’m getting these error messages on my calendar pages today:
Access to this feed was denied (403). Please ensure you have public sharing enabled for your calendar.
I’ve verified everything is still set correctly, and cleared the cache. Would Google shutting down the API today cause this error?
@makfruit – I’m setting up a store and noticed the issue. It is overall pretty nice and easy to set up.
Looked a little deeper in the plugin code. This is a normalize css file – and is ONLY loaded on the admin.
Forum: Plugins
In reply to: [Flexible Recent Posts] Erroneous HTML addedNote: only happens when the shortcode is contained within nested divs, like this:
<div class="frp-left"> <div class="calendar-date"> <div class="calendar-month">[frp_date format="M" time_since="0"]</div> <div class="calendar-day">[frp_date format="j" time_since="0"]</div> </div> </div>Forum: Plugins
In reply to: [Email Obfuscate Shortcode] Custom TextI think link titles (for the tooltips) are generally a good practice as they help with SEO and are good for usability reasons. In this particular case it’s not a big deal not having it though.
Forum: Plugins
In reply to: [Email Obfuscate Shortcode] Custom TextAwesome! Thanks for the quick response. I started to try that but assumed it was for the tag title attribute (that you see for the hover tooltip).
Forum: Plugins
In reply to: [Firelight Lightbox] Videopress SupportThat may work just fine. Thanks!
I didn’t realize I could use CSS style selectors. The below should be efficient enough.
Change line 49 to:
$html->find(‘div#mediaDisplayArea object’,0)->height = $height;Change line 53 to:
$html->find(‘div#mediaDisplayArea object’,0)->width = $width;Forum: Fixing WordPress
In reply to: make sidebar.php editable as a CMS like a page?@mrcanuck I believe Rev. Voodoo’s solution is what you need. You’ll create a page in WordPress called something like Sidebar, then you’ll modify sidebar.php, adding code to query the content from the Sidebar page.
For the query code, see the example on the get_page function reference: http://codex.ww.wp.xz.cn/Function_Reference/get_page