Forum Replies Created
-
AuthorPosts
-
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 480px) { #header form#searchform { left: 0px; top: 0; width: 170px; } .responsive #top .cart_dropdown,#advanced_menu_toggle, #advanced_menu_hide { top: 87%; } }Regards,
Yigit-
This reply was modified 11 years, 1 month ago by
Yigit.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .widgettitle { color: #a81010; }Regards,
YigitJanuary 26, 2015 at 1:53 pm in reply to: Title Characters are displaying Bold in Turkish language #385420Hi!
Please add following code to Quick CSS as well
.av-main-nav li:hover .avia-menu-fx { display: none; }Cheers!
YigitMerhabalar!
1- Please refer to this post – https://kriesi.at/support/topic/problems-with-wpml-and-enfold-in-a-multisite-environment/#post-378432
2- Do you mind creating a temporary login and posting it here privately so we can look into it?Best regards,
YigitJanuary 26, 2015 at 2:57 am in reply to: Admin bar gözükmüyor ve bbpress login wigdet çalışmıyorum. #385238Hey!
Rica ederim. Her hangi bir sorunuz olursa diye konuyu acik birakiyorum burdan sorabilirsiniz :)
Cheers!
YigitJanuary 25, 2015 at 7:37 pm in reply to: Admin bar gözükmüyor ve bbpress login wigdet çalışmıyorum. #385169Hey!
Deneme amaciyla hizli bir sekilde temayi degistirdim fakat varsayilan temalarda dahi admin bar gozukmuyor. Sorun WordPress kaynakli gibi gozukuyor. Bir test kurulumu yapip orada goz atar misiniz ayni sorun olucak mi?
Uzgunum haftasonlari cevap suresi normale oranla biraz daha uzayabiliyor. Aklima gelen cozumlerin tamamini uyguladim fakat malesef yardimci olmadi :/Best regards,
YigitJanuary 24, 2015 at 4:34 pm in reply to: Title Characters are displaying Bold in Turkish language #384900Merhabalar!
1- Please try adding following code to Functions.php file in Appearance > Editor
function add_subset_func($fontlist) { $fontlist .= "&subset=latin,latin-ext"; return $fontlist; } add_filter('avf_google_fontlist', 'add_subset_func');2- Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-menu-fx { display: none !important; }Regards,
YigitHejsan!
I do not have a tablet to check your website unfortunately but when i resize browser window, i cannot reproduce overlapping issue. Can you please adjust padding-right value and check if that helps?
Best regards,
YigitHi finon!
Can you please enable sticky header so we can see z-index issue? :)
Regards,
YigitHey Paul!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1130px) { .av-main-nav > li > a { padding: 0 7px; } div#header_main .container { padding-right: 10px; }}Best regards,
YigitHi!
Can you post the link to your website please so we can check the image and provide you an accurate custom CSS code? :)
Cheers!
YigitJanuary 24, 2015 at 4:18 pm in reply to: website not displayed correctly in chrome since this morning… #384890Hi jordivicen!
Can you please try de-activating all active plugins and check if that helps?
Cheers!
YigitHi!
Please change the code to following one
@media only screen and (min-width: 990px) { .breadcrumb-trail { padding-left: 50px; }}Best regards,
YigitHi!
I wanted to login and check your website but it cannot be found. Can you please check the link once again? :)
Custom CSS field is added to all elements, you can edit the element and find the field at the bottom – http://i.imgur.com/DTFXtPd.png
And yes, it is possible. Please add an image to your Easy Slider element and click on the image to edit it and make it linked – http://i.imgur.com/5wUVi2e.pngBest regards,
YigitHi KMikeT!
No worries :)
Please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Regards,
YigitHey!
Please flush browser cache and refresh your page a few times. They show up fine on my end – http://i.imgur.com/XJRqdsc.png
Regards,
YigitHi!
I have slightly adjusted the code in Quick CSS field, please review your website now.
Cheers!
YigitJanuary 23, 2015 at 7:07 pm in reply to: website does not fill screen width on ipad after update enfold 3.0.5 #384556Hi edebe!
Please add following code to Quick CSS
@media only screen and (max-width: 1024px) { .responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header { max-width: 100%; }} @media only screen and (max-width: 480px) { .social_header #top .logo, .logo a { height: 90px; }}Best regards,
YigitJanuary 23, 2015 at 6:59 pm in reply to: Logo in header transparency overlapping with main logo when scrolling down #384550Hi!
Please try following code
@media only screen and (max-width: 769px) { .page-id-96 #header { display: none !important; }}Cheers!
YigitHey!
No worries at all :)
Please add following code to Quick CSS as well#top .header_color.av_header_transparency .avia-menu-fx { background: #a81010; }Best regards,
YigitHey!
@hatchman33 I sent an email to @kyabroudi and notified about your questions. Please kindly wait to hear from him :)Best regards,
YigitHey gharding!
You can go to Enfold theme options > General Styling and set a custom background image for header and footer
Cheers!
YigitHey!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Regards,
YigitHey!
I added custom CSS code to bottom of Quick CSS field. Please review your website now.
Regards,
YigitJanuary 23, 2015 at 6:33 pm in reply to: image gallery: image shows up by click instead with mouseover #384518Hey!
I edited the code and changed the function name but yes, you can adjust the code and change it to following
function wp_change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );to load avia.js file from your child theme :)
Regards,
YigitHi!
As a work around, you can set header to no transparency and right click on breadcrumbs bar and click “Edit as HTML” – http://i.imgur.com/dlPJSti.png
and copy HTML code and paste it inside a Code Block element ( which should be inserted below your slider ) and then place your code block element inside a Color Section element with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ( i.e.: your-custom-id )
and then add following code to Quick CSS#your-custom-id { min-height: 57px; } #your-custom-id .content { padding: 0; } #your-custom-id .container { max-width: 100%; padding: 0; margin: 0; width: 100%; }If you would like to edit files, you are going to need to edit class-breadcrumb.php file inside Enfold/framework/php folder but as i mentioned before, that kind of customization would be out of the scope of our support and needs to be done by a freelance developer.
Regards,
YigitJanuary 23, 2015 at 6:17 pm in reply to: Farb-Sektion and/or Grid Row break out to the left side #384508Hey KMikeT!
Can you post a screenshot of the issue please? I checked your website but could not see any issues.
You can upload your screenshots on imgur.com or Dropbox public folder.Best regards,
YigitHi!
1- You can find Enfold online documentation here – http://kriesi.at/documentation/enfold/
We recommend importing a theme demo ( in Enfold theme options > Demo Import ) and experimenting on the existing pages to figure out how Advanced Layout Builder works quickly.
2- You can add one of the elements that display posts ( like Masonry, Blog posts, Portfolio Grid etc. ) and choose to display a certain category on your page.
3- Mega Menu is one of the features of Enfold and you can find video instructions here – http://kriesi.at/documentation/enfold/portfolio-item/creating-a-mega-menu/
4- You can create a multisite ( http://codex.wordpress.org/Create_A_Network ) or two different installations on your local environment. And if you would like to move your local installation to a live server, please see – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/Regards,
Yigit -
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
