Forum Replies Created
-
AuthorPosts
-
Hi aadler!
Please change following code
@media only screen and (max-width: 480px) { .logo a { top: 15px; } }to following one
@media only screen and (max-width: 768px) { .logo a { top: 15px; } }Then turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and add another iconbox element which displays icons on the left side and give it a class “mobile-iconbox” and give the iconbox element with icon on top “desktop-iconbox” and then add following code to Quick CSS field
@media only screen and (max-width: 768px) { .desktop-iconbox { display: none !important; }} @media only screen and (min-width: 769px) { .mobile-iconbox { display: none !important; }}Regards,
YigitOctober 16, 2014 at 3:23 pm in reply to: Enfold updates not visible in WordPress / Advanced Layout Editor doesn't work #336805Hi!
@zmata Can you elaborate please? What exactly is the issue you are having? If Advanced Layout Builder is not loading, please try de-activating all active plugins and check if that helpsBest regards,
YigitHi wpstarter!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { .title_container .main-title { line-height: 25px; }}Best regards,
YigitHi neilwalker!
Can you please post the link to your page where we can see the element?
Regards,
YigitHi steve159159!
Sample link returns error 404. Can you please upload your logo in needed size? And please uncheck “shrinking header” option in Enfold theme options > Header > Header Behaviour
Regards,
YigitOctober 16, 2014 at 3:04 pm in reply to: How to remove time and date from Enfold Recent Posts widget? #336792Hey onegirlrtw!
The code i posted for you here – https://kriesi.at/support/topic/how-to-remove-time-and-date-from-the-recent-and-popular-tabs-in-the-enfold-categories-widget/#post-336787
should remove this one as wellBest regards,
YigitHey!
You are using Enfold 2.9.2 which is actually compatible with WordPress 4.0.
Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-4932 div#av_section_1 .container { width: 100%; max-width: 100%; }Cheers!
YigitOctober 16, 2014 at 2:57 pm in reply to: How to remove time and date from the Recent and Popular tabs in the Enfold Categories widget? #336787Hi onegirlrtw!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.news-time { display: none; }Regards,
YigitHey studioinktvis!
You can simply install this plugin – https://wordpress.org/plugins/codestyling-localization/
rescan theme files and translate missing strings :)Cheers!
YigitHi dperezr!
Please go to Enfold theme options > Advanced Styling and edit “Main menu links”
Best regards,
YigitHey!
Please try updating WordPress firstly and then try updating the theme. Please make sure to overwrite all files
Regards,
YigitHi!
Please add following code to Quick CSS
.html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top #main { padding-top: 183px; }If that too does not work, please post a screenshot and show the changes you would like to make so we can make sure that we are on the same page :)
Best regards,
YigitOctober 16, 2014 at 2:46 pm in reply to: LayerSlider: Nach Serverumzug können Einstellungen nicht mehr geändert werden #336775Hi!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
YigitHi chryseis!
Can you post the link to your page where we can see your h3 element please?
Regards,
YigitOctober 16, 2014 at 2:41 pm in reply to: Enfold updates not visible in WordPress / Advanced Layout Editor doesn't work #336769Hi gerardjp!
Please try updating the theme via FTP – http://vimeo.com/67209750
that should solve the issue. Please also make sure that your API key is correct – http://kriesi.at/documentation/enfold/updating-your-theme-files/Regards,
YigitOctober 16, 2014 at 2:39 pm in reply to: Headeranpassung – keine Transparenz aber 2 verschiedene Logos #336768Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { .responsive .logo a, .responsive .logo img { height: auto !important; }}Regards,
YigitOctober 16, 2014 at 2:36 pm in reply to: Latest enfolf version + WP 4 : Black screen Home Page #336766Hi!
Glad Ismael could help! Let us know if you have any other questions or issues
Cheers!
YigitOctober 16, 2014 at 2:34 pm in reply to: How to display thumbnail well if not set featured image for the any posts? #336762Hey zhenglc!
Please set featured image for your posts firstly and then edit your posts and check “Don’t display image on single post” – http://i.imgur.com/OSaR29g.png
Regards,
YigitHi webpress!
Can you post the link to your website? Please refer to this video and update the theme via FTP – http://vimeo.com/67209750
Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.phone-info { position: relative; top: 30px; } #top .social_bookmarks { float: right; }and then go to Enfold theme options > Header > Header Size and choose to display Custom Pixel Value and increase header height. It would be better if you uncheck “Shrinking Header” option in Enfold theme options > Header > Header Behaviour
Cheers!
YigitHey neilwalker!
Please go to Enfold theme options > Advanced Styling tab and edit heading elements
Best regards,
YigitHey!
Please try adding following code to Quick CSS
#footer td { border: none!important; }Regards,
YigitHi!
@mleite1 Please go to Enfold theme options > Header > Header Size and choose to display Custom Pixel value and choose 173px for heightRegards,
YigitOctober 16, 2014 at 1:04 am in reply to: Header Extra Elements (Phone Number/Extra Info) Size #336479Hi!
Please use following code
.phone-info { font-size: 14px; } #top .social_bookmarks li a { font-size: 16px; }Cheers!
YigitOctober 16, 2014 at 12:57 am in reply to: Mobile content width overflows and hidden outside of window #336478Hi NotoriouslyBIG!
Have you tried checking your website on an actual mobile device? My browser does not go any smaller than 400px and neither my iphone unfortunately.
Best regards,
Yigit -
AuthorPosts
