Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QTranslate-XT DUPLICATING footer when multilanguaging #1420

Open
Joang10 opened this issue Oct 22, 2024 · 1 comment
Open

QTranslate-XT DUPLICATING footer when multilanguaging #1420

Joang10 opened this issue Oct 22, 2024 · 1 comment
Labels
maybe bug Potential bug, to be investigated

Comments

@Joang10
Copy link

Joang10 commented Oct 22, 2024

Basically the bug happens whenever you have a reusable block with multilanguage included and you set that as your page footer.

Expected behavior
The expected behaviour would be one single block with the corresponding locale.

Screenshots
#1350 had de same issue with screenshots explaining.

Debug info

Versions [REQUIRED!]:
{
  "PHP_VERSION": "8.3.9",
  "WP_VERSION": "6.6.2",
  "QTX_VERSION": "3.15.2",
  "Plugins": [
    "Ultimate Addons for WPBakery Page Builder 3.19.19",
    "Akismet Anti-spam: Spam Protection 5.3.3",
    "All in One SEO 4.7.3",
    "Solid Security Basic 9.3.3",
    "Editor clásico 1.6.5",
    "Complianz | GDPR/CCPA Cookie Consent 7.1.0",
    "Contact Form 7 5.9.8",
    "Duplicator 1.5.11.1",
    "FileBird Lite 6.3.2",
    "Site Kit by Google 1.138.0",
    "WPBakery Page Builder 7.4",
    "qTranslate-XT 3.15.2",
    "Slider Revolution 6.6.20",
    "Smart Slider 3 3.5.1.23",
    "UpSolution Core 8.21.2",
    "WP Force SSL 1.67",
    "WP Mail SMTP 4.1.1",
    "WP-Optimize - Clean, Compress, Cache 3.5.0",
    "Smush 3.16.6",
    "WP Super Cache 1.12.4"
  ]
}
Configuration [If applicable]:
{
  "default_language": "es",
  "enabled_languages": [
    "es",
    "ca",
    "en",
    "zh"
  ],
  "locale": {
    "es": "es_ES",
    "ca": "ca",
    "en": "en_US",
    "zh": "zh_CN"
  },
  "date_format": {
    "es": "%d de %B de %Y",
    "ca": "j F, Y",
    "en": "%A %B %e%q, %Y",
    "zh": "%x %A"
  },
  "time_format": {
    "es": "%H:%M hrs.",
    "ca": "G:i",
    "en": "%I:%M %p",
    "zh": "%I:%M%p"
  },
  "url_mode": 2,
  "use_strftime": "3",
  "filter_options_mode": 0,
  "language_name_case": 0,
  "detect_browser_language": true,
  "hide_untranslated": false,
  "show_menu_alternative_language": false,
  "show_displayed_language_prefix": true,
  "show_alternative_content": true,
  "hide_default_language": true,
  "use_secure_cookie": false,
  "header_css_on": true,
  "text_field_filters": [],
  "disable_client_cookies": false,
  "url_info": {
    "cookie_lang_front": "ca",
    "cookie_lang_admin": "es",
    "cookie_front_or_admin_found": true,
    "scheme": "https",
    "host": "www.bufet-gomezferre.net",
    "path": "/wp-admin/admin-ajax.php",
    "query": "action=admin_debug_info",
    "path-base": "",
    "wp-path": "/wp-admin/admin-ajax.php",
    "language_neutral_path": true,
    "http_referer": "https://www.bufet-gomezferre.net/wp-admin/options-general.php?page=qtranslate-xt",
    "referer_admin": true,
    "doing_front_end": false,
    "lang_cookie_admin": "es",
    "lang_admin": "es",
    "language": "es",
    "set_cookie": false,
    "page_referer": "options-general.php"
  },
  "language": "es",
  "editor_mode": 0,
  "highlight_mode": 1,
  "auto_update_mo": true,
  "hide_lsb_copy_content": false,
  "lsb_style": "simple-buttons.css",
  "config_files": [
    "./i18n-config.json"
  ],
  "custom_fields": [],
  "custom_field_classes": [],
  "post_type_excluded": [],
  "admin_enabled_modules": {
    "all-in-one-seo-pack": true,
    "google-site-kit": true,
    "acf": false,
    "events-made-easy": false,
    "jetpack": false,
    "gravity-forms": false,
    "woo-commerce": false,
    "wp-seo": false,
    "slugs": false
  },
  "translator": {},
  "qtrans_compatibility": true
}

Browser [If applicable] {
  "cookies": [],
  "navigator": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:131.0) Gecko/20100101 Firefox/131.0",
  "Javascript built-in RegExp: @@split": "supported"
}

**Additional context**
#1350 had the same issue, just reposting since it got no response yet.
@Joang10 Joang10 added the maybe bug Potential bug, to be investigated label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maybe bug Potential bug, to be investigated
Projects
None yet
Development

No branches or pull requests

2 participants
@Joang10 and others