missing piscture for twitter, google+, arrows, etc.

Posted in: Newspaper
Post count: 6

Dear All,
I buy this great theme, but I have one problem.
Some times, I do not see Twitter icon and Google Plus icon, arrows to navigate, etc.
Look on the picture.
Please, where I can make this to work?

I use W3 Cache plugin, but it is not activated now, and also this not showing.

When I refresh some time I see normal, and 80% of the time is like from the picture.
Thank You in advance.a

http://ciux.com/download123/newspaper_design.jpg

Post count: 13

This also happen to my site. At first I thought it was cache problem. But my cache program is running fine.

Post count: 1341
Post count: 6

I update .htaccess like this, but problem is still there.
Is there another solution?

<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”
</IfModule>

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Post count: 6

I find the solution, there is no need to insert any code inside .htaccess
just under WordPress -> Settings -> General
under WordPress Address (URL) & Site Address (URL) if Your domain is like: http://domain.com
change it to http://www.domain.com
Only this.

Work for me.
Thank You all for the help.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.