• Resolved rserrab

    (@rserrab)


    Hi, I am trying to use this plugin in my site with many issues:

    1.- I am using a white backgrownd and keeping it fixed. When i do this, half of the logo becomes covered.
    2.- I need a smaler font. But it only gives me until 8px, and it looks huge compared to my menu.
    3.- I would like to change the typography. Is this possible?

    Thanks for your help!!

    https://www.ads-software.com/plugins/speed-contact-bar/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Martin Stehle

    (@hinjiriyo)

    Would you please tell me the address of your site?

    Thread Starter rserrab

    (@rserrab)

    Hi Martin!!

    Thanks for your quick response.

    The website is https://www.craneosacralpucon.cl

    : )

    Thread Starter rserrab

    (@rserrab)

    Hi Martin, I have already fix number 1.

    Please help me with the other 2 questions.

    Thanks.

    Plugin Author Martin Stehle

    (@hinjiriyo)

    I just detected that is a bug in the plugin. I will publish a fixed version soon.

    Plugin Author Martin Stehle

    (@hinjiriyo)

    With the new version 3.0.1 the font size should change in your website. And the minimum sizes for fonts and icons are lowered, so you can try smaller sizes.

    If you would find that helpful I would be glad about your review.

    Thread Starter rserrab

    (@rserrab)

    Hi Martin!! Thank you so much for your help!! It worked pretty well. We just had to adjust a few things:

    1.- In the file class-speed-contact-bar-admin bith in the Admin and public folders we changed:

    this:

    $readjustments = array();
    		foreach( range( 25, 75, 5 ) as $value ) {
    			$readjustments[ $value ] = sprintf( '%dpx', $value );
    		}

    to this:

    $readjustments = array();
    		foreach( range( 0, 75, 1 ) as $value ) {
    			$readjustments[ $value ] = sprintf( '%dpx', $value );
    		}

    So we could choose 0 in height readjustment for fixed position and so that the backgrownd picture wouldnt show when we chose the transparent backgrownd for the bar.

    2.- We also adjusted in this files the padding so that they would start in 0. but we left them in 4.

    We did all this because when we put the backgrownd of the bar light grey or white, the height of the bar looked to big in relationship to the size of the text… and covered the logo…

    We are really greatefull for your help. Maybe you could consider changing this also, maybe it would be benefitial for other users.

    Let us know of your thought. We will definetly write a great review!!

    Thread Starter rserrab

    (@rserrab)

    Oh, and also when we try to call from the iphone, we are not able to because it changes the “+” to “00” so its not able to make the call. And now that i have seen it on the phone, the top bar is transparent… although its not so terrible for us. Do you think you could guide us into changing this problem of calling from the mobile?

    Thanks!

    Plugin Author Martin Stehle

    (@hinjiriyo)

    I will change the range of the readjustment in the next plugin version.

    Plugin Author Martin Stehle

    (@hinjiriyo)

    Very interesting the iPhone can not interpret “00” as the prefix dial number of a country! But the “00” for countries is a worldwide telephone guideline. In the file public/class-speed-contact-bar.php would you please comment out line 1058 (the replacement of ‘+’ to ’00’) and try to call from your iPhone via the refreshed contact bar? I would be interested in your experience (since I have no iPhone).

    Plugin Author Martin Stehle

    (@hinjiriyo)

    With the new plugin version 4.0 you can write your own functions to extend the contact bar with your desired content and style it with your own CSS. Please read the documentation in Other Notes. The readjustment range is changed, too.

    Thread Starter rserrab

    (@rserrab)

    Hello Martin!! thank you for everything, amazing support!!

    Everything works, also the iphone issue, finally I change:

    $tel_substr = preg_replace( ‘/[00]/’, ”, $tel_substr );

    and

    // change country area sign
    $tel = preg_replace( ‘|^[+]|’, ‘+’, $tel );

    Of course, we will wright an excelent review of the plugin and your support.

    Best wishes and regards.
    Roberto

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Conflict with Logo in Zerif Lite – And Font size change’ is closed to new replies.