kozza42
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] No category images after update (WP MU)Same issue, and now nothing shows on the single product pages either!
Please help!
Forum: Plugins
In reply to: [Custom Content Shortcode] Lightbox issuesDon’t worry… figured it out… I needed the “return=url” thing…
[loop type=weekly-specials order=asc][field image=specials width=310px height=310px][/loop]
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 Update Validation ErrorsThis error is really annoying me. My clients are contacting me because of it, when there is no REAL issue. Everyone is still getting the emails, but the error is very disconcerting. It’d be nice if once you pressed the X, the error didn’t come back!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Broken, but I don't know why!Also… LOVE the “Change the [table] Shortcode” plugin!!!! BRILLIANT IDEA!!!!!!!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Broken, but I don't know why!Thanks.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Broken, but I don't know why!It looks like it’s a conflict with “Custom Content Shortcode”.
I’m not sure why it’s happened tho. I guess I’m gonna be messing around a little.
Thanks anyway!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Breakpoint to a specific columnLol… I managed to make it work (I don’t know how). I have a feeling it’s cos of the smaller screen. Still it would be interesting to know for next time.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Breakpoint to a specific columnAh, sorry about that. The site is currently on my dev server.
I need to get rid of the columns from “Fax” so, the last 2 columns that I can see.
Thanks again.
This is what I did for line 91 – 110:
if (in_array("Order_Status", $Order_Information) and in_array("Order_Updated", $Order_Information)) {$ReturnString .= "<div class='pure-u-3-5'></div>";} elseif (in_array("Order_Status", $Order_Information) or in_array("Order_Updated", $Order_Information)) {$ReturnString .= "<div class='pure-u-4-5'></div>";} else {$ReturnString .= "<div class='pure-u-1'></div>";} if (in_array("Order_Status", $Order_Information) or in_array("Order_Updated", $Order_Information)) { //foreach ($Statuses as $Status) { if (in_array("Order_Status", $Order_Information)) { $ReturnString .= "<div class='ewd-otp-status-message pure-u-1-5'>"; $ReturnString .= end($Statuses)->Order_Status; $ReturnString .= "</div>"; } if (in_array("Order_Updated", $Order_Information)) { $ReturnString .= "<div class='ewd-otp-status-time pure-u-1-5'>"; if ($Localize_Date_Time == "European") {$ReturnString .= date("d-m-Y H:i:s", strtotime($Status->Order_Status_Created));} else {$ReturnString .= $Status->Order_Status_Created;} $ReturnString .= "</div>"; } if (in_array("Order_Status", $Order_Information) and in_array("Order_Updated", $Order_Information)) {$ReturnString .= "<div class='pure-u-3-5'></div>";} else {$ReturnString .= "<div class='pure-u-4-5'></div>";} //} }
I’m sorry it took me so long to get back to you, I didn’t bother checking again because it worked fine. Good luck tho!
Forum: Plugins
In reply to: [Order Tracking - WordPress Status Tracking Plugin] Show StatusesThat’s a good point. I instead made the order bar smaller on tablets and then disappear completely on phones. I also created an image in the background to show the other statuses as the order progresses, and I added the percentages of the bar to the titles of the statuses. It seems to have worked well.
If you like, you can have a look at https://www.nesstronics.com/your-order
The order numbers at the moment are 100 – 105.Thanks
I’m not sure if you want this code, I know it was a month ago, but if you are still looking for a fix:
1) comment out line 97 using //
2) change line 100 to:
$ReturnString .= end($Statuses)->Order_Status;
3) comment out line 111 as well.That will do what you want it too.
Forum: Plugins
In reply to: [Order Tracking - WordPress Status Tracking Plugin] Show StatusesAt the bottom of the graph – the display statuses.
Thanks.
Hi, Thanks for getting back to me, but I think I’ve fixed my problem with a meta tag added to the page that the order tracking form is on.
<meta http-equiv=”pragma” content=”no-cache” />
Thank you again.
Hi,
That is the link that I’ve got, but maybe go to https://nesstronics.com then go to the page Your Order.
Sorry about that.
Thanks
Forum: Plugins
In reply to: [Brilliant Web-to-Lead for Salesforce] SPAM issueHey Nick,
Just curious, Salesforce sent me a link that should be able to fix the issue (according to them).
Do you think that would work? and could you let me know how to set it up if it might?
Thanks for all your help.