broski

Forum Replies Created

Viewing 13 posts - 46 through 58 (of 58 total)
  • Author
    Posts

  • broski
    Expired Member
    Post count: 61

    Okay, I understand, I will try the jobs section thank you so much for all the great assistance!


    broski
    Expired Member
    Post count: 61

    Thank you, I agree definitely not handy with Customization 😉

    I was playing around and the phone tab now shows at the bottom of the place listing Under the review right at the bottom
    – I have no idea what this means that you said above (no good with customization):
    You can use hook ‘geodir_details_main_content’ with order 31 to add content under the listing title.

    Is is possible to use a snippet like with the video to move the phone tab above video and then make the video second?

    Can I hire your services as a developer? and how much is it?

    Kind Regards


    broski
    Expired Member
    Post count: 61

    Thank you so much it looks great…

    How can I make the phone number appear under the listings name and above the slides?

    so that on a mobile device a person does not have to scroll right down to the bottom to find a contact number.

    I tried selecting under the Geodirectory settings – place settings that the phone number must appear in the detailed page own tab but it does not seem to be showing and I need the number to be more accessible and user friendly on mobile.

    And is there a way to have a big banner that runs across the top of the site instead of the Map that is mobile friendly like the map? Geo Theme used to have a home banner widget which I quite like as I could change the banner to notify people of things etc…


    broski
    Expired Member
    Post count: 61

    Thank you, I have not really ever worked with CSS coding before…

    The link you provided for changing the tabs, I find it quite confusing seeing that I do not have coding or CSS experience.

    Do I copy the following text into a new Code Snippet and just move the items around:

    
    
    function geodir_detail_page_tabs_array() {
     
        $arr_tabs = array();
        /**
         * Filter detail page tab display.
         *
         * @since 1.0.0
         */
        $arr_tabs['post_profile'] = array(
            'heading_text'  => __( 'Profile', 'geodirectory' ),
            'is_active_tab' => true,
            'is_display'    => apply_filters( 'geodir_detail_page_tab_is_display', true, 'post_profile' ),
            'tab_content'   => ''
        );
        $arr_tabs['post_info']    = array(
            'heading_text'  => __( 'More Info', 'geodirectory' ),
            'is_active_tab' => false,
            'is_display'    => apply_filters( 'geodir_detail_page_tab_is_display', true, 'post_info' ),
            'tab_content'   => ''
        );
     
        $arr_tabs['post_images'] = array(
            'heading_text'  => __( 'Photos', 'geodirectory' ),
            'is_active_tab' => false,
            'is_display'    => apply_filters( 'geodir_detail_page_tab_is_display', true, 'post_images' ),
            'tab_content'   => ''
        );
     
        $arr_tabs['post_video'] = array(
            'heading_text'  => __( 'Video', 'geodirectory' ),
            'is_active_tab' => false,
            'is_display'    => apply_filters( 'geodir_detail_page_tab_is_display', true, 'post_video' ),
            'tab_content'   => ''
        );
     
        $arr_tabs['special_offers'] = array(
            'heading_text'  => __( 'Special Offers', 'geodirectory' ),
            'is_active_tab' => false,
            'is_display'    => apply_filters( 'geodir_detail_page_tab_is_display', true, 'special_offers' ),
            'tab_content'   => ''
        );
     
        $arr_tabs['post_map'] = array(
            'heading_text'  => __( 'Map', 'geodirectory' ),
            'is_active_tab' => false,
            'is_display'    => apply_filters( 'geodir_detail_page_tab_is_display', true, 'post_map' ),
            'tab_content'   => ''
        );
     
        $arr_tabs['reviews'] = array(
            'heading_text'  => __( 'Reviews', 'geodirectory' ),
            'is_active_tab' => false,
            'is_display'    => apply_filters( 'geodir_detail_page_tab_is_display', true, 'reviews' ),
            'tab_content'   => 'review display'
        );
     
        $arr_tabs['related_listing'] = array(
            'heading_text'  => __( 'Related Listing', 'geodirectory' ),
            'is_active_tab' => false,
            'is_display'    => apply_filters( 'geodir_detail_page_tab_is_display', true, 'related_listing' ),
            'tab_content'   => ''
        );
     
        /**
         * Filter the tabs array.
         *
         * @since 1.0.0
         */
        return apply_filters( 'geodir_detail_page_tab_list_extend', $arr_tabs );
     
     
    }

    Where does one put it in the theme? I just want to swap the profile and the video tab around so that the video tab is first instead of the profile tab…


    broski
    Expired Member
    Post count: 61

    I Installed the plugin and I added the code but it does not seem to be making any changes to the website?


    broski
    Expired Member
    Post count: 61

    Thank you I am just not sure where must I put in the following:

    To remove categories & tags from under the slide show use follwong code snippet.

    function gddev_plugins_loaded() {
    remove_action(‘geodir_details_main_content’, ‘geodir_action_details_taxonomies’, 40);
    }
    add_action( ‘plugins_loaded’, ‘gddev_plugins_loaded’ );


    broski
    Expired Member
    Post count: 61

    Thank you, I installed the payments plugin and it is working.

    Is there a way to change the layout of a listing – I do not want the place categories to show in both the sidebar and the content page and I also want to change the order of the tabs: I want the slides to show then under that I want the video to show first then the profile and then the map…

    If you follow this link you will see the order it is in now
    http://broskitest5.co.za/places/south-africa/gauteng/vaal/renovations_and_maintenace/decor-home-design/

    It does not look good when all the categories show under the slide show and I need the video to show under the slide show.
    It also does not look good when the categories show on the right in the sidebar.

    Can you please advise how to change this… I deselected tabs that I did not want to be visible but I do not see where to shuffle them around or where to hide place category & place tags on both content page & side bar.

    Kind Regards

    Broski


    broski
    Expired Member
    Post count: 61

    Thank you, It seems to be working now..

    What was the problem, if you could see one?

    Then also if I want to change the look, do I just load the GD Bold theme and everything will be fine still, I like the way it is now but incase later if I want to change?

    I just want to find out where are the pricing tables as I had prices set up on my previous site?

    A Free listing, a primary listing at R120 and a Primary Plus listing at R250 and each one had different parameters?

    Kind Regards

    Broski


    broski
    Expired Member
    Post count: 61

    Good day,

    I am so sorry for the delay, I had some problems with the backup restore but it has finally worked.

    Our internet is very slow so sometimes it bombs out and I have to start over all the time.

    Got assistance to get it done.

    Please go ahead with the conversion, the only thing is that I do not want to use the supreme theme, I want to make use of the

    Kind Regards

    Broski


    broski
    Expired Member
    Post count: 61
    This reply has been marked as private.

    broski
    Expired Member
    Post count: 61

    Hi, yes I had all the plugins installed before, I made sure that on the Conversion Screen everything was available , that nothing said n/a and on the right hand side it said found on all items listed and I installed all the items as listed on the link above – The link above is what I used to do the conversion.

    The only thing I am not 100% sure of is this :

    7. Once done, go to both Place & Event Settings for custom fields and simple save any ONE field, this will rebuild the sort order which can stop some fields showing on the edit pages.

    I did go to the place settings and saved a custom field…


    broski
    Expired Member
    Post count: 61
    This reply has been marked as private.

    broski
    Expired Member
    Post count: 61

    Hi, I see now, when I went into one of the listings – the Geo Theme Listing information is at the bottom and the Geo Directory places information is at the top, Do I have to go and copy and past all the information over and then select all category items from scratch or does it mean the conversion id not work?

Viewing 13 posts - 46 through 58 (of 58 total)