How to enqueue 2 rtl css

When using a CSS creator tool, you’ll have to enqueue this style-rtl.css so WordPress knows when to load this version. All you need to do is add a snippet to the functions.php file. This allows WordPress to load the right stylesheet when it is set to RTL language. Simply add the wp_style_add_data() information to your … Read more

Why .mo .po files are not working with my site?

As per Theme Handbook ⇒ Internationalization, you should call load_child_theme_textdomain() from within the after_setup_theme hook: function load_greattheme_textdomain() { load_child_theme_textdomain( ‘greattheme’, get_stylesheet_directory() . ‘/languages’ ); } add_action( ‘after_setup_theme’, ‘load_greattheme_textdomain’ ); Make sure you name your *.mo and *.po files properly (follow the link above).

WP E-commerce wpml translation or multilingual

Yes, it is extremely frustrating to find a plugin that works without errors and is still customisable. I have tried the following: Shopp – www.shopplugin.net (very good, but will only support WPML in the next update – unknown release date) Marketpress – http://wordpress.org/extend/plugins/wordpress-ecommerce/ (workes well, but is pretty limited, not sure if the paid version … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)