-
AuthorPosts
-
March 19, 2016 at 12:27 pm #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
KrzysztofMarch 21, 2016 at 6:50 am #601052Hi 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,
RikardMarch 21, 2016 at 10:32 am #601139Hi
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 samePlease try (details as private)
I am using testimonial slider compact with only one testimonial
I hope now it is clear
KrzysztofMarch 21, 2016 at 10:37 am #601140Hi again
Please find another details. It looks like problem is when is too many space in name
March 21, 2016 at 4:59 pm #601357Hi!
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!
YigitMarch 21, 2016 at 5:11 pm #601365Hi 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
KrzysztofMarch 21, 2016 at 5:14 pm #601366Hi!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
YigitMarch 21, 2016 at 5:16 pm #601369yes, please find all data
March 24, 2016 at 4:35 am #602877Hi!
I checked the page again but I don’t see the issue anymore. Did you figure it out?
Best regards,
IsmaelMarch 24, 2016 at 9:40 am #602905Hi
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 spacesMarch 24, 2016 at 1:20 pm #602988Hi!
That is weird. Can you please try de-activating all activating all active plugins and check if that helps?
Regards,
YigitMarch 29, 2016 at 10:29 am #604339Hi,
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 youMarch 30, 2016 at 6:30 am #604970Hi!
What happens if you replace the non breaking space character with a line break or <br> tag?
Regards,
IsmaelApril 1, 2016 at 3:42 pm #606732HI
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.April 4, 2016 at 6:20 am #607374Hi!
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,
IsmaelApril 18, 2016 at 2:10 pm #616493Hi
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 previewApril 20, 2016 at 6:19 am #618000Hi!
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,
IsmaelApril 20, 2016 at 3:24 pm #618378Hi
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 fieldI am affraid that still doesn’t work, please check link bellow
Krzysztof
April 21, 2016 at 6:27 am #618920Hey!
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!
IsmaelApril 21, 2016 at 10:29 am #619027Hey
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)April 24, 2016 at 1:48 am #620721Hey!
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,
IsmaelApril 25, 2016 at 2:18 pm #621314Hi
Sorry
Please find credentials bellowApril 27, 2016 at 1:54 pm #623056Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.