StickyPixels
Forum Replies Created
-
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
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
In reply to: [Phoenix Media Rename] Renaming multiple files not workingI 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 1 year, 2 months ago by StickyPixels.
Forum: Plugins
In reply to: [Phoenix Media Rename] Renaming multiple files not workingAfter 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 1 year, 2 months ago by StickyPixels.
Thank you for your clarification, I guess that’s a new WP feature then. Looking forward to your fix, thanks in advance.
Thank you for your reply. The full template as intended is:
<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:
<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 1 year, 8 months ago by StickyPixels.
- This reply was modified 1 year, 8 months ago by StickyPixels.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Display past events in list viewAh, 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
In reply to: [My Calendar - Accessible Event Manager] Display past events in list viewNo, 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
In reply to: [WooCommerce] Make private products visible for AdminHi 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.
Thanks for your quick response, this seems to do the trick! Working in all my browsers now!
Many thanks!!
I’m sorry, my bac: reading @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, LeoUnfortanately 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, LeoForum: Plugins
In reply to: [Ultimate Gift Cards for WooCommerce] Pro options not working as expected1/ 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
In reply to: [Ultimate Gift Cards for WooCommerce] Pro options not working as expectedThank 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
In reply to: [Mollie Payments for WooCommerce] No banks are shown in iDeal dropdownSame problem here, both iDeal and KBC showing no banks dropdown.
Reverting to 6.0 solved it for me (still doing some tests though).
Thanks for your quick reply.
I’m using the template in a shortcode on a standard page. This is my shortcode:
[my_calendar_upcoming template="d4bb3aec2a2cfd199f8423df0049aba7" show_today="yes" order="asc"]
I tried disabling all other plugins and switching templates, but the issue remains no matter what.