Title: StickyPixels's Replies | WordPress.org

---

# StickyPixels

  [  ](https://wordpress.org/support/users/stickypixels/)

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 63 total)

1 [2](https://wordpress.org/support/users/stickypixels/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/stickypixels/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/stickypixels/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/stickypixels/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/stickypixels/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Homepage settings ignored and cannot be reset](https://wordpress.org/support/topic/homepage-settings-ignored-and-cannot-be-reset/)
 *  Thread Starter [StickyPixels](https://wordpress.org/support/users/stickypixels/)
 * (@stickypixels)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/homepage-settings-ignored-and-cannot-be-reset/#post-18422492)
 * Thank you very much voor your insightful answer. It turns out my webhost had 
   some kind of caching active, displaying my old homepage content. I never activated
   this, so that’s very annoying.
 * Sorry to have bothered you, many thanks (and I’ve learned a lot from your answer).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ditty – Responsive News Tickers, Sliders, and Lists] Bilingual ticker not working](https://wordpress.org/support/topic/bilingual-ticker-not-working/)
 *  Thread Starter [StickyPixels](https://wordpress.org/support/users/stickypixels/)
 * (@stickypixels)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/bilingual-ticker-not-working/#post-17322675)
 * Thanks for your reply, I’ll look into that option.
 * Actually qTranslate-XT is a revived version of the abandoned qtranslate-X plugin,
   it’s very much alive on [https://github.com/qtranslate/qtranslate-xt](https://github.com/qtranslate/qtranslate-xt)
   
   I have used WPML before but find it extremely bloated and way too complicated
   for regular users (my clients). QTranslate-XT is far more user-friendly and lightweight,
   so maybe it’s worth having a look at.
 * Thanks for your nice plugin anyway.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Phoenix Media Rename] Renaming multiple files not working](https://wordpress.org/support/topic/renaming-multiple-files-not-working/)
 *  Thread Starter [StickyPixels](https://wordpress.org/support/users/stickypixels/)
 * (@stickypixels)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/renaming-multiple-files-not-working/#post-17298484)
 * I think I found it. In my functions.php I had added this function:
 * `add_action( 'pre_get_posts', 'items_unlimited_list');
   function items_unlimited_list(
   $query){$query->set( 'posts_per_page', '-1' );};
 * When I removed it, batch renaming worked as intended.
 * Hope this helps anyone encountering this issue.
    -  This reply was modified 2 years, 6 months ago by [StickyPixels](https://wordpress.org/support/users/stickypixels/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Phoenix Media Rename] Renaming multiple files not working](https://wordpress.org/support/topic/renaming-multiple-files-not-working/)
 *  Thread Starter [StickyPixels](https://wordpress.org/support/users/stickypixels/)
 * (@stickypixels)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/renaming-multiple-files-not-working/#post-17298454)
 * After some more trial and error it appears to be a theme conflict. I am using
   the same theme (with some alterations) on another site where batch renaming works
   fine, so I’m going to look for the culprit.
 * Sorry to have bothered you, I’ll post my solution here if I find it.
    -  This reply was modified 2 years, 6 months ago by [StickyPixels](https://wordpress.org/support/users/stickypixels/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] template styling with tags gets stripped on save](https://wordpress.org/support/topic/template-styling-with-tags-gets-stripped-on-save/)
 *  Thread Starter [StickyPixels](https://wordpress.org/support/users/stickypixels/)
 * (@stickypixels)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/template-styling-with-tags-gets-stripped-on-save/#post-16898923)
 * Thank you for your clarification, I guess that’s a new WP feature then. Looking
   forward to your fix, thanks in advance.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] template styling with tags gets stripped on save](https://wordpress.org/support/topic/template-styling-with-tags-gets-stripped-on-save/)
 *  Thread Starter [StickyPixels](https://wordpress.org/support/users/stickypixels/)
 * (@stickypixels)
 * [2 years, 12 months ago](https://wordpress.org/support/topic/template-styling-with-tags-gets-stripped-on-save/#post-16894481)
 * Thank you for your reply. The full template as intended is:
 *     ```wp-block-code
       <div class="list-date">
       <a href="{linking}" target="_blank">
       <div class="list-date-wrap" style="background-color:{color};">
       <strong>{date}</strong><br />
       <div class="list-text">{time} - {endtime} uur</div>
       <div class="list-loc">{location}</div>
       </div></a>
       </div>
       <div class="list-info">
       <h3><a href="{linking}" target="_blank">{title}</a></h3>
       <div class="list-text">{description}</div>
       </div>
       ```
   
 * The problem is with the third line, the div style is stripped on save, resulting
   in this:
 *     ```wp-block-code
       <div class="list-date">
       <a href="{linking}" target="_blank">
       <div class="list-date-wrap">
       <strong>{date}</strong><br />
       <div class="list-text">{time} - {endtime} uur</div>
       <div class="list-loc">{location}</div>
       </div></a>
       </div>
       <div class="list-info">
       <h3><a href="{linking}" target="_blank">{title}</a></h3>
       <div class="list-text">{description}</div>
       </div>
       ```
   
 * But when I replace {color} with a hex code, it is saved. All other {xxx} codes
   are saved as well.
 * As I said, it was an existing template that has worked fine for years, so saving
   this code worked fine in the past.
 * Hope you can clarify.
    -  This reply was modified 2 years, 12 months ago by [StickyPixels](https://wordpress.org/support/users/stickypixels/).
    -  This reply was modified 2 years, 12 months ago by [StickyPixels](https://wordpress.org/support/users/stickypixels/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] Display past events in list view](https://wordpress.org/support/topic/display-past-events-in-list-view/)
 *  Thread Starter [StickyPixels](https://wordpress.org/support/users/stickypixels/)
 * (@stickypixels)
 * [4 years ago](https://wordpress.org/support/topic/display-past-events-in-list-view/#post-15761180)
 * Ah, thank you, that’s where the setting is hidden!
    It’s quite confusing because
   the template manual clearly states: “Upcoming events you will be able to show
   _only the events coming up in the future_.” So I did not explore this option.
 * In the shortcode generator it says indeed you can set ‘Events/Days Before Current
   Day’, but it seems only possible to set the number of events. How do I set the
   number of days before current day?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] Display past events in list view](https://wordpress.org/support/topic/display-past-events-in-list-view/)
 *  Thread Starter [StickyPixels](https://wordpress.org/support/users/stickypixels/)
 * (@stickypixels)
 * [4 years ago](https://wordpress.org/support/topic/display-past-events-in-list-view/#post-15758383)
 * No, there’s no CSS hiding anything, there are several past events that simply
   don’t show up.
    To be clear: this concerns earlier instances of repeating events.
 * I think it was an option in shortcode or template, where you could even set the
   number of past events to be shown.
    This was an option in an earlier version (
   over a year ago), there has been a major update since then so I’m assuming it
   has been removed?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Make private products visible for Admin](https://wordpress.org/support/topic/make-private-products-visible-for-admin/)
 *  Thread Starter [StickyPixels](https://wordpress.org/support/users/stickypixels/)
 * (@stickypixels)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/make-private-products-visible-for-admin/#post-15591308)
 * Hi Maykato,
 * Thank you for your tips, I tried all that but no success. Your Twenty Twenty 
   screenshot looks exactly like my shop when that is active.
 * I literally removed all code from my theme except a basic index.php and an empty
   style.css, but the private products still don’t show up, only public products.
 * If caching were the problem, that would be the same for all themes I guess? Anyway,
   clearing the browser cache didn’t solve it either. I’m not using caching plugins
   at the moment.
 * So I’m still guessing there must be some specific code in the other themes to
   _allow_ private products to be displayed.
 * Thanks again, it’s not a huge problem but quite inconvenient.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Translate WordPress - Google Language Translator] Not working in any browser but one](https://wordpress.org/support/topic/not-working-in-any-browser-but-one/)
 *  Thread Starter [StickyPixels](https://wordpress.org/support/users/stickypixels/)
 * (@stickypixels)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/not-working-in-any-browser-but-one/#post-15497834)
 * Thanks for your quick response, this seems to do the trick! Working in all my
   browsers now!
 * Many thanks!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Matomo Analytics - Powerful, Privacy-First Insights for WordPress] Cannot redeclare twig_cycle()](https://wordpress.org/support/topic/cannot-redeclare-twig_cycle/)
 *  [StickyPixels](https://wordpress.org/support/users/stickypixels/)
 * (@stickypixels)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/cannot-redeclare-twig_cycle/#post-14351863)
 * I’m sorry, my bac: reading [@wadih](https://wordpress.org/support/users/wadih/)’
   s reply I realised I don’t have the latest WPML versions installed. For some 
   reason my WordPress install doesn’t show update notifications for WPML.
 * I will update the lot and run some tests.
    Sorry again for the misunderstanding.
   Cheers, Leo
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Matomo Analytics - Powerful, Privacy-First Insights for WordPress] Cannot redeclare twig_cycle()](https://wordpress.org/support/topic/cannot-redeclare-twig_cycle/)
 *  [StickyPixels](https://wordpress.org/support/users/stickypixels/)
 * (@stickypixels)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/cannot-redeclare-twig_cycle/#post-14342392)
 * Unfortanately I have to confirm it doesn’t seem to be resolved by WPML. I’m new
   to Matomo and I get the same error.
    I am using the latest version of WPML + 
   addons. Deactivating these made the issue go away, but that is not an option.
 * Hope it can be resolved.
    Thanks, Leo
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Gift Cards for WooCommerce] Pro options not working as expected](https://wordpress.org/support/topic/pro-options-not-working-as-expected/)
 *  Thread Starter [StickyPixels](https://wordpress.org/support/users/stickypixels/)
 * (@stickypixels)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/pro-options-not-working-as-expected/#post-14035823)
 * 1/ It does work, but the same settings apply to all delivery options. This is
   not how it should work, each option requires different validations.
 * 2/ This is incorrect. Admin receives the exact same mail. Probably there is no
   gift card template attached because the pdf is not working, as I mentioned under
   3/.
 * 3/ I have enabled the pdf feature and imported the template. It doesn’t work.
 * 4/ There is no pdf attached to the recipient email.
 * Thank you for your time, I have requested a refund.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Gift Cards for WooCommerce] Pro options not working as expected](https://wordpress.org/support/topic/pro-options-not-working-as-expected/)
 *  Thread Starter [StickyPixels](https://wordpress.org/support/users/stickypixels/)
 * (@stickypixels)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/pro-options-not-working-as-expected/#post-14030959)
 * Thank you for your fast response. I have some issues still:
 * 1/ When I remove validation for ‘To name’ in fact the ‘recipient email’ validation
   appears to be removed, not ‘recipient name’.
    As you say, this is removed for
   all delivery methods, but validation is still necessary when using the ‘mail 
   to recipient’ delivery option.
 * 2/ The admin receives the same email for all delivery methods. This makes it 
   impossible to tell if an online or offline gift card was ordered.
 * 3/ I removed and reinstalled the plugin, but it still does not work.
 * 4/ That’s exactly what I did, and again after reinstalling. Still not working,
   and still no way of viewing or customizing pdf template.
 * So unfortunately all that makes this plugin unfit for our purposes, and quite
   frankly not worth the money. I will see if we can get a refund.
 * Thanks again and keep up the good work, your plugin has good potential but appears
   to need some polishing.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mollie Payments for WooCommerce] No banks are shown in iDeal dropdown](https://wordpress.org/support/topic/no-banks-are-shown-in-ideal-dropdown/)
 *  [StickyPixels](https://wordpress.org/support/users/stickypixels/)
 * (@stickypixels)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/no-banks-are-shown-in-ideal-dropdown/#post-13991086)
 * Same problem here, both iDeal and KBC showing no banks dropdown.
 * Reverting to 6.0 solved it for me (still doing some tests though).

Viewing 15 replies - 1 through 15 (of 63 total)

1 [2](https://wordpress.org/support/users/stickypixels/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/stickypixels/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/stickypixels/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/stickypixels/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/stickypixels/replies/page/2/?output_format=md)