sbml
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Hello @iapial
Thanks a lot for your answer.
I added a small jquery script. I don’t know if it’s the best way but it works well.
jQuery(document).ready(function($) { $('.eael-tabs-nav ul li').hover(function() { $(".eael-tabs-nav ul li").addClass("inactive").removeClass('active').attr({ 'aria-expanded':"false", 'aria-selected':"false", tabindex:"-1" }); $(this).removeClass('inactive').addClass("active").attr({ 'aria-expanded':"true", 'aria-selected':"true", tabindex:"0" }); var selected_tab = $(this).attr("aria-controls"); $('.eael-tabs-content div').addClass('inactive').removeClass('active'); $('.eael-tabs-content #'+selected_tab).addClass('active'); }); });Hace a nice day and great work with this plugin.
The Plugin Works well with Google API but the problems is the 100 request limit…
$result = wp_remote_request( $url, $defaults ); $result_body = json_decode( $result['body'], true );Is that supposed to work with Google Scraping now??
Or you made this for the depreceated Google API that no longer works?
https://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=
Viewing 3 replies - 1 through 3 (of 3 total)