Shane Taylor
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Video Plus] Video not showing on blog post in divi themeThis plugin hasn’t been updated in over 2 years and it most likely won’t be updated to work with WP 5.0.1….. I switched over to this plugin and it works fine right out of the box… Check it out…
Forum: Themes and Templates
In reply to: [Twenty Nineteen] Primary Colour Changei noticed the slider as the only option as well. An option to add a hex or rgba option would be a nice addition in the next version…
Forum: Themes and Templates
In reply to: [Twenty Nineteen] Header Menu, more button on mobileI have the same issue, I just omitted it through CSS for now…
div.main-menu-more {
display: none !important;
}Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] wordpress 5.0reason i ask is i plan on buying a support ticket, but only if you’re planning on getting this compatible with WP 5.0
Please let me know, thanks….
Forum: Plugins
In reply to: [Featured Video Plus] Is this still being maintained/tested?so….. this WP 5.0 update has kinda put me through the wringer… Its super buggy in the backend with my custom theme. After lots of crying in the corner in the fetal position and questioning life choices, I’ve persevered and am just rewriting everything using their twentynineteen theme and a stepping stone…
I won’t get around to messing with this plugin for a few weeks now, but if I figure it out I’ll post a solution here. I had it working a while back…
What I remember doing was using the featured-img as the div bg and used the info here https://wordpress.org/plugins/featured-video-plus/#installation
somehthing like:
<?php
if(has_post_video( $post_id )) {
the_post_video( $size )
}elseif ( has_post_thumbnail() ) {
the_post_thumbnail();
}else {}
“Did you see what GOD just did to us man! God didn’t do that, you did! You’re a fking narcotics agent, I knew it….
Forum: Plugins
In reply to: [Featured Video Plus] Is this still being maintained/tested?I don’t think it’s still being maintained, and was wondering myself if the plugin author was planning on updating it to WP5.0….. Apparently, you can contact the author by donating via his paypal link? Seems like a roll of the dice, but whatevs… this is what he says:
Support
I do read all support questions in the forums but cannot reply to all of them. The plugin is an unpaid side project and full support would require more time than I can invest for free for over 20k active installs. If you really need help, consider buying me a cookie – best way to attract my attention and to support future enhancements.oopps, nevermind I found it…. sorry guys…
- This reply was modified 7 years, 4 months ago by Shane Taylor.
One more thing……. there are no js errors initially on the page, there are no js errors when i click the reply button and the comment textarea appears where its supposed to, but then i get 1 js error after i try submitting the comment…
jquery.js?ver=1.12.4:4
[WP Ajaxify Comments] Comment has not been posted
wp-ajaxify-comments.js?ver=1.6.0:87[WP Ajaxify Comments] Try to extract error message (selector: ‘p:parent’)…
I also want to note that sometimes the text in the red error message at the top of the window is displaying the content text from the blog post page that I happen to be on sometimes…..
I am hesitant on paying for a $30 support ticket if this is going to be a constant issue with updates…….
Forum: Plugins
In reply to: [Featured Video Plus] Feature video not fitting my theme sizewhat theme are you using?
Forum: Plugins
In reply to: [Featured Video Plus] Video not playing, only stillIt has not been resolved…. it replaces the featured image, but just shows the first still frame of the video. It does not auto play….
and to be clear, I can get a text field to print on the custom profile.php page using the following: <?php echo um_user(‘License_Number’); ?>
But when I try the same code on a custom field that uses checkboxes as input, the value I get is the word “array” and not several checkboxes I checked…
So what exact code would I use for that?
Do I use this code?
<?php
add_filter( ‘um_get_field__{$key}’, ‘my_get_field’, 10, 1 );
function my_get_field( $data ) {
// your code here
return $data;
}What do i put in “your code here” section?
Forum: Plugins
In reply to: [Featured Video Plus] Video not playing, only stillIt does the exact same thing for me. Unfortunately, the plugin author hasn’t done anything in about a 2 years.
Forum: Plugins
In reply to: [Featured Video Plus] Video not playingAlso, I’m not seeing any JS errors when I open up Chrome Console so I’m kinda at a loss here….