Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
This reply has been marked as private.This reply has been marked as private.
the german website is based at http://thenew.mexperts.de/
the english on (WPML) at http://thenew.mexperts.com/Hi Ed, thanks so much for your help. It works now.
So the solution for everyone hosting their one wordpress site on multiple domains (for example to have 2 different languages) and experiencing the described problems above. As Ed found out to enable CORS.
Here is how to do this on a Apache Web Server.
In the .htaccess file of your wordpress installation root ad the following block
<FilesMatch ".(ttf|otf|eot|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>
Be sure mod.headers is enabled on your Apache. If you want to get sure shh your server with
a2enmod headers
and restart Apache to activate.
sudo service apache2 reload
Information about enabling CORS on other server environments can be found at
http://enable-cors.org/server.htmlHave fun!
FlorianThis reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Mohammad,
thanks for the feedback. I added these lines to my .htaccess file but without success. The icons are displayed on http://thenew.mexperts.de but not on the http://thenew.mexperts.com alias domain.
Florian
Thanks Kyle, inline style does the job -> see http://www.clippingreport.com/
Thanks!
FlorianHi Mohammad, I am using Flexform. I have played around with the Swift Framework Shortcodes and changed some values so [icon image="archive" size="large" cont="no"] was working without modifying any css or other file… But however i was wondering if i am able to control the color of the icon…
Thanks,
FlorianHi Mohammad, i have to include the icons via
[icon image="archive" size="large" cont="no"]
for example. I found no way to change the color of the icon itself. Is there a solution?
Thanks!
Florian– Filter Twitter-Feet by Hashtag(s). Display only Tweets meeting the criteria.
– Display RSS News Feed from external Websites > Liket Latest Tweets, but as source a RSS FeedHi there,
1) in the “theme options” > “social profiles” you have integrated “XING”. Thanks for that. However i really like to see the Xing-Option anywhere else. Especially i miss it at “Team Members”. As Xing is the most important social business network in the german speaking countries, i really would love to see that in a future update!
2) There is an error in the translation of the “Tweets element” in German. In english you say “23 minutes ago” but in German you say “ago 23 minutes” what means translated “vor 23 Minuten”. The word “vor” must bei n front of the time. See screenshot.
Thanks and all the best!
Florian -
Posted in: We hit Power Elite.