Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Feature Request #5836
    chris-2381
    Participant

        Google PageSpeed is complaining about accordion menu item “arrows” having being described with role=”button”, but has no accessible name.

        Specifically, adding code to line 1261 of inc/menu/menu.php can resolve this.
        e.g.
        $output .= “\n$indent<span class=\”arrow\” role=\”button\”></span><ul class=\”sub-menu\”>\n”;
        Becomes
        $output .= “\n$indent<span class=\”arrow\” role=\”button\” aria-label=\”Sub menu\”></span><ul class=\”sub-menu\”>\n”;
        Thank you.

        in reply to: Feature Request #4202
        chris-2381
        Participant

            Hello,

            Would you consider adding “Cross Sells” as an option for the “Linked Products” Elementor element?
            You already have “related” and “upsells”, “cros sells” would be a good addition to allow for a facility to show “You may also be interested in…” products.

            Within porto-functionality/builders/elements/products/elementor/linked.php, adding the below at line 164 will provide the option within Elementor:

            ‘crossell’ => esc_html__( ‘Cross Sell Products’, ‘porto-functionality’ ),

            Within porto-functionality/shortcodes/templates/porto_posts_grid.php, adding the below at line 321 will complete the rendering:

            } elseif ( ‘crossell’ == $linked_product ) { // Cros sell products
            $product_ids = $product->get_cross_sell_ids();

            Thank you!

          Viewing 2 posts - 1 through 2 (of 2 total)
          Customize Icon
          Need Customization? We specialize in delivering high-quality web and mobile design/development services to our clientele. Should you require customization services, please do not hesitate to reach out to us at your convenience.