Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #600665

    HI

    I find that in a few portfolios websites Names is automatically added ” “. I was trying to copy and paste clear text but nothing was changed.
    Any tips, how I can solve that?
    Thank you in advanced
    Krzysztof

    #601052

    Hi kkwasniewski,

    I’m not sure I understand what you mean by that, the URLs under your testimonials looks fine to me? Please try to explain a bit further if I’ve misunderstood you.

    Best regards,
    Rikard

    #601139

    Hi

    Tahnk you for quick answer.

    I don’t mean about the link:-)
    I mean about   (character is called a no-break space.)
    It is showing when Website name poseses some charakters in name or maybe it is too long?
    I was trying copy and paste with notepad but it is the same

    Please try (details as private)
    I am using testimonial slider compact with only one testimonial
    I hope now it is clear
    Krzysztof

    #601140

    Hi again

    Please find another details. It looks like problem is when is too many space in name

    #601357

    Hi!

    Please remove the spaces and then add them once again using spacebar. That should solve the issue. It sometimes happens when you copy paste content from files.

    Cheers!
    Yigit

    #601365

    Hi Yigit
    Thank you for your tip!
    Please note that I was trying several times:-)
    The problem is always, where is more then 4 spaces in Website Name
    Thank you in advanced
    Krzysztof

    #601366

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Regards,
    Yigit

    #601369

    yes, please find all data

    #602877

    Hi!

    I checked the page again but I don’t see the issue anymore. Did you figure it out?

    Best regards,
    Ismael

    #602905

    Hi
    Not problem is still I’ve just remove space:-)
    I’ve create special page where problem is in each testimonial (link please find in private)
    Poblem is always, when Name has more then 4 spaces

    #602988

    Hi!

    That is weird. Can you please try de-activating all activating all active plugins and check if that helps?

    Regards,
    Yigit

    #604339

    Hi,
    Yes I find that this plugin is due to my problem: https://pl.wordpress.org/plugins/sierotki/
    But without it I have another problem with letter in the end of line
    I’ve checked this https://wordpress.org/plugins/hyphenator/
    Thank you

    #604970

    Hi!

    What happens if you replace the non breaking space character with a line break or <br> tag?

    Regards,
    Ismael

    #606732

    HI
    Thank you for sugestion.
    <br> don’t work for Website Name field. The problem is only when I use Website Link and Website Name when I place the same text into Subtitle below name, works fine.

    #607374

    Hi!

    Use the br tag then add this in the functions.php file:

    
    // tlink
    add_action( 'wp_footer', 'ava_custom_script' );
    function ava_custom_script() {
    	?>
    	<script type="text/javascript">
    	(function($){
    		function b() {
    	        var tlink = $('.avia-testimonial-link').text();
    			$('.avia-testimonial-link').empty();
    			tlink = $.parseHTML( tlink );
    			$('.avia-testimonial-link').prepend(tlink);
    		}
    
    		b();
    	})(jQuery);
    	</script>
    	<?php
    }

    Regards,
    Ismael

    #616493

    Hi

    Sorry for latness in answer I want to check carefully
    I added this code but it doesn’t work.
    I’ve made copy of my website and send you for preview

    #618000

    Hi!

    Where did you add the code? I checked the functions.php file but it’s not there. We would like to make sure that you didn’t add it somewhere else. Replace the code with:

    // tlink
    add_action( 'wp_footer', 'ava_custom_script' );
    function ava_custom_script() {
    	?>
    	<script type="text/javascript">
    	(function($){
            function b() {
                 $('.avia-testimonial_inner').each(function() {
                    var tlink = $(this).find('.avia-testimonial-link').text();
                    $(this).find('.avia-testimonial-link').empty();
                    tlink = $.parseHTML( tlink );
                    $(this).find('.avia-testimonial-link').prepend(tlink);
                });
    
                b();
    	})(jQuery);
    	</script>
    	<?php
    }

    Regards,
    Ismael

    #618378

    Hi
    Sorry, I remove that code from our website and paste on copy (link you can find bellow)
    Please correct me when I am wrong:
    1. I’ve insert your code in the end of functions.php
    2. I’ve ad <br> in Website Name field

    I am affraid that still doesn’t work, please check link bellow

    Krzysztof

    #618920

    Hey!

    It is working on our end. Are you sure that you added the code properly? Make sure that you’re not looking on a cached version of the site. How can we login to this site http://etechnologie.pl/testy/wp-login.php?

    Cheers!
    Ismael

    #619027

    Hey

    1. Cache plugin is switch off
    2. I’ve inserted code properly please see screenshot: http://www.evernote.com/l/AOEfvcXhFG5GoKdeD-DSwkNAsuIBz0i1K_U/
    3. Yes it is login site, you can (Email address hidden if logged out)

    #620721

    Hey!

    You’re editing the local file?

    C:\Users\Krzysztof Kwaśniewsk\AppData\Local\Temp\_tcx\0\0\domains\etechnologie.pl\public_html\testy\wp-content\themes\enfold\functions.php – Notepad++

    UPDATE: I see. It’s a temp file from ftp.

    The login credentials is not working. http://etechnologie.pl/testy/wp-login.php

    Best regards,
    Ismael

    #621314

    Hi
    Sorry
    Please find credentials bellow

    #623056

    Hi!

    You are using an old version of the theme, so please upgrade to Enfold 3.5.4 and let us know if you still need help afterwards.
    Also upgrade your WordPress.

    Cheers!
    Andy

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