Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #273174

    Dear Josue , you helped me with this problem before, but i override my them so all the good work is gone.
    if you look at my last thread its private you will have all the needed information to help me again. nothing has changed also the passwords and user. this time i will make sure that this will not happen! :(
    Thank you!

    #273222

    Hi hadas!

    Thank you for visiting the support forum.

    I checked the old thread where Josue helped you and copied this code on functions.php:

    add_action('wp_enqueue_scripts', 'custom_rtl_include');
    function custom_rtl_include() {
    	$template_url = get_template_directory_uri();
    
    	if(is_page(2718)){
    		wp_enqueue_style(  'avia-rtl',  $template_url."/css/rtl.css", array(), '1', 'screen' );
    	}
    }

    Let us know if it works. This is the page: http://ithaca-psychotherapiepraktijk.nl/%D7%A2%D7%91%D7%A8%D7%99%D7%AA/

    Cheers!
    Ismael

    #273283

    Thank you Ismael for the excellent and quick work!
    Cheers,
    Hadas

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘rtl language this post is for Josue as he helped me with the same problem’ is closed to new replies.