Viewing 30 results - 541 through 570 (of 986 total)
  • Author
    Search Results
  • #656680
    Tomoe
    Participant

    Hi,
    I’ve found how to move search box in secondary menu, thanks to this post https://kriesi.at/support/topic/insert-search-button-and-widget-area-in-the-secondary-menu-bar/. But I would like to have search box in the main header area, near to social links icons. Is there any way to move search box to social icons position ?
    Best regards

    #653227
    navindesigns
    Participant

    I have added the social icons to a widget area on my site

    I have copied and pasted the code from this site – http://pastebin.com/75KkpMZ5

    I have gone in and change all the links and icons names but the skype, pinterest, google plus and youtube icons are not changing (just the icons). the url link has changed. what am i doing wrong?

    here is my code

    <ul class=”noLightbox social_bookmarks icon_count_6″>

    <li class=”social_bookmarks_facebook av-social-link-facebook social_icon_1″><span class=”avia_hidden_link_text”>Facebook</span>

    <li class=”social_bookmarks_twitter av-social-link-twitter social_icon_2″><span class=”avia_hidden_link_text”>Twitter</span>

    <li class=”social_bookmarks_instagram av-social-link-instagram social_icon_3″><span class=”avia_hidden_link_text”>Instagram</span>

    <li class=”social_bookmarks_flickr av-social-link-flickr social_icon_4″><span class=”avia_hidden_link_text”>Flickr</span>

    <li class=”social_bookmarks_vimeo av-social-link-vimeo social_icon_5″><span class=”avia_hidden_link_text”>Vimeo</span>

    <li class=”social_bookmarks_vimeo av-social-link-soundcloud social_icon_6″><span class=”avia_hidden_link_text”>Soundcloud</span>

    #651850

    Hi Vinay
    Thank you for your reply. With the css you provided, It looks perfect in small screen. I tried resizing the browser it looks great

    but it still looks like this in iphone. see this screenshot.

    and also the text is not clickable, no links , no hover style.

    This is all the css used in quick css to get this header widget right. May be it is a bit too much :) May be it needs a bit of clean up. Your help would be highly appreciated.

    /* header widget for LARGE screen*/
    #header .widget {
      font-size: 34px;
      line-height: 40px;
      position: absolute;
      right: 50px;
      top: 0;
      z-index: 100;
      height: 100%;
      margin: 0;
      padding: 0;
        text-align: right;
    }
    
    @media only screen and (min-width: 767px) {
    #header .widget{
    max-width: 1210px;
    left: 0;
    right: 0;
    margin: 0 auto;
    
    }
    }
    
    #header.header-scrolled .widget{
    	font-size: 23px;
    	line-height: 30px;
    }
    
    #header .widget .textwidget, #text-2{
    	display: table;
            width: 100%;
    	height: 100%;
            float: right;
            z-index: -999 !important;
    }
    #header .widget .textwidget .custom-text{
    	display: table-cell;
    	vertical-align: middle;
    }
    
    #header .custom-text .icon{
      font-size: 42px;
    }
    
    #header.header-scrolled .custom-text .icon{
      font-size: 32px;
    }
    
    #header .custom-text .icon span{
    	float: none;
    	display: inline-block;
    	margin-left: 0;
    	margin-right: 9px;
    }
    
    #header .widget .custom-text p,
    #header .widget .custom-text a{
      font-weight: bold;
      color: black;
      margin: 0;
    }
    
    /* header widget anchor text hover, it affects social icons too*/
    #header .widget .custom-text a:hover{
      color: green;
    }
    
    /* header widget for MEDIUM screen*/
    @media screen and (max-width: 989px) and (min-width: 767px) {
      #header .widget {
        font-size: 26px;
    
      }
    
      #header .custom-text .icon{
        font-size: 40px;
      }
    
    }
    
    /* header widget for SMALL screen*/
    @media screen and (max-width: 767px){
      #header .widget {
        font-size: 14px;
        line-height: 24px;
        right: 100px;
        padding: 0;
      }
    
      #header .custom-text .icon{
        font-size: 26px;
      }
    
      .responsive .logo,
      .responsive .logo a {
      	height: 200px !important;
      }
    
      .responsive .logo img{
         height: 180px !important;
      }
    }
    
    /*
    .content {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    */
    
    .main_menu {
      left: 0px;
      right: auto;
      height: 0px;
      display: none;
    }
    
    .special_amp {
      font-family: inherit;
      font-style: normal;
      font-size: inherit;
      line-height: inherit;
      font-weight: bold;
      color: inherit!important;
    }
    
    /*footer image media query*/
    
    @media screen and (max-width: 720px) {
        .textwidget img.avia_image {
            margin-right: 100px;
        }
    }
    
    #text-2 {
      right: 100px !important;
       margin-right: 0px !important;
    }
    
    /*reduce color box top padding*/
    
    .content {
    padding-top: 10px;
    padding-bottom: 10px;
    }
    
    /* added */
    
    #header .widget .textwidget, #text-2 {
        display: table;
        width: 35%;
        height: 100%;
        float: right;
        display: inline-flex;
    padding: 45px 0px 0px 0px;
    }
    
    #header.header-scrolled#header .widget .textwidget, #text-2 {
        display: table;
        width: 35%;
        height: 100%;
        float: right;
        display: inline-flex;
    padding: 10px 0px 0px 0px;
    margin-left: 100px;
    }
    
    @media screen and (max-width: 1900px) and (min-width: 989px) {
    
    #text-2 {
      right: 40px !important;
       margin-right: 0px !important;
    }
    
    }
    
    @media only screen and (max-width: 766px) and (min-width: 480px){
    
    #text-2 {
      right: 100px !important;
       margin-right: 0px !important;
    }
    
    }
    
    @media screen and (max-width: 767px){
      #header .widget {
        font-size: 14px;
        line-height: 24px;
        right: 130px;
        padding: 0;
      }
    
      #header .custom-text .icon{
        font-size: 26px;
      }
      .responsive .logo img{
        height: 140px !important; 
      }
    }
    
    @media screen and (max-width: 480px) {
    .responsive .logo img {
        height: 90px !important;
    }
    .responsive #top #wrap_all .container {
        width: 99%!important;
        max-width: 99%!important;}}
    #651591
    crawford13
    Participant

    Is it possible to have the menu vertical aligned when using the sidebar header option. To be a little more specific as to what I am trying to do is, keep the logo at the top, vertically align the menu, then have the social icons and/or widgets at the bottom of the sidebar.

    Any suggestions would be helpful.

    Thanks

    #650336

    Hey Ismael!

    You,ve been of great help! I very much appreciate your diligence; however, two things haven’t worked out for me yet.

    1. I’ve attached a pic of the FOOTER where you´ll notice that despite I have set it as a 3 columns layout, it looks unbalanced (a bit too much inclined towards the left side) I need it to be PERFECTLY CENTRED and showing nothing else but the content on the cental column (the information in the other columns didn’t disappear as I told you in a previous message. I’ve cleaned the WIDGETS area but they insist in showing up as you can see in the screenshot.

    2. The quick code to make the social icons black (normal state) and grey when hovered didn’t work. I’ve placed them on top of the page as well but they didn’t catch the quick code neither. Moreover, how could I make the social icons to show perfectly centered on the socket and the copyright info beneath them. Now I’ve given you the whole picture of what I want to accomplish at the button area (footer+socket). I need all this info to be centred and look super clean in B&W.

    3.Could you pls give guidance to add another GOOGLE FONT to the theme?

    4. Finally I would like to give my visitor the possibility to pause the LOOPING VIDEO at the opening with a single click (it’s linked form Youtube), is there any way to apply this feature to the theme pls?

    I hope you don’t find these requests too overwhelming although they surely are, great thanks again!

    HC

    #649025

    Hello Guys!

    I need help with the following items pls:

    1. I’ve tried to leave a single centred widget on the footer, but the ones on the sides won’t disappear completely (some remains are inavoidable).
    2. Is there any quick code you could provide me with to leave the social media icons in black colour and then grey when hovered over?
    3. Any quick code to leave the drop down menus with a transparent background?
    4. Is it best practice to upload a video directly to the media library and place as an opening or just linking it form Youtube/Vimeo?

    Great thanks in advance!

    HC

    #643780

    Hi Andy,

    Yes, that’s the code I copy and pasted and changed the icon name and code to Sina-weibo, but it doesn’t work

    Also, whenever I add the code into the functions.php file, the site goes down and my programmer friend said “redeclare avia_add_custom_icon() to cause the issue”

    Can anyone help me add the sina-weibo icon in the social profile dropdown box so that I can add weibo as an option in the social share widget please?

    #643449
    kaloraat
    Participant

    Hi There,
    I have created a header widget with logo left menu below option. Widget contains contact info and social icons in large fonts which is desired by client.

    The problem is it looks good on large screen until you scroll the page. Once you scroll the page the widget overflows when you resize screen, Its all over the place.. a total mess.

    I posted this issue earlier as well and you guys helped me make it working somehow but at client’s request once I increase the size of text, Its all broken again. I spend several hours on my own but could not get it right.

    Can you please help me make it responsive for all screen size and fit in the top header section in page scroll. I have put my login info in private section as well, please try your best to fix it so that i dont have to bother you guys many times with the same issue.

    please look at these screenshots or visit the page to see yourself.(link in private info)
    http://prntscr.com/bcz4fm
    http://prntscr.com/bcz4oc
    http://prntscr.com/bcz4vv

    Thank you very much!

    #642096

    Topic: header widget problem

    in forum Enfold
    kaloraat
    Participant

    Hi Andy,
    Thanks for your css. After applying your css to my site the header looks ridiculous.

    Also no longer responsive. Have a look at this screenshot.

    Here is the link to the previous thread that is closed.

    The logo shrinks on page scroll but the info on the right side does not shrink and stays there with huge 240px height like a grumpy old man.

    Did you really gave me that solution and thought that would do the trick ?

    Again I insist, This is not a custom development issue. Your theme supports a widget on header. All I am trying is to make it work. Please chat with your team and provide me a sensible solution.

    I want header element (logo and address widget) behave right. shrink to the same level. If that solution is hard then may be we can put another widget on header for social icons so that at page scroll it goes to the right. I want it Like this screenshot. and on mobile, responsive like this screenshot.

    Those screenshots are just to give you an idea of how i want it done since you said previously that widget can not shrink on scroll.
    Login details are supplied in private content. Lets make it work.

    Thank you.

    kaloraat
    Participant

    Hi
    I am having issues with the header, Can someone help me ..
    Issue 1. I cant click logo, it is not clickable. Try yourself. I think the right side widget is sitting on top of the logo element or something wrong!

    Issue 2. Social icons appears on top of body. It is not contained within header. It does need to shrink with the header element on page scroll. Cant leave it flow out of header, and the client insists the same size font logo and icons, not smaller than that.

    Please look at this screenshot

    This header widget is supported by enfold, not something i am trying to customize beyond theme’s ability.. But it has to not only look right but perform right too. Logo is not clickable because of this widget. It also does not contain all the elements within header, try scrolling page up and down visit page. I have also update theme but no change.

    I have already spend almost a week on this header issue, Please help me fix this. I have provided login details in private content.

    Thank you!

    Please fid\x this.
    Thank you.

    Hi
    Yes it is responsive. The problem is:
    Issue 1. I cant click logo, it is not clickable. Try yourself. I think the right side widget is sitting on top of the logo element or something wrong!

    Issue 2. Social icons appears on top of body. It is not contained within header. It does need to shrink with the header element on page scroll. Cant leave it flow out of header can I?

    screenshot

    This header widget is supported by enfold, not something i am trying to customize beyond theme’s ability.. But it has to not only look right but perform right too. Logo is not clickable because of this widget. It also does not contain all the elements within header, try scrolling page up and down visit page. This is extremly sad! I will update theme but it is clear that these issues are not theme update related.

    Please fid\x this.
    Thank you.

    #640638

    HI Vinay,

    Thank you, the text option worked. However, the widget situation is still problematic because I can’t use any other widgets, like my magic box, and my social media icons have disappeared. When you looked my site, did everything seem ok?

    Thanks again,
    Carine

    Hi Yigit,
    You are legend! I am very happy to get your quick response. Please have a look at this link. When i scroll the page, the logo gets smaller however address on the right side dont and overlaps the body text. I want to add social icons just below address in the same widget too.

    Is it possible to make it shrinkable and responsive the same way as logo with all the content still visable? May be with a slight drop shadow? Here is the link and screenshot.

    http://www.riseuptours.com.au/sri-lanka/

    http://prntscr.com/ba5x5e

    Also, Is it possible to make the address widget go under the logo in mobile? In mobile screen it is still cutting off.

    I also need to hide menu icon on mobile devices.

    Is it possible to have other icons on image hover than default circle with right pointing arrow lcon?

    Is it possible to display search box somewhere but not with menu, I have menu display none at the moment.

    I am sorry but I cant change the pipe’s color to black between the links in footer. They are faded grey at the moment. Please see this screenshot. http://prntscr.com/ba66cf

    padding seems too big between header and body, maybe because i have done display:none to menu. Is there a way to reduce the padding there?

    Hope to hear from you soon!
    Thank you for your great support!

    • This reply was modified 9 years, 9 months ago by kaloraat.
    #639888

    Thank you, Ismael.

    I added my credentials to my private data area. I believe that I have the latest version of everything, but I will double check. I have noticed that the other widgets on my home page isn’t working either. And my social icons aren’t working too.

    Thanks for all your help.

    • This reply was modified 9 years, 9 months ago by carine113.
    #639064

    In reply to: Custom Footer

    Hi,

    Please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.

    Do you have the html codes for the social icons? Or are you planning to use a plugin? Add a text widget or add the plugin’s widget in the 5th column. We can then use css to adjust its position. You can try these plugins:

    https://wordpress.org/plugins/addthis/
    https://wordpress.org/plugins/simple-social-buttons/
    https://wordpress.org/plugins/crafty-social-buttons/

    Best regards,
    Ismael

    #638724
    Sunique
    Participant

    Hi,

    In desktop mode I’ve designed the header with our phone number to the left and a submenu, followed by social widgets, on the right.
    My sub menu consists of WPML switcher (2 flags next to eachother).

    How ever, in mobile view it changes the layout so the 3 elements is placed on 3 different rows. I’ve just figured out how to narrow it down to 2 rows but I can’t find a solution where I can change the layout to my preferences:
    TOP ROW: Phone number to the left (50% width) | Social icons to the right (50% width)
    SECOND ROW: Submenu (my language selection)

    Please advise!
    Thank you!

    #638282
    DMONAHAN
    Participant

    Hi – I am looking to have these social icons to show the colors that is currently shown when you hover it. Bascially I want to reverse it so you can see the colors. As well if can make the squares into round. I tried border-radius: 100px !important in the CSS and still doesn’t change.

    Here is what I have in the footer 1 widget:
    <ul class=”noLightbox social_bookmarks icon_count_2″><li class=”social_bookmarks_twitter av-social-link-twitter social_icon_1″><span class=”avia_hidden_link_text”>Twitter</span><li class=”social_bookmarks_linkedin av-social-link-linkedin social_icon_2″><span class=”avia_hidden_link_text”>Linkedin</span>

    CSS:
    #footer .social_bookmarks li {
    clear: none !important;
    border: 0 !important;
    border-radius: 100px !important;
    font-size: 16px;
    }

    #633251

    Thanks Ismael – adding a widget might be overkill for what I need. Is there a simple way using CSS to make the text and the Social Media Icons larger?

    #627276

    Topic: floating sliding menu

    in forum Enfold
    pdmeira
    Participant

    Hi,

    I am wondering if its possible to do a floating sliding menu in Enfold theme.
    I am looking for the looking and feel that is explained in this muse video http://creativedroplets.com/adobe-muse-tips-sliding-menu/.

    Share-it social widget has something like that. Social icons stays the left moving up and down when the user scrolls on the page. When a user clicks on the icon, it opens a text (menu item) that links to something (page or development ID tag on the page).

    Is it possible to do kind of functionality?

    #626181

    Hi Pedro,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #avia_socialcount-4 .social_widget_icon {
    background-color: blue !important;
    }

    Regards,
    Rikard

    #625316
    pdmeira
    Participant

    Hi,

    I followed these instructions https://kriesi.at/support/topic/how-do-i-add-a-facebook-icon-next-to-the-twitter-and-rss-feeds-icons/

    I have got an small f, like I have in socket, and I would to have a facebook logo on the same size like twitter and feed.

    where is the code that I used on class-framework-widgets.php
    $output .= ““.apply_filters(‘avf_social_widget’,””, ‘facebook’).”<span>Like us</span>“;

    When we have a child theme, this changes should be made on the theme directories?

    I am sending the page on private content.

    What do I missed

    #625027

    In reply to: Footer text

    Hm, i think it would be better to use a 3-column footer instead (and hide the socket). You could move what you have now into Text widgets.

    To replicate the social profiles simply copy it as raw HTML:

    
    <ul class="noLightbox social_bookmarks icon_count_3">
     	<li class="social_bookmarks_gplus av-social-link-gplus social_icon_1"><a target="_blank" href="http://google.com/+CoelUkdesignandfitout/" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Gplus"><span class="avia_hidden_link_text">Gplus</span></a></li>
     	<li class="social_bookmarks_twitter av-social-link-twitter social_icon_2"><a target="_blank" href="https://twitter.com/coelfitout" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter"><span class="avia_hidden_link_text">Twitter</span></a></li>
     	<li class="social_bookmarks_linkedin av-social-link-linkedin social_icon_3"><a target="_blank" href="https://www.linkedin.com/company/coel-cambridge-office-environments-ltd-" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Linkedin"><span class="avia_hidden_link_text">Linkedin</span></a></li>
    </ul>
    
    #623320
    Jooster
    Participant

    Hi, I have probably a very simple quesiton but my images blur on a smartphone. For moderators link is enclosed in private area. I have the following plugins activated:
    Hallo Dolly

    iThemes Security

    Link Checker

    MailPoet Newsletters

    Sitelinks Search Box

    Social Media Widget

    Wordfence Security

    WordPress Importeerder

    WP Review

    WP Social SEO Booster

    WP-DBManager

    WP-Optimize

    Yoast SEO

    Akismet

    All in one Favicon

    AMP

    Calculated Fields Form

    CloudFlare

    Contact Form DB

    Dupliceren

    EWWW Image Optimizer

    Floating Social Media Icon
    .
    Google Tag Manager for WordPress

    Google XML Sitemaps

    Yigit-

    I have added the code in a text widget and the Quick CSS code. The icons do not look as nice as the ones from the Social Profile WIDGET. Is there a way to add the Houzz logo to that area? Sure would look nice. :-)

    Patty

    I have been through that tutorial and reviewed many of the forums regarding this. It’s not working…

    Here is what I have added to my CHILD THEME: functions-child.php
    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    $icons[‘houzz’] = array( ‘font’ =>’houzz’, ‘icon’ => ‘ue801’);
    return $icons;
    }
    add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);

    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    $icons[‘Houzz’] = ‘houzz’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    I can see the Houzz logo in the ICON list but it does not appear in EITHER of the drop down list in the Social Profiles Section of theme options and in the Social Profile Widget of Enfold.

    Pcarran83
    Participant

    Hello,
    I need to add an additional social icon to the drop down list in the Social Profiles Section of theme options and in the widget of Enfold. I am working with a child theme if that helps. The icon that needs to be added is Houzz and I’ve downloaded from Fontello. I can see it in the choices within Content Elements for “Icon List”. Not sure if that helps.

    Can you tell me how to do this?

    Thank you for your time!

    #611215

    Hi lobstahhhhhhh!

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

    .widget .social_bookmarks li {
        clear: none;
    }
    .widget .social_bookmarks li a {
        font-size: 16px; color: black;
    }

    You can edit your HTML code and remove the icons that you would not like to show.

    Best regards,
    Yigit

    #611207
    lobstahhhhhhh
    Participant

    Hi fabulous support team,

    Had followed a thread to place certain code in the CSS that provided CSS quick code and custom social media widget code.

    Placeholder is here on bottom right column… http://www.lobstertrail.com/meet-the-lobster-fishermen/

    How do we show only 4 and make the icons larger and all on same line? Thanks!

    #610860

    Topic: Messed up the footer

    in forum Enfold
    lamzzes
    Participant

    Hello, while trying to add an image to my footer through the footer.php file in my editor I’ve messed up the code so it wouldn’t load the website now. Could you please help me figure out what is the problem.

    Here is the current text I have in the footer.php

    <?php

    do_action( ‘ava_before_footer’ );

    global $avia_config;
    $blank = isset($avia_config[‘template’]) ? $avia_config[‘template’] : “”;

    //reset wordpress query in case we modified it
    wp_reset_query();

    //get footer display settings
    $the_id = avia_get_the_id(); //use avia get the id instead of default get id. prevents notice on 404 pages
    $footer = get_post_meta($the_id, ‘footer’, true);
    $footer_widget_setting = !empty($footer) ? $footer : avia_get_option(‘display_widgets_socket’);

    //check if we should display a footer
    if(!$blank && $footer_widget_setting != ‘nofooterarea’ )
    {
    if( $footer_widget_setting != ‘nofooterwidgets’ )
    {
    //get columns
    $columns = avia_get_option(‘footer_columns’);
    ?>
    <div class=’container_wrap footer_color’ id=’footer’>

    <div class=’container’>

    <?php
    do_action(‘avia_before_footer_columns’);

    //create the footer columns by iterating

    switch($columns)
    {
    case 1: $class = ”; break;
    case 2: $class = ‘av_one_half’; break;
    case 3: $class = ‘av_one_third’; break;
    case 4: $class = ‘av_one_fourth’; break;
    case 5: $class = ‘av_one_fifth’; break;
    case 6: $class = ‘av_one_sixth’; break;
    }

    $firstCol = “first el_before_{$class}”;

    //display the footer widget that was defined at appearenace->widgets in the wordpress backend
    //if no widget is defined display a dummy widget, located at the bottom of includes/register-widget-area.php
    for ($i = 1; $i <= $columns; $i++)
    {
    $class2 = “”; // initialized to avoid php notices
    if($i != 1) $class2 = ” el_after_{$class} el_before_{$class}”;
    echo “<div class=’flex_column {$class} {$class2} {$firstCol}’>”;
    if (function_exists(‘dynamic_sidebar’) && dynamic_sidebar(‘Footer – column’.$i) ) : else : avia_dummy_widget($i); endif;
    echo “</div>”;
    $firstCol = “”;
    }

    do_action(‘avia_after_footer_columns’);

    ?>
    </div>

    <?php

    <!– ####### END FOOTER CONTAINER ####### –>
    </div>

    <?php } //endif nofooterwidgets ?>

    //copyright
    $copyright = do_shortcode( avia_get_option(‘copyright’, “© “.__(‘Copyright’,’avia_framework’).” – “.get_bloginfo(‘name’).”“) );

    // you can filter and remove the backlink with an add_filter function
    // from your themes (or child themes) functions.php file if you dont want to edit this file
    // you can also just keep that link. I really do appreciate it ;)
    $kriesi_at_backlink = kriesi_backlink(get_option(THEMENAMECLEAN.”_initial_version”));

    //you can also remove the kriesi.at backlink by adding [nolink] to your custom copyright field in the admin area
    if($copyright && strpos($copyright, ‘[nolink]’) !== false)
    {
    $kriesi_at_backlink = “”;
    $copyright = str_replace(“[nolink]”,””,$copyright);
    }

    if( $footer_widget_setting != ‘nosocket’ )
    {

    ?>

    <footer class=’container_wrap socket_color’ id=’socket’ <?php avia_markup_helper(array(‘context’ => ‘footer’)); ?>>
    <div class=’container’>

    <span class=’copyright’><?php echo $copyright . $kriesi_at_backlink; ?></span>

    <?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>”;
    }
    ?>

    </div>

    <!– ####### END SOCKET CONTAINER ####### –>
    </footer>

    <?php
    } //end nosocket check

    } //end blank & nofooterarea check
    ?>
    <!– end main –>
    </div>

    <?php
    //display link to previeous and next portfolio entry
    echo avia_post_nav();

    echo “<!– end wrap_all –></div>”;

    if(isset($avia_config[‘fullscreen_image’]))
    { ?>
    <!–[if lte IE 8]>
    <style type=”text/css”>
    .bg_container {
    -ms-filter:”progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $avia_config[‘fullscreen_image’]; ?>’, sizingMethod=’scale’)”;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $avia_config[‘fullscreen_image’]; ?>’, sizingMethod=’scale’);
    }
    </style>
    <![endif]–>
    <?php
    echo “<div class=’bg_container’ style=’background-image:url(“.$avia_config[‘fullscreen_image’].”);’></div>”;
    }
    ?>

    <?php

    /* Always have wp_footer() just before the closing </body>
    * tag of your theme, or you will break many plugins, which
    * generally use this hook to reference JavaScript files.
    */

    wp_footer();

    ?>
    ‘ id=’scroll-top-link’ <?php echo av_icon_string( ‘scrolltop’ ); ?>><span class=”avia_hidden_link_text”><?php _e(‘Scroll to top’,’avia_framework’); ?></span>

    <div id=”fb-root”></div>
    </body>
    </html>

    You feedback will be greatly appreciated.

    Best regards,
    Simeon

    #607734

    Hi!

    You are welcome :)

    Not sure if i understood you clearly. Would you like to add it as social icon? If so, i do not think it is available on Fontello.com unfortunately.
    If you would like to add its logo to your header, please add widget area to your header – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and insert your logo using widgets :)

    Best regards,
    Yigit

Viewing 30 results - 541 through 570 (of 986 total)