New Landing How can we help? Themeforest Theme Support Dante Top Bar left text config

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Dante
  • #188748
    Loni
    Member
    Post count: 34

    Hi

    Is there any possibility to make the text link a call to action? So when people click on the telephone that it automatically start dailing or when people click on the email address it automatically open a mailbox?

     

    Thankss

    #188864
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    For the email add:

    <a href="mailto:youremailaddress">yourmeailaddress</a>

    For the phone, this is done automatically, if you’re viewing the site on a smart phone the number will automatically be a link that will dial if you tap it

    – Kyle

    #189416
    Loni
    Member
    Post count: 34

    But now when people click on the e-mail address it goes to a 404 page? How can I change that?

    And can I make the shoppingcart icon a little bit bigger in the header?

    Also there are now two shoppingscarts in the header, I just want the one on the right, how can I change that?

    Thanks!

    #189423
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Not sure if it’s the link in the contact page you are talking about but using Kyle advice your code should like this

    
    <a href="mailto:[email protected]">[email protected]</a>

    Please notice that this only works if the site visitor has some default client email configured.

    -Rui

    #189443
    Loni
    Member
    Post count: 34

    And can I make the shoppingcart icon a little bit bigger in the header?

    Also there are now two shoppingscarts in the header, I just want the one on the right, how can I change that?

    Thanks!

    #189445
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    I added the code below to your custom css option and the left cart icon is gone.

    
    #top-bar .menu {
      display: none;
    }

    Hope it helps.

    -Rui

    #189449
    Loni
    Member
    Post count: 34

    Thanks Rui!!
    And how can I make the right shoppingicon on the header bigger?

    #189522
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .shopping-bag-item .cart-contents {
      font-size: 13px;
    }

    – Kyle

    #190090
    Loni
    Member
    Post count: 34

    Thanks Kyle, you are amazing!!

    And can I change the ‘view shoppingbag’ in ‘view shoppingcart’? I attached the screenshot where you can see where the ‘view shoppingbag’is

    Thanks! 🙂

    Attachments:
    You must be logged in to view attached files.
    #190096
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You will need to use the translation files if you want to change the text from the theme files. I’d recommend using Codestyle Localization plugin

    – Kyle

    #190115
    Loni
    Member
    Post count: 34

    So I can’t change it in our FTP file?

    #190126
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Well you can but there are several cases of it so you would need to change them all, and when you update the theme it would be overwritten

    – Kyle

    #190129
    Loni
    Member
    Post count: 34

    oohn okay, gotcha!
    and can I link the e-mail addres on the top bar left text config to a page?

    so change this [email protected] to our contact us page?

    #190137
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You could add text ‘contact us’ and link that to your contact page

    – Kyle

Viewing 14 posts - 1 through 14 (of 14 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