Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jfullerton

    (@jfullerton)

    Hi Al,
    Thanks for the update.
    Regards,
    John

    Thread Starter jfullerton

    (@jfullerton)

    Hi Al,

    I apologize…

    When I followed your instructions re Chrome, I did not encounter any errors and a new test field was added successfully.

    I returned to IE 11 and cleared the cache then added a new field, and successfully saved the new option.

    All the issues I was having with the upgrade from 0.1 to 0.3.1 have now been resolved with the upgrade to 0.3.3.

    Thank you for your fast and excellent support. It has been a pleasure.

    Best regards,
    John

    Thread Starter jfullerton

    (@jfullerton)

    Hi Al,

    The upgrade to 0.3.3 installed successfully (no errors reported), and the current options work correctly.

    A couple of problems remain however:

    1. In the backend: ((Screen capture)
    • added field with “undefined”
    • clicking “Save” button generated message “Don’t bug with the code, please!”
    • New “test” option has not been added
    • DMS option_value in the database returns:
    • a:6:{s:17:"Germany & Austria";s:19:"http://www.eiki.de/";s:14:"Eastern Europe";s:19:"http://www.eiki.cz/";s:5:"China";s:26:"http://www.eiki-china.com/";s:14:"Southeast Asia";s:22:"http://www.eiki.my/v2/";s:5:"Japan";s:19:"http://www.eiki.jp/";s:11:"EIKI CANADA";s:18:"http://www.eiki.ca";}

    Is there anyway the s:#: can be figured out so that I can manually add a select option, if necessary, until the javascript is compatible? At the moment, I don’t need to add any more options, but it might be a handy bit of info to understand.

    Regards,
    John

    Thread Starter jfullerton

    (@jfullerton)

    Hi Al,

    Here is information for consideration:

    Website: http://www.eiki.com

    Currently running WordPress 4.0
    Upgraded from WordPress 3.92

    The issue with 0.3.1 was also present with WordPress 3.92

    Currently, reverted back to DMS ver. 0.1

    Current WordPress version – 4.0

    Server operating system – Windows NT

    Current version of PHP – PHP 5.4.14

    Current version of MySQL – MySQL 5.6.17

    Web server software – Microsoft-IIS/7.5

    Using – <?php echo do_shortcode(‘[dms]’); ?> in the theme’s header.php

    Theme – RT-Theme 17

    Using the free version of the WooCommerce WordPress plugin – Version 2.2.4
    Note: have just recently upgraded this plugin. Problems with DMS 0.3.1 present before and after update.
    Mentioning the WooCommerce plugin as <?php echo do_shortcode(‘[dms]’); ?> has been added here (again though, DMS ver. 0.1 appears to work ok).

    E.g.

    <?php if(!get_option(THEMESLUG.'_hide_woo_cart') && class_exists( 'Woocommerce' )):?>
    <?php global $woocommerce; ?>
        <div id="rt_woo_links">
    	   <ul>
    		  <!--
    		  <li class="icon_cart_contents"><a class="cart-contents" href="<?php echo $woocommerce->cart->get_cart_url(); ?>" title="<?php _e('View your shopping cart', 'rt_theme'); ?>"><?php echo sprintf(_n('%d item', '%d items', $woocommerce->cart->cart_contents_count, 'rt_theme'), $woocommerce->cart->cart_contents_count);?> - <?php echo $woocommerce->cart->get_cart_total(); ?></a></li>
    		  -->
    		  <?php if ( is_user_logged_in() ) { ?>
    		  <!--
    		  <li class="user"><a href="<?php echo get_permalink( wpml_page_id(get_option('woocommerce_myaccount_page_id')) ); ?>" title="<?php _e('My Account','rt_theme'); ?>"><?php _e('My Account','rt_theme'); ?></a></li>
    		  -->
    		  <li class="loggeduser"><?php global $current_user; get_currentuserinfo(); echo 'Welcome back ' . $current_user->first_name; ?></li>
    		  <li class="logout"><a href="<?php echo wp_logout_url(home_url('/')); ?>" title="<?php _e('Logout','rt_theme'); ?>"><?php _e('Logout','rt_theme'); ?></a></li>
    	   <?php }
    	    else { ?>
    		  <li class="login"><a href="<?php echo get_permalink( get_option('woocommerce_myaccount_page_id') ); ?>" title="<?php _e('Login','rt_theme'); ?>"><?php _e('Login','rt_theme'); ?></a></li>
    	   <?php } ?>
    	      <li class="region"><?php echo do_shortcode('[dms]'); ?></li>
    	   </ul>
        </div>
    <?php $theWPML = "true";?>
    <?php endif;?>

    In DMS backend
    Added new field (undefined, see image)
    http://www.eiki.com/?p=25723

    In DMS backend
    Clicked save button (msg, Don’t bug with code, please!)(see image)
    http://www.eiki.com/?p=25721

    Regards,
    John

Viewing 4 replies - 1 through 4 (of 4 total)