Forum Replies Created
-
AuthorPosts
-
Hi rmatus,
Can you give us a link to the page mentioned? so we can take a closer look and also try to figure out why it’s not working.
Best regards,
NikkoHi Isabel,
This code should work just fine:
#top #main .avia-section .template-page { max-width: 800px !important; }Can you give us a screenshot of how this results in mobile? this code shouldn’t have any impact in mobile since it only sets the max-width but the default width is still 100%.
Best regards,
NikkoHi Lawrence8,
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
( to 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 Harold,
Can you try this CSS code instead:
@media only screen and (min-width:768px) { #top nav .social_bookmarks { display: none; } }Best regards,
NikkoMay 3, 2021 at 5:36 am in reply to: Is there a way to the ddefault header transparency for all new pages and posts #1297850Hi mosaic,
Please check this thread: https://kriesi.at/support/topic/transparent-header-as-default/
Hope it helps.Best regards,
NikkoHi mavofa2one,
We’re glad to hear that :))
Thanks for using Enfold and have a great day!Best regards,
NikkoHi sitesme,
Can you try adding this CSS code:
#top .avia-fullwidth-slider .caption_container { max-width: 100%; padding: 0; } #top .avia-fullwidth-slider .slideshow_caption, #top .avia-fullwidth-slider .slideshow_inner_caption, #top .avia-fullwidth-slider .slideshow_align_caption { padding: 0; }Best regards,
NikkoHi merrywatson,
No, but you’ll need to use a child theme, you can download and find instructions in our documentation: https://kriesi.at/documentation/enfold/child-theme/
Then in functions.php of the child theme, add this code:function add_flags_to_header() { $output = "<ul class='custom_flags noLightbox social_bookmarks icon_count_2'>"; $output .= "<li><a href='ENGLISH_URL'>"; $output .= " <span class='language_flag'><img title='English' src='ENGLISH_FLAG_IMAGE_URL' alt='English' /></span>"; $output .= "</a></li>"; $output .= "<li><a href='ESPANOL_URL'>"; $output .= " <span class='language_flag'><img title='Español' src='ENGLISH_FLAG_IMAGE_URL' alt='Español' /></span>"; $output .= "</a></li>"; $output .= "</ul>"; echo $output; } add_action( 'ava_inside_main_menu', 'add_flags_to_header', 10 );just replace the following in the code:
– ENGLISH_URL with the link in private content
– ESPANOL_URL with the link in private content
– ENGLISH_FLAG_IMAGE_URL (you’ll need to find an image of the flag, then upload it to Media Library and copy the URL and replace this one)
– ESPANOL_FLAG_IMAGE_URL (same with ENGLISH_FLAG_IMAGE_URL)Then add this CSS code in Enfold > General Styling > Quick CSS:
#top .custom_flags { padding-right: 20px; }Hope it helps.
Best regards,
NikkoHi KMC DC,
You just need to do add the replacement element on that specific page, then use the code above and add to Quick CSS, then modify the page-id-number and the #ID and set it to display none.
I hope this helps.Best regards,
NikkoHi sarathomas221,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi YemeshM,
Thanks for giving us those screenshots.
I noticed the link/URL in the screenshots is different from the link you gave (private content). Anyway, I tested both and it showed
For the given link, here are the two screenshots I’ve taken from my phone: https://imgur.com/B6uleww and https://imgur.com/nuLQjlH
For the URL in the last screenshots, you gave: https://imgur.com/QDzYajC and https://imgur.com/x0DawAn
Since I could not really see it on my end, I’ll ask my colleagues to check on it.Best regards,
NikkoMay 3, 2021 at 3:37 am in reply to: After pushing the button 'update' all added new content disappear at the backend #1297831Hi Rainer,
I believe you can use this code (which is similar to the second code you posted):
[av_revolutionslider av_uid='' sc_version='1.0' id='1']Can you give us the specific page? so we can try to inspect it.
Best regards,
NikkoHi Joe,
There are generally two types of plugin that have some caching component in them, caching plugins and optimization plugins.
Can you give us FTP access? so we can check on it further.Best regards,
NikkoHi eleonorabienno,
I can’t seem to replicate the issue.
Can you give us temporary admin access? as well as the page/category that the issue is showing so we can try to tweak the code.Best regards,
NikkoHi Harry,
I tried to check again your site and it gets redirected to the coming soon page: https://www.bruckner-engineering.com/e013e4bb-28db-4d61-817f-437e9f1257b4/
I think you just need to tweak the last portion of the code I gave:#top .avia-timeline .milestone_inner:before { border-bottom-width: 20px; } #top .avia-timeline .milestone_inner:after { border-top-width: 20px; top: 90%; }The first block add a bottom value, then for the second block adjust the top value.
You can use % or px and to fine tune it.
I hope this is helpful.Best regards,
NikkoHi reinsicht,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Landwirtco,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoMay 2, 2021 at 9:47 am in reply to: Sometimes Layout is corrupt in chrome browser / Win. 10 #1297773Hi Montviso,
Sure, just let us know how it goes :)
Hopefully, it would fix the issue on your end.Best regards,
NikkoHi hgroen,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi,
Thanks for the login link.
It seems the code is overridden, I have added this CSS code in Quick CSS:#top .avia_mega_div .avia-bullet { display: none; }Please review your site.
Best regards,
NikkoMay 1, 2021 at 4:32 pm in reply to: Sometimes Layout is corrupt in chrome browser / Win. 10 #1297717Hi Montviso,
I am actually using Chrome as my main browser and I don’t get any issues.
Do you have any extensions installed in your Chrome browser?Best regards,
NikkoHi idvisionme,
I actually didn’t experience any issues.
I just replaced the homepage or Frontpage Settings in the Theme Options.
Then in Settings > Reading, made sure it’s just set to: Your latest postsBest regards,
NikkoHi vantagepointmg,
Thanks for sharing the video.
I have replaced this CSS code:#top #header .av-main-nav li:nth-child(4) { margin-right:850px; }with:
#top #header .av-main-nav li:nth-child(4) { margin-right: calc(100% - 500px); }Also I replaced this CSS code:
.av-main-nav-wrap { left: 50%; transform: translateX(-50%); }with:
.av-main-nav-wrap { width: 100%; }Please review your site.
Best regards,
NikkoMay 1, 2021 at 4:08 pm in reply to: Copyright Edit, Makes Background Image in Footer Disappear #1297714Hi Graham,
Yes, that would be fine as well.
Can we ask for login link as well as credentials for the staging site?Best regards,
NikkoHi hgroen,
Thanks, I have compared the settings and it seems most are the same, there are only few settings that are different:
– Main Menu > Burger/Mobile Menu > Clone title menu items to submenu set to Do not create a clone
– Main Menu > Burger/Mobile Menu > Menu Overlay Style set to Sidebar Flyout Menu (Classic)
– Layout Builder > Options Toggles In Modal Popup set to Use Toggle FeatureHere are the other settings that are different but I did not change:
– Blog Layout > Share links at the bottom of your blog post (imported settings only has WhatsApp link checked)
– Performance > Disable external video features (unchecked in imported settings)
– Google Services > Enable Google Maps on your site (imported settings is set to Use Google Maps)Also, I found this in Quick CSS (both in your current settings as well as the imported settings):
add_action( 'init', 'my_deregister_heartbeat', 1 ); function my_deregister_heartbeat() { global $pagenow; if ( 'post.php' != $pagenow && 'post-new.php' != $pagenow ) wp_deregister_script('heartbeat'); }I have removed it as it’s not valid CSS code.
Best regards,
NikkoHi Justin,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Real-3D,
We’re happy to hear that :)
Thanks for using Enfold and have a wonderful weekend!Best regards,
NikkoHi Yory,
You’re welcome :)
If you have important pages/posts and images existing then the only way it to manually (bulk) remove pages/posts as well as images.
But if there’s none then you can use WP Reset first so it’s clean slate then demo import.Best regards,
NikkoApril 30, 2021 at 3:56 pm in reply to: How Removing small arrows in mega menu's sub sections #1297587Hi reinsicht,
Thanks for the login credentials, please include the login link as well :)
Best regards,
NikkoHi Landwirtco,
I apologize for the misunderstanding, the reason youtube is not included in Social Share is that there’s no feature on youtube where you share a page of your site there unlike in facebook, twitter, etc.
I believe what you want is a Social Follow which I think you can use the Icon element’s shortcode in order to add it.Best regards,
Nikko -
AuthorPosts
