Viewing 30 results - 421 through 450 (of 986 total)
  • Author
    Search Results
  • force-media
    Participant

    Hi Guys,
    I guess it’s quite easy to fix, but I am struggling to get the right css code. Would great if you could have a look onto the following site: https://tinyurl.com/y8zyvz2y . On this site i have implemented a custom html widget in a full width element in order to display Social Media Icons. However, i was able to center the widget title but not the icons. Could you give me a hint what i have to do to place the icons centered below the widget title?

    Screenshot: https://pasteboard.co/GJRs0Nf.png

    Thanks for your assistance!

    #848884
    BigBrother
    Participant

    Hello! need Your support, after updating the template some features do not work. first of all widget with sidebar blog.
    Previously on home page I had list of new articles, now the widget is not working, I have put instead blog slider, but it is not what I want.

    The second problem that I have faced: there is a feature, You can choose visibility of products with fast edit – catalogue and search, catalogue, search, hidden. Now that feature is not working.

    The third problem: I have main menu and secon menu. Font color is white. Background colors are dark so main menu and second menu texts and also social icon look great. But when I open my page by mobile phone, the second menu is above background picture, because of that there is just a white background and text + social icon can not be seen.

    Please help to solve those problems.
    Thank You in advance!

    #847427

    Hey med,
    Sorry those are not active Hooks or Filters in Enfold
    But here is the list or them:

    /*Hooks*/
    ava_main_header
    ava_main_header_sidebar
    ava_after_main_title
    ava_after_main_container
    ava_before_bottom_main_menu
    ava_inside_main_menu
    ava_before_bottom_main_menu
    ava_after_main_menu
    ava_after_main_container
    ava_after_content
    ava_before_content
    ava_add_custom_default_sidebars
    ava_frontend_search_form
    ava_search_after_get_header
    ava_before_footer
    ava_mailchimp_contact_form_elements
    
    /*Filters*/
    avf_blog_style
    avf_author_name
    avf_update_theme_tab
    avf_modify_thumb_size
    avf_default_icons
    avf_dynamic_stylesheet_filename
    avf_menu_items
    avf_fallback_menu_items
    avf_ajax_search_query
    avf_ajax_search_function
    avf_ajax_search_messages
    avf_ajax_search_label_names
    avf_ajax_search_excerpt
    avf_ajax_search_no_excerpt
    avf_social_widget
    avf_title_args
    avf_header_setting_filter
    avf_header_classes
    avf_sidebar_menu_filter
    avf_builder_elements
    avf_mega_menu_post_meta_fields
    avf_allow_drag_drop
    avf_frontend_search_form_param
    avf_sidebar_position
    avf_custom_sidebar
    avf_show_default_sidebars
    avf_show_default_sidebar_pages
    avf_show_default_sidebar_categories
    avf_show_default_sidebar_archiv
    avf_template_builder_content
    avf_wp_link_pages_args
    avf_tag_label_names
    avf_related_post_loop
    avf_avia_menu_conditions
    avf_execute_avia_meta_header
    avf_markup_helper_args
    avf_markup_helper_attributes
    avf_markup_helper_output
    avf_logo
    avf_author_email
    avf_author_description
    avf_loop_author_content
    avf_exclude_taxonomies
    avf_loop_index_blog_meta
    avf_google_content_font
    avf_social_icons_options
    avf_google_heading_font
    avf_skin_options
    avf_portfolio_cpt_args
    avf_safe_string_trans
    avf_ajax_form_class
    avf_form_el_name_length
    avf_contact_form_submit_button_attr
    avf_form_el_filter
    avf_datepicker_dateformat
    avf_form_send
    avf_form_sendto
    avf_form_from
    avf_form_subject
    avf_form_mail_field_values
    avf_form_use_wpmail
    avf_form_mail_header
    avf_form_copy
    avf_form_message
    avf_form_custom_autoresponder
    avf_form_autorespondermessage
    avf_form_autoresponder_from
    avf_load_google_map_api
    avf_file_upload_capability
    avf_file_upload_extra
    avf_google_fontlist
    avf_option_page_init
    avf_option_page_data_init
    

    Best regards,
    Mike

    #846317

    Hi Ryan,

    The links are there, if you add the code below, you will see where they are. You added the text widget and moved menu below, and the setting for the social icons is in the main header area, which is where they are now.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .header_color .social_bookmarks a {
      color: #ccc;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #845532

    Here is my mobile and tablet code (I removed anything not affecting the header / menu):

    /*TABLET LANDSCAPE*/
    
    @media only screen and (min-width: 990px) and (max-width: 1249px) {
    /*BURGER MENU ACTIVE */
    
    .av-burger-menu-main { 
           display: block !important; 
    }
    
    .main_menu .menu-item {
     display: none !important;
      }
    }
    
    @media only screen and (min-width: 990px) and (max-width: 1024px) {
    
    .html_header_top.html_header_sticky #header {
        position: fixed;
        background-color: white;
    }
    
    #header_meta {
        min-height: 32px !important;
    }
    
    #header_main {
        max-height: 100px;
    }
    
    .html_visible_cart .av-burger-menu-main {
        padding-right: 0px;
    }
    
    .avia-menu.av_menu_icon_beside {
        margin-top: 45px;
    }
    
    #top nav .social_bookmarks {
        margin-left: 5px;
        margin-right: 16px;
        top: 40% !important;
    }
    
    .avia-menu.av_menu_icon_beside {
        border: none;
    }
    
    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 0px !important;
    }
    
    .logo a img {
        max-height: 150px !important;
        padding-top: 5px !important;
    }
    
    #header .widget {
        right: -16%;
        position: absolute;
        top: -45%;
    }
    
    #wrap_all {width: 100% !important; margin:auto !important}
    #header {width: 100% !important;}
    
    #header .container {
        max-width: 100% !important;
    }
    
    .main_menu {
        right: 10% !important;
    }
    
    .header_bg {
        height: auto !important;
    }
    
    #menu-item-search {
    display:none !important;
    }
    }
    
    /*TABLET PORTRAIT*/
    
    @media only screen and (min-width: 641px) and (max-width: 990px) {
    
    .responsive #top #header {
    position: static;
    }
    
    .header_bg {
        height: auto !important;
    }
    
    .logo a img {
        max-height: 200px !important;
    }
    
    .html_visible_cart .av-burger-menu-main {
        padding-right: 0px;
        padding-left: 10px;
    }
    
    .av-main-nav > li {
        margin-top: -50%;
    }
    
    .avia-menu.av_menu_icon_beside {
        margin-top: 80px !important;
    margin-right:0px !important;
    }
    
    #header {
        width: 100% !important;
        max-height: 150px !important;
    }
    
    #header_main.container_wrap_logo {
        z-index: 999 !important;
    }
    
    .av_phone_active_right .phone-info {
        margin-right: 2% !important;
    }
    
    #header .widget {
        right: -13% !important;
    top: -45% !important;
    }
    
    .main_menu .social_bookmarks {
        right: 6% !important;
    }
    
    #header_meta .container {
        width: 100% !important;
        padding: 0px 10px !important;
    }
    
    #header {
        max-height: 150px !important;
    }
    
    #menu-item-search {
    display:none !important;
    }
    
    .responsive.html_mobile_menu_tablet.html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 0px !important;
    }
    }
    
    /*--MOBILE STYLES--*/
    
    @media only screen and (max-width: 640px){
    
    #header_main.container_wrap_logo, #top #header_meta {
        max-height: 200px !important;
    }
    
    #menu-item-search {
        position: relative;
        top: 0px;
        right: 15%;
        margin-top: 65% !important;
    }
    
    .html_visible_cart .av-burger-menu-main {
        padding-right: 40%;
        margin-top: -28% !important;
    }
    
    #top #header_meta li, #top #header_meta .phone-info {
        font-size: 12px !important;
    }
    
    .responsive #top .logo {
        width: 50% !important;
    }
    
    div .logo {
        margin-left: -1% !important;
    }
    
    #header .widget {
    display:none !important;
    }
    
    .space {
        margin-top: 8% !important;
        margin-bottom: 4% !important;
        min-width: 200px !important;
    }
    
    .book-now-btn, .calendar-btn {
    border:none !important;
    }
    
    .calendar-btn {
        padding: 9px 35px 8px 30px !important;
        margin-left: 10px !important;
    }
    
    .number {
        font-size: 20px;
        clear: right !important;
    display:block !important;
    }
    }
    
    /*mobile landscape*/
    
    @media only screen 
      and (min-device-width: 320px) 
      and (max-device-width: 640px)
      and (-webkit-min-device-pixel-ratio: 2)
      and (orientation: landscape) {
    
    #menu-item-search {
        right: 0px !important;
        margin-top: 20% !important;
    }
    
    .html_visible_cart .av-burger-menu-main {
        padding-right: 10% !important;
        margin-top: 20% !important;
    }
    
    .avia-menu.av_menu_icon_beside {
        padding-right: 25px;
        margin-right: 20px !important;
    }
    
    .main_menu .social_bookmarks {
        margin-top: 10% !important;
        padding-right: 40px !important;
    }
    }
    
    #844535
    WP Turned UP
    Participant

    Hello. Enfold support provided the code (shown below) to assist with placing the Social Media links inline with the menu and search icon. A custom header widget (Enfold also assisted with this) was put in place, which required the code shown below.

    Just upgraded to 4.1.2, today. After the update, there are now 2, identical sets of Social Icons appearing.

    Here is a screenshot of the issue. I’ve turned off the Social Media icons option in Enfold, for the time being.

    function av_move_social(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(“#header ul.noLightbox.social_bookmarks.icon_count_3 li”).detach().appendTo(‘ul#avia-menu’)
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘av_move_social’);

    #841492

    Hi,
    I would try the plugin https://wordpress.org/plugins/widget-css-classes/
    to add classes to the widgets, then set the first widget to:
    width: 450px;
    margin-left: 20%;
    the middle one to:
    width: 160px;
    margin: 0px;
    and the last one to:
    width: 160px;
    margin: 0px;
    my test created the image in the Private Content area.
    You could then add the new social icons that you find at Fontello though Upload/Select Fontello Font Zip, in the Enfold Theme Options

    Best regards,
    Mike

    #840650
    Justin
    Participant

    Hey guys, can you help?
    Just looking to style 3 footer columns to be spaced like you see in the png below…

    and alos have the social icons styled to look the same (actual link to work in progress site is below….)

    #839022
    Blanche
    Participant

    Hello, I am having an issue centering the social icons in the text widget in my footer. I have tried different bits of code in the quick css to no avail, could you assist, please? I have added the url in private comments – it’s the social icons in the 3rd widget. NOTE: this is a test site, so the content above the footer may look a bit wonky.

    THANKS!

    #838754
    Munford
    Participant

    Hi Kriesi
    Quick question:
    I added a couple social icons to my footer widget #2 with html code widget,
    and this css;

    #footer .social_bookmarks li {
    clear: none !important;
    border: 0 !important;
    border-radius: 100px;
    text-align: center;
    }

    but the icons are not rounded or centered. Can’t find how to center them.
    can you help me with this?
    Thanks
    Nancy

    #834565
    enfold4phil
    Participant

    Hello!

    I’m looking to replicate the header found at this website: http://tinyurl.com/ybz7ckp2

    I’ve tried for hours, tried multiple things including following the directions to add a widget to the header area, tried to use HTML in the Extra Elements -> Phone Number or small info text, tried multiple CSS ways, tried a 2nd menu, tried to use the icon shortcode multiple ways, and even additional plugins. How can I recreate this responsive sticky “contact” menu, with icons and the text (no need for the social icons)?

    Website and admin logins found in Private Content

    Thank you!

    Hey Dave,

    These icons do not have the same classes as the ones on the social widget, so they don’t have the same hover effect. We can help you add the effect you need. Just let us know what you’re trying to achieve.

    Best regards,
    Victoria

    Dave
    Participant

    Hi
    I would like help to make the logo be left and above menu.
    Have a header widget to the right above the menu (for social icons & phone number)
    I’d like them to have a transparent background, so you can see the page background image
    Also have the menu (not logo or widget) stick to the top when scrolling
    So the header looks similar to http://thecrestbyronbay.com.au/ however has a header widget to the right (also above menu)
    However the site I am working on is on my local host so you can’t log in.

    If someone can help that would be fantastic

    Cheers Dave

    hebertk3
    Participant

    Hi my website has six social media icons above the header that are missing in mobile view, I have tried what was suggested in this forum “https://kriesi.at/support/topic/enfold-social-media-icons-and-widget-icons-missing/&#8221; to no avail. What should I do?

    • This topic was modified 8 years, 8 months ago by hebertk3. Reason: Wrong website address
    #814677
    Lissasan
    Participant

    I’ve cobbled together code from different threads here, and I have basically the look I want on the home page, in a widget on the right, under the large slide show: http://www.psg-int.com/psg1ntngn/

    But when I use the same widget on another page, the social media icons go back to being in a vertical list. http://www.psg-int.com/psg1ntngn/about/

    1. How can I get the icons to be in an inline list on all the pages, and
    2. How do I get the icons to be more centered in the circles (vertically)?

    Hi!

    I re-inserted your social network icons into text widget and that helped. Please review your website

    Best regards,
    Yigit

    This is the code I am using in the text widget:

    <ul class=”noLightbox social_bookmarks icon_count_5″><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_pinterest av-social-link-pinterest social_icon_4″><span class=”avia_hidden_link_text”>Pinterest</span><li class=”social_bookmarks_gplus av-social-link-gplus social_icon_5″><span class=”avia_hidden_link_text”>Gplus</span>

    turistai
    Participant

    Hello Team,
    I used to have a WP text widget in the sidebar with all social icons. I used the code suggested by enfold support forum.
    After migration to HTTPS all the text widgets have disappeared.
    I read about some kind of bug concerning the text widget on WP 4.8
    So I installed the “classic text widget” plugin. Every text widget is fine now but not the social icons.
    They are not rendering fine and show the rectangle instead of the social icon.
    Can you give me a help?
    Thanks a lot

    #814138
    liamgall80
    Participant

    Hi, at the bottom of this page (into the last color section) i have a to align social icon to the center insted of left.
    That is a 1/1 content area with a custom widget area inside.
    Could you help me?
    Thanks!

    bbbmarije
    Participant

    Hi there,

    The new website is starting to look very good :-)

    Small question, I hope ;-):
    I have used this code to have links underlined

    .entry-content a { text-decoration: underline; }
    .avia_textblock  a {  text-decoration: underline; }
    div.textwidget p a {  text-decoration: underline; }
    a.aviablank.avia-testimonial-link{  text-decoration: underline; }
    div.toggle_content.invers-color p a {  text-decoration: underline; }
    #footer .widget a {  text-decoration: underline; }

    But now also my social icons in the footer are underlined. Can you help me remove the line under the icons?

    Hope to hear from you!

    maaike

    #809342

    Topic: Search in top header

    in forum Enfold
    Maciej
    Participant

    Hello.
    I would like to have search field in top area of my page. Right now, i managed to get it working using other posts here.
    I used widget method (http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/) to get widget bar on top of my page and then search widget inside.
    Then i used styles to get this in place:

    #header .widget {
        left: 50%;
        padding-top: 10px;
        width: 250px;
        position: relative;
        top: 0;
        transform: translate(-50%);
        z-index: 999;
    }
    
    #search-2 {
        padding-bottom: 5px;
    }
    
    #top #searchform .ajax_search_response {
      z-index: 999 !important;
      background: white;
    position: absolute;
    }
    
    .header-scrolled #search-2 { 
        display: none; 
    }

    Most of it works but:

    1. Im not sure if position: relative is ok for mu widget and position: absolute is ok for results. If I set position: absolute (as you mentioned in one of the posts (https://kriesi.at/support/topic/issues-related-to-search-bar/) my widget is over menu and doesn’t work like top bar (with phone and social icons). When I remove position absolute from search_response, search results are moving whole page down.

    2. How can I manage to get my search bar to behave like top bar (with phone, mail and phone) ?
    3. If you type something into search, and get some results, field with results stays forever open. How can I make it to diaper after clicking outside?
    4. How can I change that sidebar (or append it to top bar) to behave like top bar? It stays on top of main menu, it hides when user scrolls down (or get nice animation/transition like I have in main menu/logo area).

    Im not sure if this method is the best one, I would like to get this to work without messing with code too much to avoid any problems. All is done inside functions.php:

    add_filter('avf_form_message', 'avf_form_message_mod_checkbox', 10, 3);
    function avf_form_message_mod_checkbox($message, $new_post, $form_params) {
    	$message = str_replace('true', 'Tak', $message);
    	$message = str_replace('false', 'Nie', $message);
        return $message;
    }
    
    add_action( 'ava_main_header', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
    	dynamic_sidebar( 'header' );
    }

    This is almost done but need some polishing :)

    Thank you very much!

    Best regards
    Maciej

    #808081

    Topic: Theme Settings

    in forum Enfold
    mattwilliamsyogi
    Participant

    Hi there,

    Had a huge accident (client let their domain name expire) so I’m starting their site on a new domain temporarily from a backup but sadly the theme options have vanished after migrating which I know always happens but I don’t have access to the old site obviously with the domain expiring so is there a way of converting the below code into an Enfold-theme-settings.txt file?

    a:1:{s:4:”avia”;a:159:{s:9:”frontpage”;s:4:”1019″;s:9:”undefined”;s:25:”menu_display::burger_menu”;s:8:”blogpage”;s:2:”19″;s:4:”logo”;s:69:”http://wolfscastle.com/wp-content/uploads/2016/06/WolfscastleLogo.png”;s:7:”favicon”;s:69:”http://wolfscastle.com/wp-content/uploads/2016/07/wolfscastle-fav.png”;s:9:”preloader”;s:8:”disabled”;s:21:”preloader_transitions”;s:21:”preloader_transitions”;s:14:”preloader_logo”;s:0:””;s:15:”lightbox_active”;s:15:”lightbox_active”;s:8:”lock_alb”;s:8:”disabled”;s:19:”lock_alb_for_admins”;s:8:”disabled”;s:6:”markup”;s:0:””;s:16:”color-body_style”;s:9:”stretched”;s:17:”color-frame_width”;s:2:”15″;s:15:”header_position”;s:10:”header_top”;s:20:”layout_align_content”;s:20:”content_align_center”;s:18:”sidebarmenu_sticky”;s:18:”conditional_sticky”;s:19:”sidebarmenu_widgets”;s:0:””;s:18:”sidebarmenu_social”;s:8:”disabled”;s:17:”responsive_active”;s:17:”responsive_active”;s:15:”responsive_size”;s:6:”1310px”;s:13:”content_width”;s:2:”73″;s:14:”combined_width”;s:2:”80″;s:12:”color_scheme”;s:4:”Blue”;s:24:”colorset-header_color-bg”;s:7:”#ffffff”;s:25:”colorset-header_color-bg2″;s:7:”#ffffff”;s:29:”colorset-header_color-primary”;s:7:”#58595b”;s:31:”colorset-header_color-secondary”;s:7:”#58595b”;s:27:”colorset-header_color-color”;s:7:”#9d9251″;s:26:”colorset-header_color-meta”;s:7:”#58595b”;s:29:”colorset-header_color-heading”;s:7:”#58595b”;s:28:”colorset-header_color-border”;s:11:”transparent”;s:25:”colorset-header_color-img”;s:0:””;s:33:”colorset-header_color-customimage”;s:0:””;s:25:”colorset-header_color-pos”;s:8:”top left”;s:28:”colorset-header_color-repeat”;s:9:”no-repeat”;s:28:”colorset-header_color-attach”;s:6:”scroll”;s:22:”colorset-main_color-bg”;s:7:”#ffffff”;s:23:”colorset-main_color-bg2″;s:7:”#f8f6f2″;s:27:”colorset-main_color-primary”;s:7:”#58595b”;s:29:”colorset-main_color-secondary”;s:7:”#9c9c9c”;s:25:”colorset-main_color-color”;s:7:”#58595b”;s:24:”colorset-main_color-meta”;s:7:”#58595b”;s:27:”colorset-main_color-heading”;s:7:”#58595b”;s:26:”colorset-main_color-border”;s:11:”transparent”;s:23:”colorset-main_color-img”;s:0:””;s:31:”colorset-main_color-customimage”;s:0:””;s:23:”colorset-main_color-pos”;s:8:”top left”;s:26:”colorset-main_color-repeat”;s:9:”no-repeat”;s:26:”colorset-main_color-attach”;s:6:”scroll”;s:27:”colorset-alternate_color-bg”;s:7:”#ffffff”;s:28:”colorset-alternate_color-bg2″;s:7:”#ebebeb”;s:32:”colorset-alternate_color-primary”;s:7:”#ffffff”;s:34:”colorset-alternate_color-secondary”;s:7:”#ffffff”;s:30:”colorset-alternate_color-color”;s:7:”#58595b”;s:29:”colorset-alternate_color-meta”;s:7:”#58595b”;s:32:”colorset-alternate_color-heading”;s:7:”#58595b”;s:31:”colorset-alternate_color-border”;s:7:”#ebebeb”;s:28:”colorset-alternate_color-img”;s:0:””;s:36:”colorset-alternate_color-customimage”;s:0:””;s:28:”colorset-alternate_color-pos”;s:8:”top left”;s:31:”colorset-alternate_color-repeat”;s:9:”no-repeat”;s:31:”colorset-alternate_color-attach”;s:6:”scroll”;s:24:”colorset-footer_color-bg”;s:7:”#838744″;s:25:”colorset-footer_color-bg2″;s:7:”#838744″;s:29:”colorset-footer_color-primary”;s:7:”#ffffff”;s:31:”colorset-footer_color-secondary”;s:7:”#ffffff”;s:27:”colorset-footer_color-color”;s:7:”#ffffff”;s:26:”colorset-footer_color-meta”;s:7:”#ffffff”;s:29:”colorset-footer_color-heading”;s:7:”#ffffff”;s:28:”colorset-footer_color-border”;s:11:”transparent”;s:25:”colorset-footer_color-img”;s:0:””;s:33:”colorset-footer_color-customimage”;s:0:””;s:25:”colorset-footer_color-pos”;s:8:”top left”;s:28:”colorset-footer_color-repeat”;s:9:”no-repeat”;s:28:”colorset-footer_color-attach”;s:6:”scroll”;s:24:”colorset-socket_color-bg”;s:7:”#e2e2e2″;s:25:”colorset-socket_color-bg2″;s:7:”#342f29″;s:29:”colorset-socket_color-primary”;s:7:”#5b5b5b”;s:31:”colorset-socket_color-secondary”;s:7:”#5b5b5b”;s:27:”colorset-socket_color-color”;s:7:”#5b5b5b”;s:26:”colorset-socket_color-meta”;s:7:”#5b5b5b”;s:29:”colorset-socket_color-heading”;s:7:”#5b5b5b”;s:28:”colorset-socket_color-border”;s:7:”#e2e2e2″;s:25:”colorset-socket_color-img”;s:0:””;s:33:”colorset-socket_color-customimage”;s:0:””;s:25:”colorset-socket_color-pos”;s:8:”top left”;s:28:”colorset-socket_color-repeat”;s:9:”no-repeat”;s:28:”colorset-socket_color-attach”;s:6:”scroll”;s:16:”color-body_color”;s:7:”#eeeeee”;s:14:”color-body_img”;s:0:””;s:22:”color-body_customimage”;s:0:””;s:14:”color-body_pos”;s:8:”top left”;s:17:”color-body_repeat”;s:9:”no-repeat”;s:17:”color-body_attach”;s:6:”scroll”;s:14:”google_webfont”;s:5:”Alice”;s:12:”default_font”;s:5:”Cardo”;s:23:”color-default_font_size”;s:4:”16px”;s:9:”quick_css”;s:7082:”/* ROOMS STYLING */
    #av_section_2 > div > div > div > div > div.flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-10.el_after_av_one_fourth.el_before_av_one_fourth {
    margin-top:30px !important;
    }
    #av_section_2 > div > div > div > div > div.flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-12.el_after_av_one_fourth.el_before_av_one_fourth {
    margin-top:30px !important;
    }
    #av_section_2 > div > div > div > div > div.flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-18.el_after_av_one_fourth.el_before_av_one_fourth.column-top-margin {
    margin-top:30px !important;
    }
    #av_section_2 > div > div > div > div > div.flex_column.av_one_fourth.flex_column_div.av-zero-column-padding.avia-builder-el-20.el_after_av_one_fourth.el_before_av_one_half.column-top-margin {
    margin-top:30px !important;
    }

    /* SECONDARY MENU FONT SIZE */
    #avia2-menu {
    font-size: 14px;
    }

    /* HIDE "TEL:…" FROM HEADER */
    #header_meta > div > nav > span {
    display:none;
    }

    /* SLIDER THEME COLOR BUTTON COLOR */
    #top .main_color .avia-color-theme-color {
    color: #ffffff;
    border-color: #9d9251;
    background-color: #9d9251;
    }

    /* CAPTION POSITIONING */
    .avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content {
    margin-top: -32px;
    }

    @media screen and (max-width: 768px) {
    .avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow {
    height: 200px !important;
    }
    }

    @media screen and (max-width: 768px) {
    #fullscreen_slider_0 > div > ul > li.slide-1 {
    background-position: center center;
    height: 200px;
    }
    }
    @media screen and (max-width: 768px) {
    #fullscreen_slider_0 > div > ul > li.slide-2 {
    background-position: center center;
    height: 200px;
    }
    }
    @media screen and (max-width: 768px) {
    #fullscreen_slider_0 > div > ul > li.slide-3 {
    background-position: center center;
    height: 200px;
    }
    }
    @media screen and (max-width: 768px) {
    #fullscreen_slider_0 > div > ul > li.slide-4 {
    background-position: center center;
    height: 200px;
    }
    }

    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
    background: rgba(157,146,81, 1) !important;
    }

    /* "FOUR STAR LUXURY…" ITALIC */
    #av_section_1 > div > div > div > div > div > div.av-special-heading.av-special-heading-h1.custom-color-heading.blockquote.modern-quote.modern-centered.avia-builder-el-3.el_before_av_hr.avia-builder-el-first.av-inherit-size > h1 {
    font-style:italic;
    }

    /* MARGIN ABOVE TEL AND EMAIL */
    #header_meta > div > div > span {
    margin-bottom:20px;
    }

    #footer {
    border-top: #9d9251 30px solid;
    }

    .avia-button {
    font-size: 12px !important;
    }

    #header_main > div > div > nav {
    margin-top:20px;
    }

    .phone-info {
    font-size:16px;
    }

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-weight: 100 !important;
    }

    .main_menu {
    text-transform: uppercase;
    }

    #search-bar {
    width: 100%;
    min-height: 50px;
    margin-top: 173px;
    background: #9d9251;
    }

    .avia-menu-fx {
    display:none;
    }

    .logo{
    margin: 0 auto !important;
    height:75%;
    }
    #top .header_color.av_header_transparency .avia-menu-fx {
    display:none;
    }

    .avia-menu-text {
    font-size: 12.5px;
    letter-spacing: 1.5px;
    }

    .html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
    height:45px!important;
    }

    .avia-caption-content p {
    max-width:700px;
    margin:0 auto;
    }

    h2.avia-caption-title {
    margin-bottom:35px!important;
    }

    #top .av_header_glassy.av_header_transparency #header_main {
    background: rgba(0,0,0,0.35)!important;
    }

    #top .scroll-down-link {
    font-size:150px!important;
    }

    .avia-section.av-minimum-height .container .content {
    vertical-align:top;
    }

    #home-c2a {
    border-top:3px solid #ab933d!important;
    }

    #home-c2a .container, #about-pembs .container {
    padding:0px!important;
    }

    #home-c2a div .av_one_fifth {
    margin-left: 0%!important;
    width: 20%!important;
    }

    #home-c2a div .av_one_fourth {
    margin-left: 0%!important;
    width: 25%!important;
    }

    #home-c2a .responsive .av_one_fourth.first.el_before_av_one_fourth.flex_column_div, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div, .responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth.flex_column_div, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_half.flex_column_div, .responsive .avia-content-slider-inner .av_one_fourth.first.flex_column_div, #home-c2a .responsive .av_one_half.first + .av_one_fourth.flex_column_div, .responsive .av_one_half.first + .av_one_fourth + .av_one_fourth.flex_column_div, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth.flex_column_div, .responsive .av_one_fourth.first + .av_one_fourth + .av_one_half.flex_column_div, #home-c2a .column-top-margin {
    clear:none!important;
    margin-top:0px!important;
    }

    .av-image-caption-overlay-center p {
    background-color:#ab933d;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    font-size:21px!important;
    }

    @media screen and (max-width: 768px) {

    #home-c2a {
    display:none;
    }

    }

    .entry-content p, #main-copy p {
    text-align:justify;
    font-size:16px;
    color:#323232;
    }

    #about-pembs-header h2 {
    line-height:100px;
    }

    .av-catalogue-content {
    font-size:16px;
    }

    .center-text p {
    text-align:center!important;
    font-size:16px!important;
    color#323232!important;
    }

    /* SPECIAL EVENTS SIDEBAR STYLE */
    .page-id-559 #search-2 {
    display:none;
    }

    .page-id-559 #main > div.main_color.container_wrap_first.container_wrap.sidebar_right > div > aside {
    background-color: #dadada;
    }

    .page-id-559 #newsbox-2 {
    display:none;
    }

    .page-id-559 #tribe-events-list-widget-2 > h3 {
    margin-bottom:30px;
    }

    .page-id-559 .content, .sidebar {
    padding-top: 40px;
    padding-bottom: 0px;
    }

    .page-id-559 .sidebar .widget:first-child, .content .sidebar .widget:first-child {
    padding-right: 30px;
    }

    .page-id-559 #tribe-events-list-widget-2 > ol {
    margin-left:2px;
    }

    .page-id-559 #main > div.main_color.container_wrap_first.container_wrap.sidebar_right > div {
    margin-top: 30px;
    margin-bottom: 30px;
    }”;s:16:”advanced_styling”;a:6:{i:0;a:10:{s:2:”id”;s:13:”hover_overlay”;s:13:”overlay_style”;s:4:”hide”;s:5:”color”;s:0:””;s:10:”icon_color”;s:0:””;s:16:”background_color”;s:0:””;s:12:”header_color”;s:4:”true”;s:10:”main_color”;s:4:”true”;s:15:”alternate_color”;s:4:”true”;s:12:”footer_color”;s:4:”true”;s:12:”socket_color”;s:4:”true”;}i:1;a:11:{s:2:”id”;s:12:”headings_all”;s:5:”color”;s:0:””;s:16:”background_color”;s:0:””;s:11:”font_family”;s:0:””;s:11:”font_weight”;s:0:””;s:14:”text_transform”;s:4:”none”;s:12:”header_color”;s:8:”disabled”;s:10:”main_color”;s:4:”true”;s:15:”alternate_color”;s:8:”disabled”;s:12:”footer_color”;s:8:”disabled”;s:12:”socket_color”;s:8:”disabled”;}i:2;a:7:{s:2:”id”;s:18:”main_menu_dropdown”;s:5:”color”;s:7:”#ffffff”;s:16:”background_color”;s:7:”#000000″;s:12:”border_color”;s:0:””;s:9:”font_size”;s:0:””;s:11:”line_height”;s:0:””;s:12:”hover_active”;s:4:”true”;}i:3;a:7:{s:2:”id”;s:18:”main_menu_dropdown”;s:5:”color”;s:7:”#000000″;s:16:”background_color”;s:7:”#ffffff”;s:12:”border_color”;s:0:””;s:9:”font_size”;s:0:””;s:11:”line_height”;s:0:””;s:12:”hover_active”;s:8:”disabled”;}i:4;a:5:{s:2:”id”;s:7:”top_bar”;s:5:”color”;s:7:”#666666″;s:16:”background_color”;s:7:”#ffffff”;s:12:”border_color”;s:0:””;s:11:”font_family”;s:0:””;}i:5;a:11:{s:2:”id”;s:12:”headings_all”;s:5:”color”;s:7:”#ffffff”;s:16:”background_color”;s:0:””;s:11:”font_family”;s:0:””;s:11:”font_weight”;s:0:””;s:14:”text_transform”;s:0:””;s:12:”header_color”;s:8:”disabled”;s:10:”main_color”;s:8:”disabled”;s:15:”alternate_color”;s:4:”true”;s:12:”footer_color”;s:8:”disabled”;s:12:”socket_color”;s:8:”disabled”;}}s:13:”header_layout”;s:36:”logo_left main_nav_header menu_right”;s:11:”header_size”;s:6:”custom”;s:18:”header_custom_size”;s:3:”120″;s:12:”menu_display”;s:0:””;s:18:”header_menu_border”;s:22:”seperator_small_border”;s:12:”header_style”;s:0:””;s:16:”header_title_bar”;s:16:”hidden_title_bar”;s:13:”header_sticky”;s:13:”header_sticky”;s:16:”header_shrinking”;s:8:”disabled”;s:18:”header_unstick_top”;s:8:”disabled”;s:14:”header_stretch”;s:8:”disabled”;s:17:”header_searchicon”;s:17:”header_searchicon”;s:13:”header_social”;s:0:””;s:21:”header_secondary_menu”;s:35:”secondary_right extra_header_active”;s:19:”header_phone_active”;s:37:”phone_active_left extra_header_active”;s:5:”phone”;s:40:”Tel: 01437 741225 | (Email address hidden if logged out) “;s:23:”header_replacement_logo”;s:82:”http://wolfscastle.com/wp-content/uploads/2015/09/Wolfscastle-Web-White-Shadow.png&#8221;;s:23:”header_replacement_menu”;s:7:”#ffffff”;s:24:”header_mobile_activation”;s:18:”mobile_menu_tablet”;s:22:”header_mobile_behavior”;s:22:”header_mobile_behavior”;s:14:”archive_layout”;s:8:”fullsize”;s:11:”blog_layout”;s:8:”fullsize”;s:13:”single_layout”;s:8:”fullsize”;s:11:”page_layout”;s:8:”fullsize”;s:19:”smartphones_sidebar”;s:8:”disabled”;s:16:”page_nesting_nav”;s:8:”disabled”;s:15:”sidebar_styling”;s:0:””;s:22:”display_widgets_socket”;s:3:”all”;s:14:”footer_columns”;s:1:”3″;s:9:”copyright”;s:52:”© Copyright – Wolfscastle Country Hotel[nolink]”;s:13:”footer_social”;s:13:”footer_social”;s:17:”blog_global_style”;s:0:””;s:10:”blog_style”;s:6:”custom”;s:17:”single_post_style”;s:10:”single-big”;s:27:”single_post_related_entries”;s:24:”av-related-style-tooltip”;s:16:”blog-meta-author”;s:16:”blog-meta-author”;s:18:”blog-meta-comments”;s:18:”blog-meta-comments”;s:18:”blog-meta-category”;s:18:”blog-meta-category”;s:14:”blog-meta-date”;s:14:”blog-meta-date”;s:19:”blog-meta-html-info”;s:19:”blog-meta-html-info”;s:13:”blog-meta-tag”;s:13:”blog-meta-tag”;s:14:”share_facebook”;s:14:”share_facebook”;s:13:”share_twitter”;s:13:”share_twitter”;s:15:”share_pinterest”;s:15:”share_pinterest”;s:11:”share_gplus”;s:11:”share_gplus”;s:12:”share_reddit”;s:12:”share_reddit”;s:14:”share_linkedin”;s:14:”share_linkedin”;s:12:”share_tumblr”;s:12:”share_tumblr”;s:8:”share_vk”;s:8:”share_vk”;s:10:”share_mail”;s:10:”share_mail”;s:12:”social_icons”;a:4:{i:0;a:2:{s:11:”social_icon”;s:8:”facebook”;s:16:”social_icon_link”;s:100:”https://www.facebook.com/Wolfscastle-Country-Hotel-Allt-yr-Afon-Restaurant-174347119254597/timeline/&#8221;;}i:1;a:2:{s:11:”social_icon”;s:7:”twitter”;s:16:”social_icon_link”;s:35:”https://twitter.com/staywolfscastle&#8221;;}i:2;a:2:{s:11:”social_icon”;s:8:”linkedin”;s:16:”social_icon_link”;s:58:”https://www.linkedin.com/company/wolfscastle-country-hotel&#8221;;}i:3;a:2:{s:11:”social_icon”;s:6:”flickr”;s:16:”social_icon_link”;s:42:”https://www.flickr.com/photos/wolfscastle/&#8221;;}}s:13:”mailchimp_api”;s:0:””;s:9:”analytics”;s:0:””;s:8:”gmap_api”;s:0:””;s:17:”avia-nonce-import”;s:10:”1c810ad73d”;s:18:”config_file_upload”;s:0:””;s:15:”iconfont_upload”;s:0:””;s:16:”updates_username”;s:0:””;s:15:”updates_api_key”;s:0:””;}}

    Cheers,
    Matt

    Hi:)

    Sure u are right!

    screenshot: http://d.pr/i/pS9X6

    I mean to move social icons in the same line or menu bar to allow the header widget I configured to float on right.

    Thanks and best,
    Davide

    #805845

    Hey nosuchagency,

    Try to check this post: https://kriesi.at/support/topic/enfold-social-media-icons-in-widget/#post-273378
    Hope this helps.

    Best regards,
    Nikko

    #805626
    trevorjohnston
    Participant

    Hi,
    I am looking to make a minor adjustment to the spacing between the last two widgets in my site’s footer. I am trying to move the Share heading/Social media icons up so that the spacing below the orange link above it is consistent with the spacing between the other widgets in the footer. Could you please let me know what custom CSS I should be adding to make that change? I’ve included site access info in Private Content if it’s easier to just fix yourself. I’ve not very familiar with using CSS and would not know if what I’m doing might be conflicting with another piece of custom css code.
    Thanks,
    Trevor

    #805414
    robphat
    Participant

    See http://theqmart.com/

    Notice the social sharing links in the header are not opening in a new tab, as should be standard. How can I make the site do this?

    But also, the same thing is happening to social icons I have hard coded into the footer widget. They are set to “target=_blank” and they are still opening in the same browser tab.

    Is this a bug in enfold? Or am I missing a setting in the theme somewhere?

    Thanks,
    Rob

    #804528
    chlon
    Participant

    Hello,
    Added the following to the Footer Text Widget:
    <ul class=”noLightbox social_bookmarks icon_count_4″>
    <li class=”social_bookmarks_linkedin av-social-link-linkedin social_icon_2″><span class=”avia_hidden_link_text”>Linkedin</span><li class=”social_bookmarks_twitter av-social-link-twitter social_icon_1″><span class=”avia_hidden_link_text”>Twitter</span><li class=”social_bookmarks_youtube av-social-link-youtube social_icon_1″><span class=”avia_hidden_link_text”>Facebook</span><li class=”social_bookmarks_facebook av-social-link-facebook social_icon_1″><span class=”avia_hidden_link_text”>facebook</span>

    And Added this to General Styling in the CSS:

    .widget .social_bookmarks li { clear: none !important; }
    Viewed the page with Firefox and chrome, but only the first icone is visible

    Thank you for your help

    #803734
    clairesgould
    Participant

    Hello! I’m trying to get social media icons in a widget (the same style as the footer ones since I like those but am not using the footer). I saw a thread that had information on this and it worked for Facebook, Twitter, and LinkedIn, but it wasn’t working for Instagram. How can I find that?

    Thanks!

    #799956
    Kelly Erickson
    Participant

    Help!
    I have searched through page after page on the forum and canNOT for the life of me get the social media icons in my footer text widget to center. They are currently side-by-side by they are left justified. I’ve tried all the short codes I can find and nothing.

    I’ve included a temporary login with links in the private content attached.

    Thank you in advance!

Viewing 30 results - 421 through 450 (of 986 total)