Suche
Resultate (223)
- GX-Bug #70791 (Erledigt): altes Google Servic ... en / Remove old Google Services from the core
- Das alte Google Services Modul ist nicht mehr ... return true; 3: file: /index.php line: 62 function: proceed ... ; extra: request: method: GET ```
- GX-Feature #70584 (Erledigt): Ein Carousel-Widget erstellen / Create a Carousel Widget
- After the `RepeaterOption` is done, a Carouse ... - addMoreLabel: string - defaultActiveIndex: int The `attributes` field must have: - ... label of the add more button - defaultActiveIndex: int: number of the default active image
- GX-Feature #70578 (Erledigt): Ein Akkordeon-Widget erstellen/ Create an Accordion Widget
- After the `RepeaterOption` is ready, we need ... - addMoreLabel: string - defaultActiveIndex: int The `attributes` field must have: ... label of the add more button - defaultActiveIndex: int: number of the default active tab
- GX-Feature #70576 (Erledigt): Tabs-Widget erstellen / Create a Tabs Widget
- **After** the `RepeaterOption` is ready, we n ... `addMoreLabel: string` - `defaultActiveIndex: int` The `attributes` field must have: ... abel of the add more button - `defaultActiveIndex: int`: number of the default active tab S ... Tab", "defaultActiveIndex" : 0 }, ... } ] ........ ```
- GX-Feature #70548 (Erledigt): Erstellen einer ... tion in SE4 / Create a repeater option in SE4
- A repeater option would be handy when creatin ... d Tab", "canSetDefaultActiveIndex" : true, "defaultActiveIndex": 0 }, "fields" : ... ew widgets: `Tabs, Carousel, Accordion, etc`.
- GX-Task #70503 (Erledigt): Performance-Optimi ... | performance improvement for orders overview
- An index for the language_id field in the orders_stat ... page. ``` ALTER TABLE `orders_status` ADD INDEX `language_id_index` (`language_id`); ```
- GX-Bug #70464 (Erledigt): Die Bestellungen-Se ... ow when there are tens of thousands of orders
- The orders overview page in the Gambio Admin ... The solution: ``` ALTER TABLE `orders` ADD INDEX `customers_status_index` (`customers_status`, `customers_status_name`); ALTER TABLE `orders` ADD INDEX `delivery_country_index` (`delivery_country_iso_code_2`, `delivery_country`); ALTER TABLE `orders` ADD INDEX `shipping_class` (`shipping_class`); ALTER TABLE `orders_status_history` ADD INDEX `orders_status_id` (`orders_status_id`); `` ... ensure that installer and updater create the index successfully.
- GX-Bug #70400 (Erledigt): Datenabfragen für d ... ries for campaigns_ip table are slow because indexes are missing
- Neither a primary key nor a unique index exists for the campaigns_ip table making SQL ... st run and nothing happens in the second run.
- GX-Bug #70342 (Erledigt): The word "Menü" is ... as Wort "Menü" steht fest in Template-Dateien
- The following files contain the word "Menü" i ... ic text phrase: themes/Malibu/html/system/index.html themes/Malibu/variants/header-variant/header3/html/custom/index.html themes/Malibu/variants/header-variant/ ... The word Menü is the same for every language.
- GX-Task #70322 (Anerkannt): Seiten die einen noindex Header tragen sollten eventuell kein canonical Tag und keinen hreflang Tag enthalten
- Seiten die einen noindex Header tragen sollten eventuell kein canonic ... sollte. -------------- Pages with a noindex header should possibly not contain a canonic ... again what exactly and how to implement it.