Title: Sandra's Replies | WordPress.org

---

# Sandra

  [  ](https://wordpress.org/support/users/sandra-test/)

 *   [Profile](https://wordpress.org/support/users/sandra-test/)
 *   [Topics Started](https://wordpress.org/support/users/sandra-test/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sandra-test/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sandra-test/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sandra-test/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sandra-test/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sandra-test/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Shipping decimal cost changes by itselt](https://wordpress.org/support/topic/shipping-decimal-cost-changes-by-itselt/)
 *  [Sandra](https://wordpress.org/support/users/sandra-test/)
 * (@sandra-test)
 * [10 months, 1 week ago](https://wordpress.org/support/topic/shipping-decimal-cost-changes-by-itselt/#post-18713309)
 * I 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 10 months, 1 week ago by [Sandra](https://wordpress.org/support/users/sandra-test/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Embed Plus for YouTube Gallery, Livestream and Lazy Loading with Facades] PHP 8](https://wordpress.org/support/topic/php-8-73/)
 *  Thread Starter [Sandra](https://wordpress.org/support/users/sandra-test/)
 * (@sandra-test)
 * [3 years ago](https://wordpress.org/support/topic/php-8-73/#post-17046554)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] widget read more link, error](https://wordpress.org/support/topic/widget-read-more-link-error/)
 *  Thread Starter [Sandra](https://wordpress.org/support/users/sandra-test/)
 * (@sandra-test)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/widget-read-more-link-error/#post-12106756)
 * in 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.php
 *  DON’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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Gutenberg](https://wordpress.org/support/topic/gutenberg-52/)
 *  Thread Starter [Sandra](https://wordpress.org/support/users/sandra-test/)
 * (@sandra-test)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/gutenberg-52/#post-11012209)
 * I 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 fixed
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Tax not working (tax always equals 0)](https://wordpress.org/support/topic/tax-not-working-tax-always-equals-0/)
 *  [Sandra](https://wordpress.org/support/users/sandra-test/)
 * (@sandra-test)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/tax-not-working-tax-always-equals-0/page/3/#post-6116604)
 * “”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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Widget Logic] How to set widegt logic for this page](https://wordpress.org/support/topic/how-to-set-widegt-logic-for-this-page/)
 *  [Sandra](https://wordpress.org/support/users/sandra-test/)
 * (@sandra-test)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/how-to-set-widegt-logic-for-this-page/#post-4933089)
 * is_page(‘Restaurant/talamino/’)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Recent Posts Widget Extended] Preserve HTML tags in the excerpt](https://wordpress.org/support/topic/preserve-html-tags-in-the-excerpt/)
 *  Thread Starter [Sandra](https://wordpress.org/support/users/sandra-test/)
 * (@sandra-test)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/preserve-html-tags-in-the-excerpt/#post-4032462)
 * wp_trim_words will also take strip out all the tags
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Recent Posts Widget Extended] Preserve HTML tags in the excerpt](https://wordpress.org/support/topic/preserve-html-tags-in-the-excerpt/)
 *  Thread Starter [Sandra](https://wordpress.org/support/users/sandra-test/)
 * (@sandra-test)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/preserve-html-tags-in-the-excerpt/#post-4032451)
 * For 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Recent Posts Widget Extended] Preserve HTML tags in the excerpt](https://wordpress.org/support/topic/preserve-html-tags-in-the-excerpt/)
 *  Thread Starter [Sandra](https://wordpress.org/support/users/sandra-test/)
 * (@sandra-test)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/preserve-html-tags-in-the-excerpt/#post-4032439)
 * I’d like to have the same styling, paragraphs, use bold type as in the article.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDW Media File Browser] PDW Media File Browser Plugin Problem](https://wordpress.org/support/topic/pdw-media-file-browser-plugin-problem/)
 *  [Sandra](https://wordpress.org/support/users/sandra-test/)
 * (@sandra-test)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/pdw-media-file-browser-plugin-problem/#post-2836155)
 * Same 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDW Media File Browser] PDW Media File Browser Plugin Problem](https://wordpress.org/support/topic/pdw-media-file-browser-plugin-problem/)
 *  [Sandra](https://wordpress.org/support/users/sandra-test/)
 * (@sandra-test)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/pdw-media-file-browser-plugin-problem/#post-2836127)
 * I’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!

Viewing 11 replies - 1 through 11 (of 11 total)