Forum Replies Created
- 
		AuthorPosts
- 
		
			
				
Hi, 
 You should go to Settings > General > Site language and change is to Arabic.You can edit it in THEME OPTIONS > GENERAL SETTINGS > COPYRIGHT TEXT. Hi Arthur, This is the code: function pojo_wpml_get_multilang_logo( $value ) { 
 if ( defined( ‘ICL_LANGUAGE_CODE’ ) ) {
 $logos = array(
 ‘en’ => ‘logo-en.png’,
 ‘he’ => ‘logo-he.png’,
 );
 $default_logo = $logos[‘en’];
 $current_lang = ICL_LANGUAGE_CODE;
 $assets_url = get_stylesheet_directory_uri() . ‘/assets/images/’;if ( isset( $logos[ $current_lang ] ) ) 
 $value = $assets_url . $logos[ $current_lang ];
 else
 $value = $assets_url . $default_logo;
 }
 return $value;
 }
 add_filter( ‘theme_mod_image_logo’, ‘pojo_wpml_get_multilang_logo’ );You can add this CSS: 
 @media (max-width: 767px)
 #header.logo-left .logo {
 margin-top: 0;
 margin-bottom: 0;
 }We are using WP-ROCKET, a plugin which compresses the code 11/04/2016 at 8:51 in reply to: Execute custom JavaScript code after successful sending of Pojo form #1348We don’t have such a code. 
 But i’m sure that you will find an easy solution for it on the web.Good Luck! 10/04/2016 at 15:23 in reply to: Execute custom JavaScript code after successful sending of Pojo form #1341Unfortunately, there isn’t a built-in way to do this. 
 You will have to use a custome code for this.I’ve checked it and you have the latest version of our theme (from 2/2016) and the url? You can send me login information and i’ll have a look. When did you last updated it? So you fixed it? 
 Great 🙂10/04/2016 at 10:31 in reply to: Execute custom JavaScript code after successful sending of Pojo form #1328Hi Yaniv, 
 The easiest way to create this is through a Thank-you page.
 After you create this page, you can include your tracking code in it.
 Finally, in your form configurations you can set this page to appear after sending a form.הי תהילה, 
 תוכלי להעלות את הפניה הזאת בפורום בעברית?
 הפורום בעברית נמצא פה: https://pojo.co.il/forum/support/
 אשמח אם נעבור לשם.אם יש לך בעיות התחברות תכנסי לפה: https://pojo.co.il/my-account/login/ תודה Hi Yaniv, 
 Can you explain me what exactly is your goal?
 Why are you trying to do it through editing the footer.php and with a widget?Thank you 07/04/2016 at 8:33 in reply to: Revolution Slider works but I don't see its section in Builder #1310In your Homepage editor, instead of adding the slider with the builder, go to: 
 Advanced options > Title Bar and choose Rev Slider.I really don’t know any… 
 But i suggest you will search for “Google fonts suitable for kids” or something like this, and probably you will find something.Good luck You should check Design > Customize > Typography. 
 If you are uploading your font, you will also see it there.Hi Daniel, 
 The Demo is updated with our latest version.
 May i ask in which theme you are using?
 Please make sure you are using this version.Hi יצחק, 
 If you have a specific font and it’s not available on our theme, you can use our Custom Fonts plugin.
 Use this plugin to upload a font into your system and then you can use it through our Customizer.
- 
		AuthorPosts
