adamchaczka LiteCart Fan Depuis Poland Membre depuis oct. 2023 adamchaczka 27 sept. 2024 15:49 Hello Guys! I need to insert an h1 heading that can be translated into different languages. I also want to insert some text at the bottom of the page in the body. The text would refer to the H1, no more than 500 characters. How do I do that?
jackmaessen LiteCart Fan Depuis Netherlands Membre depuis déc. 2022 jackmaessen 27 sept. 2024 16:48 Somewhere where you wan to appear the h1 heading add this: <h1><?php echo language::translate('title_h1_heading', 'Your h1 text goes here'); ?></h1> You can find [b]title_h1_heading[/b] in the translations
adamchaczka LiteCart Fan Depuis Poland Membre depuis oct. 2023 adamchaczka 4 oct. 2024 12:11 Thank You jackmaessen. Sorry for late reply. I want add H1 to mainpage of Mybudio.eu shop. All analyzers show me the lack of H1 heading on the main page of the store. It seems strange to me because the store technically seems to be really well done.
label LiteCart Fan Depuis Australia Membre depuis déc. 2018 label 6 janv. 2025 00:37 If you are wanting to add the H1 & text into the homepage above the "Subscribe to our newsletter" box, you can add HTML to includes/templates/default.catalog/pages/index.inc.php after the manufacturer's logo box. <?php include vmod::check(FS_DIR_APP . 'includes/boxes/box_manufacturer_logotypes.inc.php'); ?>