aisforadam
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Html video propertiesHi Bruce
Almost; we wouldn’t be tracking the info. Instead, we’d like to display content after the user watches the full video. I was thinking maybe we can utilize some <video> events. Does VideoPress support events like ‘ended’, etc.?
Forum: Plugins
In reply to: [HTML Forms - Simple WordPress Forms Plugin] Add ‘novalidate’ attributeHey Lap. Thanks for the info! I was hoping to do this without js, but I’ll probably go with the jQuery.
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Home og:image missingAdding a quick followup note in case somebody else runs across this thread. The twitter:card meta needed to be adjusted if wanting a setting other than the default ‘summary’.
function seo_homepage_twitter_card( $card ) { return 'summary_large_image'; } add_filter( 'the_seo_framework_twittercard_output', 'seo_homepage_twitter_card', 10, 2 );Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Home og:image missingThat worked. Thanks for the quick reply and example code!
Got it. Thanks for the help.
Thanks for the details.
If a local template is used, would it prevent the reset when the plugin is updated? Also, is an add-on required for this? Note: there is only one template used on the site.
Hi. I was about to post a very similar issue. Please let me know if you would rather this in its own thread.
In my case, I’m using the Roots stack. After every deploy, the Default Template is reset (?page=ajax-load-more-repeaters). So, I have to remember to manually select Options > Update Template from Database and save each time. Note: the plugins are managed with Composer.
This happens in all environments (dev, staging, production).
Why is the default template resetting if the code is stored in the database?
Thanks.
its just me. the link is there. i originally skipped over it for some reason… maybe because i thought the setting would be under a more general label (such as ‘Social Commenting’) like the other items.
not a big deal; the plugin and options work great. thanks again.
perfect. for some reason i didn’t see the ‘facebook’ menu option. thanks for the help.
thanks for the quick reply!
that setting is already deselected, but a ‘Switch to default commenting’ is still displaying and hiding the reply textarea.
also, is the ‘Facebook Commenting’ enabled by default? or will i need to turn it off?