premium-addons-for-elementor
Last commit date
admin
2 years ago
assets
2 years ago
includes
2 years ago
languages
2 years ago
modules
2 years ago
widgets
2 years ago
premium-addons-for-elementor.php
2 years ago
readme.txt
2 years ago
wpml-config.xml
2 years ago
wpml-config.xml
295 lines
| 1 | <wpml-config> |
| 2 | <elementor-widgets> |
| 3 | <widget name="premium-addon-banner"> |
| 4 | <fields> |
| 5 | <field name="Banner: Title" editor_type="LINE">premium_banner_title</field> |
| 6 | <field name="Banner: Description" editor_type="AREA">premium_banner_description</field> |
| 7 | <field name="Banner: Button Text" editor_type="LINE">premium_banner_more_text</field> |
| 8 | <field name="Banner: URL" editor_type="LINK">premium_banner_image_custom_link>url</field> |
| 9 | <field name="Banner: Button URL" editor_type="LINK">premium_banner_link>url</field> |
| 10 | </fields> |
| 11 | </widget> |
| 12 | |
| 13 | <widget name="premium-addon-button"> |
| 14 | <fields> |
| 15 | <field name="Button: Text" editor_type="LINE">premium_button_text</field> |
| 16 | <field name="Button: URL" editor_type="LINK">premium_button_link>url</field> |
| 17 | </fields> |
| 18 | </widget> |
| 19 | |
| 20 | <widget name="premium-addon-blog"> |
| 21 | <fields> |
| 22 | <field name="Blog: Previous Page String" editor_type="LINE">premium_blog_prev_text</field> |
| 23 | <field name="Blog: Next Page String" editor_type="LINE">premium_blog_next_text</field> |
| 24 | <field name="Blog: Empty Query String" editor_type="LINE">empty_query_text</field> |
| 25 | <field name="Blog: Read More" editor_type="LINE">premium_blog_excerpt_text</field> |
| 26 | </fields> |
| 27 | </widget> |
| 28 | |
| 29 | <widget name="premium-counter"> |
| 30 | <fields> |
| 31 | <field name="Counter: Title Text" editor_type="LINE">premium_counter_title</field> |
| 32 | <field name="Counter: Thousands Separator" editor_type="LINE">premium_counter_t_separator</field> |
| 33 | <field name="Counter: Prefix" editor_type="LINE">premium_counter_preffix</field> |
| 34 | <field name="Counter: Suffix" editor_type="LINE">premium_counter_suffix</field> |
| 35 | </fields> |
| 36 | </widget> |
| 37 | |
| 38 | <widget name="premium-countdown-timer"> |
| 39 | <fields> |
| 40 | <field name="Countdown: Expiration Message" editor_type="AREA">premium_countdown_expiry_text_</field> |
| 41 | <field name="Countdown: Digits Separator" editor_type="LINE">premium_countdown_separator_text</field> |
| 42 | <field name="Countdown: Day Singular" editor_type="LINE">premium_countdown_day_singular</field> |
| 43 | <field name="Countdown: Day Plural" editor_type="LINE">premium_countdown_day_plural</field> |
| 44 | <field name="Countdown: Week Singular" editor_type="LINE">premium_countdown_week_singular</field> |
| 45 | <field name="Countdown: Week Plural" editor_type="LINE">premium_countdown_week_plural</field> |
| 46 | <field name="Countdown: Month Singular" editor_type="LINE">premium_countdown_month_singular</field> |
| 47 | <field name="Countdown: Month Plural" editor_type="LINE">premium_countdown_month_plural</field> |
| 48 | <field name="Countdown: Year Singular" editor_type="LINE">premium_countdown_year_singular</field> |
| 49 | <field name="Countdown: Year Plural" editor_type="LINE">premium_countdown_year_plural</field> |
| 50 | <field name="Countdown: Hour Singular" editor_type="LINE">premium_countdown_hour_singular</field> |
| 51 | <field name="Countdown: Hour Plural" editor_type="LINE">premium_countdown_hour_plural</field> |
| 52 | <field name="Countdown: Minute Singular" editor_type="LINE">premium_countdown_minute_singular</field> |
| 53 | <field name="Countdown: Minute Plural" editor_type="LINE">premium_countdown_minute_plural</field> |
| 54 | <field name="Countdown: Second Singular" editor_type="LINE">premium_countdown_second_singular</field> |
| 55 | <field name="Countdown: Second Plural" editor_type="LINE">premium_countdown_second_plural</field> |
| 56 | <field name="Countdown: Direction URL" editor_type="LINE">premium_countdown_expiry_redirection_</field> |
| 57 | </fields> |
| 58 | </widget> |
| 59 | |
| 60 | <widget name="premium-addon-dual-header"> |
| 61 | <fields> |
| 62 | <field name="Dual Heading: First Heading" editor_type="LINE">premium_dual_header_first_header_text</field> |
| 63 | <field name="Dual Heading: Second Heading" editor_type="LINE">premium_dual_header_second_header_text</field> |
| 64 | <field name="Dual Heading: Background Text" editor_type="LINE">background_text</field> |
| 65 | <field name="Advanced Heading: Heading URL" editor_type="LINK">premium_dual_heading_link>url</field> |
| 66 | </fields> |
| 67 | </widget> |
| 68 | |
| 69 | <widget name="premium-carousel-widget"> |
| 70 | <fields-in-item items_of="premium_carousel_templates_repeater"> |
| 71 | <field name="Carousel: Template" editor_type="LINE">premium_carousel_repeater_item</field> |
| 72 | </fields-in-item> |
| 73 | </widget> |
| 74 | |
| 75 | <widget name="premium-addon-fancy-text"> |
| 76 | <fields> |
| 77 | <field name="Fancy Text: Prefix" editor_type="LINE">premium_fancy_prefix_text</field> |
| 78 | <field name="Fancy Text: Suffix" editor_type="LINE">premium_fancy_suffix_text</field> |
| 79 | <field name="Fancy Text: Cusror Text" editor_type="LINE">premium_fancy_text_cursor_text</field> |
| 80 | </fields> |
| 81 | <fields-in-item items_of="premium_fancy_text_strings"> |
| 82 | <field name="Fancy Text: String" editor_type="LINE">premium_text_strings_text_field</field> |
| 83 | </fields-in-item> |
| 84 | </widget> |
| 85 | |
| 86 | <widget name="premium-img-gallery"> |
| 87 | <fields> |
| 88 | <field name="Grid: Load More Button" editor_type="LINE">premium_gallery_load_more_text</field> |
| 89 | <field name="Grid: First Category Label" editor_type="LINE">premium_gallery_first_cat_label</field> |
| 90 | </fields> |
| 91 | <fields-in-item items_of="premium_gallery_img_content"> |
| 92 | <field name="Grid: Image Name" editor_type="LINE">premium_gallery_img_name</field> |
| 93 | <field name="Grid: Image Description" editor_type="AREA">premium_gallery_img_desc</field> |
| 94 | <field name="Grid: Image Link" editor_type="LINK">premium_gallery_img_link>url</field> |
| 95 | <field name="Grid: Video URL" editor_type="LINE">premium_gallery_video_url</field> |
| 96 | <field name="Grid: Video URL" editor_type="LINE">premium_gallery_video_self_url</field> |
| 97 | </fields-in-item> |
| 98 | <fields-in-item items_of="premium_gallery_cats_content"> |
| 99 | <field name="Grid: Category" editor_type="LINE">premium_gallery_img_cat</field> |
| 100 | </fields-in-item> |
| 101 | </widget> |
| 102 | |
| 103 | <widget name="premium-icon-list"> |
| 104 | <fields-in-item items_of="list"> |
| 105 | <field name="List: Item Title" editor_type="LINE">list_title</field> |
| 106 | <field name="List: Item Link Title" editor_type="LINE">link_title</field> |
| 107 | <field name="List: Item Badge" editor_type="LINE">badge_title</field> |
| 108 | <field name="List: Item Icon" editor_type="LINE">list_text_icon</field> |
| 109 | <field name="List: Item Link" editor_type="LINK">link>url</field> |
| 110 | </fields-in-item> |
| 111 | </widget> |
| 112 | |
| 113 | <widget name="premium-addon-image-button"> |
| 114 | <fields> |
| 115 | <field name="Button: Text" editor_type="LINE">premium_image_button_text</field> |
| 116 | <field name="Button: URL" editor_type="LINK">premium_image_button_link>url</field> |
| 117 | </fields> |
| 118 | </widget> |
| 119 | |
| 120 | <widget name="premium-image-scroll"> |
| 121 | <fields> |
| 122 | <field name="Image Scroll: Link Title" editor_type="LINE">link_text</field> |
| 123 | <field name="Image Scroll: URL" editor_type="LINK">link>url</field> |
| 124 | </fields> |
| 125 | </widget> |
| 126 | |
| 127 | <widget name="premium-addon-image-separator"> |
| 128 | <fields> |
| 129 | <field name="Image Separator: Link Title" editor_type="LINE">premium_image_separator_image_link_text</field> |
| 130 | <field name="Image Separator: URL" editor_type="LINK">premium_image_separator_image_link>url</field> |
| 131 | </fields> |
| 132 | </widget> |
| 133 | |
| 134 | <widget name="premium-lottie"> |
| 135 | <fields> |
| 136 | <field name="Lottie : Link" editor_type="LINK">link>url</field> |
| 137 | </fields> |
| 138 | </widget> |
| 139 | |
| 140 | <widget name="premium-addon-maps"> |
| 141 | <fields> |
| 142 | <field name="Maps: Center Latitude" editor_type="LINE">premium_maps_center_lat</field> |
| 143 | <field name="Maps: Center Longitude" editor_type="LINE">premium_maps_center_long</field> |
| 144 | </fields> |
| 145 | <fields-in-item items_of="premium_maps_map_pins"> |
| 146 | <field name="Maps: Marker Latitude" editor_type="LINE">map_latitude</field> |
| 147 | <field name="Maps: Marker Longitude" editor_type="LINE">map_longitude</field> |
| 148 | <field name="Maps: Marker Title" editor_type="LINE">pin_title</field> |
| 149 | <field name="Maps: Marker Description" editor_type="AREA">pin_desc</field> |
| 150 | </fields-in-item> |
| 151 | </widget> |
| 152 | |
| 153 | <widget name="premium-addon-modal-box"> |
| 154 | <fields> |
| 155 | <field name="Modal Box: Header Title" editor_type="LINE">premium_modal_box_title</field> |
| 156 | <field name="Modal Box: Template ID" editor_type="LINE">premium_modal_box_content_temp</field> |
| 157 | <field name="Modal Box: Content Text" editor_type="VISUAL">premium_modal_box_content</field> |
| 158 | <field name="Modal Box: Close Button" editor_type="LINE">premium_modal_close_text</field> |
| 159 | <field name="Modal Box: Trigger Button" editor_type="LINE">premium_modal_box_button_text</field> |
| 160 | <field name="Modal Box: Trigger Text" editor_type="LINE">premium_modal_box_selector_text</field> |
| 161 | </fields> |
| 162 | </widget> |
| 163 | |
| 164 | <widget name="premium-addon-person"> |
| 165 | <fields> |
| 166 | <field name="Person: Name" editor_type="LINE">premium_person_name</field> |
| 167 | <field name="Person: Title" editor_type="LINE">premium_person_title</field> |
| 168 | <field name="Person: Description" editor_type="AREA">premium_person_content</field> |
| 169 | </fields> |
| 170 | <fields-in-item items_of="multiple_persons"> |
| 171 | <field name="Multiple Persons: Person Name" editor_type="LINE">multiple_name</field> |
| 172 | <field name="Multiple Persons: Person Title" editor_type="LINE">multiple_title</field> |
| 173 | <field name="Multiple Persons: Person Desctiption" editor_type="AREA">multiple_description</field> |
| 174 | </fields-in-item> |
| 175 | </widget> |
| 176 | |
| 177 | <widget name="premium-addon-pricing-table"> |
| 178 | <fields> |
| 179 | <field name="Person: Title" editor_type="LINE">premium_pricing_table_title_text</field> |
| 180 | <field name="Pricing Table: Slashed Price" editor_type="LINE">premium_pricing_table_slashed_price_value</field> |
| 181 | <field name="Pricing Table: Currency" editor_type="LINE">premium_pricing_table_price_currency</field> |
| 182 | <field name="Pricing Table: Price Value" editor_type="LINE">premium_pricing_table_price_value</field> |
| 183 | <field name="Pricing Table: Separator" editor_type="LINE">premium_pricing_table_price_separator</field> |
| 184 | <field name="Pricing Table: Duration" editor_type="LINE">premium_pricing_table_price_duration</field> |
| 185 | <field name="Pricing Table: Description" editor_type="AREA">premium_pricing_table_description_text</field> |
| 186 | <field name="Pricing Table: Button Text" editor_type="LINE">premium_pricing_table_button_text</field> |
| 187 | <field name="Pricing Table: Button URL" editor_type="LINK">premium_pricing_table_button_link>url</field> |
| 188 | <field name="Pricing Table: Badge" editor_type="LINE">premium_pricing_table_badge_text</field> |
| 189 | </fields> |
| 190 | <fields-in-item items_of="premium_fancy_text_list_items"> |
| 191 | <field name="Pricing Table: Item Text" editor_type="LINE">premium_pricing_list_item_text</field> |
| 192 | <field name="Pricing Table: Tooltip Text" editor_type="LINE">premium_pricing_table_item_tooltip_text</field> |
| 193 | </fields-in-item> |
| 194 | </widget> |
| 195 | |
| 196 | <widget name="premium-addon-progressbar"> |
| 197 | <fields> |
| 198 | <field name="Progress Bar: Left Label" editor_type="LINE">premium_progressbar_left_label</field> |
| 199 | </fields> |
| 200 | <fields-in-item items_of="premium_progressbar_multiple_label"> |
| 201 | <field name="Progress Bar: Label Text" editor_type="LINE">text</field> |
| 202 | </fields-in-item> |
| 203 | </widget> |
| 204 | |
| 205 | <widget name="premium-addon-testimonials"> |
| 206 | <fields> |
| 207 | <field name="Testimonial: Name" editor_type="LINE">premium_testimonial_person_name</field> |
| 208 | <field name="Testimonial: Separator" editor_type="LINE">separator_text</field> |
| 209 | <field name="Testimonial: Company Name" editor_type="LINE">premium_testimonial_company_name</field> |
| 210 | <field name="Testimonial: Company Link" editor_type="LINK">premium_testimonial_company_link>url</field> |
| 211 | <field name="Testimonial: Content" editor_type="AREA">premium_testimonial_content</field> |
| 212 | </fields> |
| 213 | </widget> |
| 214 | |
| 215 | <widget name="premium-addon-title"> |
| 216 | <fields> |
| 217 | <field name="Title: Text" editor_type="LINE">premium_title_text</field> |
| 218 | <field name="Title: Background Text" editor_type="LINE">background_text</field> |
| 219 | <field name="Title: Link" editor_type="LINK">custom_link>url</field> |
| 220 | </fields> |
| 221 | </widget> |
| 222 | |
| 223 | <widget name="premium-addon-video-box"> |
| 224 | <fields> |
| 225 | <field name="Video Box: Description" editor_type="AREA">premium_video_box_description_text</field> |
| 226 | <field name="Video Box: Link" editor_type="LINK">premium_video_box_link>url</field> |
| 227 | </fields> |
| 228 | </widget> |
| 229 | |
| 230 | <widget name="premium-vscroll"> |
| 231 | <fields> |
| 232 | <field name="Vertical Scroll: Tooltips" editor_type="LINE">dots_tooltips</field> |
| 233 | </fields> |
| 234 | <fields-in-item items_of="id_repeater"> |
| 235 | <field name="Vertical Scroll: Section ID" editor_type="LINE">section_id</field> |
| 236 | </fields-in-item> |
| 237 | </widget> |
| 238 | |
| 239 | <widget name="premium-woo-products"> |
| 240 | <fields> |
| 241 | <field name="Woo Products: Empty Query Message" editor_type="LINE">empty_products_msg</field> |
| 242 | <field name="Woo Products: Previous Page String" editor_type="LINE">prev_string</field> |
| 243 | <field name="Woo Products: Next Page String" editor_type="LINE">next_string</field> |
| 244 | <field name="Woo Products: Featured String" editor_type="LINE">featured_string</field> |
| 245 | <field name="Woo Products: Out Of Stock String" editor_type="LINE">sold_out_string</field> |
| 246 | <field name="Woo Products: Sale String" editor_type="LINE">sale_string</field> |
| 247 | </fields> |
| 248 | </widget> |
| 249 | |
| 250 | <widget name="premium-nav-menu"> |
| 251 | <fields> |
| 252 | <field name="Mega Menu: Toggle Text" editor_type="LINE">pa_mobile_toggle_text</field> |
| 253 | <field name="Mega Menu: Close Text" editor_type="LINE">pa_mobile_toggle_close</field> |
| 254 | </fields> |
| 255 | <fields-in-item items_of="menu_items"> |
| 256 | <field name="Mega Menu: Item Text" editor_type="LINE">text</field> |
| 257 | <field name="Mega Menu: Item Link" editor_type="LINK">link>url</field> |
| 258 | <field name="Mega Menu: Badge Text" editor_type="LINE">badge_text</field> |
| 259 | </fields-in-item> |
| 260 | </widget> |
| 261 | |
| 262 | <widget name="premium-world-clock"> |
| 263 | <fields> |
| 264 | <field name="World Clock: Title" editor_type="LINE">clock_title</field> |
| 265 | </fields> |
| 266 | </widget> |
| 267 | |
| 268 | <widget name="premium-post-ticker"> |
| 269 | <fields> |
| 270 | <field name="Post Ticker: Title" editor_type="LINE">ticker_title</field> |
| 271 | </fields> |
| 272 | </widget> |
| 273 | |
| 274 | <widget name="premium-pinterest-feed"> |
| 275 | <fields> |
| 276 | <field name="Pinterest Feed: Pin Read More Text" editor_type="LINE">pin_desc_postfix_txt</field> |
| 277 | <field name="Pinterest Feed: Board Read More Text" editor_type="LINE">board_desc_postfix_txt</field> |
| 278 | <field name="Pinterest Feed: Load More Text" editor_type="LINE">more_btn_txt</field> |
| 279 | </fields> |
| 280 | </widget> |
| 281 | <widget name="premium-tiktok-feed"> |
| 282 | <fields> |
| 283 | <field name="TikTok Feed: Description Postfix:" editor_type="LINE">vid_desc_postfix_txt</field> |
| 284 | </fields> |
| 285 | </widget> |
| 286 | <widget name="premium-media-wheel"> |
| 287 | <fields-in-item items_of="media_wheel_repeater"> |
| 288 | <field name="Item: Title" editor_type="LINE">media_title</field> |
| 289 | <field name="Item: Description" editor_type="LINE">media_desc</field> |
| 290 | <field name="Item: Link" editor_type="LINK">media_wheel_custom_link>url</field> |
| 291 | </fields-in-item> |
| 292 | </widget> |
| 293 | |
| 294 | </elementor-widgets> |
| 295 | </wpml-config> |