• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Facebook comment dark template

Facebook comment dark template 11 years 9 months ago #18267

Now there is no option to select what colorsheme you want load for facebook comments (hope this will be integraded because is very simple)

for now if you use a dark template the comment text will be invisible to change this open

site/componentes/com_rseventspro/helpers/rseventspro.php

and change line 1844

from
return '<div id="fb-root"></div><fb:comments href="'.rseventsproHelper::shareURL($id,$name,true).'" num_posts="5"  width="650"></fb:comments>';

to
return '<div id="fb-root"></div><fb:comments href="'.rseventsproHelper::shareURL($id,$name,true).'" num_posts="5" data-colorscheme="dark" width="650"></fb:comments>';
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!