• Member Avatar for idaryl
    idaryl

    Replied To a Post in mamp upgrade database backtrace error

    I did upgrade using the button - I did contact MAMP support - The upgrade created a copy of the orig ( this is what I was using ) However, …
  • Member Avatar for idaryl
    idaryl

    Replied To a Post in mamp upgrade database backtrace error

    Mine shows 5.6 Do I need to upgrade again Now I wonder if I have corrupted them too much
  • Member Avatar for idaryl
    idaryl

    Replied To a Post in mamp upgrade database backtrace error

    This is the content of that file <?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Holds the PMA\TableChartController * * @package PMA */ namespace PMA\libraries\controllers\table; use PMA\libraries\controllers\TableController; …
  • Member Avatar for idaryl
    idaryl

    Edited mamp upgrade database backtrace error

    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 …
  • Member Avatar for idaryl
    idaryl

    Edited mamp upgrade database backtrace error

    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 …
  • Member Avatar for idaryl
    idaryl

    Edited mamp upgrade database backtrace error

    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 …
  • Member Avatar for idaryl
    idaryl

    Edited mamp upgrade database backtrace error

    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 …
  • Member Avatar for idaryl
    idaryl

    Created mamp upgrade database backtrace error

    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 …
  • Member Avatar for idaryl
    idaryl

    Created WP login admin name incorrect send to another page or site

    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 …
  • Member Avatar for idaryl
    idaryl

    Created Activate wordpress plugin function using radio from admin page

    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" …
  • Member Avatar for idaryl
    idaryl

    Replied To a Post in Add a new line to function $return/result

    Well here's an update! - added a css `white-space: pre; /* or pre-wrap */`class to the tabs and the "/n" worked....
  • Member Avatar for idaryl
    idaryl

    Replied To a Post in Add a new line to function $return/result

    Thanks for the input but that didn't work... it just displayed the html as a string (like) &lt;br&gt;
  • Member Avatar for idaryl
    idaryl

    Created Add a new line to function $return/result

    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 …
  • Member Avatar for idaryl
    idaryl

    Replied To a Post in Add calculate total and display to order form

    I guess this is of no interest anymore.... :(
  • Member Avatar for idaryl
    idaryl

    Replied To a Post in Add calculate total and display to order form

    I tried this document.getElementById('showQuote').addEventListener('click', function(){ document.write(getQuote()); }); but it rewrites the page by replacing the form inputs with the results..... also a checkbox (id sided) with a value of a …
  • Member Avatar for idaryl
    idaryl

    Replied To a Post in Add calculate total and display to order form

    I have been watchingt as well, but I never know when someone enters anything (Im not notified) so I just look at this page on an ongoing infrequent way.... sorry, …
  • Member Avatar for idaryl
    idaryl

    Replied To a Post in Add calculate total and display to order form

    That complicating it more - although I asked the client anyway and they say no - thanks for the interest and input.
  • Member Avatar for idaryl
    idaryl

    Replied To a Post in Add calculate total and display to order form

    Yes you are right, the price could be in an array (here's some thinking) The selection could be based on an option drop so if the user selects, letter, then …
  • Member Avatar for idaryl
    idaryl

    Replied To a Post in Add calculate total and display to order form

    Yes..... but if I change the price (0.05) in the functions, then it should apply also. for example: the owner may decide to change it from 5¢ to 7¢ or …
  • Member Avatar for idaryl
    idaryl

    Created Add calculate total and display to order form

    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 …
  • Member Avatar for idaryl
    idaryl

    Created server address for https

    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 …
  • Member Avatar for idaryl
    idaryl

    Replied To a Post in hide field if empty

    What is happenening is, the area for the price has a background color and padding set to it - but... when there is no price applied the field still shows …
  • Member Avatar for idaryl
    idaryl

    Replied To a Post in hide field if empty

    Oh my... had no idea about the CSS empty attribute, worked great..... Added it to the arsenal, thank you! :0 :)
  • Member Avatar for idaryl
    idaryl

    Edited hide field if empty

    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 …
  • Member Avatar for idaryl
    idaryl

    Edited hide field if empty

    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 …
  • Member Avatar for idaryl
    idaryl

    Created hide field if empty

    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 …
  • Member Avatar for idaryl
    idaryl

    Created Outlook 2011 recieves but does not send

    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 …
  • Member Avatar for idaryl
    idaryl

    Replied To a Post in Adding text inside output variable

    The array looks like this: array( 'type' => 'custom_radio', 'heading' => __( 'First set of radios', 'rb_radio_tz' ), 'param_name' => 'custom_radio3', 'std' => '', // default unchecked - add radio …
  • Member Avatar for idaryl
    idaryl

    Replied To a Post in Adding text inside output variable

    The only way I can get an icon to show, is to put it in the heredoc output - because if I try it in the array it breaks. Probably …
  • Member Avatar for idaryl
    idaryl

    Created Adding text inside output variable

    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>` …
  • Member Avatar for idaryl
    idaryl

    Replied To a Post in Background image not on WP home page

    its not in a child theme - I never said it was.... Yes... that was my fault - the assumption was that I was talking abourt a child theme, no. …
  • Member Avatar for idaryl
    idaryl

    Replied To a Post in Background image not on WP home page

    I added a feature to the plugin that asks the user whehter or not its being used on the home page or any other - once selected, it applies the …
  • Member Avatar for idaryl
    idaryl

    Replied To a Post in Background image not on WP home page

    This is from a plugin I have developed - if, as I said it does not display on the homepage using ../wp-content - but on the other pages does. And …
  • Member Avatar for idaryl
    idaryl

    Edited Background image not on WP home page

    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 …
  • Member Avatar for idaryl
    idaryl

    Created Background image not on WP home page

    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 …

The End.