+ Reply to Thread
Results 1 to 7 of 7

Thread: How to change an icon button to a text button

  1. #1

    How to change an icon button to a text button

    Dear Flynax developers and users,

    Does anyone wise enough to help me change these icon button:
    Screen Shot 2014-08-06 at 8.04.13 PM.jpg

    To Text button like this:
    Screen Shot 2014-08-06 at 8.04.20 PM.jpg

    I found that button with text is easier for many user, some times they can't find what they want to do.

    THank you

  2. #2
    Hello Wei Hong,

    You can find it in ftp://includes>>controllers>> account_type.inc.php, listing_details.inc.php and listing_type.inc.php and find in the files variable: $navIcons
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Hi Viktor,
    Thanks for the tip. I followed your advice and found this code in ftp://includes>>controllers>> listing_type.inc.php for the icon button in the first screenshot

    Code:
    Only registered members can view the code.
    And this code for the button in style.css for the search button in the second screenshot

    Code:
    Only registered members can view the code.
    But I have no idea how to make the change. Sad face.

  4. #4
    Hehe yes first code you found is correct you should add phrase inside or instead <span>.

    in css in file common.css find styles:

    #content_nav_icons a.post_ad span
    #content_nav_icons a.print span
    #content_nav_icons a.rss span
    #content_nav_icons a.save_search span

    remove it or change styles inside.
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    Quote Originally Posted by Viktor View Post
    Hehe yes first code you found is correct you should add phrase inside or instead <span>.

    in css in file common.css find styles:

    #content_nav_icons a.post_ad span
    #content_nav_icons a.print span
    #content_nav_icons a.rss span
    #content_nav_icons a.save_search span

    remove it or change styles inside.
    OMG I made it. Thanks Viktor,
    He he

  6. #6
    Hi Viktor, Is there any way if I could add a language phrase instead? Because I just recently decided to add another language to the site.
    I tried to put <span>{$lang.compare_comparison_table}</span> in ftp://includes>>controllers>> listing_type.inc.php
    But it doesn't work

  7. #7
    Actually i just found it. He he
    I used
    '. str_replace('{category}', $category['name'], $lang['add_listing_to']) .'

+ Reply to Thread