da23ad
Forum Replies Created
-
Forum: Plugins
In reply to: [Protected Video] Vimeo ProOk thanks.
Forum: Plugins
In reply to: [Protected Video] Vimeo ProI used shordcode… I dont use Gutenberg, it’s disabled.
I have just tried with the Big Bunny video and I was able to download it too (with downloadHelper chrome extension)Hi,
I have a similar problem with my elearning theme….
I am trying to have a second featured image in the course custom posts…I have installed and activated the plugin…. I have added the following code in functions.php in both my theme folder and child theme folder :
add_filter( 'kdmfi_featured_images', function( $featured_images ) { $args = array( 'id' => 'featured-image-2', 'desc' => 'Your description here.', 'label_name' => 'Featured Image 2', 'label_set' => 'Set featured image 2', 'label_remove' => 'Remove featured image 2', 'label_use' => 'Set featured image 2', 'post_type' => array( 'post' ), ); $featured_images[] = $args; return $featured_images; });
But when I edit a course, I dont see anything below the existing feature folder uploader area on the right sidebar… Am I doing anything wrong ?
I figured it out… In the WP Facebook login settings , I needed to create a facebook app on facebook in order to have an App id and an App secret key.
Forum: Plugins
In reply to: [ReFlex Gallery » WordPress Photo Gallery] Shortcode does NOT workI just tried Easy Gallery …. same thing…
Forum: Plugins
In reply to: [ReFlex Gallery » WordPress Photo Gallery] Shortcode does NOT workHi…. same for me, I have created a gallery and added a picture to it … when I preview or view the page, I see the thumbnail but when I click on it , nothing happens… hahncgdev, what is your email address please ? I dont wanna post my website URL here…