Okay
  Public Ticket #1040074
Image buttons are missing
Closed

Comments

  •  2
    Jean-Luc started the conversation

    DTTT_buttons and paginate_buttons appear on iPad/iPhone Safari but not on desktop Chrome, Firefox or IE .

    Thank you for your help.
    Jean-Luc

  • [deleted] replied

    Hi Jean-Luc,
    Thank you for the purchase.

    This issue is related with your WordPress settings. If you open developer console you will see message:

    "Access to Font at 'http://paroisses-verviers-limbourg.be/wp-content/plugins/wpdatatables/assets/fonts/wpdatatablesicons-base.ttf' from origin 'http://www.paroisses-verviers-limbourg.be' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.paroisses-verviers-limbourg.be' is therefore not allowed access."

    Because of that font can't be loaded on your WordPress site. You can take a look at this tutorial how you can resolve this issue by changing WordPress settings:

    http://crunchify.com/how-to-fix-access-control-allow-origin-issue-for-your-https-enabled-wordpress-site-and-maxcdn/

    http://stackoverflow.com/questions/37407813/cross-origin-resource-sharing-policy-no-access-control-allow-origin

  •  2
    Jean-Luc replied

    Thank you for your answer. As suggested in the tutorial I added in .htaccess the following lines :

    <IfModule mod_headers.c>
      <FilesMatch "\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$">
        Header set Access-Control-Allow-Origin "*"
      </FilesMatch>
    </IfModule>

    That solves the problem and the icons appear now.


  • [deleted] replied

    Hi Jean-Luc,

    You are welcome. We'd greatly appreciate it if you could take a minute and leave a review on CodeCanyon on this link. Thanks!