vbaimas
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Fixing WordPress
In reply to: Image EditorHello @kennedto100.
Please check the wp-smushit : https://ww.wp.xz.cn/plugins/wp-smushit/
It optimizes all of your image files in .jpeg, .png and .gif formats using advanced compression techniques and saves lots of storage space, also it auto-smushes all your attachments on upload while you can also smush your attachments manually in the media library.
Forum: Fixing WordPress
In reply to: Icomoon problemHello @sinoptik99.
In your style.css instead of :
@font-face { font-family: 'icomoon'; src: url('fonts/icomoon.eot?jvzn1r'); src: url('fonts/icomoon.eot?jvzn1r#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?jvzn1r') format('truetype'), url('fonts/icomoon.woff?jvzn1r') format('woff'), url('fonts/icomoon.svg?jvzn1r#icomoon') format('svg'); font-weight: normal; font-style: normal; }add :
@font-face { font-family: 'icomoon'; src: url('../fonts/icomoon.eot?jvzn1r'); src: url('../fonts/icomoon.eot?jvzn1r#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?jvzn1r') format('truetype'), url('../fonts/icomoon.woff?jvzn1r') format('woff'), url('../fonts/icomoon.svg?jvzn1r#icomoon') format('svg'); font-weight: normal; font-style: normal; }Ensure that in your folder included all the font icons.
Kind regards,
VasilisForum: Plugins
In reply to: [Product Size Chart for Woocommerce] Remove the #modal and # for URLAfter a long time i am back. For my first question i find the solution :
jQuery(document).ready(function($) { $(window).on('hashchange', function(e){ history.replaceState ("", document.title, e.originalEvent.oldURL); }); });
Viewing 3 replies - 1 through 3 (of 3 total)