Your account expired support, please renew to get your support.
Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #2064
    webdreamcast
    Support Expired

    I’m getting ‘Server error (403 error).’ while trying to save Elementor Header & Footer Builder

    • This topic was modified 2 years, 8 months ago by Billy Nguyen.
    #2065
    nguizan
    Support Expired
    This reply has been marked as private.
    #2069
    webdreamcast
    Support Expired

    i dont understant

    This reply has been marked as private.

    #2070

    Hi,

    I have set your ticket to private mode to ensure the security of your information.

    Your website is now editable with elementor, please recheck.

    #2073
    webdreamcast
    Support Expired

    it is still there
    please check the link

    https://snipboard.io/lUKGuF.jpg

    I am not just happy with all this

    #2075
    webdreamcast
    Support Expired

    please provide solution to me…
    my client is mad at me

    #2077

    Hi,

    Please don’t use css style on this field: https://prnt.sc/1ay28jl

    #2080
    webdreamcast
    Support Expired

    Hi,
    This isn’t about using CSS on it check out this page https://snipboard.io/dZj47y.jpg that is Footer 11 — Elementor it doesn’t have CSS but it’s not saving.

    #2078
    webdreamcast
    Support Expired

    Hi

    This is not about css style please check this out too

    https://snipboard.io/dZj47y.jpg

    this is Footer 11 — Elementor no css code

    meanwhile some pages can save some cant check this

    (this can’t save) https://demo2wpopal.b-cdn.net/mixxcazt/about-02/

    (this can save) https://gilgalfoodmarket.com/index.php/about-03/

    thanks as I await your quick response

    Warm Regards

    #2092

    You still use css on widget elementor: https://prnt.sc/1b03ihp

    I removed and it’s working normally.

    #2096
    webdreamcast
    Support Expired

    Ok thanks
    please how can I activate the on my page https://snipboard.io/M7Lzro.jpg

    and how can I please achieve this https://snipboard.io/UnEZsy.jpg

    Thanks

    #2106

    Please don’t spam ticket, we are checking your issue.

    #2108

    I resolved all issues, please recheck.

    #2109
    webdreamcast
    Support Expired

    Thanks I want product categories come 1st then main menu

    thank you

    #2112

    Hi again,

    Please use this code, copy and paste into file functions.php ( child-theme), I can’t edit your file:

    <?php
    /**
     * Theme functions and definitions.
     */
    
     function mixxcazt_mobile_navigation() {
            ?>
            <div class="mobile-nav-tabs">
                <ul>
    				<?php if (isset(get_nav_menu_locations()['vertical'])) { ?>
                        <li class="mobile-tab-title mobile-categories-title" data-menu="categories">
                            <span><?php echo esc_html(get_term(get_nav_menu_locations()['vertical'], 'nav_menu')->name); ?></span>
                        </li>
                    <?php } ?>
                    <?php if (isset(get_nav_menu_locations()['handheld'])) { ?>
                        <li class="mobile-tab-title mobile-pages-title active" data-menu="pages">
                            <span><?php echo esc_html(get_term(get_nav_menu_locations()['handheld'], 'nav_menu')->name); ?></span>
                        </li>
                    <?php } ?>
                    
                </ul>
            </div>
            <nav class="mobile-menu-tab mobile-navigation mobile-pages-menu active" aria-label="<?php esc_html_e('Mobile Navigation', 'mixxcazt'); ?>">
                <?php
                wp_nav_menu(
                    array(
                        'theme_location'  => 'handheld',
                        'container_class' => 'handheld-navigation',
                    )
                );
                ?>
            </nav>
            <nav class="mobile-menu-tab mobile-navigation-categories mobile-categories-menu" aria-label="<?php esc_html_e('Mobile Navigation', 'mixxcazt'); ?>">
                <?php
                $args = apply_filters('mixxcazt_nav_menu_args', [
                    'fallback_cb'     => '__return_empty_string',
                    'theme_location'  => 'vertical',
                    'container_class' => 'handheld-navigation',
                ]);
    
                wp_nav_menu($args);
                ?>
            </nav>
            <?php
        }
Viewing 15 posts - 1 through 15 (of 15 total)

You must be logged in to reply to this topic.