K
K
Kirill Abdulov2020-06-19 19:40:07
Joomla
Kirill Abdulov, 2020-06-19 19:40:07

How to add text to a page from the Joomla admin?

I'm making up the layout of a site for the sale of cars, on the site the cars are presented in the form of cards, which describe some of their characteristics. These cards look like this
5eecea1313077973194513.png
. they are entered directly in the markup, for example

...
<div class="auto_card">
    <img src="" alt="" class="auto_image">
    <div class="auto_name">Mercedes gle</div>
    <div class="auto_body">Купе</div>
    <div class="auto_equipment">Prestige</div>
    <div class="auto_engine">3.0 л / 380 л.с / бензин</div>
    <div class="auto_price-buy">
        <div class="auto_price">$24,500</div>
        <div class="auto_buy-button"></div>
    </div>
</div>
...

And there are as many such blocks on the site as there are cars in the layout, and all differ only in textual data. Therefore, in cases where it will be necessary to change some field, you will have to climb into htmland change it there. To avoid this, it was decided to use CMS Joomlaor WordPress(well, as it were clear that it would be easier with cms). But I don't know how exactly you can simplify WordPress\Joomlathis task with the help. I looked at the course on these cms and googled my question, but I didn’t manage to google anything. Is there a way to fill\edit these fields in the admin panel so that the data from these fields is then entered into these cards.

In general, in short, how to change the text in these blocks from the Joomla panel?
This is how the full catalog with cards looks like
5eecea65620ea402106964.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nadim Zakirov, 2020-06-19
@zkrvndm

You can save your cards as materials, and then display them as a category blog by predefining the output template on your own so that it is displayed as cards. Of course, you won't have any filters in this case. If filters are needed, it is necessary to write a plugin specifically for your task.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question