VaLeXaR
Forum Replies Created
-
Thanks. And for your help too.
@vineryap
In description to the plugin describe main configuration settings.
In ‘configs’ folder in root of the plugin are configs for integration with others plugins. You can use it as example.Try to add language menu item as child to another menu item.
Input array in BASC settings.
Can You show me the dump of this settings array?
If plugin data is saving to options table, You can add config for this option.
@juliadem11 WP Multilang tested with latest version of WC 3.2.6.
Language switcher append to ‘#wpbody-content .wrap’ as first child. Do you have div element with class ‘wrap’ in needed page?
@vineryap
You can give me FTP access to your site. Or send ,me archive with your theme. And i try to help You. You can find me on WP Slack. There is private messages.
https://wordpress.slack.com/
You car register there with your WP mail address. vineryap@chat.wordpress.orgPege ID is the ID of ‘current_creen’ object.
What version of WC You are using?
Can You enable WP_DEBUG and tell me what error You have?
Create the file
wpm-config.jsonin root of your theme and add this code:{ "post_types": { "package": {}, "property": {} }, "post_fields": { "estate_property_price_prefix": {}, "estate_property_price_suffix": {}, "estate_property_contact_information": {}, "estate_property_internal_note": {}, "estate_property_status_update": {}, "additional_public_transportation": {}, "additional_neighborhood": {}, "additional_air_quality": {} }, "taxonomies": { "property-location" : {}, "property-status" : {}, "property-type": {}, "property-features": {} }, "options": { "realty_theme_option": { "property-title-details": {}, "property-title-additional-details": {}, "property-title-features": {}, "property-title-map": {}, "property-title-attachments": {}, "property-title-floor-plan": {}, "property-title-agent": {}, "property-search-label": { "wpm_each": {} }, "property-search-mini-label": { "wpm_each": {} }, "price-prefix": {}, "price-suffix": {}, "datepicker-language": {} } } }Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Alo EasyMail NewsletterIn base version of WP Multilang expansion of the list of integration is not planned.
It will be fixed in next version. Thank You.