Ava

Forum Replies Created

Viewing 6 posts - 1,891 through 1,896 (of 1,896 total)
  • Author
    Posts
  • in reply to: Header menu different on pages #185163
    Ava
    Member
    Hi Shasindu Issue 1 : to remove the grey line showing above the menu option Please paste this custom CSS  code to WP Admin – Appearance – customize - custom css - publish .elegant header nav>.menu>li>a { border-top: none; } Issue 2 : My Account and All Courses pages extend the header out We have two options here, I. We can decrease some blank space from the header II. But for making both the page same level as the other page, we need to remove the extra content present in the header of the page as there is no extra content present in other pages other than logo and menu. Paste the custom css code to WP Admin – Appearance – customize - custom css - publish I. For decreasing the header blank space .page-id-0  #title { padding-top: 40px !important; } .page-id-58  #title { padding-top: 60px !important; }   II. For making the page same level thus remove the content .page-id-58  #title .pagetitle { display: none; } .page-id-58  #title { padding-top: 47px !important; } .page-id-0  #title .pagetitle { display: none; } .page-id-0  #title { padding-top: 47px !important; }  
    in reply to: Issue with product description #185164
    Ava
    Member
    Hey fairin, Issue : change the product description from front end We don't have the feature to change product description from front end, but only back end.  
    in reply to: Course access from the "Member profile" #185053
    Ava
    Member
    Hi, The Unit Duration is showing 0:00 Your unit duration was not set. That's why it is showing 0:00 refer: http://prntscr.com/lk6pkn Issue 2: The Link is not clickable from curriculum
    1. The Unit link in active only if the course is free.

    2. If in your case the unit is not set to be free, then Only administrator has the right to view the unit from the curriculum

    3. If you want that user can also view the unit from the curriculum then right now this is not available in wplms. This will be available in our coming update.

    So whenever the user will complete the unit, the link will be clickable in the curriculum section

    in reply to: Header menu different on pages #184988
    Ava
    Member
    Hi Please add the custom css code to WP Admin – Appearance – customize - custom css - publish .page-id-143 header.sleek.transparent { background: #0a0001; }
    in reply to: Demo 10 RTL Issues #184975
    Ava
    Member
    Hi Ibnalqadi Yes, Demo10 does support the RTL. If you have any other issue regarding your website. Please create a topic on that , will answer all your queries there. Thank You
    in reply to: Free instalation theme #184974
    Ava
    Member
    Hi Thanks for confirming, I am closing this topic.
Viewing 6 posts - 1,891 through 1,896 (of 1,896 total)