Mr.NoComment
Forum Replies Created
-
For future readers. The issue was that I must mark the custom post type to
show_in_rest
from the Toolset Types plugin.It’s working fine now. Thanks
Forum: Plugins
In reply to: [reCaptcha by BestWebSoft] Use dynamic localizationThanks benharold,
Your suggestion worked for me, otherwise the plugin is always in English no matter what!Forum: Themes and Templates
In reply to: [OceanWP] Woocommerce icon doesn’t workThanks, hiding the icon definitely work.
I want to understand if the theme actually should be supporting both icon sets (Font Awesome and GLYPHICONS) as I’ve added custom tabs on the dashboard page and want to set icons for them.
Thanks againForum: Themes and Templates
In reply to: [OceanWP] Woocommerce icon doesn’t workIt shows after order is complete:
https://tasadaq.rmasoft.net/%D8%A7%D9%84%D9%85%D8%B9%D8%A7%D9%8A%D9%86%D8%A9/order-received/18390/?key=wc_order_5a8f6628dbd87
You will need to login to see it:
User: test
pass: 12345
Feel free to create new order the website is still under development
ThanksForum: Themes and Templates
In reply to: [OceanWP] Woocommerce icon doesn’t workFor the time being, this is the only icon that appears that way.
But if I try to add my own icons (Fontawsome or GLYPHICONS) they also don’t work.
ThanksHi GuyPrimavera,
I see it’s a new plugin and I appreciate you building it ??
Thanks for the quick update, it works fine.
I’ll keep you posted with any issues or suggestionsFix:
you need to change:add_filter('woocommerce_is_purchasable', 'gp_npwp_set_non_purchasable', 10, 2);
into
add_filter('woocommerce_is_purchasable', 'gp_npwp_set_non_purchasable', 99, 2);
Hi Michael,
Thank you so much for the amazing work.
I’m very much inclined to support the hypothesis of @philhambley
I’ve exactly the same situation on two different websites with different versions.
The website with version 2.9.15 is working fine. The other one with version 2.10.21 is giving errors with Excel Internet Query.
Please consider this seriously while debugging this.
Thank you so much ??
Not Working Version: 2.10.21
Working Version: 2.9.15I’ve another note that’s more related to the Events Manager Plugin but not sure if it affects the current problem.
When adding the event date on Arabic WP Installation, the days are not correctly aligned with dates:
https://screencast.com/t/ijHZqWs5EIn the attached header, the first day should be Sunday “???” not Saturday “???”. As the first day of the month August is Monday “?????” not Sunday “???” as currently shown!
I’ve been playing around, and I believe the problem is with the handling of dates format or something.
When I comment out the “wpfc_temp_filter_where” on line 190 all the events show up on the current date (regardless of the actual event date) so the events show but not filtered as expected.
So the filtration process causes the events to hide! I believe maybe something with $_REQUEST[‘start’], $_REQUEST[‘end’] if they are somehow related to the WP installation language
Thanks for the support.
Forum: Plugins
In reply to: [WP FullCalendar] Events not displaying in calendarHi, I’m working on the latest versions , events don’t show when using Arabic WP Language
They show on English WP Events, though!
Any suggestions ?
ThanksForum: Plugins
In reply to: [WP FullCalendar] Events not displaying in calendarHi, I’m working on the latest versions , events don’t show when using Arabic WP Language
They show on English WP Events, though!
Any suggestions ?
ThanksForum: Plugins
In reply to: [Widgets on Pages] Aligning / re-positioning widget leftdidn’t solve for me ??
This worked for me also
/* Setup a temporary folder for uploading and updating */ define( 'WP_TEMP_DIR', ABSPATH . 'wp-content/tmp/') ;
Thx
Forum: Fixing WordPress
In reply to: An unexpected error occurred.Something may be wrong with WordPress..Thank You so much mario.andrade
It was a proxy problem and solved now ??