Title: webmaster1983's Replies | WordPress.org

---

# webmaster1983

  [  ](https://wordpress.org/support/users/webmaster1983/)

 *   [Profile](https://wordpress.org/support/users/webmaster1983/)
 *   [Topics Started](https://wordpress.org/support/users/webmaster1983/topics/)
 *   [Replies Created](https://wordpress.org/support/users/webmaster1983/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/webmaster1983/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/webmaster1983/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/webmaster1983/engagements/)
 *   [Favorites](https://wordpress.org/support/users/webmaster1983/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cookie Information | Free GDPR Consent Solution] More Info Accept dont work](https://wordpress.org/support/topic/more-info-accept-dont-work/)
 *  Thread Starter [webmaster1983](https://wordpress.org/support/users/webmaster1983/)
 * (@webmaster1983)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/more-info-accept-dont-work/#post-11921414)
 * I 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 6 years, 8 months ago by [webmaster1983](https://wordpress.org/support/users/webmaster1983/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Velocity Minify] Latin extended not working for google inline](https://wordpress.org/support/topic/latin-extended-not-working-for-google-inline/)
 *  Thread Starter [webmaster1983](https://wordpress.org/support/users/webmaster1983/)
 * (@webmaster1983)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/latin-extended-not-working-for-google-inline/#post-11910876)
 * I 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/](https://mimiko.studiobelgrade.com/)
    -  This reply was modified 6 years, 8 months ago by [webmaster1983](https://wordpress.org/support/users/webmaster1983/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Velocity Minify] Latin extended not working for google inline](https://wordpress.org/support/topic/latin-extended-not-working-for-google-inline/)
 *  Thread Starter [webmaster1983](https://wordpress.org/support/users/webmaster1983/)
 * (@webmaster1983)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/latin-extended-not-working-for-google-inline/#post-11910823)
 * Hello, 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](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](https://fonts.gstatic.com/s/greatvibes/v7/RWmMoKWR9v4ksMfaWd_JN9XFiaI.woff)
 * [https://mimiko.studiobelgrade.com/](https://mimiko.studiobelgrade.com/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Velocity Minify] Latin extended not working for google inline](https://wordpress.org/support/topic/latin-extended-not-working-for-google-inline/)
 *  Thread Starter [webmaster1983](https://wordpress.org/support/users/webmaster1983/)
 * (@webmaster1983)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/latin-extended-not-working-for-google-inline/#post-11909620)
 * OK, 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Velocity Minify] Latin extended not working for google inline](https://wordpress.org/support/topic/latin-extended-not-working-for-google-inline/)
 *  Thread Starter [webmaster1983](https://wordpress.org/support/users/webmaster1983/)
 * (@webmaster1983)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/latin-extended-not-working-for-google-inline/#post-11909148)
 * Hello, 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](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://fonts.gstatic.com/s/greatvibes/v7/RWmMoKWR9v4ksMfaWd_JN9XFiaI.woff)
 * [https://mimiko.studiobelgrade.com/](https://mimiko.studiobelgrade.com/)
    -  This reply was modified 6 years, 8 months ago by [webmaster1983](https://wordpress.org/support/users/webmaster1983/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LazyLoad Plugin – Lazy Load Images, Videos, and Iframes] Images are out of their place in every YouTube video thumbnail.](https://wordpress.org/support/topic/images-are-out-of-their-place-in-every-youtube-video-thumbnail/)
 *  [webmaster1983](https://wordpress.org/support/users/webmaster1983/)
 * (@webmaster1983)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/images-are-out-of-their-place-in-every-youtube-video-thumbnail/#post-11783587)
 * You need to set thumbnail image size.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Velocity Minify] Latin extended not working for google inline](https://wordpress.org/support/topic/latin-extended-not-working-for-google-inline/)
 *  Thread Starter [webmaster1983](https://wordpress.org/support/users/webmaster1983/)
 * (@webmaster1983)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/latin-extended-not-working-for-google-inline/#post-11782131)
 * It 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Velocity Minify] Latin extended not working for google inline](https://wordpress.org/support/topic/latin-extended-not-working-for-google-inline/)
 *  Thread Starter [webmaster1983](https://wordpress.org/support/users/webmaster1983/)
 * (@webmaster1983)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/latin-extended-not-working-for-google-inline/#post-11779474)
 * ver 2.7.3 fix the problem 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] WooCommerce Category Issue](https://wordpress.org/support/topic/woocommerce-category-issue/)
 *  [webmaster1983](https://wordpress.org/support/users/webmaster1983/)
 * (@webmaster1983)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/woocommerce-category-issue/#post-10463893)
 * I 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/nekategorizovano/struganik/)
   [https://www.kamenbeograd.rs/cena/dekorativni/struganik/](https://www.kamenbeograd.rs/cena/dekorativni/struganik/)
 * Category nekategorizovano doesn’t exist, but product still showing?

Viewing 9 replies - 1 through 9 (of 9 total)