Support Forum › Forums › Mixxcazt – Creative Multipurpose WooCommerce Theme › Server error (403 error)
Tagged: Server error (403 error).
- This topic has 14 replies, 3 voices, and was last updated 3 years, 4 months ago by Billy Nguyen.
-
AuthorPosts
-
July 12, 2021 at 4:42 pm #2064webdreamcastSupport Expired
I’m getting ‘Server error (403 error).’ while trying to save Elementor Header & Footer Builder
- This topic was modified 3 years, 4 months ago by Billy Nguyen.
July 12, 2021 at 4:56 pm #2065nguizanSupport ExpiredThis reply has been marked as private.July 12, 2021 at 8:46 pm #2069webdreamcastSupport Expiredi dont understant
This reply has been marked as private.
July 13, 2021 at 9:04 am #2070Hi,
I have set your ticket to private mode to ensure the security of your information.
Your website is now editable with elementor, please recheck.
July 13, 2021 at 5:28 pm #2073webdreamcastSupport Expiredit is still there
please check the linkhttps://snipboard.io/lUKGuF.jpg
I am not just happy with all this
July 14, 2021 at 2:14 am #2075webdreamcastSupport Expiredplease provide solution to me…
my client is mad at meJuly 14, 2021 at 8:58 am #2077Hi,
Please don’t use css style on this field: https://prnt.sc/1ay28jl
July 14, 2021 at 12:32 pm #2080webdreamcastSupport ExpiredHi,
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.July 14, 2021 at 1:41 pm #2078webdreamcastSupport ExpiredHi
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
July 14, 2021 at 1:46 pm #2092You still use css on widget elementor: https://prnt.sc/1b03ihp
I removed and it’s working normally.
July 14, 2021 at 3:56 pm #2096webdreamcastSupport ExpiredOk thanks
please how can I activate the on my page https://snipboard.io/M7Lzro.jpgand how can I please achieve this https://snipboard.io/UnEZsy.jpg
Thanks
July 14, 2021 at 4:34 pm #2106Please don’t spam ticket, we are checking your issue.
July 14, 2021 at 5:17 pm #2108I resolved all issues, please recheck.
July 14, 2021 at 5:19 pm #2109webdreamcastSupport ExpiredThanks I want product categories come 1st then main menu
thank you
July 15, 2021 at 9:25 am #2112Hi 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 }
-
AuthorPosts
You must be logged in to reply to this topic.