lisaking2010
Forum Replies Created
-
Forum: Reviews
In reply to: [WooCommerce Simply Order Export] Can’t get this to work at allDid you happen to hit save after you selected your settings, then export? David Anderson’s review helped me, once I saved, then exported, no more blank document.
Forum: Reviews
In reply to: [WooCommerce Simply Order Export] Does the job. UI somewhat confusing.Thank you for your review- I was about to give up on this plugin- exporting blank doc after blank doc but I read your review, first SAVED my settings, THEN exported and Voila! Worked great.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Coupon Code Not ShowingI added CSS in the general tab of the theme and the coupon code “block” populated.
.coupon {
display: block !important;
}Not sure why it wasn’t working directly through the theme.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Coupon Code Not ShowingHi Mike,
Am I missing something? Not seeing the shipping zones.http://www.shockalert.com/wp-content/uploads/2016/06/Screen-Shot-2016-06-30-at-10.37.57-AM.png
Forum: Fixing WordPress
In reply to: WordPress and IE9- Compatibility IssuesSo I found my answer! I just needed to update my Cufon plugin! That is what was displaying incorrectly on my site, all the text that was using Cufon.
Forum: Fixing WordPress
In reply to: WordPress and IE9- Compatibility IssuesThank you for your comments.
Esmi- am I missing something? I have a lot of validation errors that say end tag for element “p” which is not open (</p>), there is no “p” in my code on the post pages. And even if I try to add it and update it disappears.
Forum: Fixing WordPress
In reply to: Adding Comments to an individual pageThank you for your comment JerrySarcastic, that is a good idea! I will keep that one in my back pocket.
I did find somewhat of a solution. I added this code <?php comments_template(); ?> to page.php and unchecked the “allow comments” on each individual page, except for the page that needed the comments. It isn’t exactly what I was looking for, but it works for now. I’m not crazy about how it posts the comments on the page right away without approval (it does send you an email to approve the comment, but the comment is still posted with a “pending approval” note) but again, it works.
Forum: Fixing WordPress
In reply to: Adding Comment Fields Back InI did have to get the original code, which luckily we had. It ended up being on the index.php page. I compared the code and copied back in the following:
<div class=”postMeta”><?php the_tags(‘Tags: ‘, ‘, ‘, ‘
‘); ?> Posted in <?php the_category(‘, ‘) ?>
Comments: <?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?></div>Thanks Christine for your response!
Forum: Fixing WordPress
In reply to: Adding Comment Fields Back InI think there are three pages where this code might exist: single.php (it has that code already), the index.php and comments.php and both of those do not have that code.
How do I go about getting a fresh copy? Do you need to re-purchase and re-download?
Thank you for your time Christine.
The site is http://www.gorillanuts.com if anyone is interested, they are wire connectors, don’t be scared.
Forum: Fixing WordPress
In reply to: Appearance- iPad?Hello,
The site is http://www.kinginnovation.com, but I didn’t think this would help anyone to answer the question.Last time I updated I had some MAJOR issues, so I am scared!
Also, I know I can tell the user to view the site using another mode, but I want to solve the problem of the site rendering in this ‘default mode’ on my end. Thank you.
Forum: Themes and Templates
In reply to: Deleting Comments Area, HELP!SUCCESS!
Thank you both! Both of your suggestions helped. The problem was in the Style sheet (style.css), under the sidebar area, I had to make the height in the .metabot 0px.
I appreciate the help!!!
Forum: Plugins
In reply to: [Image Widget] [Plugin: Image Widget] Animated Gif is not runningIs your gif file showing up in your sidebar under dashboard- appearance- widget?
Forum: Fixing WordPress
In reply to: Installation failed, cannot edit php codeBelow was the same issue that I was having… problem solved. Would be nice if there was more of a substantial support system for WP.
http://wordpress.org/support/topic/cant-edit-theme-pages-in-wordpress-281?replies=8