TheLievense
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Issue with TikTok embedsIt appears that this was a Tiktok issue as it has resolved itself today.
Forum: Plugins
In reply to: [WP Help] Testing with new WP version?I pinged the developer on Twitter and he just updated the plugin to reflect that it is compatible with WP 6.2.2
Forum: Plugins
In reply to: [WP Help] Awesome plugin, any update for 2023 ?I pinged the developer on Twitter and he just updated it to reflect that it is compatible with WP 6.2.2
Forum: Plugins
In reply to: [Beautiful Cookie Consent Banner] Cookie Length not working on MobileAny update? It’s been 4 months since this was initially opened.
Forum: Plugins
In reply to: [Beautiful Cookie Consent Banner] Cookie Length not working on MobileNikel,
I sent the information months ago and haven’t heard from you. This seems to be an issue primarily with iPhone users. Is it possible Apple’s new privacy settings are interfering here?
Much appreciated!
Forum: Plugins
In reply to: [Beautiful Cookie Consent Banner] Cookie Length not working on MobileWould be great if a theme has either guttenberg block or theme file based templates that the plugin could control the visibility of this metabox.
- This reply was modified 3 years, 4 months ago by TheLievense.
Jumping in here Template absolutely is a core metabox PROVIDED that your theme supports / has defined multiple templates. They can be defined multiple ways
Guttenburg Templates:
https://themeisle.com/blog/wordpress-post-templates/#gutenbergVia Global Templates:
https://developer.www.ads-software.com/themes/template-files-section/page-template-files/#creating-custom-page-templates-for-global-useThe latter is the approach taken by us via a single-fullwidth.php template defined in the theme like such:
<?php /* Template Name: Full-width Template Post Type: post, page */
- This reply was modified 3 years, 4 months ago by TheLievense.
Forum: Plugins
In reply to: [Beautiful Cookie Consent Banner] Cookie Length not working on MobileForum: Plugins
In reply to: [Beautiful Cookie Consent Banner] Cookie Length not working on MobileYes we have this option checked.
Forum: Plugins
In reply to: [oEmbed Plus] Instagram Reels do not embedAlso note that iFramely does properly render Reels so it is something that CAN be supported:
https://iframely.com/embed/https%3A%2F%2Fwww.instagram.com%2Freel%2FCTuakCmAhU5%2F
Forum: Plugins
In reply to: [oEmbed Plus] Instagram Reels do not embedI JUST opened an issue in GitHub reporting exactly the same thing:
Forum: Plugins
In reply to: [Edit Author Slug] Please add support for Co Author Plus pluginI seem to having an issue as well when using these two plugins together.
So not sure what functionality you guys need but it appears that ACF has a built in Taxonomy field now. I just did the following and my system is now working right:
1.) Update to ACF 4.1
2.) Edit the field and change field type from Text to Taxonomy (under Relational)
3.) Choose which taxonomy group I wanted to display
4.) Set the field selection method (in this case Select instead of checkbox)
5.) Save changes to custom field set
6.) Go into the post that was using this field set and simply click save (all of the previous values were already populated)Then everything was working fine. Hope this helps with your issue.