Forum Replies Created
-
AuthorPosts
-
Thank you!
I´v tried empty the cache in the plugin as well as disabling it. But images still does not load ?
Also emptied the browser cache.. in chrome the images does not load. But in brave browser they do ?
Please advise.
Thank you!
- This reply was modified 1 year, 11 months ago by paullindqvist.
Hi Rikard sorry for the late reply, what should I ask my hosting to do?
I have the same hosting on many of the sites, and i never got this error before when trying to import theme settings ?
Sure link posted
I have the exact same issue:
please advice!
Thank you!
- This reply was modified 3 years, 6 months ago by paullindqvist.
Yes, thank you!
Thank you!
Yes please do that, it would be great!
Thank you!
Thank you!
That worked, but I do get a gap between the header the first element (fullscreen slider)
How can I fix that?
- This reply was modified 3 years, 8 months ago by paullindqvist.
Thank you! Do not use a child theme, but I can’t find the line in the functions.php where I should paste the code into?
I search for the code in the functions.php but there is not such code in there it seems ?
Thank you!
Anyone have an idea what to do when you have a one-page design and don’t want the visitors to have to scroll all the way up to the top to access the menu?
Thank you!
Really need this sorted, since once you added the booking widget the page can’t be edited.
Thank you!
Regards
PaulAugust 4, 2020 at 6:47 pm in reply to: How to open a custom main menu item in a new window ? #1235177Great! Thank you!
Seemed that it was my child-theme causing issues, I switched to parent theme changed font and then changed to child-theme and imported parent theme settings. And then it changed.
Should I not be able to change the font when using a child-theme?
June 10, 2020 at 8:25 pm in reply to: Which api's are required for Google maps integration ? #1221388Yes, I can do that, but I need to know which APIs are required for it to work?
Thank you!
June 10, 2020 at 8:24 pm in reply to: How to set up Google Maps to use basic embedded maps and not dynamic #1221387Since the keys are unrestricted (per the instructions in the guide) they can be hijacked, which is what happened in my case. The API key can be seen in the code (according to google) if you inspect the site. This isn’t a problem of course if you have a restricted key that will only work on a specific domain.
I had more than 20 key’s that needed to be deleted and now I need to create new restricted key’s with the minimal required API’s
So the questions become which APIs are required for the map to work in enfold, naturally you shouldn’t have to enable every single API but only have the ones that are required.
Added credentials to log in
Hi! I’m trying to use Typekit on my website, I created a web project with Typekit and got the link for the stylesheet and use it when I copy the code shown above into the functions.php file in my enfold theme folder. But when loading the page I get an error loading it saying something went wrong.
I use a child theme if that changes anything ?
The code in my Functions.php
<?php function insert_dividers(){ ?> <script> (function($){ $('.avia-section.divider.waves').append('<svg version="1.1" id="Waves" class="bottom" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1500 200" preserveAspectRatio="none"><style type="text/css">.wav0{fill:#FFFFFF;}.wav1{opacity:0.15;fill:#339996;}.wav2{opacity:0.3;fill:#6FAEB0;}</style><g><path class="wav0" d="M1404.5,15.3c-214.5-23.4-430-20-644.1,10.2l-31.1,4.4C609.1,46.8,488.5,55.2,367.8,55.3h-5.4 C241.5,55.1,120.5,46.4,0,29.3v26v29.3V200h1500V81V55.3V25.7L1404.5,15.3z"/><path class="wav1" d="M739.6,149.7l31.1,3.8c242.7,28.7,486.6,28.5,729.3-0.5v4.8c-242.7,29-486.6,29.1-729.3,0.4l-31.1-3.8 C525.3,129,310,126.2,95.5,145.9L0,154.7v-4.8l95.5-8.7C310.1,121.5,525.3,124.4,739.6,149.7z"/><path class="wav2" d="M760.4,25.5l-31.1,4.4C486.7,63.9,242.6,63.8,0,29.3v55.3c242.6,34.5,486.7,34.6,729.3,0.5l31.1-4.4 c214.2-30.1,429.6-33.5,644.1-10.2L1500,81V25.7l-95.5-10.4C1190-8.1,974.6-4.7,760.4,25.5z"/><path class="wav2" d="M760.4,25.5l-31.1,4.4C486.7,63.9,242.6,63.8,0,29.3V81l95.5-10.4c214.5-23.4,430-20,644.1,10.2l31.1,4.4 c242.6,34.1,486.7,33.9,729.3-0.5v-59l-95.5-10.4C1190-8.1,974.6-4.7,760.4,25.5z"/></g></svg>'); })(jQuery); </script> <?php } add_action('wp_footer', 'insert_dividers'); /* Adobe typekit font */ add_action( ‘init’, ‘enfold_customization_switch_fonts’ ); function enfold_customization_switch_fonts() { global $avia; $avia->style->print_extra_output = false; } add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’); function avia_add_heading_font($fonts) { $fonts[‘Font Name One’] = ‘Font Name One’; $fonts[‘Font Name Two’] = ‘Font Name Two’; return $fonts; } add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’); function avia_add_content_font($fonts) { $fonts[‘Font Name One’] = ‘Font Name One’; $fonts[‘Font Name Two’] = ‘Font Name Two’; return $fonts; } add_filter( ‘wp_head’, ‘enfold_customization_add_scripts’ ); function enfold_customization_add_scripts(){ ?> <link rel="stylesheet" href="https://use.typekit.net/owf3vvn.css"> <?php } /* * Add your own functions here. You can also copy some of the theme functions into this file. * WordPress will use those functions instead of the original functions then. */
Thank you!
June 9, 2020 at 10:19 am in reply to: need help with Responsive design diffferences between mobile and Desktop #1220809So I managed to fix the colors for the transparent menu.
Any idea of how to use a different logo on the mobile menu?
Thank you!
June 9, 2020 at 9:03 am in reply to: need help with Responsive design diffferences between mobile and Desktop #1220769Does anyone got any ideas?
Thank you appreciate it!
June 9, 2020 at 9:02 am in reply to: Which api's are required for Google maps integration ? #1220767The key can be acquired from the code if you inspect the website, according to google. So restricting it to a web address is necessary.
Hi!
Please try again, its working for me now.
But i’v managed to replicate most things but this element, a carousel of clients/jobs
See example below:
Thank you! Really appreciate it!
Disregard this one, as it was my domain and hosting that wasn’t configured correctly.
Seriously, man, that’s awesome!
Thank you for taking the time to show me this! I really appreciate it!I follower the last post, so did not upload the svg to me locally, is it good to have the svg locally on the server if the link is broken in the future ? Or where is linked to now ?
I tested it on this installation.
Again thank you!
Thank you so much for responding, really appreciate it. How is that code inserted on the page ?
The page I want to add it to is here:
I want to divider between the header image and the white section below it.
May 21, 2020 at 6:02 pm in reply to: iOS device get's a blank page when they press a menu link #1215055Ok thank you! FTP credentials shared in private
May 21, 2020 at 4:32 pm in reply to: iOS device get's a blank page when they press a menu link #1215034Thank you!
The code is for a widget for Bookatable and it works on the live site as I can open the editor there without any issues?
They need the booking app on the website, is there any fix for it ?
Thank you!
May 21, 2020 at 2:22 pm in reply to: iOS device get's a blank page when they press a menu link #1215005Hi Yigit!
Thank you located, 4 open tags, that I removed page is unaffected, still a blank white page on ios.
I moved the page to another domain/hos to rebuild the page and it now loads on ios without any issues. So I assume it’s the wp installation or severs side causing it.
However on this new WordPress installation, I can’t edit the page, the Avia builder never loads.Could you please log in and see what’s causing it? No plugins are activated.
Thank you!
May 20, 2020 at 9:24 am in reply to: iOS device get's a blank page when they press a menu link #1214587Hi! Yes i tried it no difference. :-(
Any ideas ?
I have the same issue, please se private content for login, thank you!
-
AuthorPosts