I have had some problems with classes not being recognized, but that seems to be solved by the cache cleaning button in the tailpress settings. This is also where you can edit the tailwind config, i found out, which was a bit confusing having to write json instead of js, and the invalid json just being erased on saving without any explanation.
Would be nice to be told more explicitely that this is where the config is located, how to write it in json, maybe some example(s) of what/how you can write, and an informative error message of sorts when not writing valid json, instead of just having it erased. But i figured it out, and i’m very happy with the plugin.
]]>I did a upgrade to Colormag Pro.
But now suddenly a “Example Widget” show up on the frontpage? Anyone know how I can find a remove this widget?
Site is: www.inden.no ..
Long time since I have worked in WordPress ++ this now, but I simply can′t find it anywhere?
]]>Currently, I am trying to add all users to this group because I have not yet implemented the email check.
Here is the code I am using:
add_action( 'user_register', 'add_user_to_group', 10, 1 );
function add_user_to_group( $user_id ) {
do_shortcode('[groups_join group='Prenium']');
}
However, it appears that this code is not functioning as expected. When I create an account, the user is not being added to the correct group. He is added to the “registerd” group, who is the default group.
I’m using WordPress version 6.3.1, and I’m certain that the group name is correct, and the shortcode seems to exist.
If anyone has any ideas about why this is not working, I would greatly appreciate your input.
Thank you for your assistance!
]]>wp.blocks.registerBlockVariation(
'core/gallery',
{
...custom stuff...
example: {
attributes: {
cover: "https://www.mywebsite.com/wp-content/themes/mytheme/assets/blockpreview.jpg",
},
viewportWidth: 800
},
isDefault: true
}
);
like:
if member-of ‘B”B then….
This looks like a brilliant plugin. I have a rather boring phpBB bulletin board at the moment. I keep thinking about moving it somehow to WP, but never really see a big advantage. However, if I could add some extra content like this, then maybe I’d push myself a bit to do it.
I was wondering if anyone would like to share some example sites, so I can see what it looks like?
Thanks.
]]>