Viewing 30 results - 301 through 330 (of 986 total)
  • Author
    Search Results
  • #1028991

    Hi,
    For #1: to remove the extra social icons please try:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header #header_main .inner-container .main_menu ul.social_bookmarks {
        display: none !important;
    }
    }

    Then please replace the rule to make the logo width 47% with this:

    .responsive #top #wrap_all #header_main #text-2 .textwidget .av_one_half.flex_column_div {
        width: 38% !important;
    }

    Then replace the rule to make the burger menu move up -50px, with this:

    .responsive #top #wrap_all .main_menu {
        top: -100px !important;
    }

    I have a couple of other ideas to address some of the other issues, but perhaps it would be easier if I could login to adjust the css?

    Best regards,
    Mike

    #1028679

    Hi,
    It’s good to hear from you again :) I took a look at the site and glad to see that you have updated to v4.5, so it seems that you will only need some css to achieve what you are looking for.
    For mobile I was able to get the logos side-by-side, show the social icons over the header, and bring the burger menu under the logo.
    Please try this code in the General Styling > Quick CSS field:

    /*show social icons and 2 logos inline on mobile*/
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header .social_bookmarks {
      display: block !important; 
    }
    .responsive #top #wrap_all #header_main .av-logo-container .main_menu .noLightbox.social_bookmarks {
    display: block !important;
    }
    .responsive #top #wrap_all #header_main #text-2 .textwidget .av_one_half.flex_column_div {
    width: 47% !important; 
    }
    .responsive #top #wrap_all .main_menu {
        top: -50px !important; 
    }
    .responsive #top #wrap_all #header_main #text-2 .flex_column_div.first {
        margin-top: 26px !important;
    }
    }
    

    Please see the screenshot in Private Content area of the expected results.
    Once you add the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1025556
    shedoesitcoaching
    Participant

    Hi Enfold Team,

    I would like to add the Instagram icon in the 2nd column of my footer.
    Before I managed to do the other social media icons via Widgets, but now I only see coding there. I think because I’m using the WPML plugin.

    I’ve uploaded the icon already in my library, but I’m not sure which code to use and where to add it in my widget.
    Could you help me with that?

    Thanks.
    Eefke

    #1024515

    Hey Maxim,

    Thanks for contacting us!

    Yes, you can refer to this post – https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area and add widget area to your header. You can add menu and link to top header bar, social icons in header and search icon in your main menu out of the box :)

    I hope that helps! If you have any other questions, please let us know!

    Best regards,
    Yigit

    #1023180

    In reply to: Social Icons in Footer

    Hi Mikenna,

    I apologize for the misunderstanding, I thought you’re using a footer page with columns in it.
    You can use a php widget then place it to the footer column you want it to be placed then use this code:

    <?php
    if(avia_get_option('footer_social', 'disabled') != "disabled")
    {
        $social_args 	= array('outside'=>'ul', 'inside'=>'li', 'append' => '');
        echo avia_social_media_icons($social_args, false);
    }
    
    $avia_theme_location = 'avia3';
    $avia_menu_class = $avia_theme_location . '-menu';
    
    $args = array(
        'theme_location'=>$avia_theme_location,
        'menu_id' =>$avia_menu_class,
        'container_class' =>$avia_menu_class,
        'fallback_cb' => '',
        'depth'=>1,
        'echo' => false,
        'walker' => new avia_responsive_mega_menu(array('megamenu'=>'disabled'))
    );
    
    $menu = wp_nav_menu($args);
    
    if($menu){ 
        echo "<nav class='sub_menu_socket' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
        echo $menu;
        echo "</nav>";
    }
    ?>

    Hope it helps.

    Best regards,
    Nikko

    #1021281
    timchurchman
    Participant

    Hi, I am trying to create rollovers for my main menu like this demo: https://kriesi.at/themes/enfold-law/
    My site is: http://huntpr.co.za

    if i go to advanced styling change color there and click on “Apply only to mouse hover state” nothing happens.
    I would like the color to change to ddae87 and the line appear in this color?

    Already this code sitting in Quick CSS so not sure if anything blocking:
    #top #header.header-scrolled .container.av-logo-container {
    background: #88bbc8;
    }

    #scroll-top-link:hover {
    opacity:1 !important;
    color:cce4e7 !important;
    }

    .page-id-734 #contact input[type=’submit’]:hover {
    background-color: green !important;
    }

    /*hide auto sidebar from magazine*/
    .page-id-2967 .sidebar .widget_nav_hide_child {
    display: none;
    }

    /*2.8 firefox problem*/
    .avia-image-container-inner, .avia_image {
    max-width: 100%;
    }

    #socket .avia-bullet, #socket .avia-menu-fx {
    display: none;
    }

    .container {
    padding: 0px 95px;
    }

    .avia-button.avia-color-grey, .avia-button.avia-color-grey {
    color:#faf400!important;
    border: 1px solid #faf400!important;
    }

    h1, h2, h3 {
    text-transform: none !important;
    }

    h1, h2, h3, h4, h5, h6 {
    font-weight: normal!important;
    }

    #top * {
    border-radius:0 !important;
    }

    .avia-button {
    border: 1px solid !important;
    }

    #avia-menu #menu-item-3252 .avia-menu-text {
    border-color:#ddae87 !important;
    }

    /* Color section container width */
    #team .container {
    width: 100% !important;
    min-width: 100%;
    padding: 0;
    margin: 0;
    }

    #top .avia_ajax_form .button {
    width: 100%;
    }

    #top .social_bookmarks li a {
    color: #ddae87;
    }

    @media only screen and (max-width: 1200px) {
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
    display: block !important;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
    display: none;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special a { border: none !important; }
    }

    .avia-button:hover {
    background-color: #ffffff !important;
    color: #231f20 !important;
    }

    #scroll-top-link {
    color: white !important;
    border: 1px solid #ddae87 !important;
    background-color: #ddae87 !important;
    }

    .home #av_section_1 a.avia-color-custom {
    border:1px solid #ddae87 !important;
    }

    .avia-team-member .team-social {
    background: rgba(17,20,71,0.8);
    }

    .team-social a {
    background: #ddae87;
    }

    .team-social a::before {
    color: #ffffff;
    }

    .av_menu_icon_beside {
    border-right:none;
    }

    .home #av_section_1 a.avia-color-custom:hover {
    border:1px solid white !important;
    }

    .home #av_section_1 a.avia-color-light:hover {
    border:rgba(255, 255, 255, 0.5) !important;
    }

    .avia-menu {
    border-right:none !important;
    }

    .page-id-734 #contact input[type=’submit’]:hover {
    background-color: #ddae87 !important;
    border-color: #ddae87 !important;
    color: #ffffff !important;
    }

    .avia-menu-text{
    letter-spacing: 2px!important;
    }

    #1020273

    In reply to: Border Button change

    Thanks Victoria, I have so much Quick CSS in general styling and some that directly affect those buttons, are you able to tell me exactly what to change? See all code in general styling below:

    .page-id-734 #contact input[type=’submit’]:hover {
    background-color: green !important;
    }

    /*hide auto sidebar from magazine*/
    .page-id-2967 .sidebar .widget_nav_hide_child {
    display: none;
    }

    /*2.8 firefox problem*/
    .avia-image-container-inner, .avia_image {
    max-width: 100%;
    }

    #socket .avia-bullet, #socket .avia-menu-fx {
    display: none;
    }

    .container {
    padding: 0px 95px;
    }

    .avia-button.avia-color-grey, .avia-button.avia-color-grey {
    color:#faf400!important;
    border: 1px solid #faf400!important;
    }

    h1, h2, h3 {
    text-transform: none !important;
    }

    h1, h2, h3, h4, h5, h6 {
    font-weight: normal!important;
    }

    #top * {
    border-radius:0 !important;
    }

    .avia-button {
    border: 1px solid !important;
    }

    #avia-menu #menu-item-3252 .avia-menu-text {
    border-color:#ddae87 !important;
    }

    /* Color section container width */
    #team .container {
    width: 100% !important;
    min-width: 100%;
    padding: 0;
    margin: 0;
    }

    #top .avia_ajax_form .button {
    width: 100%;
    }

    #top .social_bookmarks li a {
    color: #ddae87;
    }

    @media only screen and (max-width: 1200px) {
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
    display: block !important;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
    display: none;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special a { border: none !important; }
    }

    .avia-button:hover {
    background-color: #ffffff !important;
    color: #231f20 !important;
    }

    #scroll-top-link {
    color: white !important;
    border: 1px solid #ddae87 !important;
    background-color: #ddae87 !important;
    }

    .home #av_section_1 a.avia-color-custom {
    border:1px solid #ddae87 !important;
    }

    .avia-team-member .team-social {
    background: rgba(17,20,71,0.8);
    }

    .team-social a {
    background: #ddae87;
    }

    .team-social a::before {
    color: #ffffff;
    }

    .av_menu_icon_beside {
    border-right:none;
    }

    .home #av_section_1 a.avia-color-custom:hover {
    border:1px solid white !important;
    }

    .home #av_section_1 a.avia-color-light:hover {
    border:rgba(255, 255, 255, 0.5) !important;
    }

    .avia-menu {
    border-right:none !important;
    }

    .page-id-734 #contact input[type=’submit’]:hover {
    background-color: #ddae87 !important;
    border-color: #ddae87 !important;
    color: #ffffff !important;
    }

    #scroll-top-link:hover {
    opacity:1 !important;
    color:cce4e7 !important;
    }

    .avia-menu-text{
    letter-spacing: 2px!important;
    }

    #1017650
    evanrademaker
    Participant

    Hello!

    Here is my website – https://new-leaf-vizprod.c9users.io/

    and im trying to get the social icons and call information and icon like on this website – https://www.summit-institute.com/

    I’ve tried adding a widget to the header with this guide but couldnt get it to work – https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    #1012868
    beenee
    Participant

    Hi ya,
    I had some modifications done with your friendly and competent support on the theme for my customers.
    However, when I scroll down the page, the logo jumps as you can see when trying. Also the main menu color is black when all the way up, when scrolling down it changes to the right color: #574b41
    How would I stop the logo from jumping and how would the menu have the color #574b41 for good?
    Could you help please?
    My styles.css :

    /*
    Theme Name: PLP Enfold Child
    Description: Enfold Child
    Version: 1.0
    Author: Stefan B.
    Author URI: http://kriesi.at
    Template: enfold
    */
    
    #top .av_header_glassy.av_header_transparency .social_bookmarks li, #top .av_header_glassy.av_header_transparency .social_bookmarks li a {
        border-color: rgba(255,255,255,0.25);
        color: #574b41;
    }
    
    #top .av_header_transparency #header_meta {
        background: #ffffff;
        box-shadow: none;
        border-bottom: 1px solid rgba(255,255,255,0.25);
    }
    
    #top .av_header_glassy.av_header_transparency .header_bg {
        background-color: #fff;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    
    #top .fullsize .template-blog .post .entry-content-wrapper > *,#top .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 1300px;
    }
    
    .header_color .header_bg {
      background-color: #e1f5f4;
      font-size: 18px !important;
      color: #574b41 !important;
      opacity: 0.5;
      filter: alpha(opacity=50);
    }
    
    /* CSS - Widget border */
    
    span.news-thumb {
      display:none !important;
    }
    
    .hr.hr-short.hr-center.side-bar {
    margin: 0px !important;
    }
    .hr-short.side-bar .hr-inner {
        width: 90% !important; 
        left: 15% !important; 
    }
    
    #menu-item-search {
    display: none;
    }
    
    @media only screen and (min-width: 768px) {
       .av_secondary_right .sub_menu {
          padding-right: 160px;
      }
    }
      .av_phone_active_left .phone-info {
          position: absolute;
          right: 0;
          float: none;
          padding: 0;
      }
      .av_phone_active_left .phone-info #searchform #searchsubmit {
          font-size: 13px;
          width: 30px;
          line-height: 30px;
      }
      #top .av_minimal_header #s {
          padding: 9px 47px 9px 7px;
      }
    
    #top .isotope-item {
    padding-right: 5px;
    }
    
    .news-time { display: none; }
    
    .plp-phone .iconbox_icon:before { visibility: hidden !important; }
    .plp-phone .iconbox_icon { background: url(https://dev.plp-group.com/wp-content/uploads/2018/09/phone.png) !important; background-size: contain !important; background-repeat: no-repeat !important; background-position: 50% 50% !important; }
    
    .sidebar, .sidebar_right {
       min-height: calc(100vh - 250px)!important;
    }
    

    and my quick .css:

    /*iconbox start */
    
    .plp-iconbox {
    position: relative;
    background-image: url('https://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox.png')!important;
      height: 181px; 
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    font-size: 10px !important;
    }
    .main_color.iconbox_top .iconbox_content {
    background-color: transparent!important;
    box-shadow:none!important;
    
    }
    
    .clickme:hover {
    cursor: pointer;
    }
    
    .plp-iconbox:hover {
    background-image: url('http://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox_mo.png')!important;
      height: 181px; 
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    }
    
    #after_full_slider_1 .iconbox_top .iconbox_icon {
        top: 15px;
    }
    #after_full_slider_1 .iconbox_top .iconbox_content {
        padding: 80px 20px 20px 20px;
    }
    
    .plp_noiconbox  {
    position: relative;
    background-image: url('http://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox_wd-1.png')!important;
      height: 190px !important; 
      width: 347px !important;
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    font-size: 10px !important;
    }
    .plp_noiconboxact  {
    position: relative;
    background-image: url('http://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox_wd_act.png')!important;
      height: 190px !important; 
      width: 347px !important;
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    font-size: 10px !important;
    }
    
    .plp_noiconbox:hover {
    background-image: url('http://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox_wd_mo-1.png')!important;
      height: 190px !important; 
      width: 347px !important;
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    font-size: 10px !important;
    }
    #top.page-id-234 .iconbox_top .iconbox_icon {
      display: none;
    }
    .page-id-494 .iconbox_top .iconbox_icon, .page-id-234 .iconbox_top .iconbox_icon, .page-id-502 .iconbox_top .iconbox_icon, .page-id-510 .iconbox_top .iconbox_icon {
        display: none;
    }
    
    .clickme:hover {
    cursor: pointer;
    
    }
    
    .plp_noiconboxm {
    background-image: url('http://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox_wd_mo.png')!important;
      height: 190px !important; 
      width: 347px !important;
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    
    }
    
    .plp_noiconboxv {
    background-image: url('http://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox_wd_mo.png')!important;
      height: 190px !important; 
      width: 347px !important;
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    }
    .plp_noiconboxp {
    background-image: url('http://dev.plp-group.com/wp-content/uploads/2018/09/arrowbox_wd_mo.png')!important;
      height: 190px !important; 
      width: 347px !important;
      background-position: center; 
      background-repeat: no-repeat;
      background-size: cover;
    }
    
    h3.iconbox_content_title {
    font-size: 16px!important;
    }
    
    /*iconbox end */
    
    #top #avia-menu > li > a:hover {
        background: transparent !important;
        text-decoration: underline;
    }
    
    #top #avia-menu > li > a:hover span.avia-menu-text {
        color: #574b41 !important;
    }
    
    .sidebar_tab .tab_titles {
        max-width: 250px;
    }
    .js_active .tab {
      font-size: 1em;
    }
    .sidebar_tab .tab_content {
        min-height: 100px !important;
    
    }
    
    /*accordion start*/
    
    .aviaccordion-active-slide .aviaccordion-preview { width: 100% !important; }
    h3.aviaccordion-title {
      color: #584b42!important;
    background-color: #e1f5f4;
    }
    
    #top .aviaccordion-excerpt {
    color: #ffffff!important;
    margin-left: 120%!important;
    width: 300px!important;
    }
    
    #top .aviaccordion-title {
    color: #584b42!important;
    margin-top: 50%!important;
    }
    /*accordion end*/
    
    

    I can’t spot the black…?!? …and yes I will combine them in styles.css, when I’m done editing.
    Thanks for all the help!
    Stefan

    • This topic was modified 7 years, 5 months ago by Rikard.
    #1011738

    I manage the problem of sidebar with Widget logic plugin.
    But for the social network icon problem stay. Thanks for your help.

    #1010123

    Mike thank you for your answer, what I want to achieve is a header inside the menu that can be like that of social icons and must have these written | ITA | ENG | etc .. I do not know if there is a widget that you can insert in the menu so I can edit it as and when I want or inserting code in the function.php is not a problem, but I wish they were visible as I wrote you, and that they are immediately visible when the menu is opened. Basically the menu structure should be:

    menu header: here is displayed: | ITA | ENG | FRA | GER |
    body menu: here the texts and links are displayed to bring up the menu pages
    menu footer: here the social icons are displayed

    If you notice us now in the desktop view as soon as the page of the site loads the social icons are seen at the top right, then after clicking on the menu icon, the social icons disappear and are displayed inside the menu.
    If I could have the opportunity to create a menu as described above I think I have solved the problem even for mobile viewing! What do you say you can create this idea of ​​mine?

    as regards access to the site, I enter the login in the private part

    #1009394

    Hi!

    Yes sure – use this code in the text widget:

    
    <ul class="noLightbox social_bookmarks">
    <li class="social_bookmarks_facebook av-social-link-facebook"> [av_font_icon icon='ue8f3' font='entypo-fontello' style='' caption='' link='manually,https://www.facebook.com/precisionenergyptyltd/' linktarget='_blank' size='40px' position='left' color='' custom_class='' admin_preview_bg=''][/av_font_icon] </li>
    <li class="social_bookmarks_linkedin av-social-link-linkedin"> [av_font_icon icon='ue8fc' font='entypo-fontello' style='' caption='' link='manually,https://www.linkedin.com/company/precision-energy-pty-ltd/' linktarget='_blank' size='40px' position='left' color='' custom_class='' admin_preview_bg=''][/av_font_icon] </li></ul>
    

    and add this code to your quick css field:

    
    #top .widget .social_bookmarks li {
    float: none;
    border-right: none;
    display: inline-block;
    }
    

    Cheers!
    Peter

    #1008944
    tokenofhon
    Participant

    Hi,

    I’ve tried adding the facebook and linkedin icon to a footer widget, ive got the facebook icon working but the linkedin icon isnt showing up.

    I’ve pasted the code i’ve put in the private section, if you could help me fix up the code that would be great

    #1007197

    Topic: ERROR

    in forum Enfold
    lleonera
    Participant

    Hello,

    Sometimes when I open my building site appears all this warnings! Usually first time I get into the page it appers, then I upload the page again and it’s ok. Idk how this is happening and I don’t know if it’s affecting other functions on my site. Do you know? All my pluggins have been disabeld

    Thank you!
    All the warnings are like 6 pages on word, but somes the same one:

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/css/base.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/css/layout.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/audio-player/audio-player.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/blog/blog.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/postslider/postslider.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/buttons/buttons.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/buttonrow/buttonrow.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/catalogue/catalogue.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/comments/comments.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/contact/contact.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/slideshow/slideshow.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/contentslider/contentslider.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/countdown/countdown.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/gallery/gallery.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/google_maps/google_maps.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/grid_row/grid_row.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/heading/heading.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/headline_rotator/headline_rotator.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/hr/hr.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/icon/icon.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/iconbox/iconbox.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/iconlist/iconlist.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/image/image.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/magazine/magazine.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/css/avia-snippet-site-preloader.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/menu/menu.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/notification/notification.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/numbers/numbers.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/portfolio/portfolio.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/progressbar/progressbar.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/promobox/promobox.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/slideshow_feature_image/slideshow_feature_image.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/slideshow_fullsize/slideshow_fullsize.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/slideshow_fullscreen/slideshow_fullscreen.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/social_share/social_share.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/tab_section/tab_section.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/table/table.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/tabs/tabs.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/team/team.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/testimonials/testimonials.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/timeline/timeline.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/toggles/toggles.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/config-templatebuilder/avia-shortcodes/video/video.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/css/shortcodes.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/js/aviapopup/magnific-popup.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/css/avia-snippet-lightbox.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/css/avia-snippet-widget.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/css/custom.css): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-template-builder/php/asset-manager.class.php on line 326

    Warning: file_get_contents(/var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold%20/js/avia-compat.js): failed to open stream: No such file or directory in /var/www/vhost/iesflix.cat/home/html/web/wp-content/themes/enfold /config-templatebuilder/avia-

    #1006160

    Is the Instagram widget the same thing as the theme/Enfold/Social Profiles/Social Icon/Instagram? If yes, I’ll delete it if that solves the problem. Otherwise, no, the Enfold Instagram widget in the Appearance/Widgets tab is not being used.

    #1005097

    In reply to: Http error 500

    Hi Victora,
    See below:

    <?php
    //Tried both with and without added enqueing code. Seemed not to make a difference #SG;
    //#SG: Enqueuing the parent theme stylesheet;
    add_action( ‘wp_enqueue_scripts’, ‘enqueue_child_theme_styles’, PHP_INT_MAX);
    function enqueue_child_theme_styles() {
    wp_enqueue_style( ‘avia-style’, get_template_directory_uri().’/style.css’ );
    }
    // #SG: Enqueuing the parent theme CSS;
    function my_theme_enqueue_styles() {

    $parent_style = ‘avia-style’; // This is ‘avia-style’ for the Enfold theme.

    wp_enqueue_style( $parent_style, get_template_directory_uri() . ‘/style.css’ );
    wp_enqueue_style( ‘child-style’,
    get_stylesheet_directory_uri() . ‘/style.css’,
    array( $parent_style ),
    wp_get_theme()->get(‘Version’)
    );
    }
    add_action( ‘wp_enqueue_scripts’, ‘my_theme_enqueue_styles’ );

    /*
    * Add your own functions here. You can also copy some of the theme functions into this file.
    * WordPress will use those functions instead of the original functions then.
    */

    // Added by #SG for Eliminate render-blocking JavaScript and CSS in above-the-fold content
    function my_init()
    {
    if (!is_admin())
    {
    wp_deregister_script(‘jquery’);

    // Load a copy of jQuery from the Google API CDN
    // The last parameter set to TRUE states that it should be loaded
    // in the footer.
    wp_register_script(‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js&#8217;, FALSE, ‘1.11.0’, TRUE);

    wp_enqueue_script(‘jquery’);
    }
    }
    add_action(‘init’, ‘my_init’);
    //End of added code by #SG

    if ( !defined(‘ABSPATH’) ){ die(); }

    global $avia_config;

    /*
    /*
    * if you run a child theme and dont want to load the default functions.php file
    * set the global var below in you childthemes function.php to true:
    *
    * example: global $avia_config; $avia_config[‘use_child_theme_functions_only’] = true;
    * The default functions.php file will then no longer be loaded. You need to make sure then
    * to include framework and functions that you want to use by yourself.
    *
    * This is only recommended for advanced users
    */

    if(isset($avia_config[‘use_child_theme_functions_only’])) return;

    /*
    * create a global var which stores the ids of all posts which are displayed on the current page. It will help us to filter duplicate posts
    */

    $avia_config[‘posts_on_current_page’] = array();

    /*
    * wpml multi site config file
    * needs to be loaded before the framework
    */

    require_once( ‘config-wpml/config.php’ );

    /**
    * layerslider plugin – needs to be loaded before framework because we need to add data to the options array
    *
    * To be backwards compatible we still support add_theme_support(‘deactivate_layerslider’);
    * This will override the option setting “activation” of the bundled plugin !!
    *
    * @since 4.2.1
    */

    /*DEACTIVATED by #SG (Remove this line to activate)
    require_once( ‘config-layerslider/config.php’ );

    /*
    * These are the available color sets in your backend.
    * If more sets are added users will be able to create additional color schemes for certain areas
    *
    * The array key has to be the class name, the value is only used as tab heading on the styling page
    */

    $avia_config[‘color_sets’] = array(
    ‘header_color’ => ‘Logo Area’,
    ‘main_color’ => ‘Main Content’,
    ‘alternate_color’ => ‘Alternate Content’,
    ‘footer_color’ => ‘Footer’,
    ‘socket_color’ => ‘Socket’
    );

    /*
    * add support for responsive mega menus
    */

    add_theme_support(‘avia_mega_menu’);

    /*
    * add support for improved backend styling
    */

    add_theme_support(‘avia_improved_backend_style’);

    /*
    * deactivates the default mega menu and allows us to pass individual menu walkers when calling a menu
    */

    add_filter(‘avia_mega_menu_walker’, ‘__return_false’);

    /*
    * adds support for the new avia sidebar manager
    */

    add_theme_support(‘avia_sidebar_manager’);

    /*
    * Filters for post formats etc
    */
    //add_theme_support(‘avia_queryfilter’);

    /*
    * Register theme text domain
    */
    if(!function_exists(‘avia_lang_setup’))
    {
    add_action(‘after_setup_theme’, ‘avia_lang_setup’);

    function avia_lang_setup()
    {
    $lang = apply_filters(‘ava_theme_textdomain_path’, get_template_directory() . ‘/lang’);
    load_theme_textdomain(‘avia_framework’, $lang);
    }

    avia_lang_setup();
    }

    /*
    function that changes the icon of the theme update tab
    */

    if(!function_exists(‘avia_theme_update_filter’))
    {
    function avia_theme_update_filter( $data )
    {
    if(current_theme_supports(‘avia_improved_backend_style’))
    {
    $data[‘icon’] = (Email address hidden if logged out) ‘;
    }
    return $data;
    }

    add_filter(‘avf_update_theme_tab’, ‘avia_theme_update_filter’, 30, 1);
    }

    ##################################################################
    # AVIA FRAMEWORK by Kriesi

    # this include calls a file that automatically includes all
    # the files within the folder framework and therefore makes
    # all functions and classes available for later use

    require_once( ‘framework/avia_framework.php’ );

    ##################################################################

    /*
    * Register additional image thumbnail sizes
    * Those thumbnails are generated on image upload!
    *
    * If the size of an array was changed after an image was uploaded you either need to re-upload the image
    * or use the thumbnail regeneration plugin: http://wordpress.org/extend/plugins/regenerate-thumbnails/
    */

    $avia_config[‘imgSize’][‘widget’] = array(‘width’=>36, ‘height’=>36); // small preview pics eg sidebar news
    $avia_config[‘imgSize’][‘square’] = array(‘width’=>180, ‘height’=>180); // small image for blogs
    $avia_config[‘imgSize’][‘featured’] = array(‘width’=>1500, ‘height’=>430 ); // images for fullsize pages and fullsize slider
    $avia_config[‘imgSize’][‘featured_large’] = array(‘width’=>1500, ‘height’=>630 ); // images for fullsize pages and fullsize slider
    $avia_config[‘imgSize’][‘extra_large’] = array(‘width’=>1500, ‘height’=>1500 , ‘crop’ => false); // images for fullscrren slider
    $avia_config[‘imgSize’][‘portfolio’] = array(‘width’=>495, ‘height’=>400 ); // images for portfolio entries (2,3 column)
    $avia_config[‘imgSize’][‘portfolio_small’] = array(‘width’=>260, ‘height’=>185 ); // images for portfolio 4 columns
    $avia_config[‘imgSize’][‘gallery’] = array(‘width’=>845, ‘height’=>684 ); // images for portfolio entries (2,3 column)
    $avia_config[‘imgSize’][‘magazine’] = array(‘width’=>710, ‘height’=>375 ); // images for magazines
    $avia_config[‘imgSize’][‘masonry’] = array(‘width’=>705, ‘height’=>705 , ‘crop’ => false); // images for fullscreen masonry
    $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 slider
    $avia_config[‘imgSize’] = apply_filters(‘avf_modify_thumb_size’, $avia_config[‘imgSize’]);

    $avia_config[‘selectableImgSize’] = array(
    ‘square’ => __(‘Square’,’avia_framework’),
    ‘featured’ => __(‘Featured Thin’,’avia_framework’),
    ‘featured_large’ => __(‘Featured Large’,’avia_framework’),
    ‘portfolio’ => __(‘Portfolio’,’avia_framework’),
    ‘gallery’ => __(‘Gallery’,’avia_framework’),
    ‘entry_with_sidebar’ => __(‘Entry with Sidebar’,’avia_framework’),
    ‘entry_without_sidebar’ => __(‘Entry without Sidebar’,’avia_framework’),
    ‘extra_large’ => __(‘Fullscreen Sections/Sliders’,’avia_framework’),

    );

    avia_backend_add_thumbnail_size($avia_config);

    if ( ! isset( $content_width ) ) $content_width = $avia_config[‘imgSize’][‘featured’][‘width’];

    /*
    * register the layout classes
    *
    */

    $avia_config[‘layout’][‘fullsize’] = array(‘content’ => ‘av-content-full alpha’, ‘sidebar’ => ‘hidden’, ‘meta’ => ”,’entry’ => ”);
    $avia_config[‘layout’][‘sidebar_left’] = array(‘content’ => ‘av-content-small’, ‘sidebar’ => ‘alpha’ ,’meta’ => ‘alpha’, ‘entry’ => ”);
    $avia_config[‘layout’][‘sidebar_right’] = array(‘content’ => ‘av-content-small alpha’,’sidebar’ => ‘alpha’, ‘meta’ => ‘alpha’, ‘entry’ => ‘alpha’);

    /*
    * These are some of the font icons used in the theme, defined by the entypo icon font. the font files are included by the new aviaBuilder
    * common icons are stored here for easy retrieval
    */

    $avia_config[‘font_icons’] = apply_filters(‘avf_default_icons’, array(

    //post formats + types
    ‘standard’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue836’),
    ‘link’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue822’),
    ‘image’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue80f’),
    ‘audio’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue801’),
    ‘quote’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue833’),
    ‘gallery’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue80e’),
    ‘video’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue80d’),
    ‘portfolio’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue849’),
    ‘product’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue859’),

    //social
    ‘behance’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue915’),
    ‘dribbble’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8fe’),
    ‘facebook’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8f3’),
    ‘flickr’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8ed’),
    ‘gplus’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8f6’),
    ‘linkedin’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8fc’),
    ‘instagram’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue909’),
    ‘pinterest’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8f8’),
    ‘skype’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue90d’),
    ‘tumblr’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8fa’),
    ‘twitter’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8f1’),
    ‘vimeo’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8ef’),
    ‘rss’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue853’),
    ‘youtube’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue921’),
    ‘xing’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue923’),
    ‘soundcloud’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue913’),
    ‘five_100_px’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue91d’),
    ‘vk’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue926’),
    ‘reddit’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue927’),
    ‘digg’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue928’),
    ‘delicious’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue929’),
    ‘mail’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue805’),

    //woocomemrce
    ‘cart’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue859’),
    ‘details’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue84b’),

    //bbpress
    ‘supersticky’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue808’),
    ‘sticky’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue809’),
    ‘one_voice’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue83b’),
    ‘multi_voice’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue83c’),
    ‘closed’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue824’),
    ‘sticky_closed’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue808\ue824’),
    ‘supersticky_closed’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue809\ue824’),

    //navigation, slider & controls
    ‘play’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue897’),
    ‘pause’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue899’),
    ‘next’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue879’),
    ‘prev’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue878’),
    ‘next_big’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue87d’),
    ‘prev_big’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue87c’),
    ‘close’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue814’),
    ‘reload’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue891’),
    ‘mobile_menu’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8a5’),

    //image hover overlays
    ‘ov_external’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue832’),
    ‘ov_image’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue869’),
    ‘ov_video’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue897’),

    //misc
    ‘search’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue803’),
    ‘info’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue81e’),
    ‘clipboard’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue8d1’),
    ‘scrolltop’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue876’),
    ‘scrolldown’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue877’),
    ‘bitcoin’ => array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue92a’),

    ));

    /*
    * a small array that contains admin notices that can, for example, be called after an update
    * just set the db option avia_admin_notice to contain the key of the notice you want to display
    * eg: update_option(‘avia_admin_notice’, ‘performance_update’);
    *
    * classes: error, warning, success, info
    * msg: whatever floats your boat :D
    */

    $avia_config[‘admin_notices’] = array(

    //default update success
    ‘update_success’ => array(‘class’=>’success’, ‘msg’ => __(‘Enfold update was successful! ‘,’avia_framework’)),

    //update to version 4.3 – performance update. display notice and link to blog post
    ‘performance_update’ => array(‘class’=>’info’, ‘msg’ => “Attention: The last Enfold update added a lot of performance options. Make sure to read more about it here<br><br>If you are running a caching plugin please make sure to reset your cached files, since the CSS and JS file structure of the theme changed heavily”
    ),

    //update to version 4.4 – gdpr update. display notice and link to blog post
    ‘gdpr_update’ => array(‘class’=>’info’, ‘msg’ => “Attention: Enfold was updated for GDPR compliance. Make sure to read more about it here
    ),

    //more to come…
    );

    add_theme_support( ‘automatic-feed-links’ );

    ##################################################################
    # Frontend Stuff necessary for the theme:
    ##################################################################

    /*
    * Register frontend javascripts:
    */

    if(!function_exists(‘avia_register_frontend_scripts’))
    {
    if(!is_admin()){
    add_action(‘wp_enqueue_scripts’, ‘avia_register_frontend_scripts’);
    }

    function avia_register_frontend_scripts()
    {
    global $avia_config;

    $theme = wp_get_theme();
    if( false !== $theme->parent() )
    {
    $theme = $theme->parent();
    }
    $vn = $theme->get( ‘Version’ );

    $options = avia_get_option();

    $template_url = get_template_directory_uri();
    $child_theme_url = get_stylesheet_directory_uri();

    //register js

    wp_enqueue_script( ‘avia-compat’, $template_url.’/js/avia-compat.js’ , array(), $vn, false ); //needs to be loaded at the top to prevent bugs
    wp_enqueue_script( ‘avia-default’, $template_url.’/js/avia.js’, array(‘jquery’), $vn, true );
    wp_enqueue_script( ‘avia-shortcodes’, $template_url.’/js/shortcodes.js’, array(‘jquery’,’avia-default’), $vn, true );

    wp_enqueue_script( ‘jquery’ );

    //register styles

    wp_register_style( ‘avia-style’ , $child_theme_url.”/style.css”, array(), $vn, ‘all’ ); //only include in childthemes. has no purpose in main theme
    wp_register_style( ‘avia-custom’, $template_url.”/css/custom.css”, array(), $vn, ‘all’ );

    wp_enqueue_style( ‘avia-grid’ , $template_url.”/css/grid.css”, array(), $vn, ‘all’ );
    wp_enqueue_style( ‘avia-base’ , $template_url.”/css/base.css”, array(‘avia-grid’), $vn, ‘all’ );
    wp_enqueue_style( ‘avia-layout’, $template_url.”/css/layout.css”, array(‘avia-base’), $vn, ‘all’ );
    wp_enqueue_style( ‘avia-scs’, $template_url.”/css/shortcodes.css”, array(‘avia-layout’), $vn, ‘all’ );

    /************************************************************************
    Conditional style and script calling, based on theme options or other conditions
    *************************************************************************/

    //lightbox inclusion

    $condition = !empty($avia_config[‘use_standard_lightbox’]) && ( ‘disabled’ != $avia_config[‘use_standard_lightbox’] );
    avia_enqueue_style_conditionally( $condition , ‘avia-popup-css’, $template_url.”/js/aviapopup/magnific-popup.css”, array(‘avia-layout’), $vn, ‘screen’);
    avia_enqueue_style_conditionally( $condition , ‘avia-lightbox’, $template_url.”/css/avia-snippet-lightbox.css”, array(‘avia-layout’), $vn, ‘screen’);
    avia_enqueue_script_conditionally( $condition , ‘avia-popup-js’ , $template_url.’/js/aviapopup/jquery.magnific-popup.min.js’, array(‘jquery’), $vn, true);
    avia_enqueue_script_conditionally( $condition , ‘avia-lightbox-activation’, $template_url.”/js/avia-snippet-lightbox.js”, array(‘avia-default’), $vn, true);

    //mega menu inclusion (only necessary with sub menu items)

    $condition = (avia_get_submenu_count(‘avia’) > 0);
    avia_enqueue_script_conditionally( $condition , ‘avia-megamenu’, $template_url.”/js/avia-snippet-megamenu.js”, array(‘avia-default’), $vn, true);

    //sidebar menu inclusion (only necessary when header position is set to be a sidebar)

    $condition = (isset($options[‘header_position’]) && $options[‘header_position’] != “header_top”);
    avia_enqueue_script_conditionally( $condition , ‘avia-sidebarmenu’, $template_url.”/js/avia-snippet-sidebarmenu.js”, array(‘avia-default’), $vn, true);

    //sticky header with header size calculator

    $condition = (isset($options[‘header_position’]) && $options[‘header_position’] == “header_top”);
    $condition2 = (isset($options[‘header_sticky’]) && $options[‘header_sticky’] == “header_sticky”) && $condition;
    avia_enqueue_script_conditionally( $condition2 , ‘avia-sticky-header’, $template_url.”/js/avia-snippet-sticky-header.js”, array(‘avia-default’), $vn, true);

    //site preloader

    $condition = (isset($options[‘preloader’]) && $options[‘preloader’] == “preloader”);
    avia_enqueue_script_conditionally( $condition , ‘avia-siteloader-js’, $template_url.”/js/avia-snippet-site-preloader.js”, array(‘avia-default’), $vn, true, false);
    avia_enqueue_style_conditionally( $condition , ‘avia-siteloader’, $template_url.”/css/avia-snippet-site-preloader.css”, array(‘avia-layout’), $vn, ‘screen’, false);

    //cookie consent

    $condition = (isset($options[‘cookie_consent’]) && $options[‘cookie_consent’] == “cookie_consent”);
    avia_enqueue_script_conditionally( $condition , ‘avia-cookie-js’ , $template_url.”/js/avia-snippet-cookieconsent.js”, array(‘avia-default’), $vn, true);
    avia_enqueue_style_conditionally( $condition , ‘avia-cookie-css’, $template_url.”/css/avia-snippet-cookieconsent.css”, array(‘avia-layout’), $vn, ‘screen’);

    //load widget css only if we got active widgets

    $condition = (avia_get_active_widget_count() > 0);
    avia_enqueue_style_conditionally( $condition , ‘avia-widget-css’, $template_url.”/css/avia-snippet-widget.css”, array(‘avia-layout’), $vn, ‘screen’);

    //load mediaelement js

    $condition = !( isset($options[‘disable_mediaelement’]) && $options[‘disable_mediaelement’] == “disable_mediaelement” ) && av_video_assets_required();
    $condition2 = ( version_compare( get_bloginfo( ‘version’ ), ‘4.9’, ‘>=’ ) ) && $condition;
    avia_enqueue_script_conditionally( $condition , ‘wp-mediaelement’);
    avia_enqueue_style_conditionally( $condition2 , ‘wp-mediaelement’); //With WP 4.9 we need to load the stylesheet seperately

    //comment reply script

    global $post;
    $condition = !( isset($options[‘disable_blog’]) && $options[‘disable_blog’] == “disable_blog” ) && $post && comments_open();
    $condition = ( is_singular() && get_option( ‘thread_comments’ ) ) && $condition;
    avia_enqueue_script_conditionally( $condition , ‘comment-reply’);

    //rtl inclusion

    avia_enqueue_style_conditionally( is_rtl() , ‘avia-rtl’, $template_url.”/css/rtl.css”, array(), $vn, ‘all’);

    //disable jquery migrate if no plugins are active (enfold does not need it) or if user asked for it in optimization options

    $condition = avia_count_active_plugins() == 0 || (isset($options[‘disable_jq_migrate’]) && $options[‘disable_jq_migrate’] != “disable_jq_migrate”);
    if(!$condition) avia_disable_query_migrate();

    //move jquery to footer if no unkown plugins are active

    if(av_count_untested_plugins() == 0 || (isset($options[‘jquery_in_footer’]) && $options[‘jquery_in_footer’] == “jquery_in_footer”) ){
    av_move_jquery_into_footer();
    }

    /************************************************************************
    Inclusion of the dynamic stylesheet
    *************************************************************************/

    global $avia;

    $safe_name = avia_backend_safe_string($avia->base_data[‘prefix’]);
    $safe_name = apply_filters(‘avf_dynamic_stylesheet_filename’, $safe_name);

    if( get_option(‘avia_stylesheet_exists’.$safe_name) == ‘true’ )
    {
    $avia_upload_dir = wp_upload_dir();

    /**
    * Change the default dynamic upload url
    *
    * @since 4.4
    */

    $avia_dyn_upload_path = apply_filters(‘avf_dyn_stylesheet_dir_url’, $avia_upload_dir[‘baseurl’] . ‘/dynamic_avia’ );
    $avia_dyn_upload_path = trailingslashit( $avia_dyn_upload_path );

    if( is_ssl() )
    {
    $avia_dyn_upload_path = str_replace( “http://&#8221;, “https://&#8221;, $avia_dyn_upload_path );
    }

    /**
    * Change the default dynamic stylesheet name
    *
    * @since 4.4
    */

    $avia_dyn_stylesheet_url = apply_filters( ‘avf_dyn_stylesheet_file_url’, $avia_dyn_upload_path . $safe_name . ‘.css’ );

    $version_number = get_option( ‘avia_stylesheet_dynamic_version’ . $safe_name );
    if( empty( $version_number ) )
    {
    $version_number = $vn;
    }

    wp_enqueue_style( ‘avia-dynamic’, $avia_dyn_stylesheet_url, array(), $version_number, ‘all’ );
    }

    wp_enqueue_style( ‘avia-custom’);

    if($child_theme_url != $template_url)
    {
    wp_enqueue_style( ‘avia-style’);
    }

    }
    }

    if(!function_exists(‘avia_remove_default_video_styling’))
    {
    if(!is_admin()){
    add_action(‘wp_footer’, ‘avia_remove_default_video_styling’, 1);
    }

    function avia_remove_default_video_styling()
    {
    /**
    * remove default style for videos
    *
    * With WP 4.9 we need to load the stylesheet seperately – therefore we must not remove it
    */

    if( version_compare( get_bloginfo( ‘version’ ), ‘4.9’, ‘<‘ ) )
    {
    wp_dequeue_style( ‘mediaelement’ );
    }

    // wp_dequeue_script( ‘wp-mediaelement’ );
    // wp_dequeue_style( ‘wp-mediaelement’ );
    }
    }

    /*
    * Activate native wordpress navigation menu and register a menu location
    */

    if(!function_exists(‘avia_nav_menus’))
    {
    function avia_nav_menus()
    {
    global $avia_config, $wp_customize;

    add_theme_support(‘nav_menus’);

    foreach($avia_config[‘nav_menus’] as $key => $value)
    {
    //wp-admin\customize.php does not support html code in the menu description – thus we need to strip it
    $name = (!empty($value[‘plain’]) && !empty($wp_customize)) ? $value[‘plain’] : $value[‘html’];
    register_nav_menu($key, THEMENAME.’ ‘.$name);
    }
    }

    $avia_config[‘nav_menus’] = array( ‘avia’ => array(‘html’ => __(‘Main Menu’, ‘avia_framework’)),
    ‘avia2’ => array(
    ‘html’ => ”.__(‘Secondary Menu’, ‘avia_framework’).’ <br/><small>(‘.__(‘Will be displayed if you selected a header layout that supports a submenu’, ‘avia_framework’).’ ‘.__(‘here’, ‘avia_framework’).’)</small>’,
    ‘plain’=> __(‘Secondary Menu – will be displayed if you selected a header layout that supports a submenu’, ‘avia_framework’)),
    ‘avia3’ => array(
    ‘html’ => __(‘Footer Menu <br/><small>(no dropdowns)</small>’, ‘avia_framework’),
    ‘plain’=> __(‘Footer Menu (no dropdowns)’, ‘avia_framework’))
    );

    avia_nav_menus(); //call the function immediatly to activate
    }

    /*
    * load some frontend functions in folder include:
    */

    require_once( ‘includes/admin/register-portfolio.php’ ); // register custom post types for portfolio entries
    require_once( ‘includes/admin/register-widget-area.php’ ); // register sidebar widgets for the sidebar and footer
    require_once( ‘includes/loop-comments.php’ ); // necessary to display the comments properly
    require_once( ‘includes/helper-template-logic.php’ ); // holds the template logic so the theme knows which tempaltes to use
    require_once( ‘includes/helper-social-media.php’ ); // holds some helper functions necessary for twitter and facebook buttons
    require_once( ‘includes/helper-post-format.php’ ); // holds actions and filter necessary for post formats
    require_once( ‘includes/helper-markup.php’ ); // holds the markup logic (schema.org and html5)
    require_once( ‘includes/helper-assets.php’ ); // holds asset managment functions
    require_once( ‘includes/helper-privacy.php’ ); // holds privacy managment shortcodes and functions

    if(current_theme_supports(‘avia_conditionals_for_mega_menu’))
    {
    require_once( ‘includes/helper-conditional-megamenu.php’ ); // holds the walker for the responsive mega menu
    }

    require_once( ‘includes/helper-responsive-megamenu.php’ ); // holds the walker for the responsive mega menu

    //adds the plugin initalization scripts that add styles and functions

    require_once( ‘config-bbpress/config.php’ ); //compatibility with bbpress forum plugin
    require_once( ‘config-templatebuilder/config.php’ ); //templatebuilder plugin
    require_once( ‘config-gravityforms/config.php’ ); //compatibility with gravityforms plugin
    require_once( ‘config-woocommerce/config.php’ ); //compatibility with woocommerce plugin
    require_once( ‘config-wordpress-seo/config.php’ ); //compatibility with Yoast WordPress SEO plugin
    require_once( ‘config-menu-exchange/config.php’ ); //compatibility with Zen Menu Logic and Themify_Conditional_Menus plugin

    if(!current_theme_supports(‘deactivate_tribe_events_calendar’))
    {
    require_once( ‘config-events-calendar/config.php’ ); //compatibility with the Events Calendar plugin
    }

    // if(is_admin())
    require_once( ‘includes/admin/helper-compat-update.php’); // include helper functions for new versions

    /*
    * dynamic styles for front and backend
    */

    if(!function_exists(‘avia_custom_styles’))
    {
    function avia_custom_styles()
    {
    require_once( ‘includes/admin/register-dynamic-styles.php’ ); // register the styles for dynamic frontend styling
    avia_prepare_dynamic_styles();
    }

    add_action(‘init’, ‘avia_custom_styles’, 20);
    add_action(‘admin_init’, ‘avia_custom_styles’, 20);
    }

    /*
    * activate framework widgets
    */

    if(!function_exists(‘avia_register_avia_widgets’))
    {
    function avia_register_avia_widgets()
    {
    register_widget( ‘avia_newsbox’ );
    register_widget( ‘avia_portfoliobox’ );
    register_widget( ‘avia_socialcount’ );
    register_widget( ‘avia_partner_widget’ );
    register_widget( ‘avia_google_maps’ );
    register_widget( ‘avia_fb_likebox’ );
    register_widget( ‘avia_instagram_widget’ );

    }

    avia_register_avia_widgets(); //call the function immediatly to activate
    }

    /*
    * add post format options
    */

    add_theme_support( ‘post-formats’, array(‘link’, ‘quote’, ‘gallery’,’video’,’image’,’audio’ ) );

    /*
    * Remove the default shortcode function, we got new ones that are better ;)
    */

    add_theme_support( ‘avia-disable-default-shortcodes’, true);

    /*
    * compat mode for easier theme switching from one avia framework theme to another
    */

    add_theme_support( ‘avia_post_meta_compat’);

    /*
    * make sure that enfold widgets dont use the old slideshow parameter in widgets, but default post thumbnails
    */

    add_theme_support(‘force-post-thumbnails-in-widget’);

    /*
    * display page titles via wordpress default output
    *
    * @since 3.6
    */

    function av_theme_slug_setup()
    {
    add_theme_support( ‘title-tag’ );
    }

    add_action( ‘after_setup_theme’, ‘av_theme_slug_setup’ );

    /*title fallback (up to WP 4.1)*/

    if ( ! function_exists( ‘_wp_render_title_tag’ ) )
    {
    function av_theme_slug_render_title()
    {
    echo “<title>” . avia_set_title_tag() .”</title>”;
    }
    add_action( ‘wp_head’, ‘av_theme_slug_render_title’ );
    }

    /*
    * register custom functions that are not related to the framework but necessary for the theme to run
    */

    require_once( ‘functions-enfold.php’);

    /*
    * add option to edit elements via css class
    */
    // add_theme_support(‘avia_template_builder_custom_css’);

    // Defer Javascripts – added by #SG. Meant to be at the very end of the code.
    // Defer jQuery Parsing using the HTML5 defer property
    if (!(is_admin() )) {
    function defer_parsing_of_js ( $url ) {
    if ( FALSE === strpos( $url, ‘.js’ ) ) return $url;
    if ( strpos( $url, ‘jquery.js’ ) ) return $url;
    // return “$url’ defer “;
    return “$url’ defer onload='”;
    }
    add_filter( ‘clean_url’, ‘defer_parsing_of_js’, 11, 1 );
    }
    //End of added code by #SG

    #1002723

    Hi Victoria,

    Apologies for the late reply, but there wasn’t a website until now! I’m still putting together costs and trying to win the work, and therefore need to know how much of the project will involve a freelance developer and how much i can achieve myself within enfold.

    Anyway, i’ve spent the last couple of days mocking up the homepage on a sub domain, and some login details have been sent to you privately.

    So, the idea was when the mouse hovers over the linked images on the page, the text below the image would become underlined. Please let me know if this is something that can be coded within the framework of enfold?

    Having now designed the homepage, I am keen to show it to the client to increase my chances of winning the work. However I have since come across a few other issues i am now struggling with:

    1.) Can i make the left margin/padding of the header image fully responsive, so that it moves in line with the text below. At the moment it does not slide left as fast as the other on screen elements?

    2.) I have used the new widget page feature in enfold which is awesome, however the icon box seems to break on smaller screens – so that the icon jumps above the text – despite there being plenty of room to the left. I can’t work out what i am missing?

    3.) The socket is causing major issues on smaller screens – where the social icons, footer menu and copyright info all overlap one another. Ideally i would want the social icons to be on top, with the footer menu becoming central and below the social icons, whilst the copyright icon stays right aligned and below everything else. Any ideas on how best to approach this issue?

    4.) Finally, is there an option to remove the column breaking point on mobiles, so that 1/2 columns stay half screen size instead of jumping to full screen?

    Sorry for bombarding you with all these questions, please let me know if you would prefer I set them up as individual forum questions?

    Thanks again for the great theme and support,

    #1002105

    Topic: social icons in footer

    in forum Enfold
    Lara
    Participant

    Hi team,

    I’ve made a duplicate footer and have social icons within a widget area. We want to move the social icons from underneath Contact Us to underneath our sliding logos on the right.

    I’ve made a widget area “footer social 4” and placed underneath my sliding logos in the duplicate footer and the spacing is much too tight, as you can see here on a page I tested.

    Can I get the spacing to be the same as the icons underhead Contact Us?

    Thanks, Lara

    Hey jvana,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - Social icons*/
    
    #top .widget ul {
        display: flex;
        justify-content: center;
    }
    
    
    

    Enable custom CSS class name support from developer options in Enfold > Layout builder and add a custom css class name to the text box element to target specific areas.

    Best regards,
    Vinay

    jvana
    Participant

    I have added social icons in a widget on one of our pages using the same method to put them in the footer (ul list with formatting).

    You can see it at http://www.igniteyourcampus.com/about/founder/

    Is there a way to center the icons in the widget so they show up centered under the Connect with Jason header? Also how do I remove the right border?

    Thanks!

    #998140

    but your request was only for

    (where telephone number/social media icons can be added)

    it seems Enfold got a new hook for that – just after the body tag opens (outside the wrap_all div container)
    to mods – List it please in your hook list

    Add this to your functions.php of your child theme:

    add_action( 'ava_after_body_opening_tag', 'enfold_customization_widget_area' );
    function enfold_customization_widget_area() {
      dynamic_sidebar( 'after-body' );
    }

    Goto Dashboard – Appearance – Widget : create a new widget area called: after-body

    You have to style this new widget div as you like – guess it will have by default a 100% width and the background-color of the body

    #997930
    onedesignprint
    Participant

    Hi

    Is it possible to add a widget to the area above the header (where telephone number/social media icons can be added)?

    Thanks
    odd

    #992891
    Coci
    Participant

    Hi Enfold,
    Please let me know if there is any way to add a separate scroll bar to the menu layout that is set to display in the left sidebar…similar to how youtube do it. So if there is a lot of content, widgets, in the left sidebar below the menu and social icons the menu stays static until such time as you physically us the scrollbar associated with that left frame. See private link to site with the above layout set.

    Thanks in advance for all
    Coci

    • This topic was modified 7 years, 6 months ago by Coci.
    #992160

    Hi,
    I see that the social icons are still off, please try this css in the General Styling > Quick CSS field or the WordPress > Customize > Additional CSS:

    #top .avia-builder-widget-area #text-2.widget ul {
        margin: auto !important; 
        width: 70% !important; 
        float: none !important; 
    }
    

    Please clear your browser cache and check.
    Please see screenshot in Private Content area.

    Best regards,
    Mike

    #991954

    Hi there,

    Thanks so much for your help. They still don’t look centered on my screen even after clearing the browser cache. I’m also wondering whether it would be possible to center the text that’s in the same widget as the social media icons.

    #991327

    Hey better_in_violet,
    Your social icons are missing the icon, which in the code looks like a little square. Here is a example:

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

    look for:

    data-av_icon=""

    that is the actual icon, or font.
    I recreated them for you, and I added this code to your Quick CSS to hide the border between each one:

    border-color: transparent;

    Then to center them I added this css to your WordPress > Customize > Additional CSS:

    #text-2.widget .social_bookmarks li {
    margin-left: 9px !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    Hey Autostopowicz,

    You need to add the social menu to the footer widget.

    Here is a thread for you to consider
    https://kriesi.at/support/topic/add-social-icons-to-footer-widget-not-socket/

    Best regards,
    Victoria

    Autostopowicz
    Participant

    Hi
    I have read a few posts concerning how to place social icon in footer. But none works for me.

    I need a very simple round facebook social icon with hoover effect in footer column widget just as the one from my private website visible in the socket area, in the bottom right corner (private content page nr 1), to be placed below footer menu in widget area with center horizontal alignment on this page: (private content page nr 2).

    I would appreciate some help here. Thank you in advance.

    #987471

    Hi please can you give me the code to add social buttons (icons) in a widget of the footer area (not thw socket!)?
    Thx.

    #983435

    Hello,
    I’m following up on this topic again with an issue that’s occurring on tablets size 768 x 1024.
    On devices that size, I’d like to have the link and social media icons stacked like we have set up for mobile… but instead right now the entire long opt-in is showing (that is what I want for desktop) for this size when I check my site at:
    http://responsivedesignchecker.com/checker.php?url=https%3A%2F%2Fwww.new.barrelracingtips.com&width=1400&height=700

    Here’s the CSS I have for this on mobile… wasn’t sure which parts I should update?

    @media only screen and (max-width: 767px) {
    #custom_html-4.widget {
    /*aligns the FB like button script (a custom html widget in the “header” widget area)*/
    width: 50px !important;
    padding: 12px 0px 0px 70px !important;
    display: inline-block !important;
    float: left !important;
    }
    }

    @media only screen and (max-width: 479px) {
    /*makes SM icons appear in small top bar on mobile*/
    .responsive #top #wrap_all #header .social_bookmarks, .responsive #top #wrap_all #main .av-logo-container .social_bookmarks {
    display: block !important;
    }
    }

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    /*makes SM icons appear in small top bar on mobile*/
    .responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks {
    display: block !important;
    }
    }

    @media only screen and (max-width: 426px) {
    .sub_menu h6 a{
    /*puts small bar opt-in link centered below social media icons in small top bar on mobile*/
    margin-left: 25% !important;
    margin-top: -25px !important;
    }
    }

    @media only screen and (max-width: 767px) {
    /*size and spacing of SM icons on mobile*/
    .social_bookmarks a{
    font-size:10px;
    margin-top:-2px!important;
    }}

    @media only screen and (max-width: 767px) {
    /*size and spacing for small header bar text on mobile*/
    #header_meta h6 a{
    font-size:12px!important;
    margin-top:-33px!important;
    }}

Viewing 30 results - 301 through 330 (of 986 total)