(Help) Author name not clickable in post

hallotofayel

Member
Banned User
Apr 14, 2020
77
7
8
Hello Developer, please help me to create a function. by the function username & profile picture will be not clickable from a website post or page. it's now clickable But it will be not clickable. the function use in child theme. please see this pictures
 

Attachments

  • 001.png
    001.png
    217.1 KB · Views: 10
  • 002.png
    002.png
    69.3 KB · Views: 8

tradesman

Well-known member
Mar 9, 2020
367
225
63
Cold North
You'd need to provide more info on that like the theme you're using, and if this installation is live.

From what I understand from your post is you want to render the profile username and profile pic unclickable.

You may not need a function for that. You can start with the classname of the elements and disable the href via css.

.disable {
pointer-events: none;
cursor: default;
}


goodluck
 

tradesman

Well-known member
Mar 9, 2020
367
225
63
Cold North
I don't have a jobster installation right now, but you can try this for now bro.

Add this to your custom css via "Customize" or edit the css file directly. Just leave a comment on the line.


.ui.wpj-big.avatar.image, .name {
pointer-events: none;
cursor: default;
}
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu