• 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: problem with icon

problem with icon 3 years 11 months ago #40139

Hello,
i used this module for a lot of website, thanks.
i have problem to see icon, i see white rectangle, all website are in https, the font can't work apparamently.
why can i do ?
yannick
The administrator has disabled public write access.

problem with icon 3 years 11 months ago #40172

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 559
  • Thank you received: 102
Hello,

Is there any way possible you can provide a direct link so we can have a closer look at this?
The administrator has disabled public write access.

problem with icon 3 years 11 months ago #40174

Hello,
i see this problem with the last version of joomla...
i change something in htaccess too...
maybe i make a mistake :

# http vers https
RewriteEngine on
RewriteCond %{SERVER_PORT} 80
RewriteCond %{REQUEST_URI} !
RewriteRule ^(.*)$ www.accueilencreuse.com/$1 [R=301,L]

# forcer le www sur https
RewriteEngine on
RewriteCond %{HTTP_HOST} ^accueilencreuse.com [NC]
RewriteCond %{REQUEST_URI} !
Rewriterule ^(.*) www.accueilencreuse.com/$1 [L,R=301,NC]

# sans www vers www
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^accueilencreuse.com [NC]
RewriteRule ^(.*)$ www.accueilencreuse.com/$1 [R=301,NC]


some links :
www.jeux-efce.com
www.accueilencreuse.com
www.association-alis.com

i find the problem, i active compress CSS/JS in template...

thanks
Last Edit: 3 years 11 months ago by contact440.
The administrator has disabled public write access.

problem with icon 3 years 11 months ago #40176

Ok,
effectively, i can't put rssocial-font.css in compress CSS...
sorry by my stress,
good day,
Yannick
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!