Julian Screawn

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • in reply to: Taxonomy Tags #441986

    Julian Screawn
    Expired Member
    Post count: 20

    Sorry, there was a #geodir_post_tags_row {display: none;} in the css file. Client had requested tags to be hidden previously and I forgot.

    in reply to: Search all custom post types #441408

    Julian Screawn
    Expired Member
    Post count: 20

    Okay, thanks, that would be a nice feature.

    in reply to: Change "Add Listing" text in menu #441128

    Julian Screawn
    Expired Member
    Post count: 20

    Thanks, I was looking in the wrong po file, the location one. Resolved.

    in reply to: Featured Listing Algorithm #413984

    Julian Screawn
    Expired Member
    Post count: 20

    Thanks, I set the list_sort=”random” for the [gd_popular_post_view] and it works great. Now I would like to have this same feature on the listing result page.

    For example, when I click on a category say beverages, for a particular location, and if there are two featured results that appear at the top of all the listings for beverages for that location, they(featured items) seem to be sorted by latest featured listing added. Is it possible to just have the featured items list randomly not by latest at the top of all the listings results ?

    in reply to: Show Listing Title on Listings Review Page #413484

    Julian Screawn
    Expired Member
    Post count: 20

    That did it thanks.

    in reply to: Show Listing Title on Listings Review Page #413340

    Julian Screawn
    Expired Member
    Post count: 20
    This reply has been marked as private.
    in reply to: Configure Client Email Notification on Post Submit #408183

    Julian Screawn
    Expired Member
    Post count: 20

    Thanks, Is there a hook I can use to disable ?

    in reply to: Filtering Select Options #407386

    Julian Screawn
    Expired Member
    Post count: 20

    Hi Kiran/Alex, is it possible to filter for the output location … see below:

    
    
    // Filter geodir_food_locality_rank field content.
    function _gd_custom_customize_food_locality_rank( $html, $location, $cf, $p = 0 ) {
        if ( ! empty( $html ) && ! empty( $cf['htmlvar_name'] ) && $cf['htmlvar_name'] == 'geodir_food_locality_rank' ) {
    
    --- IF LOCATION IS MAP BUBBLE THEN ---
    
            $html = str_replace( ' OR ', ' <strong>OR</strong> ', $html );
        }
    
        return $html;
    }
    add_filter( 'geodir_custom_field_output_select', '_gd_custom_customize_food_locality_rank', 100, 3 );
    in reply to: Custom Post Type Listing not displaying on main map. #407047

    Julian Screawn
    Expired Member
    Post count: 20

    Hi Alex, thanks for the help. I added a new post type called gd_community, and added a test listing. It did show up on the homepage map. Perhaps the reason event listings do not show on the homepage map is related to the fact that gd_event is reserved.

    in reply to: Filtering Select Options #407005

    Julian Screawn
    Expired Member
    Post count: 20

    Hi Alex, the User would be adding the listing from the front-end, not within the editor.

    http://mydomain.com/add-listing/?listing_type=gd_food

    in reply to: Custom Post Type Listing not displaying on main map. #407001

    Julian Screawn
    Expired Member
    Post count: 20
    This reply has been marked as private.
    in reply to: Filtering Select Options #406986

    Julian Screawn
    Expired Member
    Post count: 20

    Thanks Kiran the filter works fine, where the custom field is output, ie. Listing or Detail page. However it does not work on the “Add Food Item Lising”, where the user inputs a new Food Item. I checked by having the filter

    echo "hello"; exit;

    , it will not exit only on the Add Listing page.

    in reply to: Filtering Select Options #406690

    Julian Screawn
    Expired Member
    Post count: 20

    Okay thanks. I was wondering after the user submits an “Add Listing” form from one of the custom post types, say gd_food is there a hook I can use to process the select field results ?

    in reply to: Support for Genesis 1280 #405362

    Julian Screawn
    Expired Member
    Post count: 20

    Hi Kiran, that hook is usefull, however, I would like to have the map area only full width, and the before_widget_area hook, places me inside the wrap area (see Hook result below), which has a max width of 1280px. I would like to hook in just before search-bar-widget area so the area is not bounded by the wrap (see Hook here below). The genesis after header hook actually places me below the search-bar widget.

    <div class="geo1280-placeholder"></div>												<div style="padding-top:50px;">Hook here.</div>												<div class="search-bar widget-area">												<div class="wrap"><div class="container-fluid">												<div class="row"><div class="col-sm-9">Hook Result</div></div></div>        												<div id="catcher_geodir_map_v3_home_map_4"></div>

    Thanks, Julian

    in reply to: Support for Genesis 1280 #405355

    Julian Screawn
    Expired Member
    Post count: 20

    Hi Kiran, I would like to have control over the Search bar widget before and after entries, essentially I would like to replace the class with my own bootsrap classes.

    example:

    
    
    function geo1280_search_bar() {
    	
    	if ( is_active_sidebar( 'search-bar' ) ) {
    		genesis_widget_area( 'search-bar', array(
    			'before' => '<div class="row"><div class="col-sm-6">',
    			'after' => '</div></div>',
    		) );
    	} else {
    		echo '<div class="geo1280-placeholder"></div>';
    	}
    }

    Thanks, Julian

Viewing 15 posts - 1 through 15 (of 18 total)
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount