• Resolved shad9619

    (@shad9619)


    Plugin is great working on desktop but it is not working on phone………
    please help me out of the issue

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    Can you provide a link to the page where I can see it?

    Or send it to my email [email protected]

    Stanislav

    Thread Starter shad9619

    (@shad9619)

    Thread Starter shad9619

    (@shad9619)

    thanks for the help it is really great support

    Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    For other people that have this problem:

    Check HTML source of the page.
    If there are two HTML tags with id=“ymm_content”
    And the YMM search box is displayed with a shortcode.

    Try to replace the line:

    
        $block->setWidgetId('content');
    

    with:

    
        $id = isset($atts['id']) ? (int) $atts['id'] : 0;
        $block->setWidgetId('content_' . $id);
    

    in the file:
    wp-content/plugins/ymm-search/ymm-search.php

    Then set unique id in the shortcode like this:

    
    [ymm_selector template="selector.php" id=2]
    

    Stanislav

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘issue on my mobile’ is closed to new replies.