- Strength to Increase Rep
- +4
- Strength to Decrease Rep
- -1
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
Firstly a little overview - my site uses Wordfence (this is not the issue - just the reason for this to begin with) -- Even if Wordfence is disabled this should still work. *its just what brought this to light.* And... I have been getting numerous login attempts from different … | |
I use MampPro to setup my sites on the local server... all well and good. So, every time I fire it up I get the upgrade nag... so, I figure its time, and hit the upgrade... and it does its thing. BOOM, every database I had there - gone! GRR! … | |
Up until 5 days ago Outlook 2011 on my iMac was working fine -but now it recieves emails but I cannot send them - all it does is save them as drafts. I have it setup so it receives and sends from my (imap) gmail account (as I said it … | |
I am trying to get a small plugin Im putting together to work from the admin page - I have the functrion working, although it would be better to "activate" it from that page *the default would be "OFF" here is a copy of the function - it just turns … | |
I have this function (woocommerce) and it changes the product descriptions tab titles from the defaukt.... add_filter( 'woocommerce_product_tabs', 'wc_change_product_description_tab_title', 10, 1 ); function wc_change_product_description_tab_title( $tabs ) { global $post; if ( isset( $tabs['description']['title'] ) ) $tabs['description']['title'] = 'โ Product Information'."\n".' โ Ingredients'."\n".' โ Sizes'; return $tabs; } The problem is, … | |
I have this form I've cobbled together from found sources and experimenting - its a page count copy calculator. Each page is worth 5ยข, and the user enters the amount of pages to copy (first field) and the amount of copies needed (2nd field) *this may also need to be … | |
Hello all, of late I have been using this php snippet to drive the email address of a link info@<?php echo preg_replace('/^www./','',$_SERVER["HTTP_HOST"]); ?> But now Im finding that if its used in a https (secure environment) I get an security messgae saying: The information you have entered on this page … | |
I have a restaurant menu theme and there are some menu items the owner has, with no pricing (all menu items have the option for a price and an alternate price) In the taxonomy-menutype.php file [ shows the menu items ] there is this: <div class="pricebox"> <?php if ( get_post_meta($post->ID,'atp_price',TRUE) … | |
I am using this output from a radio array in a heredoc output {$custom_radio2_2} and wanted to add a font awseome icon to the variable output like `<i class=fa fa-eye></i>` - however if I just use it in the heredoc its always present...and I just want it to appear whenver … | |
Hello, in a style css I have a reference to a horizontal rule background image: background: url(../wp-content/plugins/hrticulate/assets/hrs/hr-bluetooth-saw.png) repeat-x 0 0; no matter what theme I turn on (even the default WP themes) it will not display on the home page - however, it will display on any post/page/category or whatever … |