Forum Replies Created
-
AuthorPosts
-
I can’t login to the admin dashboard, please recheck your account.
You are welcome!
Please follow the guide here: https://leebrosus.com/forums/topic/how-to-edit-footer-menu-on-mobile/
Shop page is the default page of Woocommerce, this page does not support editing with Elementor.
Please send the WordPress admin web account for me, I will check and try to help you.
Yes, You are allowed to use the theme on a dev domain and then move data to the main domain.
I added the home-4 for your site, please recheck.
Please add this custom code to file functions.php( child-theme):
add_filter('majextic_admin_fields_filter_vehicle', 'majextic_admin_fields_filter_vehicle_custom'); function majextic_admin_fields_filter_vehicle_custom(){ return array( array( 'type' => 'year', 'slug' => 'produced', "label" => "Year", 'placeholder' => esc_html__('Choose Year', 'majextic'), ), array( 'type' => 'text', 'slug' => 'make', "label" => "Make", 'placeholder' => esc_html__('Select make', 'majextic'), ), array( 'type' => 'text', 'slug' => 'model', "label" => "Model", 'placeholder' => esc_html__('Select model', 'majextic'), ), array( 'type' => 'text', 'slug' => 'part', "label" => "part", 'placeholder' => esc_html__('Select part', 'majextic'), ), ); } ///You can sort, change the name, remove array field or position of these fields
Hi @dcraba,
My answer is related to customer information, so it cannot be made public!
Please create a new ticket and submit a support request for assistance with your issue
I fixed this issue, please recheck your site.
That’s right, I can log in but it seems like access is blocked so there’s a css error, so I can’t customize it on your admin dashboard
This reply has been marked as private.I can’t login to the admin dashboard, please recheck your account.
I’m still having trouble accessing your admin dashboard: https://prnt.sc/DwjI59szKRDL
I can’t make the customization request you want, I can only help you make the customization like the demo link I sent.
-
AuthorPosts