fluiditystudio
Forum Replies Created
-
For the time being, go into the plugin folder plugins/job-postings/include/class-job-notifications.php
Then find this function below and where the variable “$no_reply =” change the value to your domain email.
public static function getHeaders( $contact_email, $job_id, $name = 'Applicant' ){ $contact_email = explode(',', $contact_email); $contact_email = $contact_email[0]; $no_reply = '[email protected]'; $from_email = apply_filters('job-postings/from_email', $no_reply, $job_id); $from_name = apply_filters('job-postings/from_name', $name, $job_id); $headers = "From: ".$from_name." < ".$from_email." >\n"; $headers .= "X-Sender: ".$contact_email."\n"; $headers .= 'X-Mailer: PHP/' . phpversion(); $headers .= "X-Priority: 1\n"; // Urgent message! $headers .= "Reply-To: ".$from_name." < ".$from_email." >\n"; $headers .= "MIME-Version: 1.0\n"; $headers .= "Content-Type: text/html; charset=UTF-8\n"; return $headers; }
I updated some more plugins as updates came in and I cleared the website cache and then browser cache and it worked again. Very strange, but it is working again.
Forum: Plugins
In reply to: [SP Project & Document Manager] Files stopped uploadingI was able to figure this out. Thank you. It turns out that their settings on the server for the max upload size amount needed to be re-saved. It was set to 40mb, but the WP Admin was saying that it was only 2mb. When I re-saved the current settings on the server, the WP Admin then showed 40mb for max upload size. Then the PDF files that were just over 2mb in size started uploading!
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] jQuery issueI commented out that part of the code you stated. However, it just makes the warning not show up in the console anymore. The mobile navigation still won’t expand. If I uncheck the one filter and the link no longer has the “?swoof=1&product_tag=engine-controls-sensors-wiring-misc&really_curr_tax=17-product_ca” after it, then the mobile navigation works again.
This is strange why it has a conflict when the “?woof=” filter is added.
I then added a jQuery.noConflict(); around my script for the mobile navigation expand/toggle. Then it started working again on that filter page.
Thank you!
- This reply was modified 3 years, 9 months ago by fluiditystudio.
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] jQuery issueI have moved some JavaScript code around and managed to get the console errors to go away. However, on a woof product filter link, our mobile navigation doesn’t work. When I click to expand the mobile navigation, I get a console error each time that says:
{swoof: "1", product_tag: "engine-controls-sensors-wiring-misc", really_curr_tax: "17-product_cat"} product_tag: "engine-controls-sensors-wiring-misc" really_curr_tax: "17-product_cat" swoof: "1" __proto__: Object
Forum: Plugins
In reply to: [Booster for WooCommerce] PHP error in error logYes, that seemed to make the error go away. I have not seen it again. Thank you!
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] jQuery issueI have deactivated and removed the one I was using, then installed this one directly from WordPress. The problem is still occurring as it was before.
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] jQuery issueI don’t understand what you are getting at. I installed it directly from here (WordPress). This is why I’m messaging you.
I’m getting console warnings for WOOF.
jquery.min.js:2 Uncaught TypeError: Cannot use 'in' operator to search for 'length' in {"swoof":"1","product_tag":"engine-controls-sensors-wiring-misc","really_curr_tax":"17-product_cat"} at p (jquery.min.js:2) at Function.each (jquery.min.js:2) at woof_draw_products_top_panel (front.js:667) at HTMLDocument.<anonymous> (front.js:231) at e (jquery.min.js:2) at t (jquery.min.js:2)
Also this,
jquery.min.js:2 jQuery.Deferred exception: Cannot use 'in' operator to search for 'length' in {"swoof":"1","product_tag":"engine-controls-sensors-wiring-misc","really_curr_tax":"17-product_cat"} TypeError: Cannot use 'in' operator to search for 'length' in {"swoof":"1","product_tag":"engine-controls-sensors-wiring-misc","really_curr_tax":"17-product_cat"} at p (https://oregonfuelinjection.com/wp/wp-includes/js/jquery/jquery.min.js:2:1077) at Function.each (https://oregonfuelinjection.com/wp/wp-includes/js/jquery/jquery.min.js:2:2937) at woof_draw_products_top_panel (https://oregonfuelinjection.com/content/plugins/woocommerce-products-filter/js/front.js:667:9) at HTMLDocument.<anonymous> (https://oregonfuelinjection.com/content/plugins/woocommerce-products-filter/js/front.js:231:5) at e (https://oregonfuelinjection.com/wp/wp-includes/js/jquery/jquery.min.js:2:30005) at t (https://oregonfuelinjection.com/wp/wp-includes/js/jquery/jquery.min.js:2:30307) undefined
- This reply was modified 3 years, 9 months ago by fluiditystudio.
Forum: Plugins
In reply to: [HUSKY - Products Filter Professional for WooCommerce] jQuery issueWe are not using the premium version. We are on the free version.
Adding *wp-admin/customize.php* to the backend urls worked. Thank you!
Checking in on this again. It appears that you responded to many other peoples issues, but skipped this one. Please look into this issue!
Forum: Plugins
In reply to: [WooCommerce Square] Disconnecting with SquareI’m using the latest version 2.1.0
Forum: Plugins
In reply to: [WooCommerce Square] Disconnecting with SquareJust the Square account that is disconnecting.
Forum: Plugins
In reply to: [WooCommerce Square] Disconnecting with SquareYes I have an SSL and it is all setup correctly. It works for a time and then randomly disconnects from Square and I get notified when people report they are getting no payment processor available. Then I have to go back into the admin and reconnect to square. This has happened twice in the last two months.
Unchecking the iframe worked. Thank you!