Forum Replies Created
-
AuthorPosts
-
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) and (min-width: 768px) { #top .no_margin.av_one_fourth { width: 50%; }}Cheers!
YigitHi!
You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg and target columns and/or elements on that specific page, if that is what you need
Cheers!
YigitHey!
You are welcome! Let us know if you have any other questions or issues :)
Best regards,
YigitHey jjma!
Please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
YigitHey!
You forgot to post the link to your website :) I tried the one on your profile but login credentials did not work
Cheers!
YigitHey bur2000!
Please add following code to Functions.php file in Appearance > Editor
add_filter('avf_logo_link', 'avf_logo_new_link'); function avf_logo_new_link($link) { $link = "http://kriesi.at"; return $link; }and change the link to your new link
Cheers!
YigitHi!
Can you post the link to your website and point out the element so we can take a look? :)
Best regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { .avia-caption { display: none !important; }}Cheers!
YigitHey!
Glad it is working fine for you!
@webmalama thanks for sharing
I will keep the thread open for OPBest regards,
YigitHi sandraen87!
I have just checked your website on Safari Version 7.0.3 on OS X 10.9.2 it does look fine on my end – http://youtu.be/aBJeUEcl3FA
Have you tried checking your website on another computer? As far as i know, none of the other users reported such issue.
If you still would like to remove the animation from the element, please add following code to Quick CSS in Enfold theme options under General Styling tab.avia_transform .avia-progress-bar div.progress.avia_start_animation .bar-outer { -webkit-animation: none!important; -moz-animation: none!important; animation: none!important; }Best regards,
YigitHi damiancotado!
You should add Testimonials elements under Content elements in Avia Layout Builder and choose to display Testimonial Grid as style
Regards,
YigitHey jansthh!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.avia-slideshow-arrows.avia-slideshow-controls, div.avia-slideshow-dots.avia-slideshow-controls { display: none !important; }Regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .container, #socket .container { background: inherit; }Best regards,
YigitHi jcroyer!
Please flush browser cache few times and check if that helps. If not, we are going to need a temporary admin login to look into it
Best regards,
YigitHi!
You are welcome, glad we could help :) Let us know if you have any other questions or issues
Best regards,
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { .responsive.html_header_top #header_main .social_bookmarks { right: -30%; width: auto; margin-top: 5%; }} @media only screen and (max-width: 767px) { .responsive.html_header_top #header_main .social_bookmarks { right: -10%; }}Regards,
YigitHi vin8tan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) { .avia-caption { display: none !important; }}I believe that is the best option. It will remove captions on easy slider on mobile as it is not possible to fit all the text without making the font size very small
Regards,
YigitHi!
It seems like code is not being applied. Please try adding !important rule as following
@media only screen and (max-width: 989px) { .responsive .av_mobile_menu_tablet .main_menu { display: block !important; } .avia-menu { display: none !important; }} @media only screen and (max-width: 767px) { .responsive #header .main_menu ul { display: block !important; }}Please flush browser cache and settings of caching plugin if you are using any after applying the code
Best regards,
YigitHi!
It seems like code is not being applied. Please try deactivating all active plugins and check if that helps. Also, if that is all the code you have in Quick CSS field, please remove closing curly bracket after following line
#magasin .grid-entry-title { color: #eeeeee !important; }Best regards,
YigitHi!
Please try
.avia_ajax_form .button { display: block; margin: auto; }Best regards,
YigitHi!
Glad you figured it out Philip! Let us know if you have any other questions or issues
Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General styling tab
@media only screen and (max-width: 989px) { .responsive .av_mobile_menu_tablet .main_menu { display: block; } .avia-menu { display: none; }} @media only screen and (max-width: 767px) { .responsive #header .main_menu ul { display: block; }}Regards,
YigitHey webpress!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
fieldset > p:last-child input.button { display: block; margin: auto; }Regards,
YigitHi!
Please replace the code with following one
.page-id-3065 div#av_section_1 .container { width: 96%; }Best regards,
YigitHey!
You are welcome Thomas, glad we could help! Keep up the good work!
Regards,
YigitMay 21, 2014 at 3:47 pm in reply to: Text Editor "Visual" in Avia Layout Builder Text Block Not working #268052Hey!
Glad it is working fine now! Let us know if you have any other questions or issues
Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_secondary_right .sub_menu { float: none; } #top .sub_menu>ul { float: right !important; } #header div.breadcrumb.breadcrumbs.avia-breadcrumbs { bottom: -20px; }Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.mejs-container.mejs-audio { display: block !important; }P.S.: Great song!
Regards,
YigitMay 21, 2014 at 3:02 pm in reply to: How to remove grey pencil icon that covers post titles in a post slider #268031 -
AuthorPosts
