frogtown
Forum Replies Created
-
Hi. 3.2.1 fixed the issue I was having with more than 20 zones. Thanks!!
Hi. Yes, it does show the correct domain name in the upper left corner next to the cloudflare logo on the settings page. We have 52 in our cloudflare account.
I experienced the same issue on new installs of 3.2.0. After entering my email address and API key, the page displays “Please select a domain that is provisioned with Cloudflare.” just below the Home, Settings and Analytics buttons. Cleared cloudflare, and local cache (no cache plugins). Tried reinstalling, but no luck. Running WP 3.7.3. Here’s the console output:
compiled.js?ver=3.2.0:25 Download the React DevTools for a better development experience: https://fb.me/react-devtools
compiled.js?ver=3.2.0:44 Download the React DevTools for a better development experience: https://fb.me/react-devtools
compiled.js?ver=3.2.0:44 action @ 08:22:58.588 @@router/LOCATION_CHANGE
compiled.js?ver=3.2.0:44 action @ 08:22:58.622 CONFIG_FETCH
compiled.js?ver=3.2.0:44 action @ 08:22:58.718 @@router/LOCATION_CHANGE
compiled.js?ver=3.2.0:44 action @ 08:22:58.741 CONFIG_FETCH_SUCCESS
compiled.js?ver=3.2.0:44 action @ 08:22:58.745 CONFIG_UPDATE_BY_KEY
compiled.js?ver=3.2.0:44 action @ 08:22:58.760 INTL_FETCH_TRANSLATIONS
compiled.js?ver=3.2.0:44 action @ 08:22:58.859 INTL_FETCH_TRANSLATIONS_SUCCESS
compiled.js?ver=3.2.0:44 action @ 08:22:58.863 APPLICATION_INIT
compiled.js?ver=3.2.0:44 action @ 08:23:06.918 USER_LOGIN
compiled.js?ver=3.2.0:44 action @ 08:23:07.934 USER_LOGIN_SUCCESS
compiled.js?ver=3.2.0:44 action @ 08:23:07.950 @@router/CALL_HISTORY_METHOD
compiled.js?ver=3.2.0:44 action @ 08:23:08.028 ZONES_FETCH
compiled.js?ver=3.2.0:44 action @ 08:23:08.044 @@router/CALL_HISTORY_METHOD
compiled.js?ver=3.2.0:44 action @ 08:23:08.049 @@router/LOCATION_CHANGE
compiled.js?ver=3.2.0:44 action @ 08:23:09.688 ZONES_FETCH_SUCCESS
compiled.js?ver=3.2.0:44 action @ 08:23:09.714 ZONE_SET_ACTIVE_ZONE
compiled.js?ver=3.2.0:44 action @ 08:23:23.904 @@router/CALL_HISTORY_METHODIf I delete 3.2.0 and install 3.1.1, there are no issues.
Forum: Plugins
In reply to: [WP-Filebase Download Manager] File not found!I have the same issue. When uploading a new file, the plugin acts like the upload worked, but the file is not actually uploaded, hence the file not found error. I manually added the file via FTP as a quick workaround, but I don’t know why the plugin is failing. Nothing related in the error logs either.
For me the upload problem only happens when uploading to a category. It works fine if no category is selected.
It seems to happen 2-3 days. During that time we haven’t updated WP or any plugins. Anyone else having that issue?
Forum: Fixing WordPress
In reply to: How to show html tags in truncate_post functionDepending on what version of Elegant Themes you’re using, the line # might be different (mine was 115). In the file stuffthatspins noted (theme/epanel/custom_functions.php) search for this code and comment it out…
//$truncate = strip_tags($truncate)