clsimco
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Help Please New Install Woocomm – sample images not showingThis is in regard to my own post, above. I kept at it, exploring options, until I found a solution for this portion of the issue. Hopefully by posting here it will help any one else experiencing a similar problem either with the tutorial in reference or a similar issue.
!!!-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-!!!
My Solution:
WIth regard to the issue of the images and formatting not showing in my site, I discovered after a bit more investigation, that in order to make my site match the example, I had to do a couple of things that were omitted in the explanation and steps that were outlined in the tutorial.
The “missing” images (img files themselves) are in fact not missing at all, but just not being called from their remote location. When I imported sample_products.csv, as instructed in the tutorial, all of the necessary tables for the database were indeed imported, BUT, for some reason the images, and their REMOTE locations, which are each there in the sample_products.csv, did NOT. For whatever reason. Changes and updates to Woocommerce, WordPress, or changes to the filesystem at MDBootstrap, may individually or to all may be the reason, I don’t know.
What I DID discover, is a WORKAROUND. Seeing that the images are indeed listed in the database of the sample_products.csv, I simply visited the location of each one individually, in my browser, then saved each one in a folder on my desktop.
As well, earlier I had also discovered, that as is normal, after installing the woocommerce plugin, WordPress has a woocommerce Admin menu that lists the “Sample Products” (from this tutorial) under Woocommerce > Products > All Products. There I could see all of the correct data that was imported from sample_products.csv. The only thing missing, the product images. However by clicking on each image placeholder on each line, the information page for that product came up. Then, by going to the right hand sidebar column near the bottom, I clicked on “Add product gallery images” and added the correct corresponding image from the folder on my desktop, to the Media Library. Then ALSO added the same image, again, to the “Add product image” panel. FINALLY AND MOST IMPORTANT, CLICK THE UPDATE Button at the top right of the page. Now the correct pictures are showing up where they should in the menu.
Next issue was that the page for “Shop” on my site was not displaying the same as the example preview in the tutorial. I discovered the solution to this by downloading the source file in the tutorial for that step, and comparing every line of each file, to the corresponding files that I have. I then discovered that the tutorial author had simply neglected to explain the MOST IMPORTANT STEP for this page to display. In functions.php, he has the following code:
<code> /** * Add WC Compatibility */ function mytheme_add_woocommerce_support() { add_theme_support( 'woocommerce' ); } add_action( 'after_setup_theme', 'mytheme_add_woocommerce_support' ); </code>Once I placed that into my functions.php, magically my page, on my site, for this point of the tutorial, matched and functioned perfectly as the author described. It only took me a couple of days of sleuthing to figure it all out. That making this tutorial no less good and valuable, but for me, I learned a lot more the hard way. I commend the author for their work and generosity, and hope that they will consider adding the solutions that I have found to their tutorial, so that others less patient than I, will not be put off and give up learning.
Best tp all
- This reply was modified 5 years, 5 months ago by clsimco.
Hello Nigel
Thank you for your response and suggestions!To your questions, in response to your first bullet point:
“Setup:
Pages, headers and footers are all hand coded using a text editor, NOT WordPress, (I like hand coding).”Responding to your 2nd and third bullet:
Yes to both. However as in the above response, all are hand coded in the templates.Your fourth Bullet:
I am working on localhost, then uploading to Live site. I did recently encounter a situation which necessitated me to download “mirror” the live site to the localhost site. However more point, I’m simply trying to find a way to do the work of creating pages then upload them WITHOUT having to replace/ rename /change pointers in all of the links without using a plugin.Thanks for your interest!
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Shortcode shows up in page not formAs a thought I include the message from the browser address bar when it leaves the contact page and goes to “home”page after sending the mail:
This is in the browser address bar on the home page:
http://www.clsimco.com/?cscf_nonce=c31ef32511&_wp_http_referer=%2F%3Fpage_id%3D43&post-id=43&cscf%5Bname%5D=cl&cscf%5Bemail%5D=clsimco%40random-specific.com&cscf%5Bconfirm-email%5D=clsimco%40random-specific.com&cscf%5Bmessage%5D=%60message+followup&recaptcha_challenge_field=03AHJ_VutIvmmNhgM5Y4RYUvTpJS_sKRgAGzGzjWL3f9ZWUK2tmu4ePg5l9aORDnfvGRBTFvtdzLZNU9Pvcez_5SFc7N6Js4xjyNhiygxx-LWJcKi8_EjrXvOQZL_0cIx4rDLHqNXDAgkFgKma4Ru2N8ObJ6ZnM3QNPj_xtfj2t-5gdAeDG9xbN2ya31AyONXHaijMaUxoIHK0Vq5FVzvpfYffQayIbMzNLwHvaK8jkPnRYg7vcZ_Quj9OPkwN7sA8uCTN2xZeKkYH&recaptcha_response_field=sioseif+augustForum: Plugins
In reply to: [Contact Form Clean and Simple] Shortcode shows up in page not formThank you so much for your reply.
I will try that also. Obviously more elegant.
Now to make the form function. Surprise to me that is not happening.
What is happening is :
Fill out the form on the page completely, enter captcha info, hit send then the contact page goes to the home page (clsimco.com). Check mail in a desktop client and no mail received. No confirm page etc.I’ve disabled and re-enabled all plugins, the firewall and no dice.
Contacted my hosting company support and they could find nothing wrong, They are elevating the issue to a support ticket,
Interesting notes that may or not be related:
The firewall that I use “all in one security firewall” plugin WILL send an email if someone is locked out during a brute force attack and I DO get the email.It places a captcha on login forms etc but did not on the email form- Conflict?
In wordpress settings-> General- I have one of the email addresses as recipient, though there is no user by that name. the email address works.
In wordpress settings-> writing -> Post by mail- I have left it all at defaults eg mail.example etc
Thanks again for your help and excellent work. I can tell that this is a great form and I know that it WILL work…
Best
Don’t know if that makes a difference
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Shortcode shows up in page not formFinally Got It……
Here’s how for anyone else doing the same as I am:
<?php echo do_shortcode( "[cscf-contact-form]" ) ?>Forum: Plugins
In reply to: [Contact Form Clean and Simple] Shortcode shows up in page not formHi Again….
I tried disabling all plugins … no dice. I tried in another theme and got the form to display by using the editor. Your plug in works fine. So…. This seems to be about how to put a shortcode into a custom page template that I edit with a text editor.
I also found that by going to the page I want to edit in the “pages- page editor” I can get the shortcode to show up but not where I want it.
How DO I mark that shortcode up in a html / php document so that I can place the form where I want it to be in the document?
Thank you in advance for your help