Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Mega menu not working #301228
    This reply has been marked as private.
    in reply to: Mega menu not working #301219

    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
    Victor

    in reply to: Mega menu not working #301197

    Ok, 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

    in reply to: Mega menu not working #301193

    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

    in reply to: Mega menu not working #300910

    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?

    in reply to: have some funky random things showing up in my footer #300701

    sorry, one more, how to add more google fonts, different weights etc.
    Thanks

    in reply to: have some funky random things showing up in my footer #300692

    Thank 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
    Victor

    in reply to: have some funky random things showing up in my footer #300661
    in reply to: have some funky random things showing up in my footer #300445

    Also 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?

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