Forum Replies Created
-
AuthorPosts
-
Hi,
We are happy that Rikard could help! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
Unfortunately, no. Using that code, we are only able to add it to the very top of the page. If you would like to display breadcrumbs after #av_section_1, you would need to manually insert them as shortcodes as Ismael suggested here – https://kriesi.at/support/topic/breadcrumbs-doesnt-work/#post-1362852
Best regards,
YigitSeptember 6, 2022 at 2:11 pm in reply to: The link you followed has expired. Please try again. #1364054Hey,
You are welcome! We are always happy to help :)
You can go to Media > Add New and on that screen you can see “Maximum upload file size: 2 MB.” – https://imgur.com/a/x36ZyGi
We are going to keep this thread open and wait to hear from you :)
Regards,
YigitSeptember 6, 2022 at 1:56 pm in reply to: The link you followed has expired. Please try again. #1364052Hey,
Upload max filesize on your server is currently set to 2M, that is the reason why uploading the theme via WordPress dashboard does not work unfortunately.
Could you please contact your hosting providers and ask for FTP logins and send them as well so we can install the theme via FTP? You can also ask your hosting providers to increase the maximum file size to 64M or 128M. After those changes uploading via WP dashboard would work as well.
Best regards,
YigitHi Alwin,
Thanks for contacting us!
Entypo-fontello are the default icon fonts used in Enfold. Social icons, navigation and scroll to top arrows are using entypo-fontello fonts. In case Open Sans cannot be downloaded from Google’s CDN, fallback font families Helvetica or Arial would be used instead.
I hope that helps :)
Regards,
YigitHi Franz,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab@media only screen and (max-width: 767px) { #top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items { top: 80px; }}
Best regards,
YigitSeptember 6, 2022 at 1:02 pm in reply to: The link you followed has expired. Please try again. #1364043Hey,
Yes, you can create WordPress admin logins in your WordPress dashboard. You can go to Users > Add New and create a new user with “Administrator” role. You can use (Email address hidden if logged out) email but please post the password here in private content field so any available moderator can look into it.
We should be able to install the theme from WordPress dashboard but if that does not work, we are going to need FTP logins. You can contact your hosting provider regarding your FTP logins :)
Regards,
YigitHi Samuel,
Thanks for contacting us!
Please add following code to Functions.php file of your child theme in Appearance > Editor
function year_shortcode() { $year = date('Y'); return $year; } add_shortcode('year', 'year_shortcode');
then add following shortcode in Enfold theme options > Footer > Copyright field
[year]
Regards,
YigitHi Samuel,
Thanks for contacting us!
1- Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .seva-fields input[type="text"] { margin-bottom: 0; }
2- There seems to be an empty field above your submit button. I attached a screenshot in private content field below. Could you please edit your form and delete it?
Best regards,
YigitHi Samuel,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
1-.avia_ajax_form label.input_checkbox_label { line-height: 1.3em; }
2-
#top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area { font-size: 20px; font-family: georgia; }
If these do not help, please post a screenshot showing the changes you would like to make. You can upload your screenshots on imgur.com and post the links here :)
Regards,
YigitSeptember 6, 2022 at 12:46 pm in reply to: The link you followed has expired. Please try again. #1364038Hey @money4nothing,
Please go to – https://kriesi.at/support/forum/enfold/#new-post to start a new thread and attach temporary WordPress and FTP logins in private content field and we will install the theme for you.
If you post your credentials here, they would be visible to creator of this thread so for security reasons, please start a new thread :)
Regards,
YigitHi Eefke!
Thanks for contacting us!
You can change the default language in WPML > Languages. I checked your website and English seems to be the default one already :)
Regards,
YigitSeptember 6, 2022 at 12:02 pm in reply to: Non-vengono-visualizzati-i-pulsanti-nella-slider-homepage #1364035Hey,
Sorry for the inconvenience!
We have reported the issue to our devs. We will update you here once we have a fix :)
Regards,
YigitHi,
You are welcome, Vera!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
Due to our policy, we only provide support to our registered users.
Please register to our support forum – https://kriesi.at/support/register/ using your purchase code, start a new thread under Enfold sub forum and attach temporary WordPress admin and FTP logins in private content field and we will update the theme for you. Make sure to have a backup to be on the safe side.
Best regards,
YigitHi,
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!
Yigit -
AuthorPosts