Prima
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] Enable Jetpack Author Bio?Wow Great…
Thanks Tom ??
Forum: Themes and Templates
In reply to: [GeneratePress] Remove Inline Style from HTMLWow, Great Support.
Thanks Tom ??
Forum: Themes and Templates
In reply to: [GeneratePress] Remove Inline Style from HTMLHy, tom thanks for this great themes.
But I only want to remove that CSS and add to my child theme css manually,
So i don’t need to use !important tag on my css.
I know this will remove costumizer functionality, but i don’t use it often.
can you share some code to remove this inline css from <head> ?
This is work. But animation with display:none; not work.
Any ideas how to fix this??
Forum: Plugins
In reply to: [WordPress Full Screen Search Overlay] Suggestion to CSSbut when i add that css.
transition not work? How to fix that?
You can change font with plugin.
I am using ‘easy google fonts’ plugin.Forum: Themes and Templates
In reply to: [Twenty Seventeen] how to html list styling?thanks
Forum: Themes and Templates
In reply to: [Twenty Seventeen] how to html list styling?how to make list inline with paragraf???
thanks to @danielancuta, maybe with shortcode much better.
// WP USER AVATAR GET CURRENT IMAGE function wpua_current_user_avatar() { $user_id = get_current_user_id(); return get_wp_user_avatar($user_id, 'thumbnail'); } add_shortcode( 'wpua-avatar', 'wpua_current_user_avatar' );
and use shortcode [wpua-avatar]
// WP USER AVATAR GET CURRENT IMAGE function wpua_current_user_avatar() { $user_id = get_current_user_id(); return get_wp_user_avatar($user_id, 'thumbnail'); } add_shortcode( 'wpua-avatar', 'wpua_current_user_avatar' );
Hy i found the solution,
hy maybe you can use this in your child theme functions.php, and use [wpua-avatar] shortcode.Sharing is caring ??
hy can you make script add_filter or anything, so i can put on themes functions.php.
I am afraid if plugin get updated the code will lost.
Please ??
Just what I was looking for too. Thank you zfiske!!
I put comment here, so I can visit this thread easily thank very much…. again zfiske!!
Forum: Plugins
In reply to: [Inline Related Posts] Remove related post at the end articlehy again.
sorry about my stupid question. this plugin work great.
i just forget to change “number of word between box”.