nebadita
Forum Replies Created
-
Forum: Plugins
In reply to: [Flex Posts - Widget and Gutenberg Block] Display author imageThanks for the update. Really helped alot..
One more help I need from you all. I want to display the image beside the author name instead of down. Please help me out.
PFA for your reference.
https://drive.google.com/file/d/1xtKln5fe3azemX_dtYBMetuWkZchDlQW/view?usp=sharing
Forum: Themes and Templates
In reply to: [GeneratePress] Need help with post datehi,
please refresh the link once. You will able to see..
Forum: Themes and Templates
In reply to: [GeneratePress] Need help with post datehi
this is my post link
Forum: Themes and Templates
In reply to: [GeneratePress] want to put element block above related postForum: Themes and Templates
In reply to: [GeneratePress] Need help with post dateHi,
Thanks.. Now it is showing. But now the published and updated word is showing double double. For your reference, I have attached the screenshot below.And also why it is not displaying when I am activating generatepremium? Please let me know how can I able to display this on gp premium?
Forum: Themes and Templates
In reply to: [GeneratePress] Need help with post dateHi,
Thanks for the code. I have changed it. Still not showing.For your reference, I have attached the screenshot below
Forum: Themes and Templates
In reply to: [GeneratePress] Need help with post dateHi,
I am using the following code:add_filter( 'generate_post_date_output', function( $output, $time_string ) { $time_string = '<time class="entry-date published" datetime="%1$s" itemprop="datePublished">%2$s</time>'; if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) { $time_string = '<time class="entry-date updated-date" datetime="%3$s" itemprop="dateModified">Last Updated On %4$s</time>'; } $time_string = sprintf( $time_string, esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ), esc_attr( get_the_modified_date( 'c' ) ), esc_html( get_the_modified_date() ) ); return sprintf( '<span class="posted-on">%s</span> ', $time_string ); }, 10, 2 );
Here is my post link
Forum: Plugins
In reply to: [Contextual Related Posts] Placement of Related PostHi,
How can I change position of my related post, as I am trying to incorporate an element just above the related post?
For your reference, I have attached screenshot belowForum: Themes and Templates
In reply to: [GeneratePress] Categories on featured imageHi @fernandoazarcon2
Thanks for the reply. I am using gp premium. So, please let me know how I can achieve this.Forum: Themes and Templates
In reply to: [GeneratePress] Image gapHi @fernandoazarcon2
Thanks for your reply. But it is still not working. Do you have any other method? Please helpForum: Themes and Templates
In reply to: [GeneratePress] Image gapHi @fernandoazarcon2
thanks for the reply. However grid is creating vertical layout on mobile. Which I dont want. I want it to be a horizontal as it is now as shown in picture. So please help me with the gap?Forum: Themes and Templates
In reply to: [GeneratePress] Blur imageYes.
But the image on mobile are still blur. Please help me leoForum: Themes and Templates
In reply to: [GeneratePress] Need tooltip activation for mobileThank you so much @yingscarlett
You solved my exact problem.Forum: Themes and Templates
In reply to: [GeneratePress] Need tooltip activation for mobilethanks @yingscarlett
it really helped. However can you please let me know how can i point the hover box by arrow? You can check from the above screenshot. A small arrow is there.. how can i do that?
Forum: Themes and Templates
In reply to: [GeneratePress] Need tooltip activation for mobileHi @diggeddy
I need one more help from you.
The tooltip is now working fine. But the position is not correct which I am looking for.
I want that tooltip should display below the hover like this for both desktp and mobile
https://prnt.sc/-tuKAqhI-5ad
and should display author image too inside the tooltip. But however its not working properly. Can you please help me with that?