Search Field in the Shordcode

This topic contains 9 replies, has 3 voices, and was last updated by  Kor 5 years, 10 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #440745

    Kai Siemer
    Expired Member
    Post count: 319

    Hello,

    I would like to rewrite the input field the content title to search.

    Furthermore, I would like more small this input field and i want a line distance to the categories.

    And The categories ist not on a same line or height with the check hooks.

    What can I do?

    Best Regards

    #440748

    Kai Siemer
    Expired Member
    Post count: 319

    And the next i have problem with add entry.

    the titel content from add entry, is hidden behind the menu, what can I do there?

    Look at second picture, the first is false

    #440779

    Kor
    Moderator
    Post count: 16516

    Hi Kai,

    Thanks for your post. Let me try to answer your questions accordingly.

    1. I would like to rewrite the input field the content title to search.
    You can achieve this using the translation method https://docs.wpgeodirectory.com/translate-core/

    2. Furthermore, I would like more small this input field and i want a line distance to the categories.
    Please share the URL of the site in question.

    3. And The categories ist not on a same line or height with the check hooks.
    Please share the URL of the site in question.

    4. And the next i have problem with add entry.
    Sorry, I’m not getting this. Could you elaborate a little bit more?

    5. the titel content from add entry, is hidden behind the menu, what can I do there?
    Please share the URL of the site in question.

    6. Look at second picture, the first is false
    Is this same as #5?

    Thanks!

    #440780

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #440880

    Kai Siemer
    Expired Member
    Post count: 319
    This reply has been marked as private.
    #441047

    Kor
    Moderator
    Post count: 16516

    Hi Kai,

    Sorry for the delay. We will look into this now and will come back to you asap!

    Thanks!

    #441056

    Kor
    Moderator
    Post count: 16516

    Hi there,

    2 & 3 Used the custom CSS code below to fix it.

    
    
    .map-category-listing-main input[type="text"] {
        line-height: 40px!important;
        height: 30px!important;
        border-radius:0px!important;
    }
    
    .map-category-listing-main input[type="checkbox"] {
        margin-top:10px!important;
    }
    
    .map-category-listing-main li {
        margin: 0px!important;
    }

    4. Applied the custom CSS code to fix the ‘Add Listing’ page.

    
    
    .page-id-13 div#geodir-wrapper {
        margin-top: 50px!important;
    }

    5 & 6 Looks fine now.

    #441062

    Kai Siemer
    Expired Member
    Post count: 319

    Wow ur are the Best, u have do it all for me. Thanks u ver much. =)

    #441076

    Kai Siemer
    Expired Member
    Post count: 319
    This reply has been marked as private.
    #441083

    Kor
    Moderator
    Post count: 16516

    Hi kai,

    Insert the custom CSS code below into Gd > Design > Scripts > Custom Style CSS to fix that.

    
    
    #propertyform .geodir_package {
        margin-bottom:30px!important;
    }
    
    #propertyform input{
        vertical-align:middle!important;
    }
Viewing 10 posts - 1 through 10 (of 10 total)

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

Open Support Ticket