Neto
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] How to use out of wordpressYes,
it work with a different theme, like the WordPress default theme TwentyTwenty.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] How to use out of wordpressActually, I don’t think so, because all the plugins I use have this problem. I need to add the missing codes.
I don’t know why the theme doesn’t import all plugins settings.
Forum: Plugins
In reply to: [Yoast SEO] How to add Yoast seo descriptions in custom pagesHi
I cannot put it this way, as it is a news page, and each has a unique description generated automatically.
Forum: Plugins
In reply to: [Claudio Sanches - Correios for WooCommerce] Webservice Fora do ARPelo que vi est?o atualizando o sistema. Lan?aram recentemente um novo sistema de rastreamento por número de CPF, se vai funcionar eu n?o sei.
Até estou come?ando a desenvolver algo aqui pra tentar solucionar, até lá estou utilizando esses sites alternativos de rastreamento
https://rastreamentocorreio.com/Forum: Fixing WordPress
In reply to: has_cap was called with an argument…Eu recebi a mesma mensagem em meu blog https://consultafgts.com.br
otice: has_cap foi chamado com um argumento que está obsoleto desde a vers?o 2.0.0! Usage of user levels is deprecated. Use capabilities instead. in /home/76379-65642.cloudwaysapps.com/uytgmvcpcd/public_html/wp-includes/functions.php on line 4031
Só aparece no painel de administra??o. Aparece aí pra vocês ?
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Error base node importThis work:
[jsoncontentimporter url=”https://api.bitvalor.com/v1/ticker.json” basenode=”ticker_1h.exchanges.ARN”]Arena Bitcoin = R$ {last}[/jsoncontentimporter]But, to show all exchanges I tried that, but it did not work
[jsoncontentimporter url=”https://api.bitvalor.com/v1/ticker.json” basenode=”ticker_1h.exchanges.ARN”]Arena Bitcoin = R$ {last}[/jsoncontentimporter]
[jsoncontentimporter url=”https://api.bitvalor.com/v1/ticker.json” basenode=”ticker_1h.exchanges.BTD”]BitcoinTrade = R$ {last}[/jsoncontentimporter]
[jsoncontentimporter url=”https://api.bitvalor.com/v1/ticker.json” basenode=”ticker_1h.exchanges.FLW”]flowBTC = R$ {last}[/jsoncontentimporter]
[jsoncontentimporter url=”https://api.bitvalor.com/v1/ticker.json” basenode=”ticker_1h.exchanges.FOX”]FoxBit = R$ {last}[/jsoncontentimporter]
[jsoncontentimporter url=”https://api.bitvalor.com/v1/ticker.json” basenode=”ticker_1h.exchanges.LOC”]LocalBitcoins = R$ {last}[/jsoncontentimporter]
[jsoncontentimporter url=”https://api.bitvalor.com/v1/ticker.json” basenode=”ticker_1h.exchanges.MBT”]Mercado Bitcoin = R$ {last}[/jsoncontentimporter]Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Error base node importI try this and work
[jsoncontentimporter url=”https://api.bitvalor.com/v1/ticker.json” basenode=”ticker_1h.exchanges.B2U”]BitcoinToYou = R$ {last}[/jsoncontentimporter]
But i need show the all exchanges, how i can do?
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Error base node importI try this
{subloop:ticker_1h}
{subloop:ticker_1h.exchanges:-1}
{subloop:ticker_1h.exchanges.ARN:-1}{ticker_1h.exchanges.ARN.last}
{/subloop:ticker_1h.exchanges}
{/subloop:ticker_1h}But don’t work again