Home Forums WoodMart support forum Arabic issue

Arabic issue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #68646

    maherdaouddx
    Participant

    when I convert my site to Arabic the category list still open to right and not appear
    https://sparejo.com/%D8%A7%D9%84%D9%85%D8%AD%D8%B1%D9%83/?lang=ar

    Attachments:
    You must be logged in to view attached files.
    #68649

    Hello,

    Thank you very much for choosing our theme and contacting us.

    Please provide your site admin access.

    Best Regards

    #68696

    maherdaouddx
    Participant

    here we go

    #68701

    Artem Temos
    Keymaster

    Hi,

    Try to edit your child theme functions.php and replace the function woodmart_child_enqueue_styles with this one

    function woodmart_child_enqueue_styles() {
        wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( 'woodmart-style' ), woodmart_get_theme_info( 'Version' ) );
    }

    Regards

    #68774

    maherdaouddx
    Participant

    Done
    perfect
    you can close it
    thank you :*

    #68776

    Artem Temos
    Keymaster

    You are welcome.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Arabic issue’ is closed to new replies.