-
Search Results
-
Hello, I found a topic that is closed, with the response to add this to the custom CSS:
.widget .social_bookmarks li { clear: none; border: none !important; }
What html needs to be added to the widget to make this work?
Thank you,
Topic: Responsive & general issues
Hello Support!:
I´m ready for submitting my website to an important project, and actually i have some pending issues I would like to resolve…I´m going to enumerate them here, although I don´t know if you would have preferred to open different tickets for each issue (most of them are related to resposiveness tablet/mobile)…, Anyway, I have included tags for all of them…First of all, I have attached private details just in case you need to take a closer look at it:
1) Masonry pagination: I have a masonry with portfolio items in most of my pages (Ver,Comer,Domir…etc..)..The point is that I select for example show pagination, and show 8 items per page… The problem is that in some categories, where for example there are only 6 items, those 6 items are not shown in the same page! and the pagination is shown, and each page only shows 2 items! I would like that, if there are only 6 items, those to be shown in the same page…up to the 8 items, like marked on the settings….
2) Responsiveness: In pages like this one: http://ilovealcazar.com/portfolio-item/la-pradera/ … We are seeing it at a 10″ tablet, landscape, since it´s our main tool for showing it to clients…and, the map it´s cut on the right…I mean, everything seems to be a bit displaced to the right….and there is like a big margin on the left… (image attached)
https://www.dropbox.com/s/g6ywt7do1xdq9hn/IMG-20180103-WA0036.jpg?dl=03) Responsiveness: The same, watching at a 10″ tablet, landscape, social icons on the footer are cut on the right (we don´t see for example youtube icon)…The same problem appears to apply…everything weighted to the right side…
4) Responsiveness: In pages like this: http://ilovealcazar.com/portfolio-item/casa-julian/ … the catalogs are cut on the right, prices are not even shown (TALKING MOSTLY IN 10 ” TABLETS, PORTRAIT AS COMMENTED) …. In addition, when a line break occurs, everything looks weird (image attached)
https://www.dropbox.com/s/78qwro05g93pz1k/IMG-20180103-WA0037.jpg?dl=0
5) In pages like this: http://ilovealcazar.com/portfolio-item/moda-marisa/ …. Text is cut, map is cut (on the right)…and icon box are totally displaced (Remember, always talking about 10″ portrait tablet) (Image attached for icon boxes…the map and text seems to be the same problem…too much left margin or pardding)
https://www.dropbox.com/s/2qlhqfcsprjyd2i/IMG-20180103-WA0039.jpg?dl=06) Grid Row order: Pages like http://ilovealcazar.com/portfolio-item/carpinteros-perez/ has several grid rows….my question, is it possible to change the order they are shown in tablets / mobiles ? I mean, for not showing text+ text , image + image….Only as a mention, the LEFT MARGIN on tablet (landscape) follow being too big…everything seems weighted to the right
7) Responsiveness: Text widget in footer is cut ( sorry for insist, remember these have been tried on tablet 10 ” landscape)
8) Blog page: The same problem of too much left margin applies
9) Responsiveness: http://ilovealcazar.com/portfolio-item/monederos-piel-25-e/ .. The same problem, too much left margin that makes cut the text and the map
10) Responsiveness: Bad alignment of icon boxes : http://ilovealcazar.com/portfolio-item/40-e-suite-junior/ … the same applies for example here http://ilovealcazar.com/portfolio-item/italia-romantico-120-e/ (icon boxes misaligned + too much left margin)
11) http://ilovealcazar.com/portfolio-item/italia-romantico-120-e/ — This is the template for your travel services..I have here a question…The table with flights is really good done..but, would it be possible to show an arrow for people to know that they can move it to see the whole table (THIS PROBLEM IS FOR MOBILE)
12) i MENU
a) This is a question already answered in another thread…since we are talking about a button floated to the right, is it possible to make the submenu open to the left? It looks a bit weird with the box layout…
b) Responsiveness…All its pending pages (Como llegar, Emergencias…etc…presents the same responsiveness problem (text + map cut on the right, too much left margin )13) I have used the plugin css hero for some modifications…since I have heard that you will be updating the theme, should I paste all the css code generated onto the quick css tab of my child theme?
Sorry for this big text…Maybe it´s not the best option to publish everything here…I have tried to explain it my best…if you see this is something you can´t/shouldn´t amend, please let me know how could I orientate a freelance to do it… Remember that we have tried this web in: mobile + 10″ tablet landscape + Desktop….and most of the problems are arising on tablet 10 ” landscape…. This is important for us because as mentioned, this is our tool for showing clients the website….
As mentioned, I would like to have your response…If there are points that you directly decide you shouldn´t work in, please let me know,
Thanks for this great support,
Take careI would like to add the widget https://wordpress.org/plugins/accessibility-widget/ or somthing like this in the header menu next to the social media icons …. Is this posible and how do i do that?
i do have the snippet for doing setting up on every page/post.
But is there a way to have that only defined on for example a page array or a custom class.
I have a new customer with two main parts of his work.
I want to have the one with header_left – the other one with header_right.here is the code for that manual way. But then i have to set it up for each page/post:
add_filter('avf_builder_elements', 'register_meta_elements', 10, 1); function register_meta_elements($avf_builder_elements) { $avf_builder_elements[] = array( "slug" => "layout", "name" => __("Header Position",'avia_framework'), "id" => "header_position", "desc" => "Select the position of the header", "type" => "select", "std" => "", "class" => "avia-style", "subtype" => array( __("Default",'avia_framework') => '', __('Top Header','avia_framework') =>'header_top', __('Sidebar Header (Left)','avia_framework') =>'header_left header_sidebar', __('Sidebar Header (Right)','avia_framework') =>'header_right header_sidebar', ) ); return $avf_builder_elements; } if(!function_exists('avia_header_setting')) { function avia_header_setting($single_val = false) { global $avia_config; if(isset($avia_config['header_settings']) && $single_val && isset($avia_config['header_settings'][$single_val])) return $avia_config['header_settings'][$single_val]; if(isset($avia_config['header_settings']) && !$single_val) return $avia_config['header_settings']; //return cached header setting if available $defaults = array( 'header_position' => 'header_top', 'header_layout'=>'logo_left menu_right', 'header_size'=>'slim', 'header_custom_size'=>'', 'header_sticky'=>'header_sticky', 'header_shrinking'=>'header_shrinking', 'header_title_bar'=>'', 'header_social'=>'', 'header_unstick_top' =>'', 'header_secondary_menu'=>'', 'header_stretch'=>'', 'header_custom_size'=>'', 'header_phone_active'=>'', 'header_replacement_logo'=>'', 'header_replacement_menu'=>'', 'header_mobile_behavior' => '', 'header_searchicon' => true, 'header_mobile_activation' => 'mobile_menu_phone', 'phone'=>'', 'sidebarmenu_sticky' => 'conditional_sticky', 'layout_align_content' => 'content_align_center', 'sidebarmenu_widgets' => '', 'sidebarmenu_social' => 'disabled', 'header_menu_border' => '', 'header_style' => '' ); $settings = avia_get_option(); //overwrite with custom fields if they are set $post_id = avia_get_the_id(); if($post_id && is_singular()) { $custom_fields = get_post_custom($post_id); foreach($defaults as $key =>$default) { if(!empty($custom_fields[$key]) && !empty($custom_fields[$key][0]) ) { $settings[$key] = $custom_fields[$key][0]; } } //check if header transparency is set to true $transparency = post_password_required() ? false : get_post_meta($post_id, 'header_transparency', true); if(get_post_meta($post_id, 'header_position', true)){ $header['header_position'] = get_post_meta($post_id, 'header_position', true); } } $header = shortcode_atts($defaults, $settings); $header['header_scroll_offset'] = avia_get_header_scroll_offset($header); if($header['header_position'] != "header_top") return avia_header_setting_sidebar($header, $single_val); //set header transparency $header['header_transparency'] = ""; if(!empty($transparency)) $header['header_transparency'] = 'header_transparency'; if(!empty($transparency) && strpos($transparency, 'glass')) $header['header_transparency'] .= ' header_glassy'; if(!empty($transparency) && strpos($transparency, 'hidden')) $header['disabled'] = true; if(!empty($transparency) && strpos($transparency, 'scrolldown')) { $header['header_transparency'] .= ' header_scrolldown'; $header['header_sticky'] = 'header_sticky'; } //deactivate title bar if header is transparent if(!empty($transparency)) $header['header_title_bar'] = 'hidden_title_bar'; //sticky and shrinking are tied together if($header['header_sticky'] == 'disabled') { $header['header_shrinking'] = 'disabled'; $header['header_scroll_offset'] = 0; } //if the custom height is less than 70 shrinking doesnt really work if($header['header_size'] == 'custom' && (int) $header['header_custom_size'] < 65) $header['header_shrinking'] = 'disabled'; //create a header class so we can style properly $header_class_var = array( 'header_position', 'header_layout', 'header_size', 'header_sticky', 'header_shrinking', 'header_stretch', 'header_mobile_activation', 'header_transparency', 'header_searchicon', 'header_unstick_top', 'header_menu_border', 'header_style' ); $header['header_class'] = ""; foreach($header_class_var as $class_name) { if(!empty($header[$class_name])) { if($header[$class_name] == "disabled") $header[$class_name] = $class_name."_disabled"; $header['header_class'] .= " av_".str_replace(' ',' av_',$header[$class_name]); } } //set manual flag if we should display the top bar $header['header_topbar'] = false; if(strpos($header['header_social'], 'extra_header_active') !== false || strpos($header['header_secondary_menu'], 'extra_header_active') !== false || !empty($header['header_phone_active'])){ $header['header_topbar'] = 'header_topbar_active'; } //set manual flag if the menu is at the bottom $header['bottom_menu'] = false; if(strpos($header['header_layout'],'bottom_nav_header') !== false) { $header['bottom_menu'] = 'header_bottom_menu_active'; } else { $header['header_class'] .= " av_bottom_nav_disabled "; } //header class that tells us to use the alternate logo if(!empty($header['header_replacement_logo'])) { $header['header_class'] .= " av_alternate_logo_active"; if(is_numeric($header['header_replacement_logo'])) { $header['header_replacement_logo'] = wp_get_attachment_image_src($header['header_replacement_logo'], 'full'); $header['header_replacement_logo'] = $header['header_replacement_logo'][0]; } } //header class that tells us to use the alternate logo if(empty($header['header_menu_border'])) { $header['header_class'] .= " av_header_border_disabled"; } $header = apply_filters('avf_header_setting_filter', $header); //make settings available globaly $avia_config['header_settings'] = $header; if(!empty($single_val) && isset($header[$single_val])) return $header[$single_val]; return $header; } }Hi,
I am working on the following website at the moment
http://www.theultimatesecret.co.uk
Things were going well until I tried to setup a portfolio item called Massage. I am having the following problems with the display of portfolio item and I am not sure why this is happening as the page displays are good.
1). Grid Items Hiding Doesn’t work for mobile and for desktop, I have tried to hid the second grid on desktop but it still shows
2). Display of Grid Items is all over the place on mobile display especially for second and third grid items
3). My footer is created using the widget and html, it display fine on the pages but on this portfolio item the heading size has shrunk and all the social media icons are overlapping.
4). Footer Socket is not in line with the other pages and shows the text and the layout centralised when it should left align.So just to recap, I would like to know
How to hide grid items from mobile or desktop?
What did I do wrong that the grid items aren’t showing correctly?
and Why my footer and socket are not working on mobile?Your urgent response will be very much appreciated.
Hello,
we have set menu items to display as a icon on desktops and we would like to add polylang switch next to it, before (or after) social icons.
I’ve already tried following your guide to add a widget to a header area but that leads to an error:
Warning: Cannot modify header information – headers already sent by (output started at /home/…functions.php:7) in /home/…/wp-admin/includes/misc.php on line 1114
Best regards
Topic: Customized Icons in Footer
Hi there,
I tryed to get my Social Media Icons into the Footer, and that worked quiet well. But now they are all beside each other, but I need them to be underneath each other. Beside every Icon there should be a paragraph with “Facebook” “LinkedIn” … The first Icon needs to be an icon, that I can’t find on Fontello.
My widget code right now is:`<ul class=”noLightbox social_bookmarks icon_count_5″>
<li class=”social_bookmarks_blog av-social-link-blog social_icon_1″>
<a target=”_blank” href=”https://blog.rackspace.com/de/” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello” title=”Blog”>
<span>Blog</span>
</a>
</li>
<li class=”social_bookmarks_facebook av-social-link-facebook social_icon_2″>
<a target=”_blank” href=”https://www.facebook.com/rackspaceDACH/” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello” title=”Facebook”>
<span class=”avia_hidden_link_text”>Facebook</span>
</a>
</li>
<li class=”social_bookmarks_twitter av-social-link-twitter social_icon_3″>
<a target=”_blank” href=”https://twitter.com/RackspaceDACH” 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_xing av-social-link-xing social_icon_4″>
<a target=”_blank” href=”https://www.xing.com/companies/rackspaceinternationalgmbh/updates” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello” title=”Xing”>
<span class=”avia_hidden_link_text”>Xing</span>
</a>
</li>
<li class=”social_bookmarks_linkedin av-social-link-linkedin social_icon_5″>
<a target=”_blank” href=”https://www.linkedin.com/company/1837851″ aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello” title=”Linkedin”>
<span class=”avia_hidden_link_text”>Linkedin</span>
</a>
</li>
</ul>`I know that there is no class like .social_bookmarks_blog. But is there a possibility to see all available classes?
Best,
MonikaHi, I’m working on a bar website with 13 venues on a page each, I’d like to have social media icons for Fb, Twitter and insta.
I found some old code I posted in a widget once in the footer, but can’t see how to add insta as I’m a novice. I’m ok changing the names etc but not code.
Here’s the 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>
Hope you can help. Thanks, Dave
on a thread there was the quest to put the sozial Bookmarks to the footer widget areas ( not the socket )
and i like to have this in an extra thread because i will create some Tuts here with FAQIt is possible to make a custom widget here with enfold input. It seems to be complicated but if it is done – it is easy to use.
You then have a new Widget called “Enfold-Child Social Bookmarks” or whatever your Themename is
You can drag&drop it whereever you like – and it shows the Bookmarks of the Enfold Options Page you set.this goes to functions.php of the child-theme
function social_bookmarks_register_widget() { register_widget( 'add_social_bookmarks' ); } add_action( 'widgets_init', 'social_bookmarks_register_widget' ); class add_social_bookmarks extends WP_Widget { public function __construct() { $widget_ops = array( 'classname' => 'socialbookmarks-widget', 'description' => __('A widget that displays the social bookmarks', 'avia_framework') ); parent::__construct( 'add_social_bookmarks', THEMENAME.' Social Bookmarks', $widget_ops ); } public function widget( $args, $instance ) { $title = apply_filters( 'widget_title', $instance['title'] ); echo $args['before_widget']; //if title is present if ( ! empty( $title ) ) echo $args['before_title'] . $title . $args['after_title']; //output echo $before_widget; $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); echo avia_social_media_icons($social_args, false); echo $after_widget; } public function form( $instance ) { if ( isset( $instance[ 'title' ] ) ) $title = $instance[ 'title' ]; else $title = __( 'Social Bookmarks', 'avia_framework' ); ?> <p> <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label> <input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>" /> </p> <?php } public function update( $new_instance, $old_instance ) { $instance = array(); $instance['title'] = ( ! empty( $new_instance['title'] ) ) ? strip_tags( $new_instance['title'] ) : ''; return $instance; } }to have the same styling as the other Widgets:
this to quick css:#top .socialbookmarks-widget .social_bookmarks { float: left; margin: 15px 0 0 ; position: relative; } #top .socialbookmarks-widget .social_bookmarks li { float: left; clear: right !important; }Topic: Circle SM Icons Footer
Hello,
I wonder if it’s possible to add all the social profile icons, that I have in header and footer, to sidebar widget (please see screenshot in private content box)? Would be awesome.
Thank you for your help in advance.
Best regards,
SophieHello I am trying to get three social media icons in a footer widget to sit side by side and not one above each other. (That these are social media icons is eirrelevant – just that they are images files – they could be partner logos). Please can you help with the CSS – I have provided what I am using in the private content. Thank you.
Hello,
I installed Easy Social Icon Plugin, because I wanted to have a special Facebook Icon Picture!
There are 3 possibilitied in the settings of easy social icons 1. using widget 2. using shortcode 3. using PHP Template Tag
I tried it with Widget and draged the Easy Social Plugin into the Header Widget Area but then I can NOT bring it then to the right upper corner, where my current Facebook Icon (which I don´t want) is shown.
Please can anybody help me how I can customize the position of the easy social icons plugin facebook icon?!
Thank you for the help
Here is my site on which you see the OLD facebook icon which I set with the Social Icons of Enfold theme and NOT the goal with Easy Social Icons which I want

