Forum Replies Created

Viewing 30 posts - 59,491 through 59,520 (of 66,206 total)
  • Author
    Posts
  • in reply to: Color Section z-index #228279

    Hey!

    The button is inside a container with “clear” css class which is set to hidden. Add this on Quick CSS:

    #mc_embed_signup .clear {
    overflow: visible;
    visibility: visible;
    }

    Cheers!
    Ismael

    in reply to: Default page #228277

    Hey!

    Go to Enfold > Sidebar > enable the Page Sidebar Navigation to show the default sidebar navigation.

    Best regards,
    Ismael

    in reply to: Copy Promo Box #228276

    Hi!

    You can see the actual shortcode below the avia builder. Switch to Advance Layout Builder then add any elements, look for the new field below the builder. The actual shortcode will be show there.

    Regards,
    Ismael

    in reply to: wpml and layerslider: links management #228274

    Hey dalcnetsrl!

    You need to duplicate the slider then use it for each language.

    Cheers!
    Ismael

    in reply to: Image Mouseover #228074

    Hi!

    I see. Please add this on Quick CSS or custom.css:

    .image-overlay {
        display: none !important;
        opacity: 0 !important;
    }

    Best regards,
    Ismael

    in reply to: Reduce Navigation Menu White Space #228073

    Hey!

    Please add this on custom.css or Quick CSS:

    span.avia-menu-fx {
    bottom: 0px !important;
    }

    For further customization, please visit Werkpress.

    Regards,
    Ismael

    Hey BabaOorhum!

    Please access the wp-content/plugins folder then manually delete the s2member plugin. I had the same experience with s2 plugin on my end and that’s all the solution that I can think of. Please let us know if it works.

    Cheers!
    Ismael

    in reply to: menubar #228069

    Hi!

    Are you testing this on Chrome Windows 8? I did see the issue on my end. Please download the latest version of Enfold again then override the theme files via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750

    Cheers!
    Ismael

    in reply to: Werbung links vom Blog #228067

    Hey!

    I think the google ad code is not working. You can add this on Quick CSS:

    #div-gpt-ad-1392711329120-0 {
    position: absolute;
    display: block;
    top: 100px;
    left: 0;
    background: gray;
    }

    You will see a gray background on the top left side but there is no google ad.

    Best regards,
    Ismael

    in reply to: Disable Dynamic_avia #228064

    Hey marcellennartz!

    No, you can’t. It will mess up the theme layout.

    Cheers!
    Ismael

    in reply to: Un-mute audio in an embedded video in a Color Section #228062

    Hey!

    To unmute and disable the loop on a color section video, edit config-templatebuilder > avia-shortcodes > section. Find this code on line 406:

    'video_mute' => true,
     'video_loop' => true,
    

    Replace it with:

    'video_mute' => false,
    'video_loop' => false,
    

    Regards,
    Ismael

    in reply to: Need to change font type on title posts #228056

    Hey Mkieling!

    You can add this on Quick CSS or custom.css:

    .post-title.entry-title a {
    font-size: 30px;
    font-family: Georgia;
    }

    Change the font color using this:

    .main_color h2 {
    color: blue;
    }

    For further customization, please visit Werkpress.

    Best regards,
    Ismael

    in reply to: Social icons austauschen #228051

    Hi!

    I guess Dude is referring to this code:

    #top #wrap_all .social_bookmarks {
    height: 50px;
    }
    
    #top #wrap_all .social_bookmarks li, #top #wrap_all .social_bookmarks li a {
    width: 50px;
    line-height: 50px;
    min-height: 50px;
    font-size: 30px;
    }
    
    #wrap_all #header_main .social_bookmarks li a {
    border-radius: 50px;
    }

    Best regards,
    Ismael

    in reply to: Do I really need a Child theme? #228050

    Hey JoaquimN!

    No, you don’t need a child theme if you’re not planning to modify the theme files. Anyway, you should a child theme just in case. The latest version includes a pre-made child theme folder. You can use that.

    Regards,
    Ismael

    in reply to: Enfold – Gallery – Lightbox Navigation on Mobile #228047

    Hi louiefig!

    Unfortunately that is the only way that you can navigate when using the lightbox. Please hire a freelance developer to modify the theme. You can visit Werkpress.

    Best regards,
    Ismael

    in reply to: menubar #228045

    Hey!

    Did you modify any theme files or add css modifications prior to this issue? What is this code on your child theme’s functions.php? http://pastebin.com/QExYzFUR

    Regards,
    Ismael

    in reply to: Sidebar formatting for 2nd nested level #228040

    Hi bluemoonink!

    Are you using the Custom Menu widget? Please download the latest version of Enfold. 3rd level pages should be indented properly by then.

    Regards,
    Ismael

    in reply to: Navigation Hover/Active Funkyness #228038

    Hey!

    Please add this on Quick CSS or custom.css:

    .current-menu-item > a > .avia-menu-fx, .current-menu-item>a>.avia-menu-fx>.avia-arrow-wrap {
    opacity: 0;
    visibility: hidden;
    }
    
    .current_page_item > a > .avia-menu-fx, .current_page_item >a>.avia-menu-fx>.avia-arrow-wrap {
    opacity: 1;
    visibility: visible;
    }

    Regards,
    Ismael

    in reply to: Mobile Site Rotation Problem #228035

    Hi Jasmer!

    I don’t have access to an iOS device and honestly I’m not sure if this can be easily fix. I’ll ask Kriesi and the rest of the support team to pitch in. I’m sure you already set the Global Settings to be responsive.

    Cheers!
    Ismael

    in reply to: Default page #228031

    Hey Sylvio!

    You can use a Custom Menu on Appearance > Widgets. Create a menu on Appearance > Menus first.

    Best regards,
    Ismael

    in reply to: error when uploading font zip #228029

    Hey fitchimp!

    Please try to switch to a default theme then switch back to Enfold. Try to upload the zip again. Also, please contact your host and see if ZipArchive class is enabled/supported on the server.

    Cheers!
    Ismael

    in reply to: Side Navigation and footer navigation issues #228028

    Hi davidrk!

    We need to see the website to give you a css fix.

    Cheers!
    Ismael

    in reply to: portfolio navigation on mobile #228027

    Hey!

    Please use this on functions.php to change the text on the breadcrumb:

    add_filter('avia_breadcrumbs_args','avia_change_breadcrumb_before', 10, 1);
    function avia_change_breadcrumb_before($args)
    {
    $args['before'] = 'You can change this text:';
    return $args;
    }

    Cheers!
    Ismael

    in reply to: Changing Font Size for Tablets #228026

    Hey jrgrigg!

    Are you trying to change the large button shortcode font size or you’re trying to change the button on a slider? Please add this on Quick CSS:

    .avia-button-wrap .avia_iconbox_title {
    font-size: 20px;
    }

    Do you have the latest version? Post the link of the page with the button here.

    Best regards,
    Ismael

    in reply to: Subscribe to Comments reloaded #228023

    Hi!

    Haven’t check the website yet but glad it is working now.

    Cheers!
    Ismael

    in reply to: Image Mouseover #228022

    Hi wackyadventurer!

    Are you talking about the lightbox feature? Please elaborate. You can add this on Quick CSS or custom.css but it will disable the links for all images.

    img, a img {
    pointer-events: none;
    }

    Best regards,
    Ismael

    in reply to: Previous / Next side link issue #228021

    Hi evtilsley!

    Add this on Quick CSS or custom.css:

    .woocommerce .avia-post-nav {
    display: none !important;
    }

    Cheers!
    Ismael

    in reply to: Custom Font Blacklist by Font Face Generator #228018

    Hey ANKirschner!

    I’m not sure if it is going to work when the font is black listed as you say but please refer to this link. http://www.w3schools.com/cssref/css3_pr_font-face_rule.asp

    You can do it on custom.css or Quick CSS.

    Cheers!
    Ismael

    Hi BelIblis!

    Can you please give us a link to the website? A screenshot of what you’re trying to do will help. For further customization, please visit Werkpress.

    Cheers!
    Ismael

    in reply to: Header Issues #228016

    Hi sandromeyer!

    I can’t seem to access the website. What type of header do you have right now? Assuming that you have a Small Fixed Header, you can add this on Quick CSS to create a transparent header:

    .fixed_header #main {
    padding-top: 0;
    }
    
    .header_color .header_bg, #header_main {
    background-color: transparent !important;
    border: none;
    }
    
    .header_color div {
    border: none;
    }

    Edit js > avia.js to remove the header resize, find this code on line 21:

    // decreases header size when user scrolls down
            avia_header_size();

    Replace it with:

    // decreases header size when user scrolls down
            //avia_header_size();

    For further customization, please visit Werkpress.

    Cheers!
    Ismael

Viewing 30 posts - 59,491 through 59,520 (of 66,206 total)