Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter baobabcommunication

    (@baobabcommunication)

    Thanks for the help, as you can see in the title I’m using Polylang.

    I’ve added a new filter shortcode so to make it work for the english version (but it’s not translating).

    I’ve already translated all the taxonomies one by one, but I see Smart Filter looking for the IDs of the Italian ones, not the english ones.

    UPDATE: After checking the taxonomies

    I’ve noticed that finds also the translated ones, so I do actually need to create a different filter as you proposed. I expected it to be automatic, but I’ll drill in it.

    Thanks

    Thread Starter baobabcommunication

    (@baobabcommunication)

    All right, but for the filters? I’m using the Dropdown Filter as layout

    You said that it’s automatically translated

    Thread Starter baobabcommunication

    (@baobabcommunication)

    Thanks for the quick response, it’s in this page.

    As u can see in the english side it’s not translated. I’ve used a custom layout but for displaying the content, not the filter such as:

        $layout_mio .= '<article class="ymc-post-$layout_mio1 post- 19 post-item">';
    
        $layout_mio .= '    <figure class="media">';
    
        $layout_mio .= '        <img width="901" height="1600" src="' . $link . '" class="attachment-full size-full wp-post-image" alt="' . $title . '" loading="lazy">';
    
        $layout_mio .= '    </figure>    <div class="category">';
    
        $layout_mio .= '    </div>';
    
        $layout_mio .= '    <header class="title">Clematis montana “Mayleen”</header>';
    
        $layout_mio .= '    <span class="date">';
    
        $layout_mio .= '        <i class="far fa-calendar-alt"></i> 17, Giu 2020 </span>';
    
        $layout_mio .= '    <span class="author">';
    
        $layout_mio .= '        <i class="far fa-user"></i> sviluppo </span>';
    
        $layout_mio .= '    <div class="excerpt"></div>';
    
        $layout_mio .= '    <div class="read-more">';
    
        $layout_mio .= '        <a class="btn btn-read-more" target="_blank" >Read More</a>';
    
        $layout_mio .= '    </div>';
    
        $layout_mio .= '</article>';

    Thank you very much, it’s work for me. Now I can work with wpbakery but your suggested plugin tells me a worning incountered “/assets/js/admin-main.js:141:40: jQuery.fn.live() is deprecated”.. any idea? It’s work anyway

    I’ve the same problem. We are a web agency and our clients works with all browsers.. we can’t tell them that their website doesn’t work anymore! Please resolve this bug. We have purchased some themes with this plugin. Thank you

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