Viewing 30 results - 78,511 through 78,540 (of 142,901 total)
  • Author
    Search Results
  • Hi Jordan,

    So far, I’ve only been trying to set up these “in-page” anchors on the home page. The two buttons that I’ve been working on are the “Who I am” and the “What I can do”, which are in the Fullscreen Slider at the top of the page.

    Alex

    #805702

    By the way, I tried this from a previous post put didnt change the top alignment:

    @media only screen and (max-width: 767px) {
    .responsive .title_container .breadcrumb {
    top: 0px!important;
    }}

    Thanks

    #805699
    tlchase
    Participant

    Hello Kriesi,

    I have breadcrumbs on our site that have correct margins when displayed on desktop however they get distorted on mobile view (see screenshot below in private).
    I would like to make sure that the margins remain the same on mobile view (the breadcrumbs end up at the top of the breadcrumbs blue bar instead of centered.

    I have some CSS for the breadcrumbs section and tried making adjustments wehn inspecting element however still unable to get the mobile correct.
    Please let me know what I can add so the breadcrumbs stay centered on mobile view.
    Thank you!

    /***************************
    Adjust Overlap of Logo on Menu and Title on breadcrumbs section
    ***************************/

    @media screen and (max-width: 1136px) {
    #advanced_menu_toggle { display: block !important; }
    nav.main_menu { display: none !important; }
    }

    /**************************
    breadcrumbs left aligned position
    ***************************/
    .title_container .breadcrumb {
    font-size: 11px;
    left: 50px;
    line-height: 15px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    z-index: 10;
    }

    #805697

    Hey lisanne,

    1.) This is possible but you have to modify one of the core files of the theme. Visit these threads:
    https://kriesi.at/support/topic/un-mute-audio-in-an-embedded-video-in-a-color-section/#post-228062

    2.) They can mute the tab of the browser. http://www.howtogeek.com/231959/how-to-mute-individual-browser-tabs-in-chrome-safari-and-firefox/

    Best regards,
    Jordan Shannon

    #805695

    Thank you for the answer. I’d like to show it also on mobile devices if possible. I find a solution for a similar problem here https://kriesi.at/support/topic/make-testimonial-and-a-content-slider-not-move-the-page-up-and-down/ but i’m not able to trasform it into a solution for my problem, can you please help me?

    Best regards

    #805694

    Hi,

    I had to use the custom css plugin you have installed. I added the following and it seems to have fixed the issue:

    #footer #a2a_share_save_widget-6{
        margin-top:0px!important;
    }

    Best regards,
    Jordan Shannon

    #805691
    nickgin
    Participant

    Hello Sirs,

    How are you?

    I really enjoy your great theme! Congratulations!

    I have implemented the Header Widget above Main Menu, but I am facing the following issue:

    In my Header Widget, I have two elements: an image (#text-11 element) and your seach form [avia_search] (#text-9 element).

    When I mouse over on menu “TECHNOLOGY” that is exactly below the header widget, mega menu isn’t open. When I mouse over at a point below the menu “TECHNOLOGY”, then the submenu opens normally. The same issue happens to the next menu “ΓΡΑΦΕΙΟ” that is exactly below the header widget too.

    See the screenshot here: https://prnt.sc/fhg930

    Note: If i reduce the height of the image in the header widget, maybe it will work, but I don’t want to do that.

    Website URL: http://zoomit.gr/wordpress_2/

    html for image:

    CSS Customization:

    #header .widget {
    padding-top: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    z-index: 999;
    }

    #text-11 {
    right: 23%;
    }

    Thank You In advance,

    Nick

    #805683

    Hi,

    You just needed to change the classes to ids. Please see the adjustment I made:

    @media only screen and (min-width: 769px) {
    #only-mobile { display: none !important; }}
    @media only screen and (max-width: 769px) {
    #only-desktop { display: none !important; }}

    Best regards,
    Jordan Shannon

    Hi,

    Please you try adding this as well:

    #top .av-custom-form-color .button {
    	border: 1px solid #4d4d4d !important;
    }

    Best regards,
    Sarah

    #805661

    Hey Patrick,

    I am not understanding the question. Do you want the form to be filled out automatically? Or, are you just asking if we offer contact forms for our theme?

    Best regards,
    Jordan Shannonhttps://kriesi.at/support/wp-admin/admin.php?page=avia_support_support_forum&avia_support_current_topic_page=15&avia_support_current_filter=all-open-topics&avia_support_single_topic=805639#

    alexEnvatoAgeless
    Participant

    Hi,

    I purchased the Enfold theme two weeks ago, and have followed the instructions on this kriesi link for setting up anchors for single page navigation.
    http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/

    After following the instructions, I clicked on the button to which I’ve added the link, but it’s not taking me downward to the section of the web page that I indicated. Instead, it just refreshes the page and shows the very top of the web page.

    I’ve currently got the site under a “Coming Soon” plugin, and will be launching soon. I would be happy to provide login information for access.

    Kind regards,
    Alex

    #805653
    acadas
    Participant

    Dear Enfold support team,
    I really apologize for opening an new thread, but we are under time preasure with our project.
    Could you guys please be so nice and take care of our following three threads:

    Thank you so much!

    Regards,
    Mike

    #805650

    Hey mescalytequila,

    To change the color of your menu, you can use this page as basis for what to put in Enfold>General Styling>Quick CSS: http://kriesi.at/documentation/enfold/change-the-main-menu-color/

    To change the font size of your menu, you can add the font-size element like this:

    .header_color .main_menu ul:first-child > li > a { color: #000000; font-size: 15px; }

    To change the font size of the links in your widget, please try this:

    #top .widget_nav_menu li {font-size:15px;}

    Please let me know if you need further help.

    Best regards,
    Sarah

    #805619

    Hey,

    Please go to Enfold theme options > Header > Extra Elements and choose to display extra elements and top bar will show up :)

    Cheers!
    Yigit

    #805615
    luczakfac
    Participant

    I´d like to activate a second header in the Top Bar area for additional Navigation (phone Number etc) but couldn´t find how to activate.
    In the file “function-enfold.php” i only found the variable: $header[header_topbar]
    Could you help please?

    Thanks in advance for your support.

    #805611

    Hi,

    Please replace what I originally gave you with this:

    #top #wrap_all .av-social-link-facebook:hover a, #top #wrap_all .av-social-link-twitter:hover a, #top #wrap_all .av-social-link-gplus:hover a, #top #wrap_all .av-social-link-pinterest:hover a, #top #wrap_all .av-social-link-linkedin:hover a, #top #wrap_all .av-social-link-tumblr:hover a, #top #wrap_all .av-social-link-reddit:hover a, #top #wrap_all .av-social-link-mail:hover a, {
    color: #888;
    background-color: white;
    }
    #top #wrap_all .av-social-link-facebook a {
    color: #fff;
    background-color: #37589b;
    }
    #top #wrap_all .av-social-link-twitter a {
    color: #fff;
    background-color: #46d4fe;
    }
    #top #wrap_all .av-social-link-gplus a {
    color: #fff;
    background-color: #de5a49;
    }
    #top #wrap_all .av-social-link-pinterest a {
    color: #fff;
    background-color: #cb2027;
    }
    
    #top #wrap_all .av-social-link-linkedin a {
    color: #fff;
    background-color: #419cca;
    }
    
    #top #wrap_all .av-social-link-tumblr a {
    color: #fff;
    background-color: #345574;
    }
    
    #top #wrap_all .av-social-link-reddit a {
    color: #fff;
    background-color: #ff4500;
    }
    
    #top #wrap_all .av-social-link-mail a {
    color: #fff;
    background-color: #9fae37;
    }

    Best regards,
    Jordan Shannon

    #805585

    Topic: select field color

    in forum Enfold
    intrige
    Participant

    Hi all,

    on the website: http://www.vrijwilligersaanzet.nl/schrijf-je-in/ i do not know how to change the green color when you select one of the options in the input field. i tried to find it on your forum but i could not find it.

    i do not know how to provide a screenshot here, but the green colour shows when you select one of the options in the list on the top of the form. ‘omgaan met stress’ for example.

    can you please help?

    thanx!

    Ariën

    #805582

    Hi Yigit, sorry but I already tried that way but it didn’t work. I try to duplicate here what I did so you can correct me where I was wrong.

    In my enfold-child theme I created the following directories

    child-theme/includes/gnmenu-walker.php
    child-theme/includes/helper-main-menu-php
    child-theme/fucntions.php

    File gnmenu-walker.php

    <?php
    // Custom Walker Class for Bootstrap Menu
    add_action( 'after_setup_theme', 'gnmenu_setup' );
     
    if ( ! function_exists( 'gnmenu_setup' ) ):
     
    	function gnmenu_setup(){
     
    		class GnMenu_Walker_Nav_Menu extends Walker_Nav_Menu {
     
     
    			function start_lvl( &$output, $depth = 0, $args = array() ) {
     
    				$indent = str_repeat( "\t", $depth );
    				$output	   .= "\n$indent<ul class=\"gn-submenu\">\n";
     
    			}
     
    			function start_el( &$output, $item, $depth = 0, $args = array(), $id = 0 ) {
     
    				$indent = ( $depth ) ? str_repeat( "\t", $depth ) : '';
     
    				$li_attributes = '';
    				$class_names = $value = '';
     
    				$classes = empty( $item->classes ) ? array() : (array) $item->classes;
    				$classes[] = ($args->has_children) ? 'gn-submenu' : '';
    				$classes[] = ($item->current || $item->current_item_ancestor) ? 'active' : '';
    				$classes[] = 'menu-item-' . $item->ID;
     
     
    				$class_names = join( ' ', apply_filters( 'nav_menu_css_class', array_filter( $classes ), $item, $args ) );
    				$class_names = ' class="' . esc_attr( $class_names ) . '"';
     
    				$id = apply_filters( 'nav_menu_item_id', 'menu-item-'. $item->ID, $item, $args );
    				$id = strlen( $id ) ? ' id="' . esc_attr( $id ) . '"' : '';
     
    				$output .= $indent . '<li' . $id . $value . $class_names . $li_attributes . '>';
     				
     				$iconClasses ='';
    				if ($item->ID == 1265)
    				{
    					$iconClasses = 'gn-icon-home';
    				}
    				elseif ($item->ID == 1266)
    				{
    					$iconClasses = 'gn-icon-cog';
    				}
    				elseif ($item->ID == 1267)
    				{
    					$iconClasses = 'gn-icon-about';
    				}
    				elseif ($item->ID == 1273)
    				{
    					$iconClasses = 'gn-icon-portfolio';
    				}
    				elseif ($item->ID == 1274)
    				{
    					$iconClasses = 'gn-icon-marble';
    				}
    				elseif ($item->ID == 1275)
    				{
    					$iconClasses = 'gn-icon-wood';
    				}
    				elseif ($item->ID == 1276)
    				{
    					$iconClasses = 'gn-icon-meta';
    				}
    				elseif ($item->ID == 1282)
    				{
    					$iconClasses = 'gn-icon-design';
    				}
    				;
    
    				$attributes  = ! empty( $item->attr_title ) ? ' title="'  . esc_attr( $item->attr_title ) .'"' : '';
    				//$attributes .= ' class="gn-icon gn-icon-download"'; 
    				$attributes .= ! empty( $item->target )     ? ' target="' . esc_attr( $item->target     ) .'"' : '';
    				$attributes .= ! empty( $item->xfn )        ? ' rel="'    . esc_attr( $item->xfn        ) .'"' : '';
    				$attributes .= ! empty( $item->url )        ? ' href="'   . esc_attr( $item->url        ) .'"' : '';
    				//$attributes .= ($args->has_children) 	    ? ' class="dropdown-toggle" data-toggle="dropdown"' : '';
    				//$attributes .= ' class="gn-icon gn-icon-download ' . ( $depth > 0 ? 'sub-menu-link' : 'main-menu-link' ) . '"';
     				$attributes .= ' class= "gn-icon ' . $iconClasses . '"';
    
    				$item_output = $args->before;
    				$item_output .= '<a'. $attributes .'>';
    				$item_output .= $args->link_before . apply_filters( 'the_title', $item->title, $item->ID ) . $args->link_after;
    				$item_output .= ($args->has_children) ? ' <b class="caret"></b></a>' : '</a>';
    				$item_output .= $args->after;
     
    				$output .= apply_filters( 'walker_nav_menu_start_el', $item_output, $item, $depth, $args );
    			}
     
    			function display_element( $element, &$children_elements, $max_depth, $depth=0, $args, &$output ) {
     
    				if ( !$element )
    					return;
     
    				$id_field = $this->db_fields['id'];
     
    				//display this element
    				if ( is_array( $args[0] ) ) 
    					$args[0]['has_children'] = ! empty( $children_elements[$element->$id_field] );
    				else if ( is_object( $args[0] ) ) 
    					$args[0]->has_children = ! empty( $children_elements[$element->$id_field] ); 
    				$cb_args = array_merge( array(&$output, $element, $depth), $args);
    				call_user_func_array(array(&$this, 'start_el'), $cb_args);
     
    				$id = $element->$id_field;
     
    				// descend only when the depth is right and there are childrens for this element
    				if ( ($max_depth == 0 || $max_depth > $depth+1 ) && isset( $children_elements[$id]) ) {
     
    					foreach( $children_elements[ $id ] as $child ){
     
    						if ( !isset($newlevel) ) {
    							$newlevel = true;
    							//start the child delimiter
    							$cb_args = array_merge( array(&$output, $depth), $args);
    							call_user_func_array(array(&$this, 'start_lvl'), $cb_args);
    						}
    						$this->display_element( $child, $children_elements, $max_depth, $depth + 1, $args, $output );
    					}
    						unset( $children_elements[ $id ] );
    				}
     
    				if ( isset($newlevel) && $newlevel ){
    					//end the child delimiter
    					$cb_args = array_merge( array(&$output, $depth), $args);
    					call_user_func_array(array(&$this, 'end_lvl'), $cb_args);
    				}
     
    				//end this element
    				$cb_args = array_merge( array(&$output, $element, $depth), $args);
    				call_user_func_array(array(&$this, 'end_el'), $cb_args);
     
    			}
     
    		}
     
    	}
     
    endif;

    FILE helper-main-menu.php

    <?php 
    global $avia_config;
    
    $responsive		= avia_get_option('responsive_active') != "disabled" ? "responsive" : "fixed_layout";
    $headerS 		= avia_header_setting();
    $social_args 	= array('outside'=>'ul', 'inside'=>'li', 'append' => '');
    $icons 			= !empty($headerS['header_social']) ? avia_social_media_icons($social_args, false) : "";
    
    if(isset($headerS['disabled'])) return;
    
    ?>
    
    <header id='header' class='all_colors header_color <?php avia_is_dark_bg('header_color'); echo " ".$headerS['header_class']; ?>' <?php avia_markup_helper(array('context' => 'header','post_type'=>'forum'));?>>
    
    <?php
    
    if($responsive)
    {
    	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>';
    }
    
    //subheader, only display when the user chooses a social header
    if($headerS['header_topbar'] == true)
    {
    ?>
    		<div id='header_meta' class='container_wrap container_wrap_meta <?php echo avia_header_class_string(array('header_social', 'header_secondary_menu', 'header_phone_active'), 'av_'); ?>'>
    		
    			      <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
    			            */
    						$nav = "";
    						
    						//display icons
    			            if(strpos( $headerS['header_social'], 'extra_header_active') !== false) echo $icons;
    					
    						//display navigation
    						if(strpos( $headerS['header_secondary_menu'], 'extra_header_active') !== false )
    						{
    			            	//display the small submenu
    			                $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);
    						}
    			                
    						if(!empty($nav) || apply_filters('avf_execute_avia_meta_header', false))
    						{
    							echo "<nav class='sub_menu' ".avia_markup_helper(array('context' => 'nav', 'echo' => false)).">";
    							echo $nav;
    		                    do_action('avia_meta_header'); // Hook that can be used for plugins and theme extensions (currently: the wpml language selector)
    							echo '</nav>';
    						}
    						
    						
    						//phone/info text	
    						$phone			= $headerS['header_phone_active'] != "" ? $headerS['phone'] : "";
    						$phone_class 	= !empty($nav) ? "with_nav" : "";
    						if($phone) 		{ echo "<div class='phone-info {$phone_class}'><span>".do_shortcode($phone)."</span></div>"; }
    							
    							
    			        ?>
    			      </div>
    		</div>
    
    <?php } 
    	
    	
    	
    	$output 	 = "";
    	$temp_output = "";
    	$icon_beside = "";
    	
    	if($headerS['header_social'] == 'icon_active_main' && empty($headerS['bottom_menu']))
    	{
    		$icon_beside = " av_menu_icon_beside"; 
    	}
    	
    	
    	
    	
    	
    	
    ?>
    		<div  id='header_main' class='container_wrap container_wrap_logo'>
    	
            <?php
            /*
            * Hook that can be used for plugins and theme extensions (currently:  the woocommerce shopping cart)
            */
            do_action('ava_main_header');
            
            if($headerS['header_position'] != "header_top") do_action('ava_main_header_sidebar');
    		
    
    		if( function_exists( 'gnmenu_setup' ) ){
    			   
    			    $output.="<div class='container-menu'>
    						<ul id='gn-menu' class='gn-menu-main'>
    							<li class='gn-trigger'>
    								<a class='gn-icon gn-icon-menu'><span>Menu</span></a>
    								<nav class='gn-menu-wrapper'>
    									<div class='gn-scroller'>";
    
    									$args = array(
    									'theme_location' => $avia_theme_location,
    									'depth'      => 2,
    									'container'  => false,
    									'menu_class'     => ' gn-menu',
    									'walker'     => new GnMenu_Walker_Nav_Menu()
    									);
    			 
    								if (has_nav_menu('menu-1')) {
    									wp_nav_menu($args);
    								}
    			 	$output.= "</div><!-- /gn-scroller -->	</nav></li><li><a href=' " . echo esc_url( home_url( '/' ) ); . " ' title= ' ". bloginfo( 'name' ) . " ' rel='homepage'> " .  bloginfo( 'name' ) . "</a></li>
    
    								<li><a class='codrops-icon codrops-icon-drop' href='#''><span>Back to the Codrops Article</span></a></li>
    							</ul>
    						</div><!-- /container -->"
    								
    			}
    			else{
    
    				 $output .= "<div class='container av-logo-container'>";
    				 
    					$output .= "<div class='inner-container'>";
    						
    						/*
    						*	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
    						*/
    						$addition = false;
    						if( !empty($headerS['header_transparency']) && !empty($headerS['header_replacement_logo']) )
    						{
    							$addition = "<img src='".$headerS['header_replacement_logo']."' class='alternate' alt='' title='' />";
    						}
    						
    						$output .= avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'span', true);
    						
    							if(!empty($headerS['bottom_menu']))
    							{
    								ob_start();
    								do_action('ava_before_bottom_main_menu'); // todo: replace action with filter, might break user customizations
    								$output .= ob_get_clean();
    							}
    							
    						    if($headerS['header_social'] == 'icon_active_main' && !empty($headerS['bottom_menu']))
    						    {
    							    $output .= $icons;
    						    }
    						    
    						
    						/*
    						*	display the main navigation menu
    						*   modify the output in your wordpress admin backend at appearance->menus
    						*/
    						    
    						    if($headerS['bottom_menu'])
    						    { 
    							    $output .= "</div>";  
    								$output .= "</div>";
    								
    								if( !empty( $headerS['header_menu_above'] ))
    								{
    									$avia_config['temp_logo_container'] = "<div class='av-section-bottom-logo header_color'>".$output."</div>";
    									$output = "";
    								}
    								
    								$output .= "<div id='header_main_alternate' class='container_wrap'>";
    								$output .= "<div class='container'>";
    							}
    						
    							
    							    $output .= "<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,
    							            'menu_class'		=> 'menu av-main-nav',
    							            'container_class'	=> $avia_menu_class.' av-main-nav-wrap'.$icon_beside,
    							            'fallback_cb' 		=> 'avia_fallback_menu',
    							            'echo' 				=>	false, 
    							            'walker' 			=> new avia_responsive_mega_menu()
    							        );
    							
    							        $main_nav = wp_nav_menu($args);
    							        $output .= $main_nav;
    							        
    							      
    								    /*
    								    * Hook that can be used for plugins and theme extensions
    								    */
    								    ob_start();
    								    do_action('ava_inside_main_menu'); // todo: replace action with filter, might break user customizations
    								    $output .= ob_get_clean();
    								    
    								    if($icon_beside)
    								    {
    									    $output .= $icons; 
    								    }
    								        
    								    $output .= '</nav>';
    								
    								    /*
    								    * Hook that can be used for plugins and theme extensions
    								    */
    								    ob_start();
    								    do_action('ava_after_main_menu'); // todo: replace action with filter, might break user customizations
    									$output .= ob_get_clean();
    							
    				
    					 /* inner-container */
    			        $output .= "</div>";
    						
    		        /* end container */
    		        $output .= " </div> ";
    		   		
    		   		}
    
    		   		//output the whole menu     
    		        echo $output; 
    		        
    		        
    		   ?>
    
    		<!-- end container_wrap-->
    		</div>
    		
    		<div class='header_bg'></div>
    
    <!-- end header -->
    </header>

    FILE functions.php

    /**
     * Load GnMenu.
     */
    require get_template_directory() . '/includes/gnmenu-walker.php';

    Actually I also tried to simplify the helper-main-menu.php, by deleting everything and adding only the core part I am interested in that is the one reported in my first question, but still didn’t work:

    Thanks for any help you could provide

    #805569

    The thing is that the same situation occurred before (see here). I was asked to update which I did but since then the problem has not been solved despite the fact that I followed up many times. Now you ask me to update again without having solved the issue previously. Based on this experience, I doubt that updating will make a difference this time. However, I will follow you advice and I will update again but I also expect that the problem will be solved this time…

    #805566
    Guenni007
    Participant

    there is that big snippet which enables us to have for each page/post the opportunity to choose if we want the header on top or left/right.

    if i like to have a unique logo on that pages which have header on sidebar i have the following code to functions.php of my child-theme:

    function avia_custom_logo(){
    ?>
     <script>
    jQuery('.html_header_sidebar .logo').find('img').attr('src', 'path to the other logo');
     </script>
    <?php
    }
    add_action('wp_footer', 'avia_custom_logo');

    on fast machines there was no intermediate state – but on older pcs and not so fast engines there is first the standard logo and then after a while the replaces logo.

    Is there a way not to have that intermediate state?

    #805565

    Hey Nikko

    You would have to make an order, go to the cart page and remove an item from your cart. When you remove an item the message will appear on the top of the page in a green box…

    https://heaven11audio.com/shop/

    Cheers,

    iI Nikko,

    That changed the color but nothing else.

    I added this code:
    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
    border: 1px solid #4d4d4d !important;
    }

    which changed the color of the name, email and message field – but not the send field. The border was reduced only on the message field. I’m out of practice when it comes to css so I’m hoping you can help me out here ;-)

    #805545

    Hi Jordan

    I did it like your post:

    @media only screen and (min-width: 769px) {
    .only-mobile { display: none !important; }}
    @media only screen and (max-width: 769px) {
    .only-desktop { display: none !important; }}

    but it does not work on https://reneechabot.com/fix-foto-london-2/. Both color section apear.

    All the best,
    Pascal

    #805518

    In reply to: Menu left

    Hey Alexia R.,

    Thanks for providing the admin access, I have changed this code in Quick CSS:

    #top #header .av-main-nav > li {
        float: none;
        display: inline-block;
    }

    and replaced it with this:

    #top #header .av-main-nav > li {
        float: none;
        display: inline-block;
    }

    Let us know if you need more assistance regarding this topic :)

    Best regards,
    Nikko

    #805497
    Jasmer
    Participant

    Hello,

    I am having a a problem with the desktop site header menu on an iPad Pro. The logo is crowding the header menu.

    I understand I can make a mobile site appear in Header > Mobile Menu, but I’d prefer to keep the desktop site on the iPad Pro.

    Do you have any solutions that will address this issue? See screenshot below.

    Thank you,

    Jas

    Hey silvercorn,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    
    #top .avia_ajax_form .text_input {
        border: 2px solid #000 !important;
    }

    Just change the color and thickness of the border as you see fit. Hope this helps :)

    Best regards,
    Nikko

    #805493

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .template-blog article.post-entry {
        border-bottom: 1px solid #ccc;
    }

    Hope this helps :)

    Best regards,
    Nikko

    Hey silvercorn,

    Try the solution posted on this thread: https://kriesi.at/support/topic/tabs-sections-dont-work-in-firefox/#post-805471
    Hope it helps :)

    Best regards,
    Nikko

    #805475

    ah – now i see that you like to have phonenumber.
    so make the extra-info top left and the secondary menu top right.

    a telephone link looks like <a href="tel:55 …</a> so if you insert in menu tel: followed directly with your number (no space) the phonenumber will be a klickabel phonenumber.

    #805469

    Hi,

    Glad we could help. Let us know if you need more assistance regarding this topic :)

    Best regards,
    Nikko

Viewing 30 results - 78,511 through 78,540 (of 142,901 total)