Couple of issues

This topic contains 7 replies, has 2 voices, and was last updated by  Paolo 9 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #67852

    f.daliessi
    Expired Member
    Post count: 85

    Hi everybody,
    I have a couple of issues and I need help.

    1) How can I place an image next to the Detail Fields? (on the left)
    2) How can I edit elements in “Lingue Parlate” by distance them with a “,” instead of a blank space? (Like the sidebar)
    3) How can I hide tabs menu?
    4) How can I edit/hide tab’s titles?

    Thanks in advance!!!

    #67854

    f.daliessi
    Expired Member
    Post count: 85
    This reply has been marked as private.
    #67862

    f.daliessi
    Expired Member
    Post count: 85

    EDIT:
    3) resolved – I placed this code: `#gd-tabs > dl {
    display:none;
    }`

    Still need help for other 3 points. Thanks in advance !!

    #67897

    Paolo
    Site Admin
    Post count: 31211

    1) require custom code and it should be adapted to what you already did. How did you add the listing details on the left? Difficult to tell if there is any easy way without checking your current settings/functions, but this is really beyond support, it is a customization.

    What you could do is add it back below the title:

    
    
    add_action( 'geodir_details_main_content','my_geodir_action_details_slider',30);
    
    function my_geodir_action_details_slider() {
    
    if ( has_post_thumbnail() ) { the_post_thumbnail(array(150, 150));
    } 
    }

    Then style it with css.

    2 & 4) Add this in your custom css:

    
    
    .geodir_lingue > ul {width: 80%;}
    ul.geodir-tabs-content li .geodir-company_info .geodir_lingue ul li {display: inline !important;float: left;margin: 0 0 0 4px;padding: 0;width: auto;}
    .geodir-tabs-content h2 {display: none;}

    Thanks

    #67964

    f.daliessi
    Expired Member
    Post count: 85
    This reply has been marked as private.
    #67965

    f.daliessi
    Expired Member
    Post count: 85

    BTW, to add the details on the main content I put all the fields on “More Info” tab, then I removed tabs and moved post_info tab on top with this code:

    
    
    if(isset($tab_array['post_info'])){
             $new_tab_array['post_info'] = $tab_array['post_info'];// set in new array
    		 $new_tab_array['post_profile']['is_active_tab']='1';
             unset($tab_array['post_info']);//unset in old one
         }
    #67987

    f.daliessi
    Expired Member
    Post count: 85

    This thread is not resolved. Can someone edit it?

    #68018

    Paolo
    Site Admin
    Post count: 31211
    This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount