Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Matt

    (@bullymaxinc)

    You should try comparing the pricing to bounce exchange which charges 5,000.00 a month for similar technology. This is a bargain.

    Matt

    (@bullymaxinc)

    Thank 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

    Matt

    (@bullymaxinc)

    Dear 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

    Thread Starter Matt

    (@bullymaxinc)

    The ‘error establishing connection with database’ issue that is. I’m still having trouble getting the results to show the search term

    Thread Starter Matt

    (@bullymaxinc)

    Evan, I just took care of that issue. Thanks

    Thread Starter Matt

    (@bullymaxinc)

    I 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(); ?>
    Thread Starter Matt

    (@bullymaxinc)

    Any help would be really appreciated.

    Matt

    (@bullymaxinc)

    Hello 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.

Viewing 8 replies - 1 through 8 (of 8 total)