Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter scratchmeals

    (@scratchmeals)

    Everything works now! Thank you for giving such great support!

    Thread Starter scratchmeals

    (@scratchmeals)

    Brilliant thanks! I’ll wait for the official release and see if that solves the issue. When it does, I’ll mark this as resolved!

    Thread Starter scratchmeals

    (@scratchmeals)

    Right, that makes sense. Just sent you the details!

    Thread Starter scratchmeals

    (@scratchmeals)

    We don’t have a demo site, I’m afraid. Our designer does, but he’s not up for giving people FTP information. If you’d like, I could WeTransfer you the files for the plugin and anything else you might need. Would that work?

    Or if you could do all of the work from the WordPress backend, I could send you the login for the WordPress backend of my designer’s demo site. Just logging in there now, his last version of the plugin was 2.6. I could also try to upload 2.6 and see if that works before we go through all this faff.

    Thread Starter scratchmeals

    (@scratchmeals)

    I’ve removed SimpleMaps and I deleted Store Locator and reinstalled version 3.6, two versions previous to the current one which should be the last one that was working. The current map on our Where to Buy Section is not a plugin, but an external link to BatchCode, so there shouldn’t be any issue with conflicting scripts.

    The map still doesn’t work: http://mealsfromscratch.co.uk/store-locator-testing/

    Thread Starter scratchmeals

    (@scratchmeals)

    So deleting the plugin from the FTP and then dragging and dropping a previous version shouldn’t delete any of the location data? Just want to confirm before I do that.

    We’ve got Simple Maps installed but we only installed this after the plugin stopped working to test it out. I can uninstall it to see if that changes anything, but the map hasn’t worked before we’ve installed any new maps plugins and before we switched to using BatchCode which we’re using right now.

    Which browser are you using? I’m not getting that error at all.

    Thread Starter scratchmeals

    (@scratchmeals)

    Cheers for responding. Basically, our web designer set it up so I’m not entirely sure how he coded it or what to screencap for you.

    Basically this is a screenshot of the Advanced Custom Fields page with the one field group in it.

    This is the header code in the Editor:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    <head profile="http://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php wp_title('|', true, 'right'); ?><?php bloginfo('name'); ?></title>
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <style>
    <?php if (is_page('About') || mv_is_subpage('about')) :  ?>
    	.topnav li.menu-item-about a {background:url(<?php bloginfo('template_directory')?>/images/about-on.jpg) left top no-repeat;}
    <?php endif; ?>
    <?php if (is_page('Menu') || mv_is_subpage('menu')) :  ?>
    	.topnav li.menu-item-menu a {background:url(<?php bloginfo('template_directory')?>/images/menu-on.jpg) left top no-repeat;}
    <?php endif; ?>
    <?php if (is_page('Where to Buy') || mv_is_subpage('where-to-buy')) :  ?>
    	.topnav li.menu-item-where-to-buy a {background:url(<?php bloginfo('template_directory')?>/images/where-to-buy-on.jpg) left top no-repeat;}
    <?php endif; ?>
    <?php if (is_page('Michel Roux') || mv_is_subpage('michel-roux')) :  ?>
    	.topnav li.menu-item-michel-roux a {background:url(<?php bloginfo('template_directory')?>/images/michel-roux-on.jpg) left top no-repeat;}
    <?php endif; ?>
    <?php if (is_home() || is_single() || is_archive()) :  ?>
    	.topnav li.menu-item-blog a {background:url(<?php bloginfo('template_directory')?>/images/blog-on.jpg) left top no-repeat;}
    <?php endif; ?>
    <?php if (is_page('Contact') || mv_is_subpage('contact')) :  ?>
    	.topnav li.menu-item-contact a {background:url(<?php bloginfo('template_directory')?>/images/contact-on.jpg) left top no-repeat;}
    <?php endif; ?>
    </style>
    <!--<script src="<?php //bloginfo('template_directory')?>/js/menu.js" type="text/javascript"></script>-->
    <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
    <?php wp_head(); ?>
    </head>
    <body <?php body_class(); ?>>
    	<div id="wrapper">
        	<div id="header">
            	<div class="logo">
                <?php if (is_front_page() || is_page()) :?>
                	<h1><a href="<?php bloginfo('home'); ?>" title="<?php bloginfo('name'); ?> | <?php bloginfo('description'); ?>"><img src="<?php bloginfo('template_directory')?>/images/logo.jpg" alt="<?php bloginfo('name'); ?> | <?php bloginfo('description'); ?>" /></a></h1>
                <?php else : ?>
                    <a href="<?php bloginfo('home'); ?>" title="<?php bloginfo('name'); ?> | <?php bloginfo('description'); ?>"><img src="<?php bloginfo('template_directory')?>/images/logo.jpg" alt="<?php bloginfo('name'); ?> | <?php bloginfo('description'); ?>" /></a>
                <?php endif; ?>
                </div>
                <div class="followus"><img src="<?php bloginfo('template_directory')?>/images/follow-us.jpg" alt="Follow Us" /></div>
                <ul class="social">
                	<li><a href="http://twitter.com/#!/scratchmeals" title="Twitter" target="_blank"><img src="<?php bloginfo('template_directory')?>/images/twittericon.jpg" alt="Twitter" /></a></li>
                    <li><a href="http://www.facebook.com/mealsfromscratch" title="Facebook" target="_blank"><img src="<?php bloginfo('template_directory')?>/images/facebookicon.jpg" alt="Facebook" /></a></li>
                    <li><a href="http://feeds.feedburner.com/co/lkJv" title="Rss Feeds" target="_blank"><img src="<?php bloginfo('template_directory')?>/images/rssicon.jpg" alt="Rss Feeds" /></a></li>
                    <li><a href="http://www.youtube.com/user/mealsfromscratch" title="Youtube" target="_blank"><img src="<?php bloginfo('template_directory')?>/images/youtubeicon.jpg" alt="Youtube" /></a></li>
                </ul>
                <?php wp_nav_menu( array( 'menu' => 'Top Menu','container' => 'false','menu_class' => 'topnav',  'link_before' => '<span>' ,  'link_after' => '</span>' )); ?>
            </div><!--end header-->

    And this is a screenshot of what the menus should look like.

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