Forum Replies Created
-
AuthorPosts
-
Hi kkriel,
I tried to fetch the coordinates and I got this error:
It seems that your Google API key is not configured correctly The key is probably either restricted to the wrong domain or the domain syntax you entered is wrong. Please check your API key here The domain that should be allowed is: http://domain.com/*
It seems like removing the wildcard should fix it as recommended in this thread:
Hope it helps.
Best regards,
NikkoHey MathiasVie,
Thanks for giving us admin access.
Try to switch to the parent theme and check if lightbox works.
If it does, update the header.php of your child theme with the latest header.php of the Enfold theme and that should fix it.Best regards,
NikkoOctober 6, 2018 at 5:16 pm in reply to: Phone number link not clickable on mobile version of site #1018529Hi Mike,
This is the reason why it doesn’t work: https://imgur.com/a/SirFxdx
Can you put the code I gave at the bottom of Quick CSS.
Let us know if it works.Best regards,
NikkoHi jjdenmark,
Actually tested it with css fixes but I didn’t have any success, the only thing that worked is to wrap the grid/columns inside a div with a container class (just to make the background still fullwidth).
I have tested the things I instructed above: https://kriesi.at/support/topic/grid-row-text-align-horizontal/#post-1016002 and you should see it wrapped inside a container when you inspect with a google chrome web inspector or firebug for firefox, but I didn’t see it on your site. The only way we can help if you’re having a hard time making it work is to give us access or probably give us screenshots for each step so we can tell where it went wrong why it’s not working.Best regards,
NikkoOctober 6, 2018 at 5:01 pm in reply to: Previous and next arrows on portfolio items: How to limit these within category #1018525Hi tonyiatridis,
Thanks, I have added this code in functions.php of your child theme:
add_filter( 'avia_post_nav_entries', 'enfold_customization_postnav', 10, 2); function enfold_customization_postnav($entries, $settings) { if($settings['type'] == 'portfolio') { $settings['same_category'] = true; $entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); $entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']); } return $entries; }
Let us know if you need further assistance.
Best regards,
NikkoHi Sven,
Can you try adding this css code:
.page-id-4336 #after_full_slider_1 .avia-button.avia-button-fullwidth span.avia_button_icon, .page-id-4336 #after_full_slider_1 .avia-button.avia-button-fullwidth span.avia_iconbox_title { display: none; } .page-id-4336 #after_full_slider_1 .avia-button.avia-button-fullwidth .av-button-description p { margin-top: 0; } .page-id-4336 #after_full_slider_1 .avia-button.avia-button-fullwidth { background: transparent; }
Best regards,
NikkoHi 1lizcollins,
I think your header.php is the same as the current header.php which we have except for some customization you have done which I don’t see any issues.
If everything is working fine and don’t have any error then it means it’s already good :)
Just feel free to post if you need further assistance.Best regards,
NikkoOctober 6, 2018 at 4:18 pm in reply to: Background Video Restarts before the Slide Is Finished #1018511Hi raisonbrands,
We apologize for the late response.
I have made changes on your layerslider which you should see on the slider test page (link in private content)
I adjusted the slider timing for each slide which is 500ms lower than the actual duration of the video and have added muted value on the video tag (for each slide).
I checked it on with chrome, firefox on both mac and chrome and it does work well and no glitches (the os I’m referring is if it’s on win10, mac, etc) :)Best regards,
NikkoHi Trinemaija,
Thanks for giving us admin access, however I’m still puzzled since Kriesi’s test account on instagram which is in private content works fine.
Can you give us ftp access? so we can look into it further.
Just post the details in private content.Best regards,
NikkoOctober 4, 2018 at 5:49 pm in reply to: how to get the avia-merged-style css stylesheet down to the footer?? #1017982Hi Michael,
Glad that the article helped out and it’s great to hear the progress you’ve made :)
As for the above the fold thing, since we don’t have that option I do believe that you should find some wordpress plugins that have that functionality.Best regards,
NikkoOctober 4, 2018 at 5:40 pm in reply to: Phone number link not clickable on mobile version of site #1017979Hi johnworfin,
Try adding this css code also, this should lower the Get a Quote button:
@media only screen and (max-width:479px) { #header #text-6 { margin-top: 130px !important; } }
Best regards,
NikkoHi Jordi,
Using a child theme and overriding footer.php should also work and use conditional statements.
I think those are the only options that we have for now.Best regards,
NikkoHi Louise,
I posted a link to a screenshot in private content and compared both the logo in your header and the source image but I don’t see any difference.
The source image also looks pixelated, you should see the url on the source.Best regards,
NikkoHi jjdenmark,
You can add that one in Quick CSS.
Just use margin-left and margin-right instead of margin since it will also add to the top and bottom margin.Best regards,
NikkoHi Freek,
Glad that we could help :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi pixeet2016,
Glad that we could help :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Freek,
1. The > didn’t work because you used a mega menu so instead of using:
#menu-item-393 > .sub-menu
try to use:
#menu-item-393 .avia_mega_div > .sub-menu
2. try using this code:
#menu-item-393 .avia-menu-fx { background-color: red !important; }
Hope it helps.
Best regards,
NikkoHey Jordi,
At the moment Enfold doesn’t have the option but please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented.I think the workaround for that is to use a single footer which basically consists of 2 footers maybe have 2 sections, 1 for home and 1 for other pages, then just use developer ID or Custom CSS Class to hide some elements.
Hope this idea helps.Best regards,
NikkoHi flordelizamejia,
Yes, I think that is still possible with few modifications, first make sure to enable Custom CSS Classes by checking Show element options for developers located in Enfold > Layout Builder.
Then edit the button and set Button Link to #gps-track-disclaimer-popup then in Custom Css Class add the open-popup-link2 then in your functions.php find this code that you have added:jQuery('.open-popup-link').magnificPopup({
and replace it with:
jQuery('.open-popup-link, .open-popup-link2 > a').magnificPopup({
Let us know if this helps.
Best regards,
NikkoHey KravMagaSingen,
The code is generated from slider_markup_init.php found in enfold > config-layerslider > Layerslider > includes folder (line 31-46):
$lsInit[] = 'var lsjQuery = jQuery;'; $lsInit[] = 'lsjQuery(document).ready(function() {' . NL; $lsInit[] = 'if(typeof lsjQuery.fn.layerSlider == "undefined") {' . NL; $lsInit[] = 'if( window._layerSlider && window._layerSlider.showNotice) { ' . NL; $lsInit[] = 'window._layerSlider.showNotice(\''.$sliderID.'\',\'jquery\');' . NL; $lsInit[] = '}' . NL; $lsInit[] = '} else {' . NL; $lsInit[] = 'lsjQuery("#'.$sliderID.'")'; if( !empty($slides['callbacks']) && is_array($slides['callbacks']) ) { foreach($slides['callbacks'] as $event => $function) { $lsInit[] = '.on(\''.$event.'\', '.stripslashes($function).')'; } } $lsInit[] = '.layerSlider({'.$init.'});' . NL; $lsInit[] = '}' . NL; $lsInit[] = '});' . NL;
As for the skinsPath, I’m not really sure why the address is wrong, the address is usually http://domain.com/wp-content/themes/enfold/config-layerslider/LayerSlider/static/layerslider/skins/ however the one you have is wrong, did you make any changes in the settings?
Best regards,
NikkoHey khushbu,
It’s not working on Chrome because of their new policy regarding autoplay: https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
To make it autoplay on Chrome, make sure to mute the video, try to check Mute Video Player in the slider settings and that should make it work :)Best regards,
NikkoOctober 4, 2018 at 8:02 am in reply to: How can I embed an eMail-link into the LayerSlider? #1017743Hey franziskus1990,
Just adding mailto:email_address should work.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi Anja,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-2578 .pricing-table li { background-color: #ddc5a1 !important; color: #492e26 !important; } .page-id-2578 .pricing-table .avia-pricing-row { background-color: #492e26 !important; color: #ddc5a1 !important; }
Hope it helps.
Best regards,
NikkoHi David,
I have added this js code on your site:
function addjustHeaderHeight(){ ?> <script> jQuery.noConflict(); (function($) { var header = $("#header"), logoContainer = header.find(".container.av-logo-container"), logoContainerHeight = logoContainer.height(), logoInnerContainer = logoContainer.find(".logo > a"), headerNewHeight = 0; $(window).on('scroll', function () { var scrollTop = $(window).scrollTop(); if( logoContainerHeight >= scrollTop) { headerNewHeight = logoContainerHeight - scrollTop; logoContainer.css({ "height" : headerNewHeight + "px", "max-height" : headerNewHeight + "px", "line-height" : headerNewHeight + "px" }); logoInnerContainer.css({ "height" : headerNewHeight + "px", "max-height" : headerNewHeight + "px" }); } }); })(jQuery); </script> <?php } add_action('wp_footer', 'addjustHeaderHeight');
Let us know if you need further assistance.
Best regards,
NikkoOctober 4, 2018 at 6:56 am in reply to: Previous and next arrows on portfolio items: How to limit these within category #1017716Hi Tony,
I don’t see the login link provided by the login which should give us access.
Or you can just provide us with temporary admin account, so any moderator available could access.Best regards,
NikkoHi jjdenmark,
I checked your site and I don’t see the it wrapped inside a div with a class of container as specified in the code I gave.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoHey Alex,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi Trinemaija,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoHey ashlandwebsites,
Can you try to replace this code:
.header-scrolled .container.av-logo-container { display: none; height: 0 !important; }
to:
.header-scrolled-full .container.av-logo-container { display: none; height: 0 !important; }
Hope this helps.
Best regards,
NikkoOctober 3, 2018 at 7:05 am in reply to: Background Video Restarts before the Slide Is Finished #1017370Hey raisonbrands,
What browser and OS are you using?
I checked it with Chrome and Windows 10 and timed it and it’s exactly 6 seconds.Best regards,
Nikko -
AuthorPosts