Danilo Krdzic
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Multiple Presets on one pageOk, can you guide me at least in which files I should look to make those changes?
I understand I wont be able to update the plugin or at least need to perform the changes each time after update.Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Multiple Presets on one pageYes, I experience that, but is there any way to customize the plugin not to override it?
Forum: Plugins
In reply to: [Add Descendants As Submenu Items] Fatal error in customizerI am using Beaver Builder theme but now I switched to Twenty Twenty + disabled all plugins except Woocommerce and this plugin, still issue in customizer and on top of that menu items are 3-4x duplicated:
https://prnt.sc/xeY90P5OQIwaForum: Plugins
In reply to: [Add Descendants As Submenu Items] Fatal error in customizerIt works fine on the frontend but not when you go to a WP-Admin > Appearance > Customize
Forum: Plugins
In reply to: [Property Hive] Missing fields from APISolved it by checking all the options in foreach, display name, username, email
Forum: Plugins
In reply to: [Property Hive] Missing fields from APIUpdated all users to be admins as they can be added to Property, but the script does not work. Figured out that username has been added in Alto User#1 field while in the script provided it was display_name.
So I fixed that display_name to user_login (which returns a WordPress username) but still cannot make it work.
Can you check this and finally help us solve the issue because we are waiting for too long to solve it and the stuff you are giving us are not doing the work as intended.
Forum: Plugins
In reply to: [Property Hive] Missing fields from APISorry but this does not work.
This is from Alto ( https://prnt.sc/oAzSfgVKHX7z )
As you can see both Floor Area and Negotiator have been added.Now in the property, we cannot see the Property Hive Contact that we have created and also the floor area:
Here comes our contact in users ( https://prnt.sc/lNnIHpKQBdym )
This is an available selection in property ( https://prnt.sc/kuubeo8kpeX5 )
As you can see, it lists only admins, not the “property hive contact” roleThen, the same for the floor area: https://prnt.sc/zwB6jKgaYnpS
To be sure we added the codes you have provided us, here comes a screenshot of the functions.php https://prnt.sc/SLkXuW4WFZXf
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] White page – Not loading anythingFixed it by removing and adding plugin again.
Forum: Plugins
In reply to: [Property Hive] Missing fields from APIAny info on this one?
The floor Area not working…Forum: Plugins
In reply to: [Property Hive] Missing fields from APIHello Steve,
We are using 1.2.87 version of the import add-on.
Also, floor area is not working, we added a custom field and code snippet to the functions.php as you suggested but there is an error in the import log I noticed:20:01:10 20th April 2022 - Getting all properties for initial population 20:01:26 20th April 2022 - Parsing properties 20:01:26 20th April 2022 - Starting import 20:01:26 20th April 2022 - Beginning to loop through 154 properties 20:01:26 20th April 2022 - AGENT_REF: 31002850 - Importing property 1 with reference 31002850 20:01:26 20th April 2022 - AGENT_REF: 31002850 - This property has been imported before. Updating it 20:01:26 20th April 2022 - AGENT_REF: 31002850 - Successfully updated post. The post ID is 3228 20:01:27 20th April 2022 - AGENT_REF: 31002850 - Imported 3 photo URLs 20:01:27 20th April 2022 - AGENT_REF: 31002850 - Imported 1 floorplan URLs 20:01:27 20th April 2022 - AGENT_REF: 31002850 - Imported 1 brochure URLs 20:01:27 20th April 2022 - AGENT_REF: 31002850 - Imported 0 EPC URLs 20:01:27 20th April 2022 - AGENT_REF: 31002850 - Imported 0 virtual tours 20:01:27 20th April 2022 - Error:Uncaught Exception: Serialization of 'SimpleXMLElement' is not allowed in /nas/content/live/111111111/wp-includes/functions.php:617 Stack trace: #0 /nas/content/live/111111111/wp-includes/functions.php(617): serialize(Object(SimpleXMLElement))
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] JSON Error on Woocommerce Checkout pageIssue is that when I use acfe_form(‘new-invoice’); on woocommerce checkout without <form> or submit button, I am not able to change post title (except through SAVE settings in form).
Is there a way to trigger the change of the title on order confirmation page?
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] JSON Error on Woocommerce Checkout pageI have switched to default posts instead of ACF but I have one small issue.
When placing order, new post has been saved with all the custom fields – but how I can get ID of actual order and add it as a post title?
So my order id is 727
My newly created post will have different id (obviously) and it is 730
But I do want to have order_id in my post title.Used {request:order_id} and {query_var:order_id} but they return nothing.
Forum: Plugins
In reply to: [reCAPTCHA for Ninja Forms] Mutiple forms – Recaptcha IssueNope, I am using 3.5.1 (the latest one)