-
Search Results
-
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 regardsTopic: Vertical Align Sidebar Menu
Topic: header widget not responsive
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/bcz4vvThank you very much!
Topic: header widget problem
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,
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!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;
}Topic: floating sliding menu
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?
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
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 DollyiThemes 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 WordPressGoogle XML Sitemaps
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!
Topic: Messed up the footer
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();
<div id=”fb-root”></div>
</body>
</html>You feedback will be greatly appreciated.
Best regards,
Simeon
