Forum Replies Created
-
AuthorPosts
-
December 10, 2019 at 1:59 pm in reply to: Header menu items size and general color changing not more possible #1164404
Hi Sebastian,
Thanks for contacting us!
That issue usually occurs when there is broken CSS. Please check your custom CSS for any errors on – http://csslint.net/.
If that does not help, please create temporary admin logins and post them here privately so we can look into it :)
Cheers!
YigitHi Katrin,
Are you inserting your Personal Token in Enfold theme options > Theme Update tab?
Best regards,
YigitHey,
I enabled debugging mode – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and enabled auto repair function and updated your page. Issue was related to custom codes you have on your page. It fixed the first two but third one is still broken. Could you please add third content once again and update the page?
Cheers!
YigitDecember 10, 2019 at 1:42 pm in reply to: Probleme mit Avia Layout Builder und Seite ist sehr langsam geworden #1164392Hey,
Files are not being loaded. Could you please post FTP logins here privately as well?
Best regards,
YigitHi,
@firma1am Could you please start a new thread under Enfold sub forum – https://kriesi.at/support/forum/enfold/#new-post and attach FTP and WP admin logins in private content field so we can look into it?
If you post them here, they will be visible to creator of this thread as well.Cheers!
YigitHey,
Thanks for contacting us!
Please add following code to Quick CSS in Enfold theme options > General Styling
#top .pagination .current { background: orange; color: red; } #top .pagination a { background: red; color: white; } #top .pagination a:hover { background: green; color: red; }Best regards,
YigitDecember 10, 2019 at 1:25 pm in reply to: I would like my header to be a transparent black on scroll #1164382Hi,
Please try changing Jordan’s code to following one
.header-scrolled .menu-item.menu-item-top-level a .avia-menu-text{ color:#fff!important; } .header-scrolled .menu-item.menu-item-top-level .sub-menu a .avia-menu-text{ color:#000!important; } #top #header .av-main-nav > li.av-menu-button-bordered > a .avia-menu-text { color: #f6941d!important; }Best regards,
YigitHi Mike,
We will definitely consider that. Let us see if we can come up with a solid solution first :)
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 :)Best regards,
YigitMerhabalar!
Lutfen assagidaki kodu Enfold theme options > General Styling > Quick CSS alanina ekleyin
@media only screen and (max-width: 481px) { #layer_slider_1 { display: none!important; }} @media only screen and (min-width: 480px) { #layer_slider_2 { display: none!important; }}Best regards,
YigitHey,
Thanks for contacting us!
We do not provide such services but WPML team does.
Please see – https://wpml.org/contractors/Best regards,
YigitHey Lara,
Please go to Enfold theme options > Performance, disable “CSS file merging and compression” and flush cache.
You could change menu item color on mobile by using following code in Enfold theme options > General Styling > Quick CSS but setting it in theme options should work
.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a { color: #005daa; }Best regards,
YigitHi,
Glad Victoria 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 :)Best regards,
YigitHey,
Please refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and enable debugging mode. After enabling debugging mode, you can insert shortcodes into the field right below Advanced Layout Builder :)
Regards,
YigitHi,
You are currently using a very old version of Enfold. Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp and update the theme to the latest version via FTP :)
Best regards,
YigitHey Filipe,
Thanks for contacting us!
Have you tried de-activating all active plugins and check if that helps? Image paths are incorrect. I attached one in private content field.
Cheers!
YigitDecember 9, 2019 at 5:24 pm in reply to: Editing social profiles in small bar above main menu on mobile #1164095Hi,
If it is not in Quick CSS field, could you please try going to Enfold theme options > Performance and disable “CSS file merging and compression”, save theme options and flush cache and then enable it again?
If that does not help, please create temporary admin logins here privately so we can look into it :)
Best regards,
YigitHi,
I just heard from our devs. This is a known issue apparently however since it is very rare and has potential to break other stuff, @guenter created this plugin – https://github.com/KriesiMedia/enfold-library/blob/master/integration%20plugins/Enfold/Special%20Character%20Translation/avia-special-characters_1_0_0.zip. We would recommend you to use the plugin if your client needs to have special characters in titles :)
Best regards,
YigitHi there!
What about images on your website?
If you are having any issues, please elaborate and if you would like to just show us how wonderful they are, please share a link :)Regards,
YigitDecember 9, 2019 at 5:05 pm in reply to: how to upgrade from version 3.1.3 (php 5.6) to version 4.6.3.1 #1164085Hi,
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 :)Best regards,
YigitHey,
Thank you! :)
I am closing this thread. If you have any questions or issues, please feel free start a new one :)
Cheers!
YigitDecember 9, 2019 at 5:00 pm in reply to: Editing social profiles in small bar above main menu on mobile #1164080Hey,
Please delete following custom CSS codes
@media only screen and (max-width: 479px){ .responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks { display: none; }} @media only screen and (max-width: 767px){ .responsive #top #header .social_bookmarks { display: none; }}and add following code
.responsive #top #header_meta .social_bookmarks li a { color: white; background: #9c8891; }Best regards,
YigitHey,
Please add following code to Quick CSS in Enfold theme options > General Styling tab
.special_amp { font-family: sans-serif; font-size: inherit!important; font-style: inherit; font-weight: lighter!important; color: inherit!important; }Cheers!
YigitDecember 9, 2019 at 4:54 pm in reply to: If / Else statement to ternary condition for input into postslider.php #1164076Hey,
Glad Ismael could help! Let us know if you have any other questions or issues :)
Regards,
YigitHi Mike,
Thanks for contacting us and for reporting the issue. I was able to reproduce the issue and reported it to our devs :)
Regards,
YigitDecember 9, 2019 at 4:35 pm in reply to: Specific CSS apply for a specific page but exepting an element #1164066Hi,
My bad, i overlooked “not” part in your question :)
You can add following custom CSS code as well
.page-id-26 .av-subheading p { text-align: inherit; }P element that contains “un peu de moi” title does not have any class or ID therefore we cannot exclude it with a single code. If it had a class, you could use following code but that is not the case
.page-id-26 p:not(.custom-class) {text-align:justify;}Regards,
YigitHey,
Do you have any other custom CSS in your style.css file? If you do, please check if there is any error in your CSS code using – http://csslint.net/.
If there is none and you have cleared cache, please create temporary admin logins and post them here privately so we can look into it :)
Regards,
YigitHi,
Thanks for contacting us!
1- Please refer to this post – https://kriesi.at/documentation/enfold/menu/#one-page-menu. You should add your links as following
#nuestros-servicios
If you need to display full links in some pages such as “Insigths”, please use this plugin – https://wordpress.org/plugins/zen-menu-logic/ and display full links.2- I went to Enfold theme options > Advanced Styling and edited “Linked Image Overlay” and disabled it. Please review your website :)
Cheers!
YigitShalom!
As Ismael mentioned, we rely on our users for translations and Hebrew language file seems to be translated 38%, including front and back end. That being said, I switched language to Hebrew on my local installation and Enfold theme options looks like this – https://imgur.com/a/SEybQXc
Cheers!
YigitDecember 9, 2019 at 4:06 pm in reply to: how to upgrade from version 3.1.3 (php 5.6) to version 4.6.3.1 #1164059Hi,
Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update the theme via FTP. From the error code it seems like theme folders are merged and not replaced. You can alternatively delete the theme and re-install to make sure all files are overwritten.
If you would like us to update the theme for you, please post FTP and WP admin logins here privately :)
Regards,
Yigit -
AuthorPosts
