Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Menu on left sidebar #847646

    Dear Sir:
    I’m trying to create a conditional, for a left aside menu site, where I only see the title and breadcrumbs when I’m not visiting the front page.
    This is the code:
    //Breadcrumbs not in home page

    if(!is_front_page()){

    // Activating breadcrumbs
    add_action(‘init’, ‘ava_add_custom_shortcode’, 10);
    function ava_add_custom_shortcode() {
    add_shortcode( ‘bread_crumb’, ‘avia_title’ );
    }

    add_filter(‘avf_header_setting_filter’, ‘avf_header_setting_filter_mod’, 9999, 1);
    function avf_header_setting_filter_mod($header) {
    $header[‘header_title_bar’] = ”;
    return $header;
    }
    }

    The problem is tha it works ok in a local environment (with flywheel) and not in a site in a subdomain.
    What can be the problem?
    Here is a link to the subdomain.

    in reply to: Logo left, widget or image right, menu below #820445

    Thanks, but I have another question: ¿How can I position the right widget under the logo in mobile view?
    Thanks again!

    in reply to: Logo left, widget or image right, menu below #819181

    I´m trying to position the logo on the left and the widget on the right. Could you help me with this?
    Shrinking header option is unchecked.
    Thanks

    in reply to: Deactivate logo effect on scroll #819169

    Ok, Thanks!!

    in reply to: Menu on left sidebar #812300

    Sorry because I answer too late.
    It works OK, thank you very much.

    Best regards,
    Alberto

    in reply to: Menu on left sidebar #802111

    But, What about displaying the page title?
    I Think this option should be on in every demo….

    in reply to: Main menu width 100% #768087

    Thanks.
    It doesn’t work. I think I found the solution with adding in my child theme:

    #header_main_alternate.container_wrap .container{
    max-width: 100%;
    }

    But now, I want to show it centered and don´t find the way.

    in reply to: Main menu width 100% #767410

    Hi Nikko,
    I can´t show it, it´s in local.
    I´m using stretched layout. In dimensions tab I have Maximum Container width: 1310px. But I´d like to have full width the main menu only.

    Thanks

    in reply to: Logo left, widget or image right, menu below #765289

    Thanks, I´ll try

    in reply to: taxonomy archive #765229

    Ok, so I have to create a taxonomy-slug.php and paste in the taxonomy-portfolio_entries.php, then made some changes.

    • This reply was modified 7 years, 5 months ago by alpaezes.
Viewing 10 posts - 1 through 10 (of 10 total)