Forum Replies Created

Viewing 30 posts - 71,851 through 71,880 (of 82,585 total)
  • Author
    Posts
  • in reply to: Logo Link #268546

    Hey 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!
    Yigit

    in reply to: Gravity Forms menu shows up behind Enfold interface #268541

    Hi!

    Can you post the link to your website and point out the element so we can take a look? :)

    Best regards,
    Yigit

    in reply to: Slider Height on Mobile #268151

    Hi!

    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!
    Yigit

    in reply to: Advanced Layout Editor is blank #268139

    Hey!

    Glad it is working fine for you!

    @webmalama
    thanks for sharing
    I will keep the thread open for OP

    Best regards,
    Yigit

    in reply to: Progress Bar don't start animation or is very slow. #268122

    Hi 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,
    Yigit

    in reply to: Team member picture as a circle #268116

    Hi damiancotado!

    You should add Testimonials elements under Content elements in Avia Layout Builder and choose to display Testimonial Grid as style

    Regards,
    Yigit

    in reply to: Probleme mit Link hinzufügen im Text #268111

    Hi EQ!

    Can you elaborate and post the link to your website?

    Best regards,
    Yigit

    in reply to: Remove Arrows Slideshow #268109

    Hey 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,
    Yigit

    in reply to: unique background image for different pages #268106

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #footer .container, #socket .container {
    background: inherit;
    }

    Best regards,
    Yigit

    in reply to: text block editor bug on godaddy #268105

    Hi 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,
    Yigit

    in reply to: Social Icons on mobile menu disappear #268087

    Hi!

    You are welcome, glad we could help :) Let us know if you have any other questions or issues

    Best regards,
    Yigit

    in reply to: Social Icons on mobile menu disappear #268085

    Hey!

    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,
    Yigit

    in reply to: Easy Slider on Mobile #268078

    Hi 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,
    Yigit

    in reply to: Social Icons on mobile menu disappear #268075

    Hi!

    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,
    Yigit

    in reply to: Align contact form button center #268074

    Hi!

    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,
    Yigit

    in reply to: Align contact form button center #268069

    Hi!

    Please try

    .avia_ajax_form .button { display: block; margin: auto; }

    Best regards,
    Yigit

    in reply to: Woocommerce full product details showing on page #268066

    Hi!

    Glad you figured it out Philip! Let us know if you have any other questions or issues

    Cheers!
    Yigit

    in reply to: Social Icons on mobile menu disappear #268064

    Hi!

    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,
    Yigit

    in reply to: Align contact form button center #268061

    Hey 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

    in reply to: Transparenter Header, secondary menu #268058

    Hi!

    Please replace the code with following one

    .page-id-3065 div#av_section_1 .container {
    width: 96%;
    }

    Best regards,
    Yigit

    in reply to: Getting Native Enfold Audio Player to Work #268053

    Hey!

    You are welcome Thomas, glad we could help! Keep up the good work!

    Regards,
    Yigit

    Hey!

    Glad it is working fine now! Let us know if you have any other questions or issues

    Regards,
    Yigit

    in reply to: Change the position of the breadcrumps #268050

    Hi!

    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,
    Yigit

    in reply to: Getting Native Enfold Audio Player to Work #268033

    Hi!

    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,
    Yigit

    Hey!

    You are welcome Nick, glad we could help! :)

    Best regards,
    Yigit

    in reply to: Transparenter Header, secondary menu #268027

    Hey!

    Making color section transparent would not make any difference, background still will be white. You can edit your color section and add a background image to it and using custom CSS make the content inside color section have half transparent background

    Regards,
    Yigit

    in reply to: Transparent header issues (Enfold) #268023

    Hey Kayzel!

    How about turning on custom CSS field for Avia Layout Builder elements ( see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and adding an image right below fullscreenslider and showing it only on mobile and removing fullscreen slider on mobile as a workaround?

    Cheers!
    Yigit

    Hi!

    Glad @flikk could help! Let us know if you have any other questions or issues :)

    Regards,
    Yigit

    in reply to: Transparenter Header, secondary menu #268018

    Hey!

    Please add following code as well and adjust the margin left value

    .page-id-3065 div#av_section_1 .container {
    width: 100%;
    margin-left: 35px;
    }

    Bitte schon und sonnige Grüße aus Vilnius :)

    Regards,
    Yigit

    in reply to: Blog Bost Widget #268017

    Hi winzenried!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    span.fallback-post-type-icon {
    display: none!important;
    }

    Best regards,
    Yigit

Viewing 30 posts - 71,851 through 71,880 (of 82,585 total)