Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hi Yigit
This is getting a bit annoying, you give me solutions, and I spend time trying them, but then something odd happens when I try it in different viewers, For example your tip on the tagline works great on a big screen, but if I try it on a mobile, the tak line is huge and stays huge.
Surely a tag line is something that is commonly used, why is it you guys don’t have it worked out yet?
Sorry, i don’t mean to be overly critical, but it just takes days to wait for an answer and it’s just a lot of time wasted.
Regards
VictorOk, the tag was small so hiding under the logo, now it’s partly covered by the logo, will try to figure out the css to move it to the right
Hey Yigit
I have added the code to helper-main now it looks like this:
<?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
*/
$addition = false;
if( !empty($headerS[‘header_transparency’]) && !empty($headerS[‘header_replacement_logo’]) )
{
$addition = ““;
}echo avia_logo(AVIA_BASE_URL.’images/layout/logo.png’, $addition, ‘strong’, true);
echo “<div class=’header-custom-text’>Your Trusted Source for Everything Dental! </div>”;if($headerS[‘header_social’] == ‘icon_active_main’ && !empty($headerS[‘bottom_menu’])) echo $icons;
/*
* display the main navigation menu
* modify the output in your wordpress admin backend at appearance->menus
*/
$extraOpen = $extraClose = “”;
if($headerS[‘bottom_menu’]){ $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,
‘menu_class’ => ‘menu av-main-nav’,
‘container_class’ => $avia_menu_class.’ av-main-nav-wrap’,
‘fallback_cb’ => ‘avia_fallback_menu’,
‘walker’ => new avia_responsive_mega_menu()
);but still no tag line
Also while I have you here, how can I add a tag line next to the Logo, or a text box or something into that empty white space?
August 6, 2014 at 3:35 pm in reply to: have some funky random things showing up in my footer #300701sorry, one more, how to add more google fonts, different weights etc.
ThanksAugust 6, 2014 at 3:27 pm in reply to: have some funky random things showing up in my footer #300692Thank you Yigit, that worked great.
One more question : how to get rid of the page title but keep the breadcrumbs? DO I need to resort to CSS and hide it? if so which selector to hide?
Best
VictorAugust 6, 2014 at 2:06 pm in reply to: have some funky random things showing up in my footer #300661Hi Any help?
http://toothlander1.staging.wpengine.com/wp-login.php (hosted on WPengine)August 5, 2014 at 11:43 pm in reply to: have some funky random things showing up in my footer #300445Also my header is setup for the secondary menu to be at top right, but it’s showing up next to social icons on top left, in the setup preview it’s sitting top right?
-
AuthorPosts