Forum Replies Created
-
AuthorPosts
-
Hi!
Enfold only supports major browsers. If you have any issues with supported browsers, please let us know :)
Cheers!
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_message_box.avia-size-normal { padding-top: 9px; }Please try using more advanced contact form like this one – http://wordpress.org/plugins/contact-form-7/
Regards,
YigitJuly 9, 2014 at 1:46 am in reply to: Logo in mobile (responsive) view stretched and menu on top of it #288728Hey!
Please change the code to following one
@media only screen and (max-width: 767px) and (min-width: 500px) { .responsive .container { width: 80%; }}Cheers!
YigitHi hollymlewis!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header .avia_mega_div { right: 0!important; }Regards,
YigitHey Munford!
No, supported browsers are IE8, IE9, IE10, IE11, Firefox, Safari, Opera, Chrome as listed here – http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
Best regards,
YigitHi Jorge!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate, #header { -webkit-transform: translateZ(0); }Cheers!
YigitHey dubyajay!
Please edit your Gallery element and add captions as shown in screenshot here – http://i.imgur.com/MS8D01f.png
Cheers!
YigitHey petercw2!
Please go to Enfold theme options > Blog Layout and uncheck “Page Sidebar navigation”
Cheers!
YigitHi!
“Access denied”
Can you upload your screenshot on imgur.com or Dropbox public folder and post the link here?
I have not seen your screenshot but please add following code to Quick CSS in Enfold theme options under General Styling tab to decrease the padding of main content.content, .sidebar { padding-top: 10px; padding-bottom: 10px; }Cheers!
YigitHi!
:) I am marking this topic as resolved. Feel free to start a new one if you have any other questions or issues!
Cheers!
YigitJuly 8, 2014 at 8:48 pm in reply to: Image links side-by-side are moving when in hover state #288675July 8, 2014 at 8:34 pm in reply to: Image links side-by-side are moving when in hover state #288673Hey!
Please try adding following code to Quick CSS
.page-id-2592 section.av_textblock_section a { display: inline!important; }Cheers!
YigitJuly 8, 2014 at 8:00 pm in reply to: How to change text size & color and remove hover in Recent Posts widget footer #288658Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-magazine-thumbnail img { height: 49px; }Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate > .container { width: 100%; margin: 0; } @media only screen and (min-width: 1140px) { .av-main-nav > li > a { padding: 0 251px; }} @media only screen and (max-width: 1139px) { .av-main-nav > li > a { padding: 0 221px; }}Regards,
YigitHey itechiesnet!
Currently another theme is activated. Would you mind activating Enfold so we can see what exactly the issue is to help you out better? I logged in to backend but did not want to change the theme without your permission
Best regards,
YigitHi samforan!
Please refer to Ismael’s post here – https://kriesi.at/support/topic/add-new-font/#post-234710
Cheers!
YigitHi ThomasWitzany!
Please flush browser cache few times and check if that helps. If not, please create temporary admin login and post it here privately so we can look into it
Best regards,
YigitJuly 8, 2014 at 4:27 pm in reply to: Logo in mobile (responsive) view stretched and menu on top of it #288582Hi Morticka!
You have following custom CSS code added
@media only screen and (max-width: 767px) { .responsive .container { width: 350px !important; }}Please change it to following
@media only screen and (max-width: 767px) and (min-width: 480px) { .responsive .container { width: 80%; }}Regards,
YigitHey!
Glad it works fine! Let us know if you have any other questions or issues :)
@guenni007 Thanks!Regards,
YigitJuly 8, 2014 at 3:48 pm in reply to: Fullscreen slider and anchor #next-section with header transparent or not #288566Hey!
Please try
@media only screen and (max-width: 1024px) { .responsive #top.home #header {position: absolute; }}Cheers!
YigitHey!
You are welcome Bedros! We are always happy to help :) Let us know if you have any other questions or issues
Best regards,
YigitHi!
Please add following code to Quick CSS
@media only screen and (max-width: 990px) and (min-width: 768px) { .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main { padding-top: 119px; }}Best regards,
YigitHi primdogg!
Please make sure that you are using the latest version of Enfold 2.8.1 ( http://vimeo.com/67209750 ) and WordPress 3.9.1. Please do not forget to flush browser cache after updating the theme
Best regards,
YigitHey Bedros!
Please add following code to Functions.php file as well and change 2 to needed number
add_action( 'pre_get_posts', 'set_posts_per_page' ); function set_posts_per_page( $query ) { global $wp_the_query; if ( ( ! is_admin() ) && ( $query === $wp_the_query ) && ( $query->is_archive() ) ) { $query->set( 'posts_per_page', 2 ); } return $query; }Regards,
YigitHey!
You are welcome, glad we could help! Let us know if you have any other questions or issues :)
Cheers!
Yigit -
AuthorPosts
