Matt
Forum Replies Created
-
Forum: Reviews
In reply to: [AI Popup Builder & Popup Maker by OptiMonk] Pay after 14 DaysYou should try comparing the pricing to bounce exchange which charges 5,000.00 a month for similar technology. This is a bargain.
Forum: Plugins
In reply to: [WP Responsive Menu] Menu LocationThank you for the prompt response! This worked out on all of the pages. However, it’s still showing up on the homepage.
Also, have you considered adding an option to add icons to the menu items or a site search, such as shown here: yoast.com?
Thanks again
Forum: Plugins
In reply to: [WP Responsive Menu] Menu LocationDear Nirmal,
I am having this same issue and can’t seem to figure out the correct information to enter in order to hide the original menu on the mobile version. Any help would be appreciated – the website is vitaminsforpitbulls.com
Forum: Fixing WordPress
In reply to: How do you display the search term that was used above the resultsThe ‘error establishing connection with database’ issue that is. I’m still having trouble getting the results to show the search term
Forum: Fixing WordPress
In reply to: How do you display the search term that was used above the resultsEvan, I just took care of that issue. Thanks
Forum: Fixing WordPress
In reply to: How do you display the search term that was used above the resultsI was reading around and someone with the same issue used the following code:
<h1 class="page-title"><?php echo( 'Search Results for: "'); ?><span><?php echo $_GET['q']; ?></span>"</h1>However, I tried to enter it into the search page with no luck. Where do these codes need to be entered? Here is the current code for the search results page:<?php get_header(); ?><h1 class="page-title"><?php echo( 'Search Results for: "'); ?><span><?php echo $_GET['q']; ?></span>"</h1> <div id="contentarea" class="row"> <?php if (get_option(SHORTNAME . '_post_listing_layout') == 'left') { ?> <aside class="grid_3 left-sidebar"> <?php (get_option(SHORTNAME . '_post_listing_sidebar')) ? $sidebar = get_option(SHORTNAME . '_post_listing_sidebar') : $sidebar = "default-sidebar"; generated_dynamic_sidebar_th($sidebar); ?> </aside> <?php } ?> <div class="<?php echo (get_option(SHORTNAME . '_post_listing_layout') == 'none') ? 'grid_12' : 'grid_9'; ?>"> <?php if (have_posts()) : ?> <script> (function() { var cx = '008150889077634852566:korkzx0njc8'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//www.google.com/cse/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> <gcse:searchresults-only></gcse:searchresults-only> <?php endif; ?> </div> <?php if (get_option(SHORTNAME . '_post_listing_layout') == 'right') { ?> <aside class="grid_3 right-sidebar"> <?php (get_option(SHORTNAME . '_post_listing_sidebar')) ? $sidebar = get_option(SHORTNAME . '_post_listing_sidebar') : $sidebar = "default-sidebar"; generated_dynamic_sidebar_th($sidebar); ?> </aside> <?php } ?> <div class="clear"></div> </div> <?php get_footer(); ?>Forum: Plugins
In reply to: Problem with checkout with woocommerce using simplicity themeAny help would be really appreciated.
Forum: Plugins
In reply to: [WooCommerce] Site freezes at checkoutHello Gundog, I see that the website is up and running using the Simplicity theme still. We too are running into the same exact issue with the screen freezing up after you hit the PLACE ORDER button (https://vitaminsforpitbulls.com). Orders go through but a confirmation page never shows up. Can you please let me know what you did to resolve this issue? Really appreciate any tips you can share.