srmanager
Forum Replies Created
-
Forum: Plugins
In reply to: [Secure Custom Fields] get_field() doesnt workI have the same problem.
Forum: Plugins
In reply to: [Event Tickets and Registration] PDF Ticket Extension New FunctionHi,
I requested this resource through the link provided. Do we have any predictions about this?
Forum: Plugins
In reply to: [Super Progressive Web Apps] Customize CSSThanks for your response. What I really need is to customize the opening screen, be able to insert a background image, increase the size of the logo, customize the title font.
Forum: Plugins
In reply to: [The Events Calendar] Confusing information on the dashboardThere is another error
- This reply was modified 1 year, 2 months ago by srmanager.
Forum: Plugins
In reply to: [The Events Calendar] Confusing information on the dashboardHello @d0153
Thanks for your help. But I think we have a possible error in the plugin.See the image below, 26 cannot be the difference between 60 and 34. The value 60 is already reducing 34 canceled tickets. This makes no sense and is wrong.
Forum: Plugins
In reply to: [WooCommerce] Order meta value optionalForum: Plugins
In reply to: [NinjaScanner - Virus & Malware scan] Range of IPs to allow on the firewallThank you!
Forum: Plugins
In reply to: [The Events Calendar] Plugin is breaking get_the_ID()I’m trying to get the event ID (post id) with the get_the_ID() function but it’s returning values ??10000001, 10000002, 10000003…
I read that this is because CT1 was implemented. How do I get the actual event ID?
I have the same problem. How did you manage to fix it?
I have sites with jquery 3.5.1 that work normally. So I don’t believe this problem is related to jquery.
I have the same problem when trying to subscribe to a list, whether I’m logged in or not. How did you manage to fix this?
Forum: Plugins
In reply to: [WooCommerce Parcelas] Posi??o e ShortcodeOlá @addagencia
No Woo Pagseguro Parceled você tem que executar o action “woocommerce_single_product_summary”.
Forum: Plugins
In reply to: [Claudio Sanches - PagSeguro for WooCommerce] Plugin com load infinitoOlá amigo. Estou com o mesmo problema. Como você resolveu?
Forum: Plugins
In reply to: [WooCommerce] Custom Checkout for Jet Woo BuilderHello,
Estou com o mesmo problema, aparece a mensagem ”
You must be logged in to checkout.” mas n?o aparece o formulário de login ou registro.Como você corrigiu isso?
Forum: Plugins
In reply to: [Módulo PagSeguro] Status da ordem n?o mudaPor acaso o domínio da sua loja está no Cloudflare ou está usando WordPress 5.7?
Forum: Plugins
In reply to: [WooCommerce Parcelas] Posi??o e ShortcodeRapaz, acho difícil ter alguma resposta por parte do desenvolvedor, pois pelo visto esse plugin está abandonado. Mas vamos lá, hoje mesmo eu criei uma pequena fun??o para exibir o parcelamento no Elementor, porém para outro plugin (https://br.www.ads-software.com/plugins/woo-pagseguro-parceled) mas creio que deve funcionar para este se você mudar a fun??o do action.
Adiciona no function do teu tema
function parcelamento($atts) { ob_start(); do_action( 'chame aqui a fun??o' ); $parcela_tab = ob_get_contents(); ob_end_clean(); return $parcela_tab; } add_shortcode('parcelashow','parcelamento');
Depois basta usar o shortocode [parcelashow].