Home Forums Pro Themes Education Hub Pro How to increase more telephone no. in header option

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #71395
    pingbara
    Participant

    Hi

    In header option > Contact number,

    There is only one phone number can be inserted. How can I inserted more slot to be enable to input 3 phone No.

    My company has 3 numbers and 3 of these no. have it owns important department for contact.

    my website is https://www.chinaprovisa.com

    Best Regards
    Methee S.

    #71442
    wensolutions
    Keymaster

    Hello @pingbara,

    The theme has only one field to enter the phone no. To make more filed available to enter the contact no in the header requires higher code customization and as much as we would love to help you with this we are unable to do so as it falls beyond the support we offer for our product.

    So our suggestion to you is hire a professional developer so that you will get what you exactly want.

    To hire a developer please refer to below given link:

    http://themepalace.com/hire-a-customizer/

    However, you can include all three numbers in the same field by adding a comma between the numbers if you wish.

    Screenshot:

    https://prnt.sc/jfjxi7

    Hope this helps.

    Best Regards!!

    #71451
    pingbara
    Participant

    Hi,

    Thanks for your super fast reply

    Noted with thanks about hiring professional developer, I will soon contact them as I have many projects waiting ahead.

    Best Regards,
    Methee S.

    #71452
    pingbara
    Participant

    Hi I have another topic that needs your team support but after I created the ticket the topic is gone from the forum. Then I tried to create the ticket again but the forum system says duplicate content or topic.

    So, I would like to put it below:
    It is about making the logo section show only on homepage for mobile visitor:

    —————————-
    Hi Themeplace team

    For mobile view, how to show logo only on Homepage. I just need the logo to be shown only in homepage as the logo on mobile view takes too much space making the content of the page to be pushed down along the page to far away.

    Then when mobile visitor clicks on the menu or quick links, the page has changed but many visitors didn’t recognize that the page has already changed to the page of the quick link (because they always see the logo take up full space of the above the fold view on their mobile no matter any page they visited.

    I have added below css code, it does the job well but the logo disappears for all pages not only the homepage

    Below code eliminate the logo:
    @media only screen and (max-width:767px){
    .custom-logo-link{ max-width: 150px; display:none;}}

    Below code eliminate the space that occurs because the logo is eliminated:
    @media only screen and (max-width: 767px){
    #page #masthead { padding-top:0px;}}

    I would like the logo to be shown only on the Hompage, please kindly help me

    ** My website is https://www.chinaprovisa.com

    Best Regards,
    Methee S.

    #71498
    wensolutions
    Keymaster

    Hello @pingbara,

    The CSS you have added will delete the logo in the entire site in responsive view.

    So replace the CSS you have added with the CSS given below to make the logo appear only on the homepage.

    @media only screen and (max-width: 767px) {
    body:not(.home) .custom-logo-link, .site-logo-link 
    {
        display: none;
    }
    }

    Hope this helps.

    Best Regards!!

    #71505
    pingbara
    Participant

    Hi

    Thanks alot, your code is great.

    Thank you again for your fast support

    Best Regards,
    Methee S.

    #71518
    wensolutions
    Keymaster

    Hello @pingbara,

    Glad we could help you.

    let us know if you have any confusion further.

    Best Regards!!

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