Forum Replies Created

Viewing 30 posts - 61 through 90 (of 438 total)
  • Author
    Posts
  • in reply to: Cookies, Privacy and Captcha #1396378

    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.

    in reply to: Use WordPress block with classic editor #1396357

    Thank you Mike.

    in reply to: Cookies, Privacy and Captcha #1396219

    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?

    in reply to: Cookies, Privacy and Captcha #1396218

    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.

    in reply to: Use WordPress block with classic editor #1396179

    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?

    in reply to: Featured image for sensei is cropped #1394688

    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.

    in reply to: Featured image for sensei is cropped #1393869

    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.
    in reply to: Scroll in place #1373784

    Layer Slider will work fine for this.

    Thank you Ismael!

    in reply to: Share on WhatsApp not translated in Spanish #1367959

    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.

    in reply to: Line break for tab section titles #1357171

    Thank you Mike, it worked as expected.

    in reply to: Remove Theme Extensions from admin bar #1353293

    Thank you!

    You can close it as solved.

    • This reply was modified 2 years, 5 months ago by peterolle.
    in reply to: Adding TikTok for social profiles the correct way #1353265

    Great @guenni007, it works perfectly.

    Thank you.

    in reply to: Adding TikTok for social profiles the correct way #1353254

    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.

    in reply to: Adding TikTok for social profiles the correct way #1353195

    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.eot

    Plus config, CSS files, and an html demo.

    Which one of the fonts should I upload?

    Thanks.

    in reply to: Adding TikTok for social profiles the correct way #1353189

    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.

    in reply to: Adding TikTok for social profiles the correct way #1353181

    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.

    in reply to: WordPress 6.0 #1353116

    You can close it, thank you.

    in reply to: WordPress 6.0 #1353065

    Thank you, I will give it a shot in one of the sites.

    in reply to: WordPress 6.0 #1353033

    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.

    in reply to: Custom single posts with ACF #1345057

    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.

    in reply to: Full size featured image in Elegant Blog #1340698

    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?

    in reply to: Timeline from posts #1340573

    I know, just asked to see if there was something like that available.

    Thank you Ismael, you can mark as solved and close.

    in reply to: Custom fonts not loading after 4.8.9.1 #1340348

    The dashes is the problem.

    You can mark this as solved, thank you Rikard.

    in reply to: Custom fonts not loading after 4.8.9.1 #1340207

    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?

    in reply to: Magazine options not working in 4.8.8 #1333096

    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.

    in reply to: Show images in search results 4.8.8 #1332543

    Thank you Nikko, you can mark it as solved.

    in reply to: H1 font size different in browsers #1329988

    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.

    in reply to: Licenses #1328000

    Thank you Rikard, you can mark it as solved.

    in reply to: 2 custom separator icons not showing #1319501

    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.

    in reply to: 2 custom separator icons not showing #1319495

    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.
Viewing 30 posts - 61 through 90 (of 438 total)