Forum Replies Created
-
AuthorPosts
-
Hi larias_transfiriendo,
Glad that we could help :)
Let us know if you need further assistance or if we can close this thread.Best regards,
NikkoHey Dan,
You can follow the instructions here: https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-head-section
Hope it helps.Best regards,
NikkoFebruary 21, 2019 at 5:22 pm in reply to: Color section background video not full width anymore #1070024Hey jasonhinze,
Can you point out the page where this issue shows?
I’ve checked some pages you have and the Color Section with background video works fine on my end.Best regards,
NikkoFebruary 21, 2019 at 5:18 pm in reply to: ALB not showing up for my CPTs. The fix from this forum did not work for me. #1070023Hi contiorg,
Can you try to switch to Classic Editor.
Go to Enfold > Theme Options > Select Your Editor, set this to: Use WP Classic Editor then save.
Hope this helps.Best regards,
NikkoHey esotEric,
Can you give us the link to the page? so we can take a closer look.
Maybe some js errors are present causing conflict.Best regards,
NikkoHi Mark,
Can you give us temporary admin access? so we can look further in your backend.
Just post the login details in private content, so it’s only visible to the moderators.Best regards,
NikkoFebruary 21, 2019 at 5:08 pm in reply to: LayerSlider WP doesn't work – Enfold Theme Version is 4.5.3 #1070020Hey gubano,
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,
NikkoFebruary 21, 2019 at 5:05 pm in reply to: Unable to update Enfold, getting message: Download Failed. Forbidden. #1070016Hi Del,
Glad that all is fine on your end :)
Thanks for using Enfold and have a great day!Best regards,
NikkoFebruary 21, 2019 at 5:03 pm in reply to: masonry gallery image caption not as overlay but below #1070014Hey hirndrang,
Can you give us a link to the masonry gallery you have? so we can take a closer look and try to give you css code that should work.
You can put the link in private content, if you don’t want it to be seen by other people except moderators.Best regards,
NikkoHey andrewcurt93,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.single-post #header_main { background-color: #333; }
Best regards,
NikkoHi studiorizzonte,
Glad that it works now :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey Sandy_DD,
Please try the solution on this thread: https://kriesi.at/support/topic/the-link-you-followed-has-expired-please-try-again-2/#post-980175
Hope it helps.Best regards,
NikkoHi prana_aok,
Centering it can be done but not above main menu.
You’ll need to use header widget if you want it to be above the main menu.
Here’s the link to the documentation on how to do it: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-areaBest regards,
NikkoHi Mike,
Glad that we could help :D
Thanks also for using Enfold and have a great day!Best regards,
NikkoHi Mike,
I have replaced the last code I gave with:
#tribe-bar-form { background-color: #eee; } #tribe-events-bar { position: relative; z-index: 10; } #tribe-events-bar:before, #tribe-events-bar:after { content: "."; position: absolute; height: 100%; width: 2000px; left: -2000px; text-indent: -50px; overflow: hidden; border-bottom-style: solid; border-bottom-width: 1px; top: 0; } #tribe-bar-form #tribe-bar-views { padding: 0 0 0 23px; } #tribe-events-bar #tribe-bar-form { margin-bottom: 0; }
Let us know if you need further assistance.
Best regards,
NikkoHi Matsky1,
It appears cut off because the layers in the layerslider are floating.
I tried to check it out further but it’s a bit difficult to tweak the slider for mobile.
The workaround I can recommend is to hide the layerslider in mobile and use another slider (or still layerslider) and use a portrait image then hide it for desktop but show it for mobile.Best regards,
NikkoHi Pas7o,
Yes, please do so, adding the scrollbar on the right side would make the width consistent. :)
@DigitalEssence thanks for helping out :)Best regards,
NikkoHi adamghart,
I see, I think that’s because you’re logging in via woocommerce login, try adding this php code in functions.php:
add_filter('woocommerce_login_redirect', 'wc_login_redirect'); function wc_login_redirect( $redirect_to ) { $redirect_to = 'https://www.revestmanagement.com/product/rent/'; return $redirect_to; }
Best regards,
NikkoHi Eric Marks,
Try adding this css code in Quick CSS:
#top #header .logo { overflow: visible; margin-left: -42px; } #top #header .logo a { background-color: #e6e3dd; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; box-sizing: content-box; padding: 30px; }
Best regards,
NikkoFebruary 21, 2019 at 1:10 pm in reply to: Message error : asset-manager.class.php on line 326 #1069920Hi Gaëlle,
We’ll wait for your feedback then and leave this thread open :)
Best regards,
NikkoFebruary 21, 2019 at 1:05 pm in reply to: active advanced layout builder for pop maker plugin #1069915Hi coreil,
Can you try adding this php code in functions.php of your child theme? (the one in the link has some issues with quotes)
function add_builder_to_posttype($metabox) { foreach($metabox as &$meta) { if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout') { $meta['page'][] = 'popup'; } } return $metabox; }
Let us know if this helps.
Best regards,
NikkoHi kellyCraftMedia,
Thanks for your kind words, we appreciate it :)
Glad that we could help.
Thanks also for using Enfold and have a great day!Best regards,
NikkoFebruary 21, 2019 at 4:26 am in reply to: transition speed in full-screen slider / hide bullets #1069773Hi kunstkaffe,
1. Have you tried Jordan’s solution?
2. Add this css code in Quick CSS (located in Enfold > General Styling):#top .avia-fullscreen-slider .avia-slideshow-dots.avia-slideshow-controls { display: none; }
Best regards,
NikkoHi Viet,
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 kellyCraftMedia,
Try adding this also inside the media query:
#footer .widget#text-3 .textwidget p .av_font_icon { display: inline-block; float: none; }
Best regards,
NikkoHi Dan,
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 LMDA07,
I have tested it via web inspector on the link you gave and it works fine.
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 Byrne,
Glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Zak,
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 Angela,
Glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts