[wp-trac] [WordPress Trac] #45209: Add new plugin GUI Image click issue
WordPress Trac
noreply at wordpress.org
Sat Oct 27 11:05:05 UTC 2018
#45209: Add new plugin GUI Image click issue
-----------------------------+-----------------------------
Reporter: Hitendra Chopda | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Plugins | Version: trunk
Severity: normal | Keywords: has-patch
Focuses: |
-----------------------------+-----------------------------
Once I click on Plugin image it will auto click on Plugin title and comes
border around it.
Screen: https://ibb.co/cYozTA
I made some JS for solution see below:
jQuery('.plugin-card-top img').click(function(){
jQuery(this).parent().find('a').click();});
jQuery(".plugin-card-top img").hover(function(){
jQuery(this).css("cursor", "pointer");
});
--
Ticket URL: <https://core.trac.wordpress.org/ticket/45209>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list