enomoto celtislab
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin Load Filter] Deactivate plugin on specific pagesFor example, if you want to use the contact form 7 plugin only on the contact page.
1. Set the contact form 7 plugin to “Page Type” mode with “Page Type Filte”. In this state, contact form 7 is disabled for front end access.
2. Normally you specify the group (page type selection) you want to activate with “Page Type Filter Activation”, but if you want to activate only on a specific page like contact form 7, do not set the activation group I will leave it disabled.
3. Next, open contact page editing screen using contact form 7. Since the plug-in specified for “Page Type” mode is displayed in the “Page Filter Plugin” meta box, contact form 7 is activated.
If you set it in the meta box of individual page, it will take precedence over group setting by “Page Type Filter Activation”.Since I think that it will be helpful for usage etc., there is explanation page of Japanese(https://celtislab.net/wp_plugin_load_filter/), please translate it with Google translation etc.
Forum: Plugins
In reply to: [Plugin Load Filter] Plugins on Home Page?I do not know Fuzzy URL Matching filter.
Is not it wrong with another plugin.Forum: Plugins
In reply to: [Google Photos embed] Is there any way to hide caption under photosIf you enclose the URL of google photos with “embed short code” and specify caption = “false”, it will not appear.
e.g. [embed caption=”false”]https://photos.app.goo.gl/xxxxxxx[/embed]
Forum: Plugins
In reply to: [Plugin Load Filter] json/ajax filter ?It is better not to filter the plug-in, mainly in the background by wp-cron.
This is because if you register these plugins in “admin filter”, processing registered in cron will be executed only when you access the management area (in most cases, when you performed the site management operation yourself). Therefore, it will be in the same state as the site without access.
Execution of registered processing by wp – cron is basically started for all accesses. Therefore, since some degree of access is absolutely necessary, for example, it may be possible to substitute it by executing it only when accessing the homepage or archive page and not doing it on posting or fixed pages
Forum: Plugins
In reply to: [Plugin Load Filter] json/ajax filter ?Whether the request for admin-ajax.php is wp_ajax_ (backend) or wp_ajax_nopriv_ (frontend) can not be determined by is_admin(), so it should be conditional branched in the login state.
I do not understand somewhat what kind of problem is.
We do not know the details of wp-cron, but requests to wp-cron.php are not included in the subject of admin filter.Could you explain this in a straightforward way with a concrete example?
Plugin name used, target page type, expected behavior, etc.Forum: Plugins
In reply to: [Plugin Load Filter] json/ajax filter ?In order to judge backend / frontend, I think that it is necessary to check whether or not you are logged in. However, at the time of filtering plug-in loading, it is not yet ready for login judgment with the wordpress core function.
You need to implement your own login judgment function without relying on login judgment of wordpress core, and it is necessary to judge site, validity period, user information is correct from cookie and nonce … … I do not know well because I do not have much knowledge about authentication processing.
There is also a way to judge by only whether there is cookie, but if it is only it will feel something wrong.
Forum: Plugins
In reply to: [Plugin Load Filter] json/ajax filter ?Although not tried, it may be possible to set ‘wp-json’ or ‘admin-ajax’ as a keyword in the URL Page filter of the beta test function.
Forum: Plugins
In reply to: [Plugin Load Filter] Page Filter is not registered !!!! WHERE ???1. Open the “filter registration” tab and register the plugin you want to filter in “Page Filter”
2. Next, when you open the “Page Filter Activation” tab, the plug-in registered in Page Filter is displayed, so filtering setting is done for each plug-in
3. If you want to set the filter for each individual page, do it from the article edit screen
Since I think that it will be helpful for usage etc., there is explanation page of Japanese(https://celtislab.net/wp_plugin_load_filter/), please translate it with Google translation etc.
Forum: Plugins
In reply to: [Google Photos embed] Plugin is not working on our site nowPerhaps it is an error due to PHP version 5.2.
Please upgrade PHP version.Forum: Plugins
In reply to: [Google Photos embed] Plugin stopped working within BBPress?I do not know why youtube is embedded and Google Photos Embed is not embedded, but this is caused by the <p> tag.
It is necessary to deactivate and check what plug-in is affecting one by one, but editing utility etc. may automatically attach p tag.
Forum: Plugins
In reply to: [Google Photos embed] Plugin stopped working within BBPress?I confirmed that it works with the version below
WordPress 4.9.1
BBPress 2.5.14
Google Photos embed 1.0.1Please check whether other oEmbed such as Youtube is possible.
Specifying a URL and embedding does not work if extra code exists at the beginning of a line or at the end of a line. It may be that the <p> tag etc is automatically inserted.
Forum: Plugins
In reply to: [Google Photos embed] Plugin stopped working within BBPress?To use Google Photos Embed with bbPress, go to Forums Settings
You need to enable “Auto-embed links”.Forum: Plugins
In reply to: [Google Photos embed] Failed to authenticateThe posting location is different.
This plugin is not google-picasa-albums-viewer.Forum: Plugins
In reply to: [Google Photos embed] Embed AlbumYou can only embed a single photo.
Forum: Plugins
In reply to: [YASAKANI Cache] compatibility with mapsparkermapsmarker plugin ?
leaflet-maps-marker
I tried putting it in the test environment because it is an unknown plugin.
I did not understand how to use it because of many settings, but I could confirm that I can display a map with one marker on OpenStreetMap.Advanced page manager I installed the Advanced page manager plugin, but it works without problems. Since it is a page cache, the cache operation itself will not be done on the management page
I feel that there is another cause. Is there any error in JavaScript etc?