wesleyli
Forum Replies Created
-
Forum: Plugins
In reply to: [Translate Wordpress with GTranslate] Add euskera languageHello, we have a similar situation. My client’s website wants to support Oromo language, and it is on Google Translator, but not on the plugin.
Is that anyway we can add that language support?
Thank you.- This reply was modified 1 year, 1 month ago by wesleyli.
Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] Fatal Error after updateNo problem.
Thank you for the quick response and update.
Keep the good gob! ??Forum: Plugins
In reply to: [WPPizza - A Restaurant Plugin] Fatal Error after updateThere is an extra “,” on line 126. After deleting it, website is back to work now.
- This reply was modified 1 year, 7 months ago by wesleyli.
Forum: Plugins
In reply to: [Event Tickets and Registration] Set only 1 ticket per purchaseOK, I found the code to do that:
add_filter( ‘tribe_tickets_get_ticket_max_purchase’, function() { return 1; } );
Just still wondering changing “Get Ticket” to “Register”. Maybe need to use another plugin to replace the textsHello.
Yes, we are looking for the same features too, wanna have multiple categories for the same listing.
Or those features are for the premium version?
Thank you.
Oh, I think it’s OK. I can use the CSS to hide it:
#td-outer-wrap > div.td-main-content-wrap.td-container-wrap > div > div.td-pb-row > div > div.td-page-content.tagdiv-type > div.acadp.acadp-search.acadp-search-inline > form > div:nth-child(3) > div:nth-child(1){display:none;}
Hi, same here, showing “There has been a critical error on this website. Please check your site admin email inbox for instructions.”
We even cannot login to the WordPress dashboard, then we renamed the folder of “Google Analytics for WordPress by MonsterInsights” to disable the plugin, and the website is back to work.
So wait for the fixed version to update.
Thank you.
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Fatal Error 1.9.5Hello, we got the exact same issue.
The website was down with Critical Error message.
We check the error log, and find the same thing:
[05-Nov-2021 16:10:48 UTC] PHP Fatal error: Declaration of calderawp\calderaforms\cf2\Fields\FieldTypeFactory::get($id) must be compatible with Psr\Container\ContainerInterface::get(string $id) in /home/albertape5/public_html/wp-content/plugins/caldera-forms/cf2/Fields/FieldTypeFactory.php on line 11
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Disable the “Location” on the Search BarHi Greg:
Thank you for your reply.
We currently use the CCS to display:none on that section, so far we are OK on that.
But thanks again that you are trying to help.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Disable the “Location” on the Search BarI think it’s the functions of the “Custom Fields” extension, right?
Forum: Plugins
In reply to: [Order Approval for Woocommerce] Approval Button and Enable Product ApprovalHi Sarankumar:
Thank you for the reply.
I understand you can enable to see the “actions” in the Order page, just when clicking into the order (for example, in your demo, clicking on the Order #59), in that “Edit order” page, it does not have the “actions” button.
The reason I ask it if there are many orders, it will be difficult to operate.
For example, when go to the Order page, it shows all orders but no details. I need to click each order to “Edit order” page to see what the customer ordered to check. Then when it is OK, I have to go back to the Order page to find back that specific order to click the Approve button.
If just only one or two orders, that’s not a problem, but again if there are many new orders and busy (like a grocery store or fast food), it can easily clicking on the wrong order to approve. (And we cannot undo because it will send the confirm email to the customer right away, even we set it back to Waiting status. Therefore, we only can reduce the change to create human mistake.)
So I am curious, is that possible to have the approve button in the “Edit order” page? If so once we check the order is OK, we can just Approve it in there right away, reducing the change to approve the order, also saving time to go back to the Order page to find the order.
Thank you.
- This reply was modified 3 years, 9 months ago by wesleyli.
Forum: Plugins
In reply to: [Store Hours for WooCommerce] Quick question about Holidays ScheduleHello.
Got you. We did exactly what you said.
Thank you very much for your quick reply.
Merry Christmas!
Hi.
Just found it.
It’s one of the plugins, and once deactivating it, I can control the dashboard.
Thank you.
I will mark this issue is resolved.
Hi Rynald0s,
This is exactly what we are looking for.
Your code snippet works great.
Thank you so much!