vee
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Bootstrap Basic] TranslationHello,
Does my answer solved your problem?
Forum: Plugins
In reply to: [W3 Total Cache] Unable to fetch Page Speed results.I’m curious what do you see the referrer being?
I mean this.
Forum: Themes and Templates
In reply to: [Bootstrap Basic] TranslationI use this code.
if (!function_exists('wimuttiAfterSetupTheme')) { function wimuttiAfterSetupTheme() { load_theme_textdomain('bootstrap-basic', get_stylesheet_directory() . '/languages/parent-theme'); load_theme_textdomain('wimutti', get_stylesheet_directory() . '/languages'); }// wimuttiAfterSetupTheme } add_action('after_setup_theme', 'wimuttiAfterSetupTheme');My translation file is in Thai language. (th.po & th.mo)
Please make sure that your translation file name is match the locale. (In my case the locale is th.)
And please make sure that you put translation file into correcy folder or directory.Forum: Plugins
In reply to: [W3 Total Cache] Unable to fetch Page Speed results.😀
I don’t see how the referrer being is.
Forum: Plugins
In reply to: [Social Sharing Plugin - Sassy Social Share] options was not deletedThanks 😉
Forum: Plugins
In reply to: [W3 Total Cache] Unable to fetch Page Speed results.Sorry, I can’t remember but I think Google APIs website had changed. They change many things as I see.
edit—-
I’m trying to repair my memory.
* Enable PageSpeed Insights API
* Go to Credentials > PageSpeed
* There is Accept requests from these HTTP referrers (web sites) (Optional) in that page.🙂
From the API manager dashboard in Google APIs website.
I got this error pagespeedonline.pagespeedapi.runpagespeed 14 times and it’s increasing every time I click Refresh Analysis in W3TC dashboard.Forum: Plugins
In reply to: [W3 Total Cache] Notice: get_currentuserinfo is deprecated from version 4.5!Hot fix for this.
https://wordpress.org/support/topic/not-so-compatible-with-45?replies=7Forum: Plugins
In reply to: [W3 Total Cache] Not so compatible with 4.5thanks @kimberly
But File: /wp-content/plugins/w3-total-cache/lib/W3/AdminActions/SupportActionsAdmin.php
Line: 656
$email = $current_user->user_email;So, I think
global $current_user;is needed or it might cause undefined variable error.Forum: Plugins
In reply to: [W3 Total Cache] Deprecated get_currentuserinfoForum: Themes and Templates
In reply to: [Bootstrap Basic] bootstrap glyphiconYes, you can.
Bootstrap glyphicon comes with Bootstrap 3 itself all you have to do is write html with class of glyphicon you want.
You do not need to install any plugin.
Example:
<i class="glyphicon glyphicon-ok"> </i>Thank you @derebaker for clarification.
Forum: Plugins
In reply to: [Polylang] Notice: unserialize(): Error at offset…thanks to @chrystl 3rd comment.
Forum: Plugins
In reply to: [W3 Total Cache] Notice: get_currentuserinfo is deprecated from version 4.5!I have the same problem. Fix please.
Forum: Themes and Templates
In reply to: [Bootstrap Basic] Tooltips not displayingNo, I don’t have bitcoin. I have only Paypal donation which is not real donation. (Paypal banned donation in my country).
https://wordpress.org/support/topic/info-17?replies=2Forum: Themes and Templates
In reply to: [Bootstrap Basic] Tooltips not displayingBy default WordPress jQuery does not support $.
Please make sure that your $ is jQuery.