vnadmin
Total posts: 26
14 Апр 2017 03:41

I want to do some formatting to plan page (Emerald 10).

1) I would like to remove the message that appears: 'This Page does not list all the available subscriptions.......'

2) Can you help me with the location of where to edit the css. for this page

When I added the multi-users to one of the plans the alignment is now offset.

emeraldpageedits


pepperstreet VIP
Total posts: 3,837
14 Апр 2017 23:18

Hello vnadmin,

1.) The message text can be hidden in two ways:

  • See J! menuitem for your plans list (group). There is a parameter to turn it ON/OFF.
  • Or create a J! language override for the constant EM_NOT_ALL_PLANS. Just delete the entire text value.

2.) the default templates, like:

default_list_default.php
default_list_table.php

are located here:

.../components/com_emerald/views/emlist/tmpl/...

If you need to modify the markup,
you can either create a copy in that location and rename it to your liking. Remember to select it in plan's group parameter.
Or create an override with the original name in your J! template's folder:

/HTML/com_emerald/emlist/...


CSS styles might be inline, or just add respective rules in your J! template's custom CSS file.

Hope this helps.

Работает на Cobalt