Forum Replies Created
-
AuthorPosts
-
Hi idvisionme,
Can you try adding this css code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:767px) { .home .avia_code_block_0 { display: none; } }Best regards,
NikkoOctober 28, 2019 at 2:53 am in reply to: How only refer to portfolio titles of the same portfolio category? #1151641Hi Michiel,
We apologize for the delayed response.
Can you try adding this code in functions.php (most preferrably in a child theme so it’s permanent):function my_avf_post_nav_settings( array $settings ) { $settings['same_category'] = true; return $settings; } add_filter( 'avf_post_nav_settings', 'my_avf_post_nav_settings', 10, 1 );Best regards,
NikkoHi Havi,
Try to copy the modified avia-snippet-cookieconsent.js to the js folder of your child theme, then in functions.php of your child theme add this code (however since cookie consent is frequently updated recently you may need to still check):
// Replace avia.js function change_avia_cookie_js() { wp_dequeue_script( 'avia-cookie-js' ); wp_enqueue_script( 'avia-cookie-js-child', get_stylesheet_directory_uri().'/js/avia-snippet-cookieconsent.js', array('avia-default'), 2, true ); } add_action( 'wp_enqueue_scripts', 'change_aviajs', 100 );As for the avia buttons that still doesn’t show, are you referring to Beginner, Intermediate and Advanced buttons? is it not showing on all browsers?
Best regards,
NikkoOctober 23, 2019 at 2:01 am in reply to: ADD MAPBOX INSTEAD OF GOOGLE MAP – MUCH NICER STYLE #1150342Hi Danilo,
We apologize for the delayed response.
If another alternative gets popular, I think it will surely be considered to be added in Enfold. :)1. There’s no such feature at the moment in Video element, but in the next release of Enfold it will be added. For now you can follow the solution on this thread: https://kriesi.at/support/topic/stop-mp4-from-looping/#post-1022661
2. Try to use this filter: avf_masonry_sort_first_label
Best regards,
NikkoHi Havi,
We apologize for the delayed response.
Can you try to modify avia-snippet-cookieconsent.js (line 629)? it’s located in wp-content > themes > enfold > js folder. Then remove this code in that line:|| 'msTrackingProtectionEnabled' in window.externalBest regards,
NikkoHi CurlyHost,
With regards to the broken image you’re seeing, it’s because the js code from the ziprecruiter uses a relative path to show the image (you can see what I mean if you go to the link in the private content), so it’s looking for this image on your site:
/zrs/80eb026d/img/ajax-loader-sm.gifyou can see it if it uses this path: https://www.ziprecruiter.com/zrs/80eb026d/img/ajax-loader-sm.gif
And the other issue is the loading of data since it’s showing this error:public-api.wordpress.com/:6 WebSocket connection to 'wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data' failed: Error during WebSocket handshake: Unexpected response code: 403Can you try to test it in a default wordpress theme? and check if it works
Best regards,
NikkoOctober 18, 2019 at 2:11 am in reply to: Portfolio Grid — Sorting default to first category not working in Translation #1149072Hi Corina,
I tried to test it again several times in different browsers (to make sure it’s not cached) and it seems to be working fine.
It seems to be fixed now, it shows up Investment Properties under References properly and the script was loaded as soon as the page was loaded and there’s no js error.Best regards,
NikkoOctober 18, 2019 at 1:57 am in reply to: Replacing class-breadcrumbs.php via child theme to get rid of "You..here"-prefix #1149071Hi Guuu,
To replace it via the child theme, you’ll need to define function avia_title in the functions.php of your child theme.
Just copy the whole function, don’t include:if(!function_exists('avia_title')) {then replace the breadcrumb part which I mentioned above.
Best regards,
NikkoHi geraldinetay27,
Try adding this css code, place it above the last code I gave.
#top .gform_wrapper input.gform_button { background-color: transparent; }Best regards,
NikkoOctober 18, 2019 at 1:51 am in reply to: ADD MAPBOX INSTEAD OF GOOGLE MAP – MUCH NICER STYLE #1149069Hi Danilo,
The map just needs to have a height set in css.
I have tested that code on my local server and it seems to be working fine, though it took several seconds to load.Best regards,
NikkoHi Havi,
Yes, however avia-footer-scripts is a merged js file.
Can you disable js merging and minification in Enfold > Performance? and try to check the web console again, it should atleast show which js file is causing the issue.Best regards,
NikkoHi FeedXL2019,
Glad that you got a workaround it :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi FeedXL2019,
Yes, that’s not easily done and making an automated solution would also make it more complex.
The workaround I suggested was a possible solution that I could think of since what you’re trying to achieve isn’t an available option.Best regards,
NikkoHi Steve,
There’s no option for that, however you can remove it by adding this css code in Quick CSS, located in Enfold > General Styling:
#top .avia-layerslider.container_wrap { border: none; }Best regards,
NikkoHey Giuseppeci,
In the Advanced Layout Builder, use Tabs under Content Element.
Then set Tab Position to Display tabs on the left.Best regards,
NikkoHey Andrea,
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 an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHey Jessica,
Try adding this css code in Quick CSS, located in Enfold > General Styling:
#top #header .main_menu { margin-right: 120px; }Best regards,
NikkoOctober 16, 2019 at 11:06 am in reply to: ADD MAPBOX INSTEAD OF GOOGLE MAP – MUCH NICER STYLE #1148399Hey danilogdl,
Try to put this inside a Codeblock:
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v1.4.1/mapbox-gl.js'></script> <link href='https://api.tiles.mapbox.com/mapbox-gl-js/v1.4.1/mapbox-gl.css' rel='stylesheet' /> <style> body { margin:0; padding:0; } #map { position:absolute; top:0; bottom:0; width:100%; } </style> <div id='map'></div> <script> mapboxgl.accessToken = 'pk.eyJ1IjoiZ2RsbndzIiwiYSI6ImNrMW11Ym9jMjAzMjQzZ25xam1oMmhwcnoifQ.JSIPcNr0kAA5KYkzqoZW_g'; var map = new mapboxgl.Map({ container: 'map', // container id style: 'mapbox://styles/mapbox/dark-v10', //hosted style id center: [-77.38, 39], // starting position zoom: 3 // starting zoom }); </script>Best regards,
NikkoHi Thomas,
Thanks for contacting us!
Unfortunately, Enfold isn’t compatible with Elementor or other page builders.Best regards,
NikkoHi newmediologo,
We’ll be closing this thread then.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Franz,
We’re glad to hear :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi aussiedropbear,
Glad that Ismael helped you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Raphep,
Upon inspecting the link you gave it seems to be in the slide in the content slider, 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 an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi John,
You can replace it in wp-content > themes > enfold > includes > helper-privacy.php (line 1509, enfold 4.6.3):
$reload .= __( 'To reflect your cookie selections we need to reload the page.', 'avia_framework' );just replace the text.
Best regards,
NikkoHey Willem7904,
Yes, when you edit the Search module you should see the Placeholder setting, just remove the value set there.
Best regards,
NikkoHi Daniel,
Thanks for doing that, after checking further I found this in enfold.css (generated css):
.header_color .avia-icon-list .iconlist_icon { background-color: qfa9'0+0+0+0-4(;}.header_color .avia-icon-list .iconlist-timeline{border-color:rgba(0,0,0,0.5);}.header_color .iconlist_content{color:#4d4d4d;}.header_color .avia-timeline .milestone_icon{background-color:qfa9'0+0+0+0-4(; }Can you try to switch your php version to 7.1 or 7.2?
Best regards,
NikkoHi FeedXL2019,
Unfortunately there’s no hook for this.
However, the workaround that I think would work for you is either to modify Color Section element or create a different version of Color Section, you can find in our documentation on how to do it: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-albBest regards,
NikkoHey Ronald,
Try adding this css code:
#top .avia-heading-row { background-color: #0485BE; color: white; } #top .avia-heading-row b { color: white; }Best regards,
NikkoHi Daniel,
You have 2 Enfold (parent theme) showing in Appearance > Themes, it may be causing the issue.
Please delete one of the enfold theme.Best regards,
NikkoHi famarinu,
Try using this:
content: "\f101"; font-family: flaticon;Best regards,
Nikko -
AuthorPosts
