hozayrayz
Forum Replies Created
-
By the way, I commented out the CSS Fix, so yes you will see two images. The top gallery was what would be removed, which has the Zoom abilities, and the gallery next to the price and metadata is what stays BUT does NOT have the zoom abilities.
- This reply was modified 2 years, 8 months ago by hozayrayz.
Forum: Plugins
In reply to: [Event Tickets and Registration] Add Attendee not workingWas this issue fixed from the new update of Event Tickets (5.2.2)?
Forum: Plugins
In reply to: [WooCommerce] Multiple OrdersHey Saniat,
I might have the same issue, too. The orders are all from one customer, but do the other orders come out to be under “Failed” and only one comes out to be a successful transaction?
Forum: Plugins
In reply to: [WooCommerce] REST API Client Class Not FoundHeyo! So I found out the solution to it.
It turns out that I didn’t install the package correctly using composer. So I had to install it and now it works!I was getting the issue that xx bytes is trying to be allocated. Although I had the value of -1 in all of my memory limit on cPanel and WHM, it still didn’t work. So, I had to write
php -d memory_limit=-1 composer.phar automattic/woocommerce
Which had it work.Forum: Developing with WordPress
In reply to: Add Script into wp-config FileThat is more reasonable! I never worked with adding cron jobs, so I can take a look at it! Thank you!
Is there a way to compress the log file using wp-debug or making new files for each date and deleting old ones?
Perhaps deleting the old ones would cron job?- This reply was modified 4 years, 2 months ago by hozayrayz.
Forum: Plugins
In reply to: [Post Grid and Gutenberg Blocks - ComboBlocks] Custom CSS and JS problemHello,
I am using the latest version of post grid.
So, I was editing the JS from the layout and that wasn’t functional. Only the CSS works in Custom Scripts. As for the Custom Scripts in Post Grid Option, it works fine. What causes that to work but not for Layout? With that being said, that also means that the custom CSS in the layout editor (from the drag and drop modules) don’t work either.Forum: Plugins
In reply to: [WooCommerce] Removing AJAX from products?Turns out that the issue was in WooLayout Injector. After creating a WP Page and adding in the same layout, it magically worked. So, I think it’s a manner of WooLayout Injector that is causing issues.
- This reply was modified 4 years, 5 months ago by hozayrayz.
Forum: Plugins
In reply to: [WooCommerce] Remove “Login to see Prices”No worries, I found the problem in the functions.php from the theme… the theme forced to show that message!
Problem solved, thank you!Forum: Plugins
In reply to: [WooCommerce] Remove “Login to see Prices”I changed themes and that worked. It turns out that the theme I was using causes issues but I am unsure how to fix that. I turned off 3/4th of the plugins I had activated and it still didn’t show the price, even after resetting Woocommerce.
Forum: Plugins
In reply to: [WooCommerce] Remove “Login to see Prices”I updated my site’s PHP and all plug-ins, and yet, it still remains the same. I tried using the debugging option but that only shows the admin side of things, so I am unable to know which plug-in is causing the bug.
Forum: Plugins
In reply to: [WooCommerce] Export from woo import to another wooI use a different plugin for import/export called WP All Import.
This is a cheap try but how about saving it as a CSV file with a different name?