Andry
Forum Replies Created
-
Yes I did. It dosen’t work for me. The variant with https://joxi.ru/82Qz1oDc4DY5dA doesn’t work nether.
Thanks for the answer, I found where to turn it off
I do that. It’s post page. This shortcode does not work for single.php temlate
Hmmm, it dosn’t work for me. I write shortcode [um_user user_id=”1″ meta_key=”country”] https://joxi.ru/eAOjxplCGw3xJ2 https://joxi.ru/5mdZVj0HJ4wkQA (User with ID=1 have field Country https://joxi.ru/J2bLoM9cMxp0yr)
Thanks for answer, and how get this fields if I need them in other page. For example in
single.php
. (id of user I know)Thanks, it helped
Ok, thanks I got that problem in a template what I created.
add_filter( 'option_show_avatars', '__return_false' );
I deactivated standard Gravatars avatars… and this important for working UM
No I don’t have any caching active. My site in the local server now. Without any caching plugins. I also don’t see this file into Media Library. Nothing problem in Console. html DOM didn’t change https://joxi.ru/5mdZVj0HJ4WjLA after uploading
thanks
I figured out what was the reason. I already had a user with this email. It is very strange that the plugin is not able to display that the user is already in the database. Can this edit be made?
Also thanks for the explanation with the domain blacklist, worked.
Forum: Fixing WordPress
In reply to: Add alt-s for id wp-admin-bar-user-infoThanks for tip
Yes, thanks. When I put
if ( function_exists( 'wpcf7_enqueue_styles' ) ) { wpcf7_enqueue_styles(); }
beforeget_header();
code worked correctlyThanks for answer. It’s mostly decide my problem.
When I added script into header part of my content page
<?php get_header(); if ( function_exists( 'wpcf7_enqueue_scripts' ) ) { wpcf7_enqueue_scripts(); } if ( function_exists( 'wpcf7_enqueue_styles' ) ) { wpcf7_enqueue_styles(); }
I got including styles contact-form-7-css into footer part.
How I can come back contact-form-7-css into <head> tag of this page ?
- This reply was modified 2 years, 2 months ago by Andry.
Forum: Developing with WordPress
In reply to: class-walker-comment.php wrap comment to blockThanks for answer. It’s a pity that developers have to suffer with the development of simple things.
speedpartner, thanks for tips. Downgrading to PHP 8.0 helped WP v6.1.1