Forum Replies Created
-
AuthorPosts
-
Hey Brendon!
Can you post the link to your website so we can see what you currently have? Also please take a look at this plugin – http://wordpress.org/plugins/contact-form-7/
Regards,
YigitHi codecreative!
Please add following code to a text widget inside one of footer columns in Appearance > Widgets
<ul class="noLightbox social_bookmarks icon_count_4"><li class="social_bookmarks_facebook av-social-link-facebook social_icon_1"><a href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Facebook"><span class="avia_hidden_link_text">Facebook</span></a></li><li class="social_bookmarks_twitter av-social-link-twitter social_icon_2"><a target="_blank" href="http://twitter.com/#/" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter"><span class="avia_hidden_link_text">Twitter</span></a></li><li class="social_bookmarks_instagram av-social-link-instagram social_icon_3"><a href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Instagram"><span class="avia_hidden_link_text">Instagram</span></a></li><li class="social_bookmarks_mail av-social-link-mail social_icon_4"><a href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Mail"><span class="avia_hidden_link_text">Mail</span></a></li></ul>Best regards,
YigitHi Brendon!
Please try deactivating all active plugins and flush browser cache a few times and check if that helps
Cheers!
YigitHey makeitbritish!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-346 .column-top-margin { margin-top: 0; }Best regards,
YigitHey!
It seems like code is not being applied. Please try adding the code to custom.css file inside Enfold/css folder.
Regards,
YigitHey!
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,
Yigit -
AuthorPosts
