important issues by unusgouri

Home Forums Legacy Support Support queries Setup issues important issues by unusgouri

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #239926
    unusgouri
    Spectator
    how to change my submenu of top header background: white hover colur: light grey with arrow symbol of right of text see in website vedantu.com in mobile menu on top there is cross symbol, i want to add logo here, plz tell how to add. bottom of footer in not responsive, plz see it, texts are overlapping tablet view. plz resolve this issue, i already have asked about it many time but no proper solution is obtained. 4. https://toppersnext.com/cbse-class-12-pcmb/ on this page ,in mobile view plz provide me view like in http://prnt.sc/qq4y4b because courses are appearing too big on mobile screen.
    1. https://toppersnext.com/cbse-class-12-physics-notes/
    plz make minimum padding on mobile view for my custom pages. in instructor front view course ceation page there is option of upload package. plz tell me how to remove it. i want only one option of creating course. also tell me how to disable new category create option by any instructor during create course. how to create popup and add these to any page like home page etc. can i create my own pop up for login and registration to add these home page. provide my format of questions csv file to upload question by file. provide me format for all type of questions. is there any option to send mails to users daily on fixed time automatically to inform latest offers etc. how to show stat of quiz results globally. i mean that if some one play any quiz then that his should get result of all person playing that quiz with rank or marks obtained.
    #240072
    Veronica
    Moderator
    Use this css in custom css. @media screen and (max-width: 768px){ .sidebarcontent a#close_menu_sidebar span:after { color: transparent !important; } .sidebarcontent a#close_menu_sidebar span{ background-image: url('https://wplms.io/demos/demo14/wp-content/uploads/2019/06/logo.png') !important;background-size: contain !important;background-repeat: no-repeat !important;background-position: center-center;} } for over lapping add this in css. @media screen and (max-width: 992px){ .footerbottom h2.footer-uni { font-size: 2.5vw !important; }} 4- on this page ,in mobile view plz provide me view like in http://prnt.sc/qq4y4b not possible to change the layout according to the device visibility. 5- if you are using page builder to create a page then try to use thier inbuilt margin padding control system else it will become mess with the code. have a glimpse of it after applying this code: .page *{padding: 0 !important; margin: 0;} here: http://prntscr.com/qqm1pc share screenshot for this statement "in instructor front view course ceation page there is option of upload package. plz tell me how to remove it. i want only one option of creating course." refer: http://prntscr.com/qqlwph http://prntscr.com/qqlyqs
    • also tell me how to disable new category create option by any instructor during create course.

    • Please paste the below code

      Wp-admin > Appearance > Customization > custom css > publish

      .admin-bar span.select2-container.select2-container--default.select2-container--open ul>li:nth-child(2) {display: none !important;}

    • for the pop up thing:
    • https://www.youtube.com/watch?v=81_ClyzNgMQ&app=desktop
    • is there any option to send mails to users daily on fixed time automatically to inform latest offers etc.

    • Please check whether the private messaging is enabled or not in wp-admin > settings > BuddyPress > Private messaging > Save

      Then try to send bulk message

      Refer: http://prntscr.com/ixe9oy

    • how to show stat of quiz results globally. i mean that if some one play any quiz then that his should get result of all person playing that quiz with rank or marks obtained.
    • not available.
    #240075
    unusgouri
    Spectator
    Sir point 4 is not acceptable as your provided view of courses for mobiles is too big. If we have to add only 10 courses then user has to scorl the page by large amount. And if courses on such pages become 20 or more than it will confuse the user . So u have to provide it solution. You can provide screen view of course pages as in your app. But this is important requirement.    
    #240083
    unusgouri
    Spectator
    u have not replied for point 1 in starting
    1. how to change my submenu of top header background: white
    hover colur: light grey with arrow symbol of right of text see in website vedantu.com
    #240240
    Veronica
    Moderator
    use this css in the appearance >> customize >> custom css. @media screen and (max-width: 576px){ .page section.elementor-element-4f2eac4e .block.courseitem.course8 h4.block_title + a.postblock_cat.cat_btn, .page section.elementor-element-4f2eac4e .block.courseitem.course8 .more { display: none;} .page section.elementor-element-4f2eac4e .block_content .course_meta { display: grid !important; grid-template-rows: 1fr 1fr; } .page section.elementor-element-4f2eac4e .block.courseitem.course8 { display: flex !important; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; } .page section.elementor-element-4f2eac4e .block_content h4.block_title{font-size: 12px !important; margin: 0 !important; padding: 10px 0 !important;} .page section.elementor-element-4f2eac4e .block_content p.block_desc {font-size: 10px !important;} .page section.elementor-element-4f2eac4e .course_meta p.course_price span.woocommerce-Price-amount.amount {font-size: 10px !important; } .page section.elementor-element-4f2eac4e .block.course8 .block_content .course_meta .star-rating, .page section.elementor-element-4f2eac4e .block.course8 .block_content p { padding: 0 !important; margin: 0 !important;} .page section.elementor-element-4f2eac4e .block.courseitem.course8 { padding: 0 5px !important; } } refer: http://prntscr.com/qr8nkd Note: this cant be modified further. sorry I forgot to reply to this one. "u have not replied for point 1 in starting
    • how to change my submenu of top header
      background: white

      hover colur: light grey

      with arrow symbol of right of text" here is what you asked: please paste this css in custom css. header.sleek nav .menu li:hover>.sub-menu { background: white !important;} header.sleek nav .menu li:hover>.sub-menu>li:hover a {color: lightgray !important;}
    #240256
    unusgouri
    Spectator
    sorry to say sir but u r not understanding what i said u in point 1. plz see the website vedantu.com see its nav menu and provide me code.
    #240336
    Misty
    Member
    Hi, Use this code in your custom css Goto : wp-admin > appearance > customize > custom css .dropdown-level-two .second-list-item{ background: #f1f1f1!important; } http://prntscr.com/qrq1y4  
    #240541
    unusgouri
    Spectator
    sir my issue #1 of menu type not resolved properly.
    #240552
    Anshuman Sahu
    Keymaster
     

    Goto : wp-admin > appearance > customize > custom css

      header.sleek nav .menu li:hover>.sub-menu { background: #f1f1f1 !important; color:#000 !important; } header #searchform:after, nav>.menu>li:hover>a:before { border-color: transparent transparent #f1f1f1 transparent !important; } header.sleek nav .menu li:hover>.sub-menu li a,header.sleek nav .menu li:hover>.sub-menu li{ color:#000; }
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘important issues by unusgouri’ is closed to new replies.