angie
Forum Replies Created
-
olá,
obrigada, atualizei!
agora dá para inserir o número.. mas n?o dá para ler o ‘sem número’ (:
aqui o link para um print da imagem mostrando como o campo é exibido:obg,
Forum: Plugins
In reply to: [Open User Map] lightbox hookhi Daniel,
thank you, it’s working with the recommended plugin! i was using Essencial Blocks.
best,ohhh my, just a simple mistake.. ):
thank you so much!
twirk done perfectly.@rizaardiyanto sorry for the delay!
– expectation output (let’s say there’s 3 authors added for a post):
autor1-last-name, autor1-first-name. autor2-last-name, autor2-first-name. autor3-last-name, autor3-first-name.
– the code i’m using (based on your suggestion: https://gist.github.com/ojopaul/c55a53228a3bd9dd7b7bed76726ca583):
\?
if (function_exists(‘publishpress_authors_get_post_authors’)) {
$post_id = get_the_ID();
$post_authors = publishpress_authors_get_post_authors($post_id);
foreach ($post_authors as $post_author) {
$first_name = $post_author->first_name;
$last_name = $post_author->last_name;
}
}
?\
\? php echo $last_name; ?\ \? php echo $first_name; ?\
obs: i’ve changed the php < for \ here (:
thanks!hi @rizaardiyanto,
thanks for the reply.
i might be calling it wrong, but this snippet returned only the first author..
how should i call it to be shown, please?
then i tryed using the shortcode:
echo do_shortcode( ‘[publishpress_authors_data field=”last_name”], echo do_shortcode( ‘[publishpress_authors_data field=”fisrt_name”]
and now i’m geting all author’s from the post last name, then all author’s from the post fist name.
thoughts? (:hello PimWick, how are you doing?
this issue is still going on..
would it be possible to advise me on how to restrict payments for those purchasing with PW gift-cards discounts on their cart to ‘PayPal’ and ‘PagHiper’ only? they are both working correctly.
i’ve contacted ‘Wirecard (MOIP)’ but as it’s still ongoing as they say it’s a plugin issue.. i’d really appreciate being able to keep using your plugin untill this is solved, specially being the end of the year..
for now, the plugin in disabled on our store ):thank you again,
kind regards,Forum: Plugins
In reply to: [Open User Map] Sound fileshello Daniel,
sorry to hear that, i’ll sure review again, top rate again, as i’m still really glad with the plugin.
and would like to write here also for further users that the reviews are not fake, the plugin is indeed quite good and the support this attentive as it looks.
thanks again, Daniel
Forum: Plugins
In reply to: [WooCommerce Extended Coupon Features FREE] Zero amount cart not processinghi,
sorry for the delay, i was trying to figure out after your questions.
the same doesn’t happen with a 100% discount ‘normal’ coupon, the purchase goes as expected.
the status for zero order ig geting processed as it should, but the orders are not being sent to us as it normaly does, it’s been treated as a free PDF, that also gets processed and since it doesn’t need any actions on our side, the requests ends there.
thank you!
hi,
sorry, only now re-reading it got me,
here is the link: https://br.www.ads-software.com/plugins/woo-moip-official/thank you!
hi,
it’s WooCommerce Wirecard Brasil Oficial 1.4.3
thank you!
Forum: Themes and Templates
In reply to: [Bento] Show excerpt instead of full post on archive pagehi,
in the ‘archive.php’ i changed the loop ‘get_template_part( ‘content’ );’
for ‘get_template_part( ‘mynewcontentpagename’ );’then i created a ‘mynewcontentphpname.php’ changing ‘bento_post_content();’
for ‘<?php the_excerpt(); ?>’it worked for me.
i use a child-theme.
i know there might be more professional ways of doing it..
best,
ok, thanks