Creative Sparks
Forum Replies Created
-
Please update as soon as possible 🙂
Forum: Plugins
In reply to: [Shiprocket] COD Shipping Cost not updating+1, it is a must-have feature. Please release an update.
Forum: Plugins
In reply to: [Shiprocket] How can embed tracking link to ecommerce store@shiprocket: The trakcing code sync is a must-have feature. Please reease update with tracking code intergration wth popular shipping tracking plugin and fix the bug that not showing cod fee in the shipping rate.
Forum: Plugins
In reply to: [WPAdmin AWS CDN] Icons Missing After Activating The Plugin@ladiesman217 : You need to install mod_headers & CORS. My server has Nginx, Apache, Varnish web server. So here is what I did:
In apache main config file (/usr/local/apache/conf/httpd.conf), add
<IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule>In apache domain vHost, add,
<IfModule mod_headers.c> location ~* \.(ttf|ttc|otf|eot|woff|woff2)$ { add_header 'Access-Control-Allow-Origin' '*'; } </IfModule>In Nginx domain vhost (/etc/nginx/conf.d/vhosts/yourdomain.com.conf), add.
location ~* \.(ttf|ttc|otf|eot|woff|woff2)$ { add_header 'Access-Control-Allow-Origin' '*';If you have a different web server, google how to installs CORS.
Forum: Plugins
In reply to: [WPAdmin AWS CDN] Icons Missing After Activating The Plugin@luckychingi : Thank you so much for all your help. I didn’t receive this kind of prompt support from any other developers. You’re awesome. 🙂
Forum: Plugins
In reply to: [WPAdmin AWS CDN] Icons Missing After Activating The Plugin@luckychingi : Email sent 😀 [support wpadmin.ca]
Forum: Plugins
In reply to: [WPAdmin AWS CDN] Icons Missing After Activating The PluginI’m really sorry for replying late. I was out of town. I couldn’t find CORS headers in apache configuration. So I added it but doesn’t seem to change anything. Still, Icons are missing.
Forum: Plugins
In reply to: [WPAdmin AWS CDN] Icons Missing After Activating The PluginGreat, Thank you so much for trying to help me. It means a lot to me <3
Forum: Reviews
In reply to: [WPAdmin AWS CDN] Simply BestHi sir, I’m facing an issue after enabling CloudFront through our plugin. All the icons on the website including WordPress dashboard icons show as a blank square(Screenshot-
http://prntscr.com/mxt3dz). Any way to fix?