New Landing How can we help? Themeforest Theme Support Dante Few Dante Questions

Viewing 15 posts - 1 through 15 (of 31 total)
  • Posted in: Dante
  • #57453
    maximearmstrong
    Member
    Post count: 73

    Hello,

    I have few questions about my website, using Dante template.

    1- I add social buttons in my header. I have been able to fix the alignement for Facebook and Twitter one, but not for the LinkedIn Button. Do you have any idea how I can do it? I added the code into the text box in the menu option, usually where is the contact infos.

    2- I add a bigger logo than the suggested height : 54px. No problem for the logo itself, though the menu isn’t center aligned anymore. How can I fix this?

    3- For my sticky header, I add another logo. The issue here is when my header resized, the new logo isn’t center aligned anymore. How can I fix this? Also, my menu isn’t aligned as well.

    4- I did translate my website from english to french with POedit. Even if translated in the POedit file, the dates on the main blog page and the “Posted by … on Date in” on every post don’t translate to french. Any idea how to fix this?

    5- I would like to change my Promo Bar hover text color. How can I do this?

    6- I add a Mailchimp widget on my website. The email input miss the grey border, as the example of the pictures attached to this post. Do you have any idea how I can change this? There is no option in the Mailchimp widget settings, so I thought it could come from the theme.

    My website URL is http://www.pluriels.ca

    Maxime

    #57546
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) What do you mean by fix the alignment of the icons?

    2) You need to add main nav top spacing (screenshot)

    3) You will need to do this with css

    4) Please use the search forum, there are a lot of similar topics about translating the theme.

    5) Add this custom css and change the color

    #base-promo.footer-promo-arrow:hover > *, #base-promo.footer-promo-text:hover > * {
      color: #FFFFFF;
    }

    6) Add this css:

    .mc4wp-form input[type="email"] {
      border: 1px solid #DDDDDD;
      color: #222;
    }

    Hope this helps!

    – Kyle

    #60022
    sebcaverne
    Member
    Post count: 24

    Hello maximearmstrong,
    J’ai le même problème que toi concernant certaine traduction qui ne se font pas… Je m’abonne à ta discussion pour suivre le cours !!! Je te tiens au courant si je trouve une piste.

    #60026
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Translate?

    – Kyle

    #60028
    sebcaverne
    Member
    Post count: 24

    Hello Kyle,
    Sorry, i said i’ve got the same issue with translate text. Example “Poste by…” In the PO files the translation is ok but not in website…
    http://www.asspv.fr/tout-nouveau-tout-beau/

    #60420
    maximearmstrong
    Member
    Post count: 73

    Hello Kyle,

    It worked for point 5 and 6, thanks!

    1- My Facebook Like Button and my Twitter Follow button are center aligned, but my LinkedIn follow button is higher on the page, not center aligned. I would like to fix this.

    2- I joined a picture of the header within this post. Is this what you are asking for?

    3- Ok, but how? What would be the css line to add?

    4- This is what I did to understand exactly how to translate with POEdit. Everything work fine except those lines, even if I translate the lines in POEdit.

    #60439
    sebcaverne
    Member
    Post count: 24

    Kyle, i agress with maximearmstrong for the point 4.

    #61166
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Please paste your code here fore your social buttons

    2) Sorry I forgot to attach the screenshot, in theme options > header options there is a setting for ‘main nav top spacing’ you need to add about 10px spacing in here and it will move the menu down

    3) Your logo is no longer changing?

    4) I will forward this issue to the developer once you have confirmed the other 3 points are resolved.

    – Kyle

    #61208
    sebcaverne
    Member
    Post count: 24

    Maxime, J’ai utilisé le fichier .po US pour le refaire en FR… Et les phrases manquantes sont disponibles dans ce fichier.
    Voila pour le point 4

    #61402
    maximearmstrong
    Member
    Post count: 73

    Hi Kyle

    1- Here is the code, which is placed into “Header left text config”.

    <div class="fb-like" data-href="https://www.facebook.com/pluriels.ca" data-layout="button_count" data-action="like" data-show-faces="true" data-share="false"></div> <a href="https://twitter.com/_Pluriels" class="twitter-follow-button" data-show-count="false" data-lang="fr">Suivre @_Pluriels</a>
    
    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> 
    
    <script src="//platform.linkedin.com/in.js" type="text/javascript">  lang: fr_FR </script> <script type="IN/FollowCompany" data-id="3011574" data-counter="right"></script>

    2- Perfect for the spacing!

    3- No, i changed that to keep the same logo as the original one, but I still have the same issue. When the header is resized, both the logo and the menu aren’t center aligned anymore. I joined a picture to this post.

    4- Ok, thanks for this.

    Pour Seb, oui, c’est exactement ce que j’ai fait pour ma part aussi, les phrases sont bien là dans le fichier que j’ai traduit depuis le fichier US, mais elles ne se traduisent tout de même pas sur le site.

    Kyle, here’s a traduction : Seb told us that he used the US .po to create the traduction, where he found the specific lines we are talking about. In my case, this is the file I used since the begin to do the traduction, I have seen the lines, traduced those, but won’t changed on the website.

    #61494
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    1) You can’t put a script in the top bar like that, you need to add it to the header.php file

    3) The nav moves up (uncentered) because the logo has not been resized, you need to make it a bit smaller so that the header height decreases.

    4) I am not an expert with .PO edit so I will pass this on to my colleague

    – Kyle

    #61822
    maximearmstrong
    Member
    Post count: 73

    1- Ok, I have no clue how to do that. Can you help me with this?

    3- Tried it and it didn’t change nothing (changed the logo from 54px height to 42px height)

    4- Ok, i’ll wait for his answer!

    #62586
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please could you provide me with login details so that I can try and fix the issues for you?

    – Kyle

    #62912
    maximearmstrong
    Member
    Post count: 73
    This reply has been marked as private.
    #63011
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry that’s not working for me, please check back.

    – Kyle

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