lee990
Forum Replies Created
-
Forum: Plugins
In reply to: [Mixed Media Gallery Blocks] Image title on full screenactually you can see what i mean here: https://blockslib.com/galleryblock/simply-slider-carousel-for-wordpress-site/
if you click on the image it fills the screen – cool – but it does not show the image title… also if you click on the zoom [] button it dos not show the title – i want to show the image title regardless of the view the user is in.
Forum: Plugins
In reply to: [Mixed Media Gallery Blocks] Image title on full screenThe link is not live – can I send a private message?
Forum: Plugins
In reply to: [Mixed Media Gallery Blocks] Image title on full screenthanks for your reply.
when i show the slider with thumbnails in full screen it does not show the image title any more
Forum: Plugins
In reply to: [Default Featured Image] Great Plugin bu need help with PagesForum: Plugins
In reply to: [Default Featured Image] Great Plugin bu need help with PagesWOW, that was fast,
Thank you!
Forum: Plugins
In reply to: [Default Featured Image] Great Plugin bu need help with PagesJust thought i would add, i did try this in fuctions.php but it left a white space..
// disable featured image for pages.
if ( ‘page’ == get_post_type() ) {
$status = false;
}return $status;
}add_filter( ‘dfi_thumbnail_html’ , ‘disable_feattured_image_for_posts’ );
}