Forum Replies Created
-
AuthorPosts
-
Hi!
Increasing memory to 128M would be enough for themes like Enfold. You need to make the changes on wp-config.php file as explained in the link i posted in my previous post
Best regards,
YigitHi partdb123!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#wrap_all { position: relative !important; }Cheers!
YigitHey yaron!
Please go to Enfold/js folder and open avia.js file and find
if(st < el_height/2) { newH = el_height - st; av_change_class(header, 'remove', 'header-scrolled'); //header.removeClass('header-scrolled'); } else { newH = el_height/1.5;and change it to
if(st < el_height/2) { newH = el_height - st; av_change_class(header, 'remove', 'header-scrolled'); //header.removeClass('header-scrolled'); } else { newH = el_height/1.5;It does work fine on my local installation
Cheers!
YigitHi shimabuku!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_logo_center .logo { left: 0; -webkit-transform: none; -moz-transform: none; -ms-transform: none; transform: none; }Best regards,
YigitHi!
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,
YigitHi!
Kriesi frequently checks Feature Request section and we believe it is a great way to see which feature gets popular demand. Kriesi posted this blog post when feature was first introduced – http://kriesi.at/archives/enfold-feature-requests
The case is definitely not “Go here.. don’t bother us”. Requests will not get lost there but there is a great chance that they will here on the forum :)Best regards,
YigitHi!
It would be a part of the image. You can request such feature here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
YigitHi nsahli!
Please add following code to Quick CSS field in Enfold theme options under General Styling tab for both languages
#avia2-menu .menu-item-language { display: none; }Best regards,
YigitHey!
Please add following code to Quick CSS as well
.single-product #av_section_1 .inner_product { border-color: red; }If that does not help, please post the link to your website
Cheers!
YigitHey!
Please try installing this plugin to configure the smtp server settings – https://wordpress.org/plugins/easy-wp-smtp/
Regards,
YigitFebruary 9, 2015 at 12:45 pm in reply to: How do i position my menu below an opt-in portion? #392982Hey!
Please edit your page and add Fullwidth Sub Menu element to your page under Content element in ALB :)
Regards,
YigitHi!
Do you mind creating a temporary admin login and posting it here privately?
Can you please try installing the plugin via FTP?Regards,
YigitHi theitguide!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.tab_inner_content .flex_column + br { display: none; }Regards,
YigitHey!
I have changed the code slightly, please go to Functions.php file and find following code
add_filter( 'avf_postgrid_excerpt_length', 'new_excerpt_length' ); function new_excerpt_length( $more ) { return 200; }and adjust as needed
Regards,
YigitHey Lev!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.error404 .sidebar { display: none !important; } .error404 .content { width: 100% !important; border: none; }If you would like to add new text and replace existing content, please go to Enfold/includes and edit error404.php file
Cheers!
YigitFebruary 9, 2015 at 12:21 pm in reply to: Enfold responsiveness problem with Ipad in upright mode #392973Hey Mkieling!
Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px.
According to this site – http://www.downforeveryoneorjustme.com/ your website is currently down. Please make sure that you have posted the correct link so we can look into it.
Best regards,
YigitHi!
1- I cannot see the gap between images – http://i.imgur.com/I3hLn6A.jpg
Can you please post a screenshot and show how it looks on your end?
2- Can you please go to Appearance > Editor and open Footer.php and check if the bottom lines are the same as these ones – http://pastebin.com/paHPKf4VBest regards,
YigitHi Enffie!
Please go to Enfold theme options > General Layout > Dimensions and enable Responsive layout. You are currently using fixed layout
Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#wrap_all { position: relative !important; }
@simonac Thank you :)Regards,
YigitHey!
Please add following code to Quick CSS
.header_color .sub_menu>ul>li>a, .header_color .sub_menu>div>ul>li>a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a { color: #a81010; } div#header_meta { background: white; }Cheers!
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,
YigitFebruary 6, 2015 at 5:23 pm in reply to: Menu Section Taking Up Half the Page, Pushing Down Everything Else #392148Hi!
I have added !important rule and it does work fine on my end now. Please flush browser cache and refresh your page a few times.
Regards,
YigitHi nelsonq!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) { .responsive .logo img { max-width: 70%; }}Regards,
YigitFebruary 6, 2015 at 5:12 pm in reply to: Issue with spacing on tablet portrait and full width sub menu #392140Hey!
1- This code you have is causing the gap
.html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption { padding-top: 140px; }2- Please add following code to Quick CSS
@media only screen and (max-width: 990px) { span.subtext { display: none; }}Best regards,
YigitHi reddishpinkmedia!
Since you are using a very old version, it would be the best if you updated the theme via FTP and to make sure to overwrite all files. You can find video instructions at the bottom of this page – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Please make sure to update WordPress to 4.1 as wellRegards,
YigitFebruary 6, 2015 at 4:56 pm in reply to: How to make photos showing up differently in responsive #392135Hey!
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 :)Regards,
YigitHi dpiassociati!
Can you please post a screenshot and show the changes you would like to make? Also create a color section element with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and post the link to it as well, so if what you ask does not require heavy customisation, we can provide you some custom CSS code.
Regards,
YigitFebruary 6, 2015 at 4:53 pm in reply to: Menu Section Taking Up Half the Page, Pushing Down Everything Else #392133Hey classywebsites!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#header_main_alternate > .container { height: 45px; }Cheers!
YigitFebruary 6, 2015 at 4:51 pm in reply to: How to make photos showing up differently in responsive #392130Hey!
Please use the code as following please
@media only screen and (min-width: 768px) { .home div#after_section_1 { display: none; }} @media only screen and (max-width: 769px) { .home div#home { display: none; }}Best regards,
Yigit -
AuthorPosts
