Forum Replies Created
-
AuthorPosts
-
Hi Drebosio!
You can turn on Custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your existing slider a unique CSS class ( i.e.: desktop-slider ) and create another slider right below it just to display on mobile and give it a unique class as well ( i.e.: mobile-slider ) and then add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 769px) { .mobile-slider { display: none !important; }} @media only screen and (max-width: 768px) { .desktop-slider { display: none !important; }}Best regards,
YigitOctober 8, 2014 at 5:31 pm in reply to: header information warning after update to Enfold 3.0 #332574Hi!
Have you referred to this page – http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
Best regards,
YigitHey!
Did you flush browser cache on your mobile device? I checked your website on my iphone and this is how it looks – http://i.imgur.com/Jb36Co1.png
Icon loads with the page and stays fixed when you scroll down – http://i.imgur.com/Y1SLo7I.pngCheers!
YigitHi Mike!
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,
YigitOctober 8, 2014 at 5:16 pm in reply to: How do I remove the title/breadcrumbs container on the home page only? #332562Hey!
Please add following code to Quick CSS as well
.home div#main { padding-top: 117px!important; }Cheers!
YigitHi!
I am sorry but that is because i do not understand the issue clearly. You said layout was broken and i said “you need to re-configure some elements/options as you are upgrading from a very old version”.
We would gladly look into the any issue you are having with WordPress 4.0 and Enfold 3.0.1. Please point them outBest regards,
YigitHi!
Looks great Adolfo. Let us know if you have any other questions or issues :)
Cheers!
YigitOctober 8, 2014 at 5:08 pm in reply to: Main Menu Touching Logo + Custom Background Image Issue #332555Hi Brian!
1- Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px.
2- Can you post a screenshot and show the issue please? I have checked your website on my iphone 4 and i cannot reproduce the issue on my endBest regards,
YigitHey!
You should choose to display title and breadcrumbs under Layout section. Can you try de-activating all active plugins and check if that helps?
Cheers!
YigitOctober 8, 2014 at 4:59 pm in reply to: How to maintain aspect ratio for big preview (featured image) on blog #332548Hey!
Please go to Appearance > Editor and open Functions.php file and find
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize sliderand change the values as needed and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
Regards,
YigitHi ThomasWitzany!
You can update the theme via FTP. You can find instructions here – http://vimeo.com/67209750
Regards,
YigitHi zenji!
Please add following code to Quick CSS
.container .av-content-small.units { width: 85%; }Best regards,
YigitOctober 8, 2014 at 4:40 pm in reply to: Avia Layout Builder not working on pages with Product Slider #332531Hey srubens!
Please refer to this post – https://kriesi.at/support/topic/layout-builder-isnt-loading-after-update-to-3-0/#post-331374
Regards,
YigitHey Ivana!
Please try renaming of Plugins folder in wp-content folder and check if that helps. Also 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.
Cheers!
YigitHey!
Please try adding following code to Quick CSS
#header #header_main_alternate .container { height: 50px; } .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a { height: 50px; line-height: 50px; }Please make sure that wp-content/uploads folder has correct permissions ( 755 ) – http://codex.wordpress.org/Changing_File_Permissions
You can also contact your service provider and ask if there is some kind of server side cachingRegards,
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 :)Regards,
YigitHi!
Please add following code to Quick CSS as well
div#header_meta { background-color: rgba(255,255,255,0.5)!important; }Best regards,
YigitOctober 8, 2014 at 4:11 pm in reply to: How to change the "You are here:" text in breadcrumbs #332509Hey Diego!
Please go to Enfold/framework/php and open class-breadcrumb.php file and find “You are here:” and change as needed
Cheers!
YigitHey!
You are welcome :) Nice website! Let us know if you have any other questions or issues
Regards,
YigitHey magpie6!
You can go to Enfold theme options > Demo Import and start working on demo content. Please also see – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-advanced-layout-editor/
Cheers!
YigitHi!
Please add !important rule to second code as following
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 0 !important; }Best regards,
YigitHey Adolfo Lucio!
Can you please try adding YouTube link like this – https://www.youtube.com/watch?v=ye5BuYf8q4o
and check if that helpsCheers!
YigitOctober 8, 2014 at 3:53 pm in reply to: How do I remove the title/breadcrumbs container on the home page only? #332489Hey!
Please use following code instead
.home .title_container { display: none!important; }Regards,
YigitOctober 8, 2014 at 3:51 pm in reply to: Possible bug in the ALB Color Element code and also in the Video Element code #332484Hi!
Glad you figured it out Adolfo, we will look into your other question :)
Regards,
YigitHi yavors!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.av-parallax { background-size: cover; }Regards,
YigitHey eyeweb!
Please try using Fullscreen Slider element or Revolution Slider for such feature- http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380
Regards,
YigitHi!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
YigitHi Jaap!
Please try changing the permalink of your post and make sure there isn’t any other post/page with the same permalink. Please do not forget to check trash as well
Best regards,
Yigit -
AuthorPosts
