ArImages
Forum Replies Created
-
Forum: Plugins
In reply to: [Media Search Enhanced] Image ALT/Caption positionHi Yoren,
Thanks a bunch. For option 2, I can make a control by changing the “public function get_the_image( $excerpt ) ” parameters.
Regards,
Ari.Forum: Fixing WordPress
In reply to: disable right click ONLY in Search Results page of WordPressHello Andrew, Thank you for the help and suggestion. I will work on that.
Regards,Ari.Forum: Fixing WordPress
In reply to: disable right click ONLY in Search Results page of WordPressHello,
Thanks for the Java script.
I am not having any different SearchResult page other than WP default. i.e when I do a search in WP default search, the results open in a window ( there is no individual page for that I have created).Is there any way I can write something in function.php or any other php file of my child theme or any other way to implement that.
Thanks,
Ari.Forum: Plugins
In reply to: [Media Search Enhanced] lightbox display not happeningwow.. Its working..
Hello Yoren,
Thank you very much for all your help… Yes searching and lightbox is working properly. Thanks a lot for all your help and suggestions.
Regards,
Ari..Forum: Plugins
In reply to: [Media Search Enhanced] lightbox display not happeningHello Yoren,
Thanks a lot for your help and making the effort.
But when installing in word press, it is getting an Fatal Error===
Plugin could not be activated because it triggered a fatal error.“Fatal error: Can’t use function return value in write context in //wp-content/plugins/media-search-enhanced/public/class-media-search-enhanced.php on line 208”
===Warm Regards,
AriForum: Plugins
In reply to: [Media Search Enhanced] lightbox display not happeningHello Yoren,
Okei.. Thanks a lot for reply back. Will wait for your solution.
Thanks again for all the help and suggestions.
Regards,
Ari.Forum: Plugins
In reply to: [Media Search Enhanced] lightbox display not happeningHello Yoren,
Thanks a lot for the clarification. It is getting clearer now. Will send you the sitelink.
Your help is really appreciable… Thanks again.Regards,
Ari…Forum: Plugins
In reply to: [Media Search Enhanced] lightbox display not happeningHi Yoren,
In the function.php of child theme, I mentioned like this :-
====
function my_get_attachment_url( $url, $post_id ) {$url = wp_get_attachment_url( $post_id );
return $url;
}
add_filter( ‘mse_get_attachment_url’, ‘my_get_attachment_url’, 10, 2 );function my_params( $params ) {
$params[‘attr’] = array( ‘class’ => ‘image-link’ );
return $params;
}
add_filter( ‘mse_get_attachment_image_params’, ‘my_params’ );
===The Thumbnail to the file ( the first function one) is working. lightbox not yet.
Sorry for my childlike and immature questions regarding php. ??Regards,
Ari.Forum: Plugins
In reply to: [Media Search Enhanced] lightbox display not happeningHi Yoren,
Thank you very much for your reply and clarifications. Though I am not a php expert but I will try for it. ??
Thumbnail to the file itself has been done by editing the function.php file of the Child theme. The “image-link” one, I have to try. Thanks again…Regards,
Ari.Forum: Plugins
In reply to: [Media Search Enhanced] lightbox display not happeningHello Yoren,
We are using “magnific-popup” as a jQuery plugin
https://dimsemenov.com/plugins/magnific-popup/Regards,
AriForum: Plugins
In reply to: [WP MediaTagger] Lightbox display breaking in the Gallery OutputHello,
Thanks for the reply. Yes I am using the same “plain image size” but the lightbox is not displaying.
Here is the link:-
https://www.arindambhattacharya.com/search-image/Warm Regards,
Ari.Forum: Plugins
In reply to: [Enhanced Media Library] Not working with WP 4.2Hello Nadia,
Thank you very much for the update. It is working properly.
Regards,
AriForum: Plugins
In reply to: [Responsive Photo Gallery] Dimension and Size in responsive galleryHello Weblizar,
Thank you very much for your help. Will get in touch with you later..Regards,
AriForum: Plugins
In reply to: [Responsive Photo Gallery] Dimension and Size in responsive galleryHello,
Thanks for the quick reply. I am building site and implementing it in local MAMP server.So, can’t provide the link actually. Bad for me.In general, my concern is about the dimension of the images. I am using 900px/600px images in my gallery. Now if I view it on 17″ screen, will it look duller compared to 15″ or 13″ screen.
This is responsive gallery so images will fit 17″ as well as 15″ and 13″.
Warm Regards.
Forum: Plugins
In reply to: [Simple Lightbox] Change speed loading of photoHi,
Definitely it is a great plugin. Many thanks for that.
But if the loading time became little less then it will be really good. A little bit faster interface and propagation will make this plugin more useful.
Hope it will be taken care in the coming releases.
Thanks again for this wonderful plugin.