Forum Replies Created
-
AuthorPosts
-
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
No, this widget cannot be overridden in the child-theme, so I had to edit it directly in the main theme.
Yes of course, the customization that is not available in our theme will be charged extra if you want to customize it
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.
This reply has been marked as private.Hi you,
Sorry for late response, I resolved all issues, please recheck.
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.
Hi you,
I have just updated the new version theme ( 1.4.0) for you, please recheck.
July 16, 2021 at 8:55 am in reply to: I can’t seem to find the location of the buttons Shop & My Account #2119Good job!
Let me know if you need to help.
Ok, let me know if you need to help.
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.
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 }
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; }
I resolved all issues, please recheck.
Please don’t spam ticket, we are checking your issue.
-
AuthorPosts