bazzer7rose
Forum Replies Created
-
Forum: Plugins
In reply to: Removing total from order-details.php in WoocommerceSame issue, I want to change some of the static wording on this file and hide the bank info and I can’t seem to find where this is pulling it from
<?php
if ( $totals = $order->get_order_item_totals() ) foreach ( $totals as $total ) :
?>
<tr>
<th scope=”row”><?php echo $total[‘label’]; ?></th>
<td><?php echo $total[‘value’]; ?></td>
</tr>
<?php
endforeach;
?>Forum: Plugins
In reply to: [Anti-Malware Security and Brute-Force Firewall] Re occurring malware problemIn another site I am getting:
eval(‘(‘ + text + ‘)’);
wp-includes/js/json2.min.js
Forum: Plugins
In reply to: [Anti-Malware Security and Brute-Force Firewall] Malware not cleanedI might be having a similar problem, I ran your plugin and it initially fixed it, but it’s back now:
This seems to be the line of code it’s pointing to:
j = eval(‘(‘ + text + ‘)’);
Forum: Plugins
In reply to: rss feed one author from multiple authors on a blogOK, I have switched over to feedwordpress, but I’m not sure I am following all of the setup, I went into authors area, under “Matching authors” and placed the name of the author in the field next to “Posts by” and assigned it to admin, and all other authors are to be filtered out. After that I’m not sure what is next, I don’t see any explanation for shortcode to add this feed to one of my pages and I also am getting an error type note “Note: Automatic updates are currently turned off. New posts from your feeds will not be syndicated until you manually check for them here. You can turn on automatic updates under Feed & Update Settings.” not sure what to do with that, everything seems to be set to automatic.