brian7997
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] Caching Encoding issue UTF-8Thanks for the quick reply! Much appreciated.
Forum: Plugins
In reply to: [Popups for Divi] Firefox JS/CSS error in front.min.js on 2.3.6This error is breaking my ajax form. Please fix or provide a patch! I can not decipher this code.
Looks like this may be a conflict with SG OPTIMIZER. Strangely deactivating CF7 Styler fixed the issue temporarily. But it came back once I enabled SG OPTIMIZER.
MY BAD.
FYI: for those getting a similar issue, I found that the “Supreme Modules Lite – Divi Theme, Extra Theme and Divi Builder” plugin breaks the custom button feature. I think it may conflict with other settings too.
Forum: Plugins
In reply to: [WP Permastructure] Include sitemap bug fix in next version releaseThanks man, saved me a ton of time! Where should I send the beer? ??
Forum: Plugins
In reply to: [WC Fields Factory] Showing custom field twiceStill not fixed for me. Using Ark Theme. Everything is updated. ??
Any PHP dev want some easy money?
There is a simple fix:
Please update and push revised version.
Forum: Plugins
In reply to: [Contact Form 7: Zoho Leads integration] Custom Field Mapping not working.This is my problem too. Custom Fields not sending. I think they are handled differently that default lead fields.
It is most likely the version of PHP being used that is the issue.
If you are using a shared host try adding…
AddHandler application/x-httpd-php56 .php .php5 .php4 .php3
to your .htaccess file
If PHP 5.6 is installed it will use it instead. This could cause conflicts elsewhere so test.
Forum: Plugins
In reply to: [Youtube Channel Gallery] No documentation for shortcodes?the documentation is mixed with the widget doc…
Key: You must insert your own API key. The API key inserted is an example and if you do not change the API key for yours you may receive an error message of exceeded quota. This is necessary in version 3 of the YouTube API, Obtaining authorization credentials. Shortcode attribute: key; value: API key. (Required).
Video feed type: option to select the feed type to use to show videos. You can select Uploaded by a user, User’s favorites, User’s likes or Playlist. Shortcode attribute: feed; value: user (default), favorites, likes or playlist. (Optional).
Identify by: option to select the type you want id to use to identify your channel, your user name or id channel. Shortcode attribute: identify_by; value: username (default) or channelid. (Optional).
YouTube user id or playlist id: the user id of the user’s Youtube videos you want to show or the id of the playlist. Shortcode attribute: user; value: String. (Required).Forum: Plugins
In reply to: [Youtube Channel Gallery] No documentation for shortcodes?Where is the documentation?
Here are all the shortcode attributes but I can’t figure it out…
shortcode_atts( array( 'vanity' => $instance['vanity'], 'channel' => $instance['channel'], 'username' => $instance['username'], 'playlist' => $instance['playlist'], 'res' => '', // (deprecated, but leave for back compatibility) ex res 'use_res' => '', // (deprecated, but leave for back compatibility) ex use_res 'resource' => $instance['resource'], // ex use_res 'only_pl' => 0, // disabled by default (was: $instance['only_pl'],) 'cache' => $instance['cache'], // ex cache_time 'privacy' => $instance['privacy'], // ex showvidesc 'fetch' => $instance['fetch'], // ex maxrnd 'num' => $instance['num'], // ex vidqty 'random' => 0, // ex getrnd 'ratio' => $instance['ratio'], 'width' => $instance['width'], 'responsive' => ( ! empty( $instance['responsive'] ) ) ? $instance['responsive'] : '0', 'show' => $instance['display'], // (deprecated, but keep for back compatibility) ex to_show 'display' => $instance['display'], 'no_thumb_title' => 0, 'themelight' => $instance['themelight'], 'controls' => $instance['controls'], 'autoplay' => $instance['autoplay'], 'mute' => $instance['autoplay_mute'], 'norel' => $instance['norel'], 'playsinline' => $instance['playsinline'], // play video on mobile devices inline instead in native device player 'showtitle' => $instance['showtitle'], // none, above, below 'showdesc' => $instance['showdesc'], // ex showvidesc 'nobrand' => ( ! empty( $instance['modestbranding'] ) ) ? $instance['modestbranding'] : '0', 'desclen' => $instance['desclen'], // ex videsclen 'noinfo' => $instance['hideinfo'], 'noanno' => $instance['hideanno'], 'goto_txt' => $instance['goto_txt'], 'popup' => $instance['popup_goto'], 'link_to' => $instance['link_to'], // none, vanity, channel, legacy 'class' => ( ! empty( $instance['class'] ) ) ? $instance['class'] : '', ), $atts )
Forum: Plugins
In reply to: [Quotes Collection] Not Refreshing/Next Quote not WorkingThat does solve the problem, but not permanently. As anyone found a solution to this. I even tried excluding the page and it is still causing problems.
A username blacklist would be great. I have so many admin user attmepts. In addition to that though, there should also be a URL blacklist. So…
https://domain.com/admin BANNED https://domain.com/administrator BANNED
I know 404 errors handles this, but if you have a lot of real 404 problems, then your stuck up-ing the threshold.
This would be a lot more aggressive
Forum: Plugins
In reply to: [iQ Block Country] IP Blacklisted from wrong countryA lot of WP sites use caching. I suggest you find a way to prevent the blocked messages from being cached.
Forum: Plugins
In reply to: [iQ Block Country] IP Blacklisted from wrong countryI checked it with the tool and it came up Canada but was blocked. So I think you have a bug. I double checked the blocked Countries — Russia, China, Romania for admin and front.
If I use the search tool and it does identifies as Canada, then that is the DB it is using for blocking I assume. It wouldn’t be searching another DB then block using something else?
If that is the case then you definitely have a problem.
Are their any known conflicts with caching or cloudflare?