Topbar Profile link not working + a couple of questions

Posted in: Newsmag
Post count: 2

Hi all, first of all I ask sorry if I ask already solved questions but I didn’t find in this forum what I’m looking for.

As topic says, the Profile Link on the top bar doesn’t work. I mean that if I move the mouse over the user name, there’s no link to be clicked…and I don’t know how to solve it.

Other questions are: is it possible to make the site width larger? How? This would be great for forums…

Thanks in advance for your kind replies.

Post count: 7909

Hi,

Please take a look here for your issue with profile link: https://forum.tagdiv.com/topic/profile-link-at-top-menu-not-working/

Unfortunately the theme was initially designed with an fixed grid layout and changing it would not be easy as it needs changing the width value for all elements on pages and for this you would need custom work and we cannot provide any at this time because we work hard on development, updates and support.
Sorry for inconvenience!

Thanks!

Post count: 2

Hi Alin,

Thanks for the hint. Well, to be honest I have to say: instead of linking a workaround/solution, why don’t you just include it in your theme since you wrote “we work hard on developmente, updates and support”?

When a user sees his name on the top bar, it’s natural to think that he’ll be redirected to his profile once he clicks on it.

As a business man, I can say that answering that the theme does NOT include this link (since it seems I’m not the first user that complain about it) it’s not good for you. Do it in your next update, please…it would make your theme better and your team more PRO.

Thanks for your support.

Post count: 7909

Hi,

Please edit top-menu.php and add this code: http://screencast.com/t/jVfBKKr5
' . get_author_posts_url($current_user->ID) . '

Also add this custom css to change cursor from default, in Theme Panel > Custom Css: http://screencast.com/t/qDKiIgv27po

.td_user_logd_in{
cursor: pointer !important;
}

Hope this helps!

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.