Stu

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Split: Can't add listing outside default location #68085

    Stu
    Expired Member
    Post count: 16
    This reply has been marked as private.
    in reply to: Can't add listing outside default location #62658

    Stu
    Expired Member
    Post count: 16

    I experienced the same problem with a small UK town. An address 1 mile down the road in its own village (still technically within the postcode area of the town) was deemed to be outside of the town as far the Add Listing was concerned.

    To fix this I installed Locations Manager plugin and set the country, region and city to default only. This appears to have fixed my issue. There is an also option in Locations Manager to disable the repositioning of the map marker – but I didn’t have to use this extra facility.

    I’m not using the advanced features of the Locations Manager for anything other than to fix this issue, but it seems to work. Hope this helps.

    in reply to: Add user shortcode #49587

    Stu
    Expired Member
    Post count: 16

    Yes. This code works perfectly:

    <?php if(is_front_page() && (!isset($_GET[‘geodir_signup’]))) { include ‘headerhome.php’;} else { include ‘headernormal.php’;}
    ?>

    Thanks Paolo for the quick response.

    Stu

    in reply to: GeoDirectory FlexSlider breaks theme Flexslider #47836

    Stu
    Expired Member
    Post count: 16

    Adding this script into the functions.php file solved it!

    wp_enqueue_script(‘geodirectory-jquery-flexslider-js’);

    Thanks for your assistance. GD is a great plugin… with great support!

    in reply to: GeoDirectory FlexSlider breaks theme Flexslider #47785

    Stu
    Expired Member
    Post count: 16
    This reply has been marked as private.
    in reply to: GeoDirectory FlexSlider breaks theme Flexslider #47760

    Stu
    Expired Member
    Post count: 16

    PS. The bit of code in custom.css at 226 is

    $(‘.flexslider’).imagesLoaded(function(){
    $(‘.bk-slider-module .flexslider’).flexslider({
    animation: ‘slide’,
    controlNav: false,
    animationLoop: true,
    slideshow: true,
    pauseOnHover: true,
    slideshowSpeed: 10000,
    animationSpeed: 1200,
    smoothHeight: true,
    directionNav: true,
    prevText: ”,
    nextText: ”,
    });

    And at 357 its

    // Breaking Slider
    $(‘.module-breaking-carousel .bk-carousel-wrap’).flexslider({
    animation: “slide”,
    controlNav: false,
    itemWidth: 210,
    columnWidth: 1,
    pauseOnHover: true,
    move: 1,
    animationLoop: true,
    prevText: ”,
    nextText: ”,
    minItems: getGridSize(), // use function to pull in initial value
    maxItems: getGridSize(), // use function to pull in initial value
    start: function(slider){
    if (typeof flexslider !== ‘undefined’) {
    flexslider = slider;
    }
    }
    });

    And at the top of the custom.js is….

    (function($) {
    “use strict”;
    $=jQuery;

Viewing 6 posts - 1 through 6 (of 6 total)