Forum Replies Created

Viewing 15 posts - 781 through 795 (of 1,101 total)
  • Author
    Posts
  • in reply to: VIRUS ONSITE PROBLEM #2140

    Hi you,

    Did you download the theme from themeforest?

    Our theme is carefully censored before uploading to themeforest, so it is very unlikely that there is a virus file in the theme.
    There may be a virus from the hosting or through the plugins you have installed, so please double check.

    You can use this plugin Wordfence Security – Firewall & Malware Scan

    in reply to: Downloaded last theme version 1.4 I still have 1.3 #2139

    No, this widget cannot be overridden in the child-theme, so I had to edit it directly in the main theme.

    in reply to: Customisation of the Single Product Page #2135

    Yes of course, the customization that is not available in our theme will be charged extra if you want to customize it

    in reply to: Downloaded last theme version 1.4 I still have 1.3 #2133

    Oh sorry,

    I fixed it directly in the main theme, so when I updated I forgot to backup this file, I fixed it for you, please check.

    in reply to: Customisation of the Single Product Page #2132
    This reply has been marked as private.
    in reply to: Wishlist Page not working #2128

    Hi you,

    Sorry for late response, I resolved all issues, please recheck.

    in reply to: Customisation of the Single Product Page #2127

    Hi you,

    Sorry, I don’t understand your idea, please take a photo screenshot about this issue and send to me, I will check again.

    in reply to: Downloaded last theme version 1.4 I still have 1.3 #2126

    Hi you,

    I have just updated the new version theme ( 1.4.0) for you, please recheck.

    Good job!

    Let me know if you need to help.

    in reply to: Edit and change mobile footer #2116

    Ok, let me know if you need to help.

    in reply to: Doubts #2114

    Hi you,

    #1. We use the Elementor Pro developer plugin, it is included but does not include the license key. This version will be limited to some functions such as updating directly from the provider or accessing the template repository from Elementor.

    – Regarding plugin updates: you can download the latest Elementor Pro plugin at http://source.wpopal.com/plugins/new/elementor-pro-3.x.zip, delete the old plugin and reinstall it .

    #2. Theme key is used to activate your account on our support page

    #3. This is just an update notice, it’s not too serious, we will update the version to solve this problem soon.

    in reply to: Server error (403 error) #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
        }
    in reply to: Need to edit loop product link #2111

    Hi you,

    To change the loop product link, you need to use this code:

    
    add_filter('woocommerce_loop_product_link', 'woncep_fnc_change_product_link', 10, 2);
    function woncep_fnc_change_product_link($the_permalink, $product ){
    $the_permalink = 'your-link';
    return $the_permalink;
    }
    in reply to: Server error (403 error) #2108

    I resolved all issues, please recheck.

    in reply to: Server error (403 error) #2106

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

Viewing 15 posts - 781 through 795 (of 1,101 total)