Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • in reply to: Translation issue Tweets Slider #84163
    mexpertsag
    Member
    Post count: 15
    This reply has been marked as private.
    in reply to: Translation issue Tweets Slider #84107
    mexpertsag
    Member
    Post count: 15
    This reply has been marked as private.
    in reply to: Translation issue Tweets Slider #84072
    mexpertsag
    Member
    Post count: 15

    the german website is based at http://thenew.mexperts.de/
    the english on (WPML) at http://thenew.mexperts.com/

    in reply to: Font Awesome errors in FIrefox #75146
    mexpertsag
    Member
    Post count: 15

    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.html

    Have fun!
    Florian

    in reply to: Font Awesome errors in FIrefox #74588
    mexpertsag
    Member
    Post count: 15
    This reply has been marked as private.
    in reply to: Font Awesome errors in FIrefox #74510
    mexpertsag
    Member
    Post count: 15
    This reply has been marked as private.
    in reply to: Font Awesome errors in FIrefox #74505
    mexpertsag
    Member
    Post count: 15
    This reply has been marked as private.
    in reply to: Font Awesome errors in FIrefox #74459
    mexpertsag
    Member
    Post count: 15

    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

    in reply to: help using font awesome #69993
    mexpertsag
    Member
    Post count: 15

    Thanks Kyle, inline style does the job -> see http://www.clippingreport.com/

    Thanks!
    Florian

    in reply to: help using font awesome #69823
    mexpertsag
    Member
    Post count: 15

    Hi 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,
    Florian

    in reply to: help using font awesome #69706
    mexpertsag
    Member
    Post count: 15

    Hi 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

    in reply to: Dante Feature Request #67224
    mexpertsag
    Member
    Post count: 15

    – 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 Feed

    in reply to: Dante Feature Request #63191
    mexpertsag
    Member
    Post count: 15

    Hi 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

Viewing 13 posts - 1 through 13 (of 13 total)