Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
vladimirtrajkovic
tagDiv Member

Hi guys,

Just to let you know that I found the cause of the issue: PHP 7.1. After I have downgraded to version PHP 7.0 everything looks smooth now.

So, I guess, keep this post in mind for the next update release 🙂

Cheers,
Vladimir

vladimirtrajkovic
tagDiv Member

Many thanks Catalin,

I followed your instructions and now everything seems fine.

Have a good day,
Vladimir

vladimirtrajkovic
tagDiv Member

Hi Andrei,

Eventually the problem was with the CDN service and it is easy solvable. So for the future reference, if someone else has the same issue, following are the lines that should be added to the .htaccess file:

# ———————————————————————-
# CORS-enabled images (@crossorigin)
# ———————————————————————-
# Send CORS headers if browsers request them; enabled by default for images.
# developer.mozilla.org/en/CORS_Enabled_Image
# blog.chromium.org/2011/07/using-cross-domain-images-in-webgl-and.html
# hacks.mozilla.org/2011/11/using-cors-to-load-webgl-textures-from-cross-domain-images/
# wiki.mozilla.org/Security/Reviews/crossoriginAttribute
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
# mod_headers, y u no match by Content-Type?!
<FilesMatch “\.(gif|png|jpe?g|svg|svgz|ico|webp)$”>
SetEnvIf Origin “:” IS_CORS
Header set Access-Control-Allow-Origin “*” env=IS_CORS
</FilesMatch>
</IfModule>
</IfModule>
# ———————————————————————-
# Webfont access
# ———————————————————————-
# Allow access from all domains for webfonts.
# Alternatively you could only whitelist your
# subdomains like “subdomain.example.com”.
<IfModule mod_headers.c>
<FilesMatch “\.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>
</IfModule>

and here is the link to the complete article https://www.maxcdn.com/one/tutorial/how-to-use-cdn-with-webfonts/

Have a good one,
Vladimir

vladimirtrajkovic
tagDiv Member

Hi Alin,

Splendid, exactly what I was looking for.

Have a great week ahead!
Vladimir

vladimirtrajkovic
tagDiv Member

Hi Alin,

Thanks for your prompt replay. If I do this, will I change the font size of all h1 and h2 tags theme-wise (posts, other pages etc.)?

And one more thing – how/where to add the custom CSS code in my theme?

Thanks,
Vladimir

vladimirtrajkovic
tagDiv Member

Wow, so simple! Thanks a lot. It is working now.
Have a great day!
Regards,
Vladimir

vladimirtrajkovic
tagDiv Member

Dear Catalin,

Here is my site htechnews.com

I have tried cleaning cache several times but it doesn’t help.

Thanks,
Vladimir

vladimirtrajkovic
tagDiv Member

Hi there,

I have found a solution. I don’t know for what reason, but if you remove semi-colon sing in front of “max_input_vars” in php.ini than it works.

Best Regards,
Vladimir

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