Tagged: Enfold Combo Widget, extra elements, formcraft
-
AuthorPosts
-
February 28, 2016 at 9:13 am #590376
1. Please help me to solve the problem – error reduction the title of the record (Russian language) in Enfold Combo Widget (Popular, Recent) – appear black diamond with a question mark.
substr / mb_substr / UTF-8 ?
(screenshot attached)
2. Include Extra Elements second menu and phone number, but then if I want to give a link to the tab (…/#tab-id-3 for example) page does not display correctly – the main menu hides a part of the text. How can I fix this?
(screenshot attached)
3. I can not find a way to remove the a-hover-underline from the button (used FormCraft plugin). Please tell me how to do this if possible.
(link attached)
- This topic was modified 8 years, 8 months ago by sckye.
February 29, 2016 at 5:27 pm #590976Does anyone help me please.
March 1, 2016 at 8:30 am #591400Help me please
March 1, 2016 at 4:13 pm #591617Help me please. Maybe I’m doing something wrong, but no one is responsible to me for several days.
March 1, 2016 at 4:56 pm #591665Hey!
I just saw your thread but this is the only thread you have started. I guess you were not successful when you tried to start the first one. You can always go to – https://kriesi.at/support/profile/sckye/topics/ and check if you started a thread or not. Also, please note that self posting usually causes threads to be overlooked. If your case is urgent, please try avoid doing that.
1- Is your database set to UTF8? http://codex.wordpress.org/Converting_Database_Character_Sets
2- Not sure if i understood the issue clearly. Can you please elaborate? If you can show the issue on your live site, we can understand it better.
3- Please add following code to Quick CSS in Enfold theme options under General Styling tabhtml .formcraft-css .simple_button { text-decoration: none!important; }
Regards,
YigitMarch 1, 2016 at 5:44 pm #591721Hey!
Thanks for the quick response.
1. Yes, as far as I know.
I have encountered the same problem, it’s been resolved as follows:
It was: <php echo stripslashes (substr (wp_filter_nohtml_kses ($ comment-?> Comment_content), 0, 50)); ?>
Fixed: <php echo stripslashes (mb_substr (wp_filter_nohtml_kses ($ comment-?> Comment_content), 0, 50)); ?>
I can not find that in this case…2. Solved. Began to copy the links and found that the problem is only logged users. This is because of the top administrative panel WP.
3. Thank you very much, the problem is solved.
March 3, 2016 at 7:59 pm #592877Hi!
Please add following code to Functions.php file in Appearance > Editor
function add_subset_func($fontlist) { $fontlist .= "&subset=latin,latin-ext"; return $fontlist; } add_filter('avf_google_fontlist', 'add_subset_func');
Best regards,
YigitMarch 3, 2016 at 9:07 pm #592927Did not work. Everything remained the same.
I think this is in the ‘substr’ because it is necessary to specify the ‘mb_substr‘ end the code ‘UTF-8’ but I do not know where to do it.
(Of course I could be wrong, but) this solution
php echo stripslashes (substr
php echo stripslashes (mb_substr
helped with a Canvas theme from WooTh….
In exactly the same widget.March 3, 2016 at 9:34 pm #592947Hey!
can u please show us the full code you used to the wootheme, to see what was the issue related to?
Might be helpful to help us understand more detailsRegards,
BasilisMarch 3, 2016 at 10:04 pm #592968php echo stripslashes (substr
php echo stripslashes (mb_substr(files attached)
Probably where the code should mention ‘UTF-8’…
March 11, 2016 at 7:29 pm #597007Hey!
Sorry for the late reply!
Could you please go to Enfold/framework/php/class-sidebar-generator.php file and find “substr” and replace with “mb_substr” and check if that helps? If not, please create a temporary admin login and FTP logins and post them here privately so we can look into it.
Cheers!
YigitMarch 11, 2016 at 10:04 pm #597056Not helps.
Admin login and FTP login attached.
Combo Widget – on the home page.- This reply was modified 8 years, 8 months ago by sckye.
March 14, 2016 at 3:24 pm #597771Hi!
Sorry for the late reply!
I went to wp-content/themes/enfold/framework/php/function-set-avia-backend.php and changed “substr” to “mb_ substr”. Please review your website now.Regards,
YigitMarch 14, 2016 at 3:53 pm #597804Yigit, thank you very much for your help. Solved.
March 14, 2016 at 3:54 pm #597805Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Regards,
Yigit -
AuthorPosts
- The topic ‘Moderators help me please! I have no answer for several days…’ is closed to new replies.