amantini1
Forum Replies Created
-
Ok now it’s OK:
add_filter( ‘flexible_shipping_free_shipping_notice_text’, ‘wpdesk_flexible_shipping_free_shipping_notice_text’, 10, 2 ); function wpdesk_flexible_shipping_free_shipping_notice_text( $notice_text, $amount ) { return sprintf( ‘Changed text: You only need %1$s more to get free shipping! %2$sContinue shopping%3$s’, wc_price( $amount ), ‘‘, ‘‘ ); }
Insert in the functions.php child-theme e translate the string.
Tks So much,
Massimiliano
Tks, So Much.
Best Regards,
Massimiliano
Forum: Themes and Templates
In reply to: [Accelerate] No featured image in the PostOk i solved:
i put this code in content-single.php under <div class=”entry-content clearfix”>
if (has_post_thumbnail()) { $image = ''; $title_attribute = get_the_title($post->ID); $image .= '<figure class="post-featured-image">'; $image .= '<a href="' . get_permalink() . '" title="' . the_title_attribute('echo=0') . '">'; $image .= get_the_post_thumbnail($post->ID, 'featured-blog-large', array( 'title' => esc_attr($title_attribute), 'alt' => esc_attr($title_attribute), )) . '</a>'; $image .= '</figure>'; echo $image; }
Now work it.
Many Tks,
Massimiliano
Forum: Themes and Templates
In reply to: [Accelerate] bold links on pages & articlesHI @rubick322,
.entry-content a {
color: #77CC6D;
text-decoration: none;
font-weight: bold;
}Right it’s good!
I inserted the code inside mine child style.css and work good and perfectly.
Tks so much,
Best Regards,Massimiliano
- This reply was modified 4 years, 7 months ago by amantini1.
Forum: Themes and Templates
In reply to: [Accelerate] bold links on pages & articlesForum: Themes and Templates
In reply to: [Accelerate] Featured image within the postsDear @rubick322,
I did what you told me and everything is okay now.
https://biotigullio5terre.it/piazza-europa-la-spezia/Tks so much,
Best Regards,
Massimiliano Amantini
- This reply was modified 4 years, 7 months ago by amantini1.
Forum: Themes and Templates
In reply to: [Accelerate] Featured image within the postsDear @rubick322 ,
Tks your reply. I need help because when I post any articles (https://biotigullio5terre.it/il-nostro-blog-bio-tigullio-5-terre/) the image is not displayed when people enter the post (https://biotigullio5terre.it/piazza-europa-la-spezia/).
I would like that the image appears also here.
Tks so much,Best Regards,
Forum: Plugins
In reply to: [HTML5 Maps] Italian map charged only an halfYes, yes
Tks so much!!!