Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #275074

    Hi support,

    We want to enter images between the words in the header menu,
    How is it possible to be done right using CSS
    thank you

    • This topic was modified 9 years, 10 months ago by eyalish.
    #275450

    Hi eyal!

    Thank you for visiting the support forum!

    You can add html codes on the menu label. Go to Appearance > Menus panel then edit a menu. Look for the Navigation Label, add something like this:

    <img src="IMAGE URL HERE">MENU ITEM LABEL
    

    Best regards,
    Ismael

    #276960

    Thanks
    didn’t know it’s even possible, works well.

    one more issue,
    How can we show “social links” on footer as a widget,
    And also set colors for it on CSS
    regards

    #277247

    Hey!

    Refer to this topic:
    https://kriesi.at/support/topic/place-social-media-icons-into-a-widget/

    Best regards,
    Josue

    #277455

    Alright,
    still can’t show all the social links using that code you referred
    what could be the fix for that in code
    please check our footer :
    http://nt-technologies.com/WJH/

    #277610

    Hey!

    Try putting this code in a Text Widget in the footer:

    <ul class="noLightbox social_bookmarks icon_count_3"><li class="social_bookmarks_twitter av-social-link-twitter social_icon_1"><a target="_blank" href="http://twitter.com/Jewish_Heritage" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter"><span class="avia_hidden_link_text">Twitter</span></a></li><li class="social_bookmarks_facebook av-social-link-facebook social_icon_2"><a target="_blank" href="https://www.facebook.com/worldjewishheritage" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Facebook"><span class="avia_hidden_link_text">Facebook</span></a></li><li class="social_bookmarks_gplus av-social-link-gplus social_icon_3"><a target="_blank" href="https://plus.google.com/u/0/102928791076136286922/" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Gplus"><span class="avia_hidden_link_text">Gplus</span></a></li></ul>
    

    Best regards,
    Josue

    #277964

    Ok I’ve Tried so, It shows only the Twitter button the rest are hidden below.. instead on one Row …
    I think it doesn’t load right as a widget on footer.
    do you have another solution?
    Thanks
    gracias

    • This reply was modified 9 years, 9 months ago by eyalish.
    #278471

    Hey!

    Thank you for the update.

    Please add this on Quick CSS or custom.css:

    #footer .widget ul {
    width: 90px;
    }
    
    #footer .social_bookmarks li {
    clear: none;
    }
    

    Regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.