Forum Replies Created
-
AuthorPosts
-
Hello Ismael.
1- Me as an admin (logged in): Captcha and map error
2- Anonymous user: It loads fine.So there is something happening when I am loged in to make the error happens.
What can the problem be?
Thank you.
Thank you Mike.
More.
The map shows this: Maps were disabled by the visitor on this site. Click to open the map in a new window.
I tested in another browser and it shows correct (at least for now)
Why as an admin I am getting the captcha and map errors?
After some tests the buttons are showing now.
The contact form is still displaying: This contact form is deactivated because you refused to accept Google reCaptcha service which is necessary to validate any messages sent by the form.
How to fix it?
Thanks.
Thank you Mike.
I will look for a plugin to attach files to a post (in this case Sensei lessons) to have extra material for the lessons, if you know of any, please share.
Will classic disappear at some point or Enfold will have it like forever?
Thank you Nikko.
I gave this a shot and the result is not as expected.
1- The first code worked fine.
2- The second one that applies only to sensei:
Shows the bad cropped image again.
After the bad cropped image it shows “latest post” with a featured huge image and then the posts that repeat.This was with just a simple course page with nothing in it.
I believe I will have to stick with the first code, unless you can have a look and let me know what to fix.
Thank you, I really appreciate your help.
Thank you Nikko.
Will this affect everything or just Sensei? (There are pages, blog post, etc…)
Which plugin you recommend to regenerate images?- This reply was modified 1 year, 10 months ago by peterolle.
Layer Slider will work fine for this.
Thank you Ismael!
Yeah, that was missing and that is the correct translation, as the other ones.
If I catch something else I’ll contribute there, thank you for fixing it for the next update!
As this is just a fix suggestion, feel free to mark this as solved.
Thank you Mike, it worked as expected.
Great @guenni007, it works perfectly.
Thank you.
Thank you for that @guenni007.
I will do some performance tests using the font and the image to see if it is ok, in the meantime I used the entypo-fontello that comes with Enfold and with the Tumblr icon to avoid extra loads.
If anyone is looking for the same, just use the following in your functions and add your TikTok URL in Social Profiles.
// Register new icon as a theme icon function avia_add_tiktok_icon($icons) { $icons['tiktok'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue8fa'); return $icons; } add_filter('avf_default_icons','avia_add_tiktok_icon', 10, 1); // Add new icon as an option for social icons function avia_add_tiktok_social_icon($icons) { $icons['TikTok'] = 'tiktok'; return $icons; } add_filter('avf_social_icons_options','avia_add_tiktok_social_icon', 10, 1);
Any idea why when hovering over the icon it displays Tiktok instead of TikTok with 2 capital T’s?
Thanks.
I was trying to use the Tumblr one for a start to avoid uploading fonts and having to load more resources and items in the site. Just use the already incorporated icons.
Is there a way for that?
To import:
I just had a look at https://fontello.com, uploaded the icon from Font Awesome, select it and downloaded it.
I got:
fontello.woff2
fontello.svg
fontello.ttf
fontello.woff
fontello.eotPlus config, CSS files, and an html demo.
Which one of the fonts should I upload?
Thanks.
None of that @Guenni007.
Isn’t the example code supposed to work with the already Fontello icons Enfold uses?
So I replace “ue800” to whatever is needed for Tumblr and an icon should show up?
Thanks.
Thank you Ismael.
I started with this.
Functions.
// Register new icon as a theme icon function avia_add_tiktok_icon($icons) { $icons['tiktok'] = array( 'font' =>'fontello', 'icon' => 'ue800'); return $icons; } add_filter('avf_default_icons','avia_add_tiktok_icon', 10, 1); // Add new icon as an option for social icons function avia_add_tiktok_social_icon($icons) { $icons['TikTok'] = 'tiktok'; return $icons; } add_filter('avf_social_icons_options','avia_add_tiktok_social_icon', 10, 1);
CSS.
#top #wrap_all .av-social-link-tiktok:hover a{ color:#fff; background-color:#9fae37; }
Now a blank space (no icon) appears and it has the background hover.
1- What is the code to use instead of “ue800” so the Tumblr icon appears?
2- When I hover over the “blank space”, it displays Tiktok and not TikTok with capital T’s. How to make it show the proper title?
–
3- As Font Awesome has a TikTok logo, is there a way to just import that single icon to use and not the complete font library?Thanks.
You can close it, thank you.
Thank you, I will give it a shot in one of the sites.
Thank you both.
I see some can’t edit pages, some other are having problems with the builder and so on, so I will wait a bit to see if everything works fine or there are any bugs that needs a fix.
Where are you displaying the custom fields? Did you modify a template to display them?
It will be for normal posts under certain categories.
Not implemented yet. Which file should I modify to display them?
Thanks.
Thank you Ismael.
I have to change ‘square’ to ‘full’? Please share how the code should look after the modification.
Does this applies to any blog style I choose from the list?
I know, just asked to see if there was something like that available.
Thank you Ismael, you can mark as solved and close.
The dashes is the problem.
You can mark this as solved, thank you Rikard.
For anyone looking into this, the problem is in the font file names.
1- Delete the font from Enfold.
2- In your computer, download open and rename the font file removing the – in the names.
Change Font-Name.ttf for FontName.ttf
3- Zip the file.
4- Upload to Enfold.Then it will work.
The question here is: Why a change like that in Enfold?
Hello Ismael.
The file magazine.php is untouched, nothing modified.
I confirm that the code you added in line 707 fixes the issue.
Thank you for sharing it, as my homepage was completely broken since the update, but I saw it today.
You can mark this as solved.
Thank you Nikko, you can mark it as solved.
Strange thing, I completely disable all caches, merge and Cloudflare and purge everything.
It loaded correctly, then turn everything again on. Please let me know if you see it big now.
The question here is why it went from big to small just like that?
As I use Safari (Logged In) I was seeing it correctly until I went to check a post in Brave and discovered the problem.
Thanks.
Thank you Rikard, you can mark it as solved.
Never mind, I just went to my site and it is working, this is strange, in the other Mac it was failing. Strange…
Thank you Yigit, you can solve this.
Thank you Yigit, the default one.
I actually don’t see any instagram icon. (see attached)
Maybe it is the wrong link?
- This reply was modified 3 years, 2 months ago by peterolle.
-
AuthorPosts