windstyles
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Form Builder] 4 columns for checkboxes?Thank you, RobertesTX for your help! I do appreciate your time and suggestions.
I ended up going with the Fast Secure Contact Form plugin and it did everything I needed it to!
Forum: Plugins
In reply to: [Fast Secure Contact Form] Add description field?Doh! I figured it out using CSS. 🙂
Forum: Plugins
In reply to: [Visual Form Builder] 4 columns for checkboxes?Anyone have any suggestions? Please?
Thanks!
Forum: Plugins
In reply to: [Woocommerce CSV importer] Errors after installing pluginOops, sorry! 🙂 :-/
Installing the right plugin now!!Forum: Plugins
In reply to: [Orilla Cart - eCommerce] Product Import?Thank you for your quick response. I will see if I can find one that may work, because I would really love to try your plugin.
Thanks again!
Forum: Plugins
In reply to: [SpiderCalendar] 2 events on the same dayHi, has this been resolved yet??! We are experiencing the same issue with our calendar, if 2 events are posted on the same day.
Thanks!Forum: Plugins
In reply to: [Cart66 Lite :: WordPress Ecommerce] Fatal Error after upgrade – HELP!I got this error fixed, finally.
But, now I have other problems…I have verified that every page required is setup the way it should be (verified slugs were correct, etc) and yet my store pages give me 404 errors.
I will start a new thread for this one, so that the headers and tags are helpful
Forum: Plugins
In reply to: [MobileESP for WordPress] Redirect of PostsTHANK YOU!! That was it. I removed the old redirect code from index.php and now it is working perfectly. Thank you for your help!
Forum: Plugins
In reply to: [MobileESP for WordPress] Redirect of PostsThank you!! The full site is flow-riteplumbing.com
The mobile site is m.flow-riteplumbing.comTruly appreciate your help!! 🙂
Forum: Fixing WordPress
In reply to: Mobile Redirect of PostsForgot to add… we are using MobileESP redirect and added in a switch to Full site link: /?view_full_site=true and that is what is working to take mobile users to full site, but posts still redirect.
Thanks!
Forum: Fixing WordPress
In reply to: Added character on postsDoh! It was the additional } above the <div class=”post”>
Resolved 🙂
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected $endI think I’ve got it… with a small exception and I will open a new topic for that one 🙂
I needed to add the closing tag ?> on line 12.
This fixed my trouble with posts/categories.
Thank you, kmessinger, for your help!! 🙂Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected $endThank you, but I did try that and it failed too.
But, I overwrote the functions.php file with the file from the default theme and it got me back up and running! Of course, except for the posts/categories in the widget area.. they still give me errors.I get this error:
Parse error: syntax error, unexpected ‘<‘ in /home/content/f/l/o/flowrite1/html/flowrite/wp-content/themes/bluehorizon/index.php on line 12<?php @include("Mobile_Detect.php"); $detect = new Mobile_Detect(); if ($detect->isMobile() && isset($_COOKIE['mobile'])) { $detect = "false"; } elseif ($detect->isMobile()) { header("Location:http://m.flow-riteplumbing.com"); } <?php include_once('gravatar.php'); get_header(); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> } <div class="post"> <h3 class="storytitle" id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3> <div class="meta"><?php the_category(',') ?> — <?php the_time('l, F j, Y') ?> <?php edit_post_link(__('Edit This')); ?></div> <div class="storycontent"> <?php the_content(__('(Read on ...)')); ?> </div> <div class="feedback"> <?php wp_link_pages(); ?> <?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?> </div> <!-- <?php trackback_rdf(); ?> --> </div> <?php comments_template(); ?> <?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?> <?php posts_nav_link(' — ', __('« Previous Page'), __('Next Page »')); ?> <?php get_footer(); ?>This was the original problem I was having, before I broke everything 🙂 Any ideas?
Thank you!!
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected $endSorry, not 100% sure but think I was on 3.1.2. Again, all seemed to be working fine after the upgrade, with the exception of the posts/categories. But, I had not used them before, just decided today I wanted to.
Can I go back to an older version? Should I just try to restore from backup the entire site and see if that helps? Not even sure how I’d do this since I cannot get into the dashboard….
Or, is there something else I can try (edit the above code?) that may help restore the site, even if the categories/posts don’t work in sidebar?
Thank you!!!
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected $endI failed to mention… now my site is down, with these errors on the dashboard and the website itself. So, I cannot get into dashboard to make changes. Am trying to do it all via cpanel file manager and FTP.
Thanks again!