Forum Replies Created
-
AuthorPosts
-
Hey!
Please add following code to Quick CSS as well
.header-scrolled .logo { top: 0px; }Regards,
YigitJanuary 26, 2015 at 6:17 pm in reply to: İkon ekleme ve ikon büyüklüklerini ayarlama (Turkish) #385658Merhabalar!
Sayfaya bagli olarak font boyutunu buyultmek icin lutfen @begrafiks’in gonderisine bakin.
ALB elementlerinde Custom CSS alanini aktif edin oncelikle ( kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) sonrasinda boyutunu degistirmek istediginiz ikon elementini duzenleyerek custom CSS alalina her hangi bir sinif girin (ornegin: ozel-ikonlar) ve assagidaki kodu Enfold theme options > General Styling bolumunde bulunan Quick CSS alanina ekleyin.ozel-ikonlar { font-size: 20px !important; }Thanks @begrafiks her zamanki gibi :)
Best regards,
YigitHi johncon!
Your website does not load on my end. Please try following code
.logo { top: 3px; }Best regards,
YigitHey scotthco!
You can add a Code Block element to your page above your content and insert following
<div id="my-anchor"></div>then add a button element and link it to #my-anchor
Regards,
YigitHey webdevsd!
It is a Gallery element that you can add to your page under Media elements in Advanced Layout Builder.
Best regards,
YigitJanuary 26, 2015 at 5:47 pm in reply to: Replace the read more link by a customised button (picture) #385630Hey!
Please use following code
.read-more-link { text-align: center; }Seems like you have removed the arrow already
Regards,
YigitJanuary 26, 2015 at 5:46 pm in reply to: Position of logo and menu since update version 3.0.5 #385628January 26, 2015 at 5:45 pm in reply to: website not displayed correctly in chrome since this morning… #385626Hey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Cheers!
YigitJanuary 26, 2015 at 5:10 pm in reply to: Enfold Hotspots – can the spots be invisible on top of the image? #385593Hi!
Please use following code
.page-id-4398 .av-image-hotspot.av-display-hotspot { display: none; }Best regards,
YigitHi!
Please go to functions-enfold.php file and change “permanent link” there
Cheers!
YigitHey Lev!
Please contact your service provider and they can provide you the last backup. Theme options would not be resetted without clicking “reset options” buttons or unless you remove dynamic_avia folder inside wp-content/uploads folder
Regards,
YigitHey!
Kriesi just release an update to fixed the issue. Please update Enfold to the latest version 3.0.7 – kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
YigitHi!
Please change the code to following one
strong.logo { top: 20px; }No, it will not effect mobile logo.
Cheers!
YigitJanuary 26, 2015 at 4:57 pm in reply to: Calendar and Combo Widgets light grey color text in the Footer #385578Hey Adolfo Lucio!
1-Please add following code to Quick CSS
.footer_color table caption, .footer_color tr:nth-child(even), .footer_color .pricing-table>li:nth-child(even), .footer_color .sidebar_tab, .footer_color .tabcontainer .tab { color: #555555; }2- Which menu? Can you please post a screenshot or point it out? If main menu, you can go to Enfold theme options > Advanced Styling and edit “Main menu links”
Cheers!
YigitJanuary 26, 2015 at 4:53 pm in reply to: Position of logo and menu since update version 3.0.5 #385576January 26, 2015 at 4:53 pm in reply to: Replace the read more link by a customised button (picture) #385575Hi!
Please add following code to Quick CSS and adjust as needed
.read-more-link a { background-color: blue; color: white; padding: 10px; border-radius: 5px; border: 1px solid orange; }Regards,
YigitHey!
Please change your code to following one
.header-custom-text { position: relative; right: 0; top: 6px; float: right; } @media only screen and (max-width: 480px) { .header-custom-text { float: left; }}Cheers!
YigitHey!
Please firstly update Enfold to the latest version 3.0.7- http://kriesi.at/documentation/enfold/updating-your-theme-files/
Then please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
You can contact your service provider and they can do it for you.Best regards,
YigitHi votography!
Please try de-activating all active plugins and check if that helps. If not, please create a temporary admin login and post it here privately so we can look into it.
P.S.: Enfold 3.0.7 was just releasedRegards,
YigitHey heinrichvk!
Please try using Code Block element and make sure to check “Escape HTML Code”
Best regards,
YigitJanuary 26, 2015 at 4:41 pm in reply to: Position of logo and menu since update version 3.0.5 #385560Hi Frank!
Kriesi just released another update, 3.0.7. Can you please update the theme firstly and check if issue remains?
Regards,
YigitJanuary 26, 2015 at 4:40 pm in reply to: Behavoir of featured images on blog post (excerpts) via avia layout builder #385559Hey!
Please add following code to Quick CSS
.page-id-21 .big-preview.single-big { pointer-events: none !important; }Best regards,
YigitHey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitJanuary 26, 2015 at 4:22 pm in reply to: website not displayed correctly in chrome since this morning… #385541Hey!
Enfold version 3.0.7 was just released to fix this issue. Please update the theme – kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitHey!
Please update Enfold to the latest version 3.0.6 – kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
YigitHey Daniel!
Please add following to your .htaccess file
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>Best regards,
YigitHey!
Please refer to workaround Josue posted here – https://kriesi.at/support/topic/problems-with-3-0-5-update/#post-382198
Regards,
YigitJanuary 26, 2015 at 4:17 pm in reply to: Replace the read more link by a customised button (picture) #385532Hi scfran!
Please post a screenshot and show how you would like to display your “read more” button so we can provide you an accurate solution/answer :)
Best regards,
YigitJanuary 26, 2015 at 4:17 pm in reply to: Behavoir of featured images on blog post (excerpts) via avia layout builder #385531 -
AuthorPosts
