Please Log in or Create an account to join the conversation.
Try using CBs CSS override functionality. See the below on how to use it.Where to find it ? And if i cannot change it, how to hide it.
.cbUserListResultCount {
display: none !important;
}
Does not work in my custom.css
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
pjharley wrote: The language override for lists isn't working for me. Can you please check?
I have the following in my cblanguageoverride-language.php file:
'USERLIST_5_TOTAL_REGISTERED_MEMBERS' => '[SITENAME] has %%TOTAL%% Prospect|[SITENAME] has %%TOTAL%% Prospects',
'USERLIST_5_COUNT_MEMBERS' => '%%USERS_COUNT%% Prospect|%%USERS_COUNT%% Prospects',
'USERLIST_6_TOTAL_REGISTERED_MEMBERS' => '[SITENAME] has %%TOTAL%% ex-Member|[SITENAME] has %%TOTAL%% ex-Members',
'USERLIST_6_COUNT_MEMBERS' => '%%USERS_COUNT%% ex-Member|%%USERS_COUNT%% ex-Members',
'USERLIST_7_TOTAL_REGISTERED_MEMBERS' => '[SITENAME] has %%TOTAL%% Member|[SITENAME] has %%TOTAL%% Members',
'USERLIST_7_COUNT_MEMBERS' => '%%USERS_COUNT%% Board Member|%%USERS_COUNT%% Board Members',
'USERLIST_8_TOTAL_REGISTERED_MEMBERS' => '[SITENAME] has %%TOTAL%% Board Member|[SITENAME] has %%TOTAL%% Board Members',
'USERLIST_8_COUNT_MEMBERS' => '%%USERS_COUNT%% Board Member|%%USERS_COUNT%% Board Members',
'USERLIST_9_TOTAL_REGISTERED_MEMBERS' => '[SITENAME] has %%TOTAL%% Assistant|[SITENAME] has %%TOTAL%% Assistants',
'USERLIST_9_COUNT_MEMBERS' => '%%USERS_COUNT%% Assistants|%%USERS_COUNT%% Assistants',
'SITENAME_HAS_TOTAL_REGISTERED_MEMBERS' => 'There is %%TOTAL%% member in this list|There are %%TOTAL%% members in this list',
'USERS_COUNT_MEMBERS' => '%%USERS_COUNT%% member|%%USERS_COUNT%% members',
None of the USERLIST_# overrides work but the last one 'SITENAME_HAS_TOTAL_REGISTERED_MEMBERS' does work.
The number in the above denotes the List ID.
What am I doing wrong?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.