remove home tab

Home Forums Legacy Support Support queries Styling issues remove home tab

Viewing 15 posts - 1 through 15 (of 26 total)
  • Author
    Posts
  • #299865
    anarelvas
    Spectator
    Hi! Following up the closed ticlet I followed these instructions to rever to the 3 version And I still see the "home" tab. At least, I would like to remove it from the course page for not logged students. Thanks Ana
    #300320
    Jackson
    Blocked
    Hello, Yes, You can follow the same tip to revert version 3, And please share website url, And screenshot which element you want to hide , I will share site specific code with you, Thanks,
    #300386
    anarelvas
    Spectator
    This reply has been marked as private.
    #300703
    Jackson
    Blocked
    Hello, Goto appearance>>customize>>custom css and use code given below: .single-course div#item-nav ul li#home {
    display:none !important;
    
    } RefeR: https://prnt.sc/ubbmer Thanks,
    #300737
    anarelvas
    Spectator
    Hi! Thanks. I already tried that. This is what I get for logged users. For not logged users it works. In short:
    1. Not logged users: How do I remove the home tab in course page (for buying)? This tab here has no purpose. It is something new of this new version, it seams. If we can only do this, I'm happy.

    2. Logged users/students: How do I remove the home tab and keep the remaining tabs as the curriculum or news. I am not showing the course description here (home) so I am happy that, by default, the curriculum is shown and the curriculum tab is active.

    I've already done "Disable this feature from wp-admin > WPLMS > Course Manager > Tab Style Course layout and the save changes" Best wishes, Ana

    #300931
    Jackson
    Blocked
    Hello, Please share admin credentials in private reply, i will replicate same on your website, Thanks,
    #301413
    anarelvas
    Spectator
    This reply has been marked as private.
    #301543
    Jackson
    Blocked
    Hello, I have implemented code on your website, Please have a look: https://prnt.sc/uddq3f Thanks,
    #301756
    anarelvas
    Spectator
    This reply has been marked as private.
    #301761
    anarelvas
    Spectator
    This reply has been marked as private.
    #301875
    Jackson
    Blocked
    Hello, I have removed the code from custom css section: https://prnt.sc/ue1b75, Can you confirmed me one thing, means you want that non-logged in user would not see the curriculum and home tab, If you want to show curriculum to logged in user then set from here: https://prnt.sc/ue1e2l Thanks,
    #301953
    anarelvas
    Spectator
    This reply has been marked as private.
    #302215
    Jackson
    Blocked
    Hello, i have removed the css code already in the last day, And check all setting is right for curriculum, This is only cache issue, please clear cache , and check again, thanks,
    #302253
    anarelvas
    Spectator
    This reply has been marked as private.
    #305700
    Anshuman Sahu
    Keymaster
    please try adding this custom css in your wp-admin -> appearance -> customize -> custom css : div#object-nav ul li#home {display:none;}
Viewing 15 posts - 1 through 15 (of 26 total)
  • The topic ‘remove home tab’ is closed to new replies.