- This topic has 55 replies, 4 voices, and was last updated 6 years, 8 months ago by
Tom.
-
AuthorPosts
-
August 2, 2019 at 9:33 am #974151
Tom
Lead DeveloperLead DeveloperPerfect, now activate this snippet as well: https://generatepress.com/forums/topic/how-to-show-icons-before-date-and-comments-post-meta/page/3/#post-973183
August 2, 2019 at 10:04 am #974179Ravi Dixit
Thanks A Lot, Tom!
Everything is working great.
Thanks for this help, you’re awesome.
I want to take a suggestion from you, I want to create a WordPress plugin so which languages I need to learn and how long it will take me to learn them to build a plugin?
As for know, I know HTML and CSS…
August 2, 2019 at 10:06 am #974181David
StaffCustomer SupportHi there,
the very minimum will require a knowledge of PHP. Further to this you would want to learn Javascript and most probably the jQuery library.
August 2, 2019 at 10:19 am #974189Ravi Dixit
Thanks, David!
Currently, I am learning Javascript and then I will learn PHP and then Jquery as you suggested.
August 2, 2019 at 10:26 am #974198David
StaffCustomer SupportYou’re welcome
August 2, 2019 at 9:28 pm #974481Ravi Dixit
Hello,
I need one more little help, I am showing a gravatar image with the author, And icons as with meta.
You helped me with this…
But in mobile view, Meta as showing in archive page like this: https://prnt.sc/onqqcr
And on the single post: https://prntscr.com/onqqhy
I want to show on Archive page same as on Single post.
All meta should be in a single line with the upper and bottom border as in the single post.
As you can see on the screenshot of archive page, all meta are not in on single line.
It will be more good if I can do the same for WP Show Post.
August 3, 2019 at 8:35 am #974867Tom
Lead DeveloperLead DeveloperHi there,
Where can I see the issue? I’m not seeing an archive page with your gravatar etc..
August 3, 2019 at 9:27 am #974898Ravi Dixit
Try to search for anything using the Search bar.
Here is the direct link: https://www.staymeonline.com/?s=generatepress
August 3, 2019 at 7:33 pm #975127Tom
Lead DeveloperLead DeveloperSo there isn’t really much room on smaller screens for them all to be in line. What if they were stacked?
August 3, 2019 at 8:03 pm #975133Ravi Dixit
Yes, I can understand there is not much space.
But you can open any single post in mobile view, you can see meta aligned well in a single line.
I want the exact same.
August 4, 2019 at 8:18 am #975496Tom
Lead DeveloperLead DeveloperSo you’re using this CSS right now:
@media (max-width: 420px) { .single-post .entry-meta { font-size: 16px; } }Replace it with this:
@media (max-width: 420px) { .entry-meta { font-size: 16px; } } -
AuthorPosts
- You must be logged in to reply to this topic.