Forum Replies Created
-
AuthorPosts
-
Hi,
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitHi,
Thanks for contacting us!
“avia” is the main menu in header, “avia2” is the secondary menu on header meta section and “avia3” is the menu in footer socket. After choosing the menu location, you should be able to choose which menu to display in page settings.
If you would not like to use a plugin, we have a code snippet on our docs that you can use – https://kriesi.at/documentation/enfold/menu/#different-menu-for-different-pages :)
Best regards,
YigitHi Oliver,
Thanks for contacting us!
URL of TeamViewer logo was broken in your custom CSS. I updated it in Appearance > Customize > Additional CSS and that helped.
Please review your website :)
Regards,
YigitHi,
I believe Günter will look into the minify only option but I am afraid implementing Critical CSS is far more difficult and I am not sure if we would like to take it that far :)
Thanks for your suggestions nevertheless!
Best regards,
YigitSeptember 5, 2022 at 5:50 pm in reply to: Enfold Color Section Background Image Resizing on Tablet #1363960Hi,
I could reproduce the issue on your website using browserstack, though, I could not reproduce it on my testing installation. I shared the link in private content field below.
Unfortunately, no one from the team seem to have an actual tablet so I am trying to find a way. This thread is not going to be forgotten :)
Thank you for your patience in the meantime!
Regards,
YigitSeptember 5, 2022 at 3:38 pm in reply to: Old enfold 4.2 sets PHPSESSID cookie, minor update version (hotfix) needed #1363942Hi Matthias,
Our devs said that we have not made such change and that it is needed for breadcrumbs and Masonry.
You can try adding following code to bottom of functions.php file of your child theme to disable the session cookie
add_theme_support( 'avia_no_session_support' );Best regards,
YigitHi,
@danielcpalmer we have just set up a search console and waiting for it to be indexed. We will update you here :)Regards,
YigitHi,
You are welcome!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi Vera,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .main_menu { -webkit-tap-highlight-color: transparent; } }Best regards,
YigitHey,
You are welcome, Gabriel! Glad we could help :)
Let us know if you have any other questions and enjoy the rest of your day!
Regards,
YigitHi,
FTP logins are not working for me. Could you please check them once again?
Best regards,
YigitHi Gabriel,
It is there because by default all automatically generated sections (“after_tab_section” for example) have a border and changing that unfortunately breaks stuff. So hiding those borders using CSS is the safest solution so far.
Yes, please start separate threads for your other questions. Shall we go ahead and mark this one as resolved? :)
Best regards,
YigitHi Gabriel,
Thanks! :)
Following code that Mike shared hides the border on my end
#after_tab_section_1.main_color { border-color: transparent; }You can also use following code
#after_tab_section_1 { border: none; }If you would like to hide the border next to heading, please edit Special Heading element and choose left aligned Modern style :)
Best regards,
YigitHey Tzvetomir,
Thanks for contacting us!
Yes, Enfold can answer your needs except for the authentication part. You would need a 3rd party plugin for that.
You can check out following plugins:
– https://www.itthinx.com/plugins/groups/
– https://s2member.com/Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey,
Please edit your slide and then go to Styling > Font Sizes to change responsive font sizes – https://imgur.com/a/b5krQQk :)
Cheers!
YigitSeptember 5, 2022 at 2:00 pm in reply to: News / blog page breaks when upgrading from PHP 7.4 to 8.0 #1363917Hi,
Glad we could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitHi Gabriel,
I think I should have mentioned that (Email address hidden if logged out) is a no-reply email, no one has access to it. So please set a random password for the account and share privately :)
Regards,
YigitHey Lisa,
Thanks for contacting us!
Could you please post a link to your website and FTP logins here privately as well? :)
Cheers!
YigitHi,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.avia-opr .avia-content-slider .slide-image, .avia-opr .avia-content-slider .slide-image img, .avia-safari .avia-content-slider .slide-image, .avia-safari .avia-content-slider .slide-image img { margin-left: 0; }Regards,
YigitHi Gabriel,
You can use (Email address hidden if logged out) but please post login credentials here privately so any available moderator can look into it :)
Regards,
YigitHey Francis,
Thanks for contacting us!
The website indeed uses old version of our Enfold theme. You can refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update it to the latest version 5.1.2 :)
Regards,
YigitSeptember 2, 2022 at 4:23 pm in reply to: Enfold Color Section Background Image Resizing on Tablet #1363679Hi,
I cannot reproduce the issue on desktop browser and unfortunately I do not own an actual tablet. I asked my teammates to check your pages on tablet.
Please reply to this thread so it is added back to our queue :)
Best regards,
YigitHi Thomas,
Thanks for your request and explaining why it makes sense. We have forwarded your request and question to our devs. We will update you on this thread :)
Best regards,
YigitHi,
Thanks for contacting us!
You can go to Enfold theme options > Header > Transparency Options to upload a logo to use on transparent header :)
Regards,
YigitHi,
Please go to Enfold theme options > Main Menu > General > Menu Items For Mobile and choose “Activate for smartphones and tablets” option :)
Regards,
YigitHi,
You are welcome, Eleina!
Let us know if you have any other questions and enjoy your weekend :)
Best regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitHey,
We are glad that Rikard could help!
@thomasjarvisdesign Thanks for your input :)Regards,
YigitHi,
You are welcome!
Let us know if you have any other questions and enjoy your weekend :)
Best regards,
YigitHey,
Please replace the previous code I posted with following one
.av-main-nav li#menu-item-3758 { float: right; } .av-main-nav li#menu-item-3758 a { padding-right: 0; } #header_main_alternate { max-width: 1400px; margin: auto; } #header #header_main_alternate .container { padding: 0; }Regards,
Yigit -
AuthorPosts
