Advertisement
htdat

justshop - wpml-config.xml

Mar 31st, 2015
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.19 KB | None | 0 0
  1. <!-- Fix for https://wpml.org/forums/topic/problem-with-the-translation-of-the-homepage/ -->
  2. <wpml-config>
  3.     <custom-fields>
  4.         <custom-field action="translate">single_headline_heading</custom-field>
  5.         <custom-field action="translate">single_headline_message</custom-field>
  6.     </custom-fields>  
  7.     <admin-texts>
  8.         <key name="woo_options">
  9.             <key name="woo_headline_default_title" />
  10.             <key name="woo_headline_default_message" />
  11.             <key name="woo_homepage_about_title" />
  12.             <key name="woo_homepage_about_message" />
  13.             <key name="woo_homepage_testimonials_area_title" />
  14.         </key>
  15.     <key name="woo_homepage_featured_products_title" />
  16.         <key name="woo_ft_title_left" />
  17.         <key name="woo_ft_content_left" />
  18.         <key name="woo_ft_title_right" />
  19.         <key name="woo_ft_content_right" />
  20.         <key name="woo_footer_left_text" />
  21.         <key name="woo_footer_right_text" />
  22.         <key name="woo_connect_title" />
  23.         <key name="woo_connect_content" />
  24.         <key name="woo_contact_title" />
  25.         <key name="woo_contact_address" />
  26.         <key name="woo_contact_number" />
  27.         <key name="woo_contact_fax" />
  28.         <key name="woo_contactform_email" />
  29.     </admin-texts>
  30.     <language-switcher-settings>
  31.         <key name="icl_lang_sel_config">
  32.             <key name="font-current-normal">#444444</key>
  33.             <key name="font-current-hover">#000000</key>
  34.             <key name="background-current-normal">#ffffff</key>
  35.             <key name="background-current-hover">#eeeeee</key>
  36.             <key name="font-other-normal">#444444</key>
  37.             <key name="font-other-hover">#000000</key>
  38.             <key name="background-other-normal">#ffffff</key>
  39.             <key name="background-other-hover">#eeeeee</key>
  40.             <key name="border">#cdcdcd</key>
  41.         </key>
  42.         <key name="icl_lang_sel_footer_config">
  43.             <key name="font-current-normal">#393939</key>
  44.             <key name="font-current-hover">#000000</key>
  45.             <key name="background-current-normal">#F5F5F5</key>
  46.             <key name="background-current-hover">#FFFFFF</key>
  47.             <key name="font-other-normal">#393939</key>
  48.             <key name="font-other-hover">#000000</key>
  49.             <key name="background-other-normal">#F5F5F5</key>
  50.             <key name="background-other-hover">#FFFFFF</key>
  51.             <key name="border">transparent</key>
  52.             <key name="background">transparent</key>
  53.         </key>    
  54.         <key name="icl_language_switcher_sidebar">1</key>
  55.         <key name="icl_widget_title_show">0</key>
  56.         <key name="icl_lang_sel_type">dropdown</key>
  57.         <key name="icl_lso_link_empty">0</key>
  58.         <key name="icl_lso_flags">1</key>
  59.         <key name="icl_lso_native_lang">1</key>
  60.         <key name="icl_lso_display_lang">0</key>
  61.         <key name="icl_lang_sel_footer">1</key>
  62.         <key name="icl_post_availability">0</key>
  63.         <key name="icl_post_availability_position">below</key>
  64.         <key name="icl_post_availability_text">This post is also available in: %s</key>
  65.         <key name="icl_additional_css">#sidebar { overflow: visible; }</key>
  66.     </language-switcher-settings>
  67. </wpml-config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement