-
AuthorSearch Results
-
February 4, 2014 at 12:11 pm #219298
Topic: stop resizing header but anchor not correct
in forum Enfoldrkoppik
Participanthi,
i have added following code to stop resizing header
#header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a { height: 88px !important; line-height: 88px !important; max-height: none !important; }but the anchor-links (within the menu) still go to the resized size of the header and not to the real size.
February 4, 2014 at 11:34 am #219284In reply to: avf_logo_subtext missing styles, JavaScript
Sorry for the early question, the solution
February 4, 2014 at 11:27 am #219283Topic: avf_logo_subtext missing styles, JavaScript
in forum Enfoldmamikon
ParticipantDear Kriesi.at!
Congratulations for this very easy-to-use and awesome theme. Especially the plentiful examples are useful.
I would like to use the avf_logo_subtext filter, and realized that the related css styles and the hide effect JS code are missing. I have already hunted for styles around your site, and included the following items into the custom.css, but could you please help me with a proper solution? Thank you.
.logo, .logo a { overflow: visible; } #top .logo img { float: left; } #top .subtext { float: left; position: relative; } #top .logo-title { color: #444444; font-size: 12px; left: 7px; opacity: 1; position: absolute; top: -7px; transition: opacity 0.4s ease-out 0s; white-space: nowrap; } #top .logo-subtitle { color: #AAAAAA; top: 7px; } .responsive #top .logo-title { opacity: 0; }February 4, 2014 at 11:09 am #219277In reply to: menu submenu position
Ok, it works,
but the avia-menu-fx is 1px too high (only in mega menu): http://imgur.com/bCPziYt (http://epsu-cj.eu/carriere-des-fonctionnaires/) and when scrolling too…
but it’s ok in other menus : http://epsu-cj.eu/bienvenue/
Thanks for your patience ;)The only things i want is a main menu moved down and all the menus (when scrolling too) works… ;)
actually heres my css code :#top .main_menu .menu > li > a {
padding-top: 20px;
}
#top .header-scrolled .main_menu {
margin-top: 20px !important;
bottom: 15px !important;
}
.header-scrolled .main_menu .menu > li > a { height: 73px!important; }
.header-scrolled .sub-menu {
top: 72px !important;
}
/*.header-scrolled .avia-menu-fx { bottom: -15px !important; }*/
.header-scrolled .avia_mega_div {
top: 76px !important;
}
.header-scrolled .avia-menu .avia_mega_div .sub-menu {
padding-top: 20px !important;
top: -4px !important;
}February 4, 2014 at 10:53 am #219270In reply to: Building a non conventional website with Enfold
Hi!
Ok, this configuration is not possible at the moment because masonry blogs can’t be used as (or replace) native archive pages and we need to wait for Kriesi’s decision on this topic. A temporary solution is to link Menu_Link_A to the category “A” and Menu_Link_A_1 to the category “A_1”. Then go to Enfold > Theme Options > General Settings and select “Blog Style” – “Grid Layout”.
Best regards,
PeterFebruary 4, 2014 at 10:24 am #219253In reply to: Tagline covered by Logo
This reply has been marked as private.February 4, 2014 at 9:29 am #219228Hey!
I recommend to place the code into the child theme style.css. Try to wrap Josues code into a media query
@media only screen and (min-width: 767px){ .main_menu { top: 16px !important; } #main { padding-top: 160px !important; } }to use the default css code on mobile devices and the custom css code for the desktop view.
Best regards,
PeterFebruary 4, 2014 at 8:28 am #219216Topic: Mising 'Parent' from sidebar navigation
in forum Enfolddavidrk
ParticipantNot sure if I’m missing something here, but should the top level parent page appear in my side navigation? If you take a look at this page, I would like a link to the parent ‘About Bhutan’ page to appear in the side navigation above all of the child page elements which do appear. Thanks for your help.
February 4, 2014 at 8:13 am #219215In reply to: Breadcrumbs not displaying correctly.
This reply has been marked as private.February 4, 2014 at 7:49 am #219213In reply to: Fix header to top
Hello
Bro I want to hide floating menu, I choose Small fixed Header in Header Type
February 4, 2014 at 7:34 am #219212In reply to: Switching the order of the logo and Main nav
This reply has been marked as private.February 4, 2014 at 6:06 am #219187In reply to: Textbox with Background Image
Hi Fabrice!
The icons are simply Icons with these settings:

The paragraphs have a custom class assigned to them, in the Quick CSS they added this:
#top .sdp-border { padding: 10px 20px 4px 20px; border: 1px solid #333; background-color: rgba(24,24,24,0.49); -webkit-box-shadow: 0px 5px 46px -6px rgba(0,0,0,0.75); -moz-box-shadow: 0px 5px 46px -6px rgba(0,0,0,0.75); box-shadow: 0px 5px 46px -6px rgba(0,0,0,0.75); }Regards,
JosueFebruary 4, 2014 at 6:01 am #219185Topic: Switching the order of the logo and Main nav
in forum Enfoldpunka1ien9
ParticipantHello I want to move the main nave to the top and the logo on a line by its self with a background is there a way to move I tried in the functions file but it messes things up and i am using a child setup for safety reasons. I wish there was a way to manipulate where the navs are placed and selecting which nav gets what style
-
This topic was modified 12 years, 2 months ago by
punka1ien9.
February 4, 2014 at 5:45 am #219176In reply to: Mobile Issues
Hey!
Try adding this code to the Quick CSS:
#top { overflow-x: visible !important; }That will allow scroll on mobile.
Cheers!
JosueFebruary 4, 2014 at 5:17 am #219164In reply to: Placing an Image in the header
Hi,
Open header.php and look for line 152. after that container div put this:
<img src="_THE_IMG_URL" class="custom_logo">Then, add this to the Quick CSS:
.custom_logo{ position: absolute; left: 70px; top: 5px; }You may need to adjust the left value a bit.
Regards,
JosueFebruary 4, 2014 at 5:14 am #219162Topic: bbpress SideBars
in forum Enfoldtoddgeist
ParticipantHello,
Whats the best way to control what SideBars are shown with BBPress forums, topics and replies?
I don’t see the Avia Layout configurator where I can normally choose the SideBar.
Thanks
Todd
February 4, 2014 at 3:35 am #219137In reply to: Removing all borders
Hi Benjaminlivingthebrand!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color, .main_color div, .main_color header, .main_color main, .main_color aside, .main_color footer, .main_color article, .main_color nav, .main_color section, .main_color span, .main_color applet, .main_color object, .main_color iframe, .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .main_color p, .main_color blockquote, .main_color pre, .main_color a, .main_color abbr, .main_color acronym, .main_color address, .main_color big, .main_color cite, .main_color code, .main_color del, .main_color dfn, .main_color em, .main_color img, .main_color ins, .main_color kbd, .main_color q, .main_color s, .main_color samp, .main_color small, .main_color strike, .main_color strong, .main_color sub, .main_color sup, .main_color tt, .main_color var, .main_color b, .main_color u, .main_color i, .main_color center, .main_color dl, .main_color dt, .main_color dd, .main_color ol, .main_color ul, .main_color li, .main_color fieldset, .main_color form, .main_color label, .main_color legend, .main_color table, .main_color caption, .main_color tbody, .main_color tfoot, .main_color thead, .main_color tr, .main_color th, .main_color td, .main_color article, .main_color aside, .main_color canvas, .main_color details, .main_color embed, .main_color figure, .main_color fieldset, .main_color figcaption, .main_color footer, .main_color header, .main_color hgroup, .main_color menu, .main_color nav, .main_color output, .main_color ruby, .main_color section, .main_color summary, .main_color time, .main_color mark, .main_color audio, .main_color video, #top .main_color .pullquote_boxed, .responsive #top .main_color .avia-testimonial, .responsive #top.avia-blank #main .main_color.container_wrap:first-child, #top .main_color.fullsize .template-blog .post_delimiter { border: none; border-color: transparent; }Cheers!
YigitFebruary 4, 2014 at 3:33 am #219136In reply to: Fix header to top
Hey zibaloon2!
Can you post the link to your website so we can take a look? If you choose to display one of fixed headers in Enfold theme options > Header tab, it should be fixed at the top
Best regards,
YigitFebruary 4, 2014 at 3:10 am #219124In reply to: Adding a 6th column to the footer
Hi Brandon!
Please refer to Ismael’s post here https://kriesi.at/support/topic/6-columns-in-footer/#post-138601
Cheers!
YigitFebruary 4, 2014 at 3:08 am #219122In reply to: Search Submit Button
Hi Yigit,
That solved it. I need both to accomplish it:
.avia_mobile #top #searchsubmit, .avia_mobile .ajax_load { height: 42px; }and
#top #searchsubmit, .ajax_load { height: 42px !important; }Thank you! Case closed!
February 4, 2014 at 2:29 am #219089In reply to: Donate/Purchase button in header
I get this error message … what am I missing?
add_filter( 'wp_nav_menu_items', 'avia_append_paypal', 10, 2 );
function avia_append_paypal ( $items, $args )
{if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu"))
{
global $avia_config;
ob_start();
?><!– <form action=”https://www.paypal.com/cgi-bin/webscr” method=”post” target=”_top”>
<input type=”hidden” name=”cmd” value=”_s-xclick”>
<input type=”hidden” name=”hosted_button_id” value=”EZHM85HZJNUKL”>
<input type=”image” src=”https://www.paypalobjects.com/en_US/i/btn/btn_buynow_SM.gif” border=”0″ name=”submit” alt=”PayPal – The safer, easier way to pay online!”>

</form>–>
<?php
$paypal_link = ob_get_clean();$items .= '<li id="menu-item-paypal" class="noMobile menu-item">'.$paypal_link.'';
}
return $items;
}February 4, 2014 at 2:28 am #219088In reply to: Remove space between Promotion boxes
Hey Richard!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.av_promobox { margin-top: 10px; }By default top margin is 50px
Regards,
YigitFebruary 4, 2014 at 2:17 am #219081Hey davidrk!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.masonry-not-first, #after_masonry { border: none!important; } .av_promobox { margin-top: 10px; }Cheers!
YigitFebruary 4, 2014 at 1:22 am #219068In reply to: Clickable header phone number
Thanks for the response Ismael, but it’s still not working >_<. Here is the entire code for the header.php file, with the code you mentioned added:
<?php global $avia_config; $style = $avia_config['box_class']; $responsive = avia_get_option('responsive_layout','responsive'); $blank = isset($avia_config['template']) ? $avia_config['template'] : ""; $headerS = !$blank ? avia_header_setting() : ""; $headerMenu = $responsive ? avia_get_option('header_menu','mobile_drop_down') : ""; ?> <!DOCTYPE html> <html <?php language_attributes(); ?> class="<?php echo " html_$style ".$responsive." ".$headerS;?> "> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="format-detection" content="telephone=yes"> <title><?php if(function_exists('avia_set_title_tag')) { echo avia_set_title_tag(); } ?></title> <!-- page title, displayed in your browser bar --> <?php /* * outputs a rel=follow or nofollow tag to circumvent google duplicate content for archives * located in framework/php/function-set-avia-frontend.php */ if (function_exists('avia_set_follow')) { echo avia_set_follow(); } /* * outputs a favicon if defined */ if (function_exists('avia_favicon')) { echo avia_favicon(avia_get_option('favicon')); } ?> <!-- add feeds, pingback and stuff--> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="alternate" type="application/rss+xml" title="<?php echo get_bloginfo('name'); ?> RSS2 Feed" href="<?php avia_option('feedburner',get_bloginfo('rss2_url')); ?>" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <!-- mobile setting --> <?php if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">'; ?> <?php /* Always have wp_head() just before the closing </head> * tag of your theme, or you will break many plugins, which * generally use this hook to add elements to <head> such * as styles, scripts, and meta tags. */ wp_head(); ?> </head> <body id="top" <?php body_class($style." ".$avia_config['font_stack']." ".$blank); avia_markup_helper(array('context' => 'body')); ?>> <div id='wrap_all'> <?php if(!$blank){ ?> <header id='header' class=' header_color <?php avia_is_dark_bg('header_color'); echo " ".$headerMenu; ?>' <?php avia_markup_helper(array('context' => 'header','post_type'=>'forum'));?>> <?php if($responsive && $headerMenu == 'mobile_slide_out') { echo '<a id="advanced_menu_toggle" href="#" '.av_icon_string('mobile_menu').'></a>'; echo '<a id="advanced_menu_hide" href="#" '.av_icon_string('close').'></a>'; } $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); //subheader, only display when the user chooses a social header if(strpos($headerS,'social_header') !== false) { ?> <div id='header_meta' class='container_wrap container_wrap_meta'> <div class='container'> <?php /* * display the themes social media icons, defined in the wordpress backend * the avia_social_media_icons function is located in includes/helper-social-media-php */ if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args); //display the small submenu echo "<nav class='sub_menu' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">"; $avia_theme_location = 'avia2'; $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' => '', 'container'=>'', 'echo' =>false ); $nav = wp_nav_menu($args); echo $nav; $phone = avia_get_option('phone'); $phone_class = !empty($nav) ? "with_nav" : ""; if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>"; /* <div class="phone2">503-436-5576</div> * Hook that can be used for plugins and theme extensions (currently: the woocommerce shopping cart) */ do_action('avia_meta_header'); echo '</nav>'; ?> </div> </div> <?php } ?> <div id='header_main' class='container_wrap container_wrap_logo'> <div class='phone2'><a href="tel:15034365576">Contact Us:(503)436-5576</div></a> </a></strong><img class='cards' src='http://garagedoorsrepairwestlinn.com/wp-content/uploads/2014/01/crdit-card-logo.jpg' /> <?php /* * Hook that can be used for plugins and theme extensions (currently: the woocommerce shopping cart) */ do_action('ava_main_header'); ?> <div class='container'> <?php /* * display the theme logo by checking if the default logo was overwritten in the backend. * the function is located at framework/php/function-set-avia-frontend-functions.php in case you need to edit the output */ echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong'); if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args); /* * display the main navigation menu * modify the output in your wordpress admin backend at appearance->menus */ $extraOpen = $extraClose = ""; if(strpos($headerS,'bottom_nav_header') !== false){ $extraClose = "</div></div><div id='header_main_alternate' class='container_wrap'><div class='container'>"; } echo $extraClose; echo "<nav class='main_menu' data-selectname='".__('Select a page','avia_framework')."' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">"; $avia_theme_location = 'avia'; $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' => 'avia_fallback_menu', 'walker' => new avia_responsive_mega_menu() ); wp_nav_menu($args); echo '</nav>'; /* * Hook that can be used for plugins and theme extensions */ do_action('ava_after_main_menu'); ?> <!-- end container--> </div> <!-- end container_wrap--> </div> <div class='header_bg'></div> <!-- end header --> </header> <?php } //end blank check ?> <div id='main'>and for custom css:
#top .social_bookmarks { display: none; } #header_meta { display: none; } #header_main .container, .main_menu ul:first-child > li > a { height: 131px !important; line-height: 131px !important; } #header_main_alternate .container, .main_menu ul:first-child > li > a { color: green !important; height: 40px !important; line-height: 40px !important; } #top .main_menu .menu>li:last-child>a { padding-right: 10px; } .phone2 { color: black; font-size: 25px; padding: 4px; position: absolute; right: 80px; top: 99px; } .cards { position: absolute; right: 80px; top: 50px; }I feel like I’ve done everything exactly as suggested.. and it’s still not working.
February 4, 2014 at 12:52 am #219059In reply to: Placing an Image in the header
This reply has been marked as private.hello guys…
i have another Problem…..http://imgur.com/p9hxwtQ
I don’t understand why the borderline on the top is not legible….and another big Problem….when i go with the cursor on a title it desapeare….HELP:))))cheers
Isabelle
February 3, 2014 at 10:29 pm #219012Topic: Add your own custom icons?
in forum Enfoldgxjansen
ParticipantHi!
I have some custom icons I’d like to add to the iconfont manager. Not through Fontello, I have the icons I’d like to use on my own laptop and want to upload them to the iconfont manager. Is this possible? If so: is there a howto for this?
Thx!
February 3, 2014 at 9:14 pm #218988In reply to: place social media icons into a widget
But there is a problem with this code for removing the icons from the header:
#top .social_bookmarks { display: none; }This makes the social media icons disappear everywhere. I want to remove them from the header and make them appear in widgets and avia layout editor text boxes.
February 3, 2014 at 8:33 pm #218975Topic: Any CSS Code to make LayerSlider be Fixed
in forum EnfoldKimberly
ParticipantI am wishing to have my LayerSlider at the top of my website be fixed like we can do with the Fullwidth slider. Is there any CSS code or option for us to be able to do this.
My website is http://threeriversrealtymn.com
Thanks in advance!
February 3, 2014 at 8:15 pm #218960In reply to: Blog sidebar border
Hi, here’s what I have in my style.css (in my child theme):
.content, #top #main .sidebar, .sidebar_left .content { border-left-style: none; border-right-style: none;} .blog #main .sidebar {border-style: solid!important; }This does not show a border on the blog page. I do not have any border CSS in my quick CSS. Any other thoughts? Thanks!
-
This topic was modified 12 years, 2 months ago by
-
AuthorSearch Results
-
Search Results
-
hi,
i have added following code to stop resizing header
#header_main .container, .main_menu ul:first-child > li a, .logo img, .logo a { height: 88px !important; line-height: 88px !important; max-height: none !important; }but the anchor-links (within the menu) still go to the resized size of the header and not to the real size.
Dear Kriesi.at!
Congratulations for this very easy-to-use and awesome theme. Especially the plentiful examples are useful.
I would like to use the avf_logo_subtext filter, and realized that the related css styles and the hide effect JS code are missing. I have already hunted for styles around your site, and included the following items into the custom.css, but could you please help me with a proper solution? Thank you.
.logo, .logo a { overflow: visible; } #top .logo img { float: left; } #top .subtext { float: left; position: relative; } #top .logo-title { color: #444444; font-size: 12px; left: 7px; opacity: 1; position: absolute; top: -7px; transition: opacity 0.4s ease-out 0s; white-space: nowrap; } #top .logo-subtitle { color: #AAAAAA; top: 7px; } .responsive #top .logo-title { opacity: 0; }Not sure if I’m missing something here, but should the top level parent page appear in my side navigation? If you take a look at this page, I would like a link to the parent ‘About Bhutan’ page to appear in the side navigation above all of the child page elements which do appear. Thanks for your help.
Hello I want to move the main nave to the top and the logo on a line by its self with a background is there a way to move I tried in the functions file but it messes things up and i am using a child setup for safety reasons. I wish there was a way to manipulate where the navs are placed and selecting which nav gets what style
Topic: bbpress SideBars
Hello,
Whats the best way to control what SideBars are shown with BBPress forums, topics and replies?
I don’t see the Avia Layout configurator where I can normally choose the SideBar.
Thanks
Todd
Topic: Add your own custom icons?
