Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Phone number in header not above #375445

    Thanks Yigit,

    I added that code to my child themes function.php…

    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub) {
    	$sub .= "<strong class='logo-title'>Company Name</strong>";
    	return $sub;
    }

    Then I had to add some CSS to put it in the proper place.

    .subtext {
    	float:left; 
    	position: relative;
    }
    
    .logo img {
    	float:left;
    }
    
    .logo, .logo a {
    	overflow: visible;
    }
    
    .logo-title{  
    	font-size: 20px; 
    	color: #000; 
    	position: absolute; 
    	left:7px; 
    	top:5px; 
    	white-space: nowrap;	 
    } 

    Thanks for your help.

    in reply to: Dragable menu editor not working in enfold #373691

    Hey Yigit,
    I did switch to one of the default themes and the menu works correctly. My current Parent Theme (Enfold) Version Number is 3.0.4 and when I switched back to it I had the same issues with it. I found that the issue was happening because I was loading in jQuery from a CDN on my LayerSlider advanced settings.
    Advanced Layer Slider advanced options

Viewing 2 posts - 1 through 2 (of 2 total)