Im_a_MARVEL
Forum Replies Created
-
It’s out of learning mode, so I initiated a scan. I got a successful scan this time. It finished moments ago. I hope I don’t jinx it ??.
Thanks for the response, Peter.
Unfortunately, that was the last successful scan since then, even though I haven’t removed that line. Not even scanning remotely has helped. I got rather worried. I have now reset wordfence, it’s currently in learning mode to activate tomorrow. I’m not sure what else to do.
Good for config.php
Bad for the others. It means visitors won’t be able to access your website without get blocked.
I feel you on this one ?? . People who access certain URL on one’s website should be permanently blocked. You can go through the list of blocked IPs and block them permanently yourself.
Forum: Plugins
In reply to: [Squad Payment Gateway] Logo of acceptable cards at checkout@damy399 it’s in the plugin main file. you’ll need basic PHP code skills to edit the file. Get your developer to look into it.
Forum: Plugins
In reply to: [Squad Payment Gateway] Logo of acceptable cards at checkoutSo I figured out why the icon won’t show, even after I added filter to put one in. $icon wasn’t properly defined and thereby not inserted into the filter.
So I comment out the two instances of $this->icon, then I went down to public function get_icon() and defined my $icon and inserted it into the filter thus
public function get_icon() { $icon = '<img src="' . WC_HTTPS::force_https_url( plugins_url( 'assets/icon.png', WC_SQUAD_MAIN_FILE )) .'" alt="Squad by GTCO" />'; return apply_filters('woocommerce_gateway_icon', "$icon", $this->id); }
do remember to put an icon.png into the asset folder in the plugin and you have it pop just like mine https://prnt.sc/L2k7GqTEi_ts
Hope this helps someone.
Oh thanks
Forum: Plugins
In reply to: [WooCommerce Manual Payment] Manually recording Cash Payment@oomatty I’m actually out here in search of same solution for split payment. Other partial payment plugins make it available to frontend user. I don’t want this. I just want it available for store owner to operate. I’ll totally upvote it too
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Charging tax separatelyI have similar issue. When the code is added as a coupon code, it adds the tax equivalent of the value to the discount. When added as gift code, it only uses the exact value purchased. See screenshots.
As coupon code: https://prnt.sc/1fozm4d
As gift code: https://prnt.sc/1foz74c
I do not have any third party plugin managing my taxes, just default woocommerce settings. My only option now is to deactivate coupon from my woocommerce settings.
Your plugin seems good one, I’m still testing and I like what I see, but this tax is going to be trouble, especially since gift cards are usually not taxed. You wouldn’t want users to get into tax troubles with government. ????Forum: Plugins
In reply to: [W3 Total Cache] Font issues when I enable cdnI later found out that it is okay on for non logged in user. But once logged in, it doesn’t use the assigned fonts.
Thank you for your response. I find that my server doesn’t have SSH2 extension installed. I’ll reach out to the guys at the server and hope it’s something they’ll be willing to add.
Thanks again.Ok. I’ll just start a request there. Thanks
@optimizingmatters the old reply is perfect. Thanks. You’ve been great help.
@wpdev10 I have another one for you. The recent update is have some fontawesome conflict with WP User Frontend forms in the dashboard. So I can’t edit forms without deactivating your plugin first.
When I check the console here’s what I see:<svg class="svg-inline--fa fa-arrows-alt fa-w-16 move ui-sortable-handle" aria-hidden="true" data-prefix="fa" data-icon="arrows-alt" role="img" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M352.201 425.775l-79.196 79.196c-9.373 9.373-24.568 9.373-33.941 0l-79.196-79.196c-15.119-15.119-4.411-40.971 16.971-40.97h51.162L228 284H127.196v51.162c0 21.382-25.851 32.09-40.971 16.971L7.029 272.937c-9.373-9.373-9.373-24.569 0-33.941L86.225 159.8c15.119-15.119 40.971-4.411 40.971 16.971V228H228V127.196h-51.23c-21.382 0-32.09-25.851-16.971-40.971l79.196-79.196c9.373-9.373 24.568-9.373 33.941 0l79.196 79.196c15.119 15.119 4.411 40.971-16.971 40.971h-51.162V228h100.804v-51.162c0-21.382 25.851-32.09 40.97-16.971l79.196 79.196c9.373 9.373 9.373 24.569 0 33.941L425.773 352.2c-15.119 15.119-40.971 4.411-40.97-16.971V284H284v100.804h51.23c21.382 0 32.09 25.851 16.971 40.971z"></path></svg><!-- <i class="fa fa-arrows move ui-sortable-handle"></i> --> <svg class="svg-inline--fa fa-pencil-alt fa-w-16" aria-hidden="true" data-prefix="fa" data-icon="pencil-alt" role="img" xmlns="https://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z"></path></svg><!-- <i class="fa fa-pencil"></i> -->
Instead of the following:
`<i class=”fa fa-arrows move ui-sortable-handle”></i>
<i class=”fa fa-pencil”></i> `Should I open a fresh topic for this?
Thanks @wpdev10. It works.
Hey, @optimizingmatters. Has anyone complained about conflict with WP User Frontend https://www.ads-software.com/plugins/wp-user-frontend/? I’m seeing conflict in that too. Excluding plugin folders didn’t work. I should open a topic for that, yeah?
Thanks, @optimizingmatters.
It’s the JS optimization. I am unable to find which script is the issue, so I have excluded the whole plugin folder.