Forum Replies Created

Viewing 15 posts - 12,991 through 13,005 (of 13,042 total)
  • Author
    Posts
  • in reply to: Edit Single Product Page #1350

    Hi there,

    Thanks for contact with us.

    Our theme didn’t use theme builder for single product, we use default template from woocommerce and custom code.

    And next version, maybe, we will update Elementor buider for single product.

    Thanks

    in reply to: Disable ‘Downloads’ from account dropdown #1349

    Hi again,

    Please go to file freshio/wp-content/themes/freshio/inc/woocommerce/woocommerce-template-functions.php and copy function freshio_account_dropdown() and paste into file function.php in child-theme, then remove code:

    <li>
    					<a href="<?php echo esc_url(wc_get_account_endpoint_url('downloads')); ?>"
    					   title="<?php esc_html_e('Downloads', 'freshio'); ?>"><?php esc_html_e('Downloads', 'freshio'); ?></a>
    				</li>

    If you need to help, please send admin web account for me, I will check and help you

    in reply to: Header Edit #1329

    Hi again,

    1. Header:
    Sorry, I don’t understand your issue.

    What header do you want to use? And what issue I can help you?

    2. Custom Icon mega menu:
    Our theme not support add new icon via svg folder.
    To add new icon:
    1. Import file font icon via Elementor
    2. Edit Menu Mega Item, Select Custom Class ( Icon): https://prnt.sc/vg0qjw and add class icon to it.

    in reply to: Demo Not Working #1326
    This reply has been marked as private.
    in reply to: Leftside Main Menu #1319

    Hi there,

    1. About home page: I have just fixed for you, please check again.
    2. Edit footer buider: Please go to Template -> Theme buider -> FooterBuider9 and edit with Elementor: https://prnt.sc/vfurm1

    in reply to: Demo Not Working #1318
    This reply has been marked as private.
    in reply to: Div Quantity #1317

    Hi again,

    I have just checked our demo and everything is correct: https://prnt.sc/vfu6mb

    T think you don’t understand about the product. When you select 1 option variable products, product will show price/persion, and then you select quantity and add to cart, price x qty will show in your cart.

    You can see WooCommerce shop demo: https://themes.woocommerce.com/storefront/product/green-vest/

    in reply to: Remove Reviews tab #1316

    Hi again,
    Please view documment guide Customize the WooCommerce breadcrumb

    With your solution, you need to custom code.

    in reply to: Product Import Error #1315

    Hi there,

    Please deactive all plugins and try to import data products again.
    I think your issue from data import or your service.

    in reply to: Default List Type #1314

    Hi there,

    Please add code:

    add_filter('wc_get_template_part', 'demo_change_template_part', 10, 3);
    
    function demo_change_template_part($template, $slug, $name) {
        $template = wc_get_template_part('content', 'product-list');
        if (isset($_GET['layout'])) {
            if ($slug == 'content' && $name == 'product' && $_GET['layout'] == 'grid') {
                $template = wc_get_template_part('content', 'product');
            }
        }
    
        return $template;
    }

    into file function.php in child-theme.

    If you need to help, please send Admin web account for me, I will check and help you.

    in reply to: Disable ‘Downloads’ from account dropdown #1313

    Hi there,

    Try to add code

    function custom_my_account_menu_items( $items ) {
        unset($items['downloads']);
        return $items;
    }
    add_filter( 'woocommerce_account_menu_items', 'custom_my_account_menu_items' );

    into file function.php in child-theme

    If you need to help, please send admin web account for me, I will check and help you

    in reply to: Issues at single product Page #1312

    Hi again,

    1. Change description product: Our theme use Elementor buider for description product. You need to enable Product buider for Product to edit content: https://prnt.sc/vftb2h

    Then go to edit product, click Edit with Elementor to edit content for product.
    To show like our demo, please Copy all section Elementor and paste to the new product.

    2. Change Extra info for all product: https://prnt.sc/vftcqz
    With a single product: https://prnt.sc/vftddu

    Change Social share: https://prnt.sc/vfte4n

    3. Link update lasted version plugin Elementor Pro: http://source.wpopal.com/plugins/new/elementor-pro-3.x.zip

    To updae version, please download via this link and re-install plugin.

    4. Please use Variable product and add atribute for product, add Option for Variable product.
    Try to follow guide at https://docs.woocommerce.com/document/variable-product/

    in reply to: Import content problems #1295

    Hi @sarfarazakbar,

    I have just fixed your issue and reply in your topic post-1294, please don’t spam other topics, we will block your account if you still spam.

    Thanks

    in reply to: After demo installation page error #1294

    Hi there,

    I have just fixed for you, please check your site and let me know if you need to help.

    Thanks and have a nice weekend

    in reply to: not able to setup shop page #1292

    Hi again,

    To Edit submenu

    1. Go to Edit menu, select your menu, select item menu and click Mega: https://prnt.sc/vezp7o

    2. Edit icon and config submenu: https://prnt.sc/vezpwk

    3. Edit submenu content in Elementor template: https://prnt.sc/vezq73

Viewing 15 posts - 12,991 through 13,005 (of 13,042 total)