Dynamic Featured Image -plugin

Feel free to talk about everything related to our Wordpress Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Feb 23, 2017 1:11 pm
Hi everyone!

Have any one tried this plugin - Dynamic Featured Image in Quark WP?

I`m trying to use WP original featured image in NSP slider and Dynamic Featured Image in real post when opened (or the other way around)

I can`t figure out where to put this code:

if( class_exists('Dynamic_Featured_Image') ) {
global $dynamic_featured_image;
$featured_images = $dynamic_featured_image->get_featured_images( $postId );

//You can now loop through the image to display them as required
}

https://wordpress.org/plugins/dynamic-featured-image/
https://github.com/ankitpokhrel/Dynamic ... in-a-theme
User avatar
Fresh Boarder

Joshua M
Thu Feb 23, 2017 9:23 pm
Hi,

The default featured image code for single post view is placed in Quark/content-header.php file:
Code: Select all
<?php the_post_thumbnail(); ?>

maybe you should put your code here.
User avatar
Moderator

GK User
Fri Mar 03, 2017 1:00 pm
Thanks it worked!!!

Still got one problem with Quark.... Category image is not showing (not in back-end or front-end page). In Category page (back-end) it not let me choose image at all. If hit select image (Select an image which will be displayed in the taxonomy page for this term.) Page just flash and reload itself and says that "Category page has been updated".

... I haven´t done any changes to that code...
User avatar
Fresh Boarder

Joshua M
Mon Mar 06, 2017 9:22 am
Could you please provide me with a URL to your website and back-end access via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

Joshua M
Fri Mar 10, 2017 11:20 am
It should be fine now - I've updated your GK Taxonomy Images plugin.
User avatar
Moderator


cron