Sandra
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Shipping decimal cost changes by itseltI still have this problem in several woocommerce shops. Round numbers work, like 4 euro. But filling out 4,15 will change by itself to 415 euro. After refreshing page 2 times. What is the solution?
- This reply was modified 6 months, 2 weeks ago by Sandra.
I have removed the plugin and add a new one. Installed this and it works. My sincere apologies. It indeed works with PHP8
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] widget read more link, errorin juni 2018 you gave my this solution but i didn’t want to mess with my permalinks on a live website. I’ve tried it now on a demo site, but it doesn’t work
/*
Please paste it to your WordPress theme functions.phpDON’T FORGET TO SAVE PERMALINKS SETTINGS.
*/
function __ai1ec_custom_slug_name( $translations, $text, $domain ) {
if (
AI1EC_PLUGIN_NAME !== $domain ||
‘event’ !== $text
) {
return $translations;
}
return ‘ai1ec-event’;
}
add_filter( ‘gettext’, ‘__ai1ec_custom_slug_name’, 10, 3 );Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] GutenbergI did have Pre-Publish options checked. I now see the Publicize options in my sidebar when i publish.
As for the related posts, this is also fixedThank you.
Forum: Plugins
In reply to: [WooCommerce] Tax not working (tax always equals 0)“”Location – WooCommerce doesn’t know where the customer lives, so set Default customer address to Shop Base Address.””
this one worked for me after adding the missing table
Forum: Plugins
In reply to: [Widget Logic] How to set widegt logic for this pageis_page(‘Restaurant/talamino/’)
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Preserve HTML tags in the excerptwp_trim_words will also take strip out all the tags
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Preserve HTML tags in the excerptFor my website i’d like to show to latest news post (one) on the homepage. Those news post are mostly short enough to fit in.
I’ve changed line 116 into <div class=”rpwe-summary”><?php echo the_content( $length ); ?>
Maybe i shouldn’t have (mis-)used this plugin. But now it works for me. But would be better if i’d known how to limit the content words πThank you for your time and your nice plugin.
Forum: Plugins
In reply to: [Recent Posts Widget Extended] Preserve HTML tags in the excerptI’d like to have the same styling, paragraphs, use bold type as in the article.
Forum: Plugins
In reply to: [PDW Media File Browser] PDW Media File Browser Plugin ProblemSame here, folder path uses localuser. So i still don’t know what to do. On my other website, with a different hostingservice it works fine.
Forum: Plugins
In reply to: [PDW Media File Browser] PDW Media File Browser Plugin ProblemI’v used the plugin in 2 websites, one works just fine, but on the other one it won’t upload images and images uploaded through FTP will not show a thumb, but only show a filename with a picture which says “Usage…. read usages comments for details” CHMOD is 755, not sure which PHP version.
Media library works just fine.
I don’t know which setting to change, help!