willygsd
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] checkout Evolve problemIf 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.
Forum: Themes and Templates
In reply to: [evolve] checkout Evolve problemre: 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.
Forum: Themes and Templates
In reply to: [evolve] checkout Evolve problemI 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.
Forum: Fixing WordPress
In reply to: Add Media Button not WorkingThanks 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.
Forum: Fixing WordPress
In reply to: Add Media Button not WorkingThanks 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.
Forum: Fixing WordPress
In reply to: Add Media Button not Workingre: errors I typed from the edit Post screen.
they are javascript, not java errors.
Forum: Fixing WordPress
In reply to: Add Media Button not WorkingThese 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:1Forum: Fixing WordPress
In reply to: Add Media Button not Workingvettechresourcecenter.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.