Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • If someone else is having a similar problem. I implemented a fix. I wish there was a better one, but this works.
    In the function.js called by my child theme, I added the following code. It removes the col-1 class from the offending column. It also removes col-2 class from ship to address info.

    jQuery(document).ready(function($) {
    if ( document.title = “Checkout ? Black Hills Coffee” ){
    jQuery( “div”).removeClass( “col-1 col-2”); }
    });

    • This reply was modified 4 years, 5 months ago by willygsd.

    re: the checkout issue..Here is what viewing the elements in browser debugger shows..
    <div class=”col2-set” id=”customer_details”>
    <div class=”col-1″>
    <div class=”border p-4″>
    <h4>Billing details</h4>

    removing the ‘class=”col-1″‘ from the 2nd div turns the screen into a normal, readable screen.

    I am having the same problem. I renamed the woocommerce folder in \evolve to no_woocommerce, but still having a problem. It appears the customer name/address are all being shoved into a col-1 bootstrap column, so it’s unreadable.

    When I switch the theme to storefront, it looks fine, but evolve it’s not.

    Here’s a link to my cart.

    https://blackhillscoffee.com/bhc_wp/checkout/

    p.s. I just updated evolve to 4.2.7 and still has billing shipping info in a super narrow column.

    • This reply was modified 4 years, 5 months ago by willygsd.
    Thread Starter willygsd

    (@willygsd)

    Thanks Seacoast.

    I deleted all files in wp-admin, wp-includes, copied all files over, set all permissions to 755 for folders 644 for files, changed theme to 2012, turned off plugins – add media worked. changed theme back to custom theme, turned on plugins and add media still works.

    Thread Starter willygsd

    (@willygsd)

    Thanks for your advice. There might be a problem with the files as they were copied from the test site (linux) to 1st location (windows) to second location (linux).

    I’ll give it a shot as soon as I get a chance and report back.

    Thread Starter willygsd

    (@willygsd)

    re: errors I typed from the edit Post screen.

    they are javascript, not java errors.

    Thread Starter willygsd

    (@willygsd)

    These are the java errors I see while on the edit Post screen

    Uncaught SyntaxError: Unexpected end of input media-models.min.js:1
    Uncaught TypeError: Cannot read property ‘model’ of undefined wp-plupload.min.js:1
    Uncaught TypeError: Cannot read property ‘model’ of undefined media-views.min.js:1
    Uncaught TypeError: Cannot set property ‘string’ of undefined media-editor.min.js:1

    Thread Starter willygsd

    (@willygsd)

    vettechresourcecenter.com

    I’m wondering if the problem isn’t something in the wp-include\js directory. In the javascript console, it was showing a file was missing. I did move the site from Linux test hosting, to windows hosting (which had problems) to Linux hosting. I’m wondering if there’s file missing, file permission issues.

    I’m in the process of copying the \wp-include\js directory from a good install.

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