Renato Henrique Teles de Souza (WH ESTÚDIO)
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Reload Code for Highslide JS (partially solved)I got it…
jQuery(document).ready(function() { jQuery('.ngg-gallery-thumbnail a').each(function() { jQuery(this).addClass('highslide'); }); jQuery('.ngg-gallery-thumbnail-box').each(function() { jQuery(this).addClass('post'); }); jQuery(".post").each(function(index) { jQuery(this).find("a.highslide").each(function() { this.onclick = function() { return hs.expand(this); } }); }); });By the way, this solution integrates the Highslide JS with the NextGEN Gallery (https://br.ww.wp.xz.cn/plugins/nextgen-gallery/) under this AjaxLoader plugin…
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Reload Code for Highslide JS (partially solved)In order to simulate you can enter http://www.zabotto.com then click the Oficina link to gallery page.
Olá Gabriel,
A solução do jotajonathas não está funcionando para mim, quando o retorno da transação é de não aprovada o html é veiculado corretamente, mas quando é aprovada aparece uma tela com o número 1.
URL de pagamento aprovado:
http://www.mundonomads.com.br/intercambio/?page_id=15&key=order_52782ebf8d4c4&order=476&retorno_cielo=1&wc-api=wc_cieloURL de pagamento não aprovado:
http://www.mundonomads.com.br/intercambio/?page_id=15&key=order_52727fd082155&order=464&retorno_cielo=1&wc-api=wc_cieloTem ideia do que pode estar acontecendo?
Obrigado