uacit
Forum Replies Created
-
Thanks guys, I’ll stay with the current shipping methods in this instance.
With that api key message I can’t select which franchise to use in the plugin settings, I’ll follow your solution and see how it goes.
ThanksForum: Plugins
In reply to: [Advanced Editor Tools] Drop Down Boxes not workingPlace the following in your functions.php file, this worked for me not elegant but should get you out of trouble
function uacit_fix_editor_z_index() {
echo ‘<style>
.mce-panel.mce-menu{
z-index: 999999999 !important;
}
.mce-floatpanel.mce-popover.mce-bottom.mce-start{
z-index:999999999 !important;
}
</style>’;}
add_action(‘admin_head’, ‘uacit_fix_editor_z_index’);Forum: Plugins
In reply to: [Realtyna Organic IDX plugin + WPL Real Estate] Template files not overridingI want to override the head.php and possibly use my own functions file.
If I place head.php in my child theme the change isn’t reflected.
The path i’m placing the head.php file is wpl_twenteight-child/wpl
ive tried wpl_twenteight-child/ as wellIf I edit the head.php file in the parent theme that change is reflected.
Sorry if it seems a silly question
ThanksForum: Plugins
In reply to: [Eway Payment Gateway] live gateway problem Error parsing eway responseNo had my customer completely move the site away from hostgator, incompetent would be an understatement to explain the support guys ability and attitude.
Hostgator, bluehost what can you say???
Forum: Plugins
In reply to: [Eway Payment Gateway] live gateway problem Error parsing eway responseI gave up on hostgator as I got sick of going around in circles with their tech support and moved the site a different server, now your plugin works perfectly.
I suspect that the issue on hostgator is related to an outgoing firewall rule although I can’t be sure.
via ssh a command like “curl liveewayurl” just completely fails, no response no error I just get shovelled back to the command promptthis command does get a response from eway
curl “ewaytestgatewayurl”
so the issue just seems to be with hostgator and the live eway gateway url.The issue may just be confined to the hostgator server the site was on.
Forum: Plugins
In reply to: [Eway Payment Gateway] live gateway problem Error parsing eway responseIts the ssh not the ssl unless you meant curl using ssl, some sort of logging in your plugin would definitely have been helpful while tracking this down. Great plugin though and thanks for releasing it free of charge.
Forum: Plugins
In reply to: [Eway Payment Gateway] live gateway problem Error parsing eway responseLooks to be an issue with hostgator and having ssh enabled for curl to work correctly (go figure)
I’ll come back and confirm if that was the problem once hostgator having lightened my wallet by $15 and enabled the ssh accessForum: Plugins
In reply to: [Eway Payment Gateway] live gateway problem Error parsing eway responseThanks for the reply Ross
Yes we are using a valid eway customer id.
Not behind any proxy but sites on hostgator. My local development environment doesn’t have the same problem and can successfully process live payments.
here are the gateway settings we’re using on the live sitemode: live
customerid: eway customerid
Force ID 87654321 for sandbox: Yes
force ssl: yes
stored payments and beagle: NONot using advanced options