webmaster1983
Forum Replies Created
-
Forum: Plugins
In reply to: [Cookie Information | Free GDPR Consent Solution] More Info Accept dont workI changed code in front.js line 208
if ($checkboxes.length > 0) {
for (var i = 0; i < $checkboxes.length; i++) {
var $checkbox = $checkboxes[i],
value = $checkbox.value;
if ($checkbox.checked === true && !isNaN(value)) {
checked.push(parseInt(value));
}
}
if (checked.length > 0) {
_saveCookie(consentCookieName, checked);
} else {
_saveCookie(consentCookieName, ‘decline’);
_saveCookie(consentCookieName, checked);
}
}
//I added this code and now work—–>>>
else{_saveCookie(consentCookieName, checked);}- This reply was modified 5 years, 2 months ago by webmaster1983.
Forum: Plugins
In reply to: [Fast Velocity Minify] Latin extended not working for google inlineI fix it, I changle latin to latin-ext, now work. Thanks for fast reply. Very fast for Fast Velocity Minify. Awesome!!
https://mimiko.studiobelgrade.com/
- This reply was modified 5 years, 2 months ago by webmaster1983.
Forum: Plugins
In reply to: [Fast Velocity Minify] Latin extended not working for google inlineHello, I am using this link without minify it is generated by php https://fonts.googleapis.com/css?family=Source+Sans+Pro%3A300%2C400%2C600%2C700%2C900%7CGreat+Vibes&display=swap&subset=latin&ver=5.2.3 – when you follow this link inside is latin-ext font, and everything working fine.
After inline with fast velocity minify I got this font, some leather dont show, or show replacement.
https://fonts.gstatic.com/s/greatvibes/v7/RWmMoKWR9v4ksMfaWd_JN9XFiaI.woff
Forum: Plugins
In reply to: [Fast Velocity Minify] Latin extended not working for google inlineOK, but this dont work for latin-ext case, this url I posted was generated by wp function when user choose font.
$path = ( is_ssl() ? 'https' : 'http' ) . '://fonts.googleapis.com/css?family=' . join( '|', $fonts ); if( $subsets = themify_get_font_subsets() ) { $subsets = join( ',', $subsets ); $subsets = str_replace( ' ', '', $subsets ); $path .= '&subset=' . $subsets; } wp_enqueue_style( 'themify-google-fonts', $path );
Forum: Plugins
In reply to: [Fast Velocity Minify] Latin extended not working for google inlineHello, I am using this link to import font https://fonts.googleapis.com/css?family=Source+Sans+Pro%3A300%2C400%2C600%2C700%2C900%7CGreat+Vibes&display=swap&subset=latin&ver=5.2.3
After inline with fast velocity minify I got this
https://fonts.gstatic.com/s/greatvibes/v7/RWmMoKWR9v4ksMfaWd_JN9XFiaI.woff
https://mimiko.studiobelgrade.com/
- This reply was modified 5 years, 2 months ago by webmaster1983.
You need to set thumbnail image size.
Forum: Plugins
In reply to: [Fast Velocity Minify] Latin extended not working for google inlineIt work for sometimes, after I change some settings in Fast Velocity Minify problem appear again and still apear after revert, to reproduce this error, I am using free “themify builder” and buld-in google font api. I am curently disable builder font method and added code for font manuely.
Forum: Plugins
In reply to: [Fast Velocity Minify] Latin extended not working for google inlinever 2.7.3 fix the problem ??
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Category IssueI have same problem, I deleted category , and no product in it, but steal, there is page exist, I think its a bad for seo, double content. And its also translated “nekategorizovano” – no category. Here is a link for bouth page
https://www.kamenbeograd.rs/cena/nekategorizovano/struganik/
https://www.kamenbeograd.rs/cena/dekorativni/struganik/Category nekategorizovano doesn’t exist, but product still showing?