Kirsten Larsen

Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Location issues #143973

    Kirsten Larsen
    Buyer
    Post count: 14

    Oh interesting. Thanks!

    in reply to: Map Not Loading #141074

    Kirsten Larsen
    Buyer
    Post count: 14

    Thank you! That gives me some clue. Yes, we use a JS compiler so it’s in a lot of small files compiled into one. Will see what we can do!

    in reply to: Map Not Loading #140521

    Kirsten Larsen
    Buyer
    Post count: 14
    This reply has been marked as private.
    in reply to: Map Not Loading #136214

    Kirsten Larsen
    Buyer
    Post count: 14

    Any thoughts that you’ve seen in theme conflicts? Such as moving JQuery up or down, etc?

    This is a very custom built theme using Roots (http://roots.io/), so I could probably move things around a little.

    in reply to: Map Not Loading #136177

    Kirsten Larsen
    Buyer
    Post count: 14

    Ok shoot. Thanks for looking. I can’t give FTP access. It’s not set up to use FTP. It’s set up using Composer, etc.

    in reply to: Map Not Loading #135452

    Kirsten Larsen
    Buyer
    Post count: 14

    Errors in Chrome Dev Tools:
    Uncaught TypeError: Cannot read property ‘map’ of undefined

    build_map_ajax_search_param @ map.min.js?ver=4.4.2:1
    (anonymous function) @ (index):289
    j @ jquery.min.js:2
    k.fireWith @ jquery.min.js:2
    m.extend.ready @ jquery.min.js:2
    J @ jquery.min.js:2

    in map.min.js?ver=4.4.2

    in reply to: Map Not Loading #135433

    Kirsten Larsen
    Buyer
    Post count: 14

    Hi there,
    I was able to fix the plug-in issue – please do not deactivate “Advanced Custom Fields” as my theme uses that to load pieces.

    However, I deleted those pieces, Deactivated ALL plugins other than GeoDirectory and the map still doesn’t load.

    I was planning on purchasing pieces for this, but if the map won’t load, then it’s fairly useless. Any help would be appreciated.

    Thanks.

    in reply to: Map Not Loading #133507

    Kirsten Larsen
    Buyer
    Post count: 14
    This reply has been marked as private.
    in reply to: Map Not Loading #133438

    Kirsten Larsen
    Buyer
    Post count: 14
    This reply has been marked as private.
    in reply to: Map Not Loading #133372

    Kirsten Larsen
    Buyer
    Post count: 14
    This reply has been marked as private.
    in reply to: Landing Page Layout Bugs? #54384

    Kirsten Larsen
    Buyer
    Post count: 14
    This reply has been marked as private.
    in reply to: Landing Page Layout Bugs? #54267

    Kirsten Larsen
    Buyer
    Post count: 14

    Yes, that is what I was referring to. It is giving a very strange page layout. Is there any way you can describe how I can create a new template for the locations? Or describe what I should be doing so that it uses our theme template? It seems to be grabbing something else and thus throwing the content everywhere…

    The default page.php layout is just a basic template using Bootstrap styling:

    
    
    <?php
    
    the_post();
    $is_block = RootsSageUtilsis_block();
    
    if ($is_block) {
      remove_filter('the_content', 'wpautop');
    }
    
    if (!$is_block):
    ?>
    <div class='block-wrapper'>
    <section>
    <?php endif; ?>
    
    <?php the_content(); ?>
    <?php wp_link_pages(['before' => '<nav class="page-nav"><p>' . __('Pages:', 'sage'), 'after' => '</p></nav>']); ?>
    
    <?php if (!$is_block): ?>
    </section>
    </div>
    <?php endif; ?>
    
    in reply to: Landing Page Layout Bugs? #54242

    Kirsten Larsen
    Buyer
    Post count: 14
    This reply has been marked as private.
    in reply to: Landing Page Layout Bugs? #54241

    Kirsten Larsen
    Buyer
    Post count: 14
    This reply has been marked as private.
Viewing 14 posts - 1 through 14 (of 14 total)