New Landing How can we help? Themeforest Theme Support Neighborhood Ideal and paypal in header

Viewing 6 posts - 1 through 6 (of 6 total)
  • #35708
    vision452
    Member
    Post count: 16

    Dear Reader,

    I want to place 2 png files ( ideal and PayPal logo ) to the left of the already there facebook logo.
    Can i do this in Header settings: Top Bar right text config? And if so what would be the code? ( i figure i can upload the png files to where the F from facebook is in Neighborhood directory?

    Thank you,

    Maickel

    #36643
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Apologies for getting back to you late..

    You can open up \wp-content\themes\neighborhood\includes\swift-framework\shortcodes.php

    and at line #585 you find a funtion called “function social_icons” that is the responsible for the Social Icons, so you can directly add your ideal and paypal logo links there, you can add like they add the other icons.

    Let me know, what you got.

    Thanks,
    laranz.

    #36851
    vision452
    Member
    Post count: 16
    This reply has been marked as private.
    #36948
    vision452
    Member
    Post count: 16

    I had a problem loggin in to wp-admin because of my alteration in the php file.
    Therefor i had to put back the old php file and now i can login again.

    Is there another way to put the icons over there?

    Thank you,

    Maickel

    #37138
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    After updating the code, you need to style that link to the image you upload like this.

    .ideal a { background-image: url("images/youricon.png"); }

    if that didn’t work, try this

    .ideal a { background-image: url("images/shopping_bag_icon.png") !important; }

    If you didn’t specify any background image styling, by default it will show a twitter icon.

    Let me know, what you got.

    Thanks,
    laranz.

    #37144
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    I had a problem loggin in to wp-admin because of my alteration in the php file.
    Therefor i had to put back the old php file and now i can login again.

    Maybe you put some syntax error, while changing things..

    Thanks,
    laranz.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register