issues by unusgouri

Home Forums Legacy Support Support queries Setup issues issues by unusgouri

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #238120
    unusgouri
    Spectator
    1. also minimize padding for mobile view only from unit pages like https://toppersnext.com/unit/platform-development-environment/?id=132 https://toppersnext.com/unit/neolithic-writing/?id=133 etc.
    2. why link of pages are showing page id in last as shown above.
    3. https://prnt.sc/qicfk8
    4. how to add font awesome icon in main menu and mobile menu.
    5. how to modify colur of mobile menu colour.
    #238186
    Veronica
    Moderator
    hello, Happy New Year! for the first one use this code:
    @media(min-width:300px)and (max-width:576px) { .single-unit div#unit_content{ width: 100%; padding: 5px !important; } } check: http://prntscr.com/qihd3n
    for the second: please have a look here: http://somup.com/cYVnIwfG7p as you can see not any course's nor any unit's URL showing the ID. so what exactly you are talking about? explain it in more detail if it is an issue.
    for the third: this is shown up by the category so the category you define in the course will be shown up here and on the click, it will redirects you to that particular course category page.
    for the fourth: you can add fa-fa-icons before the menu tabs. something like that: http://prntscr.com/qih7v4 and then the label saves the setting. it will look something like that:http://prntscr.com/qih8hq
    for the fifth: let me know are you want to change the color of this? http://prntscr.com/qihc1d
    #239607
    unusgouri
    Spectator
    for zero padding for unit pages u gave me following code, but it is not working. PLZ check it and give me proper solution. <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px;">@media(min-width:300px)and (max-width:576px)<br style="box-sizing: border-box;" />{<br style="box-sizing: border-box;" />.single-unit div#unit_content{<br style="box-sizing: border-box;" />width: 100%;<br style="box-sizing: border-box;" />padding: 5px !important;<br style="box-sizing: border-box;" />}<br style="box-sizing: border-box;" />}</p> <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px;">check: http://prntscr.com/qihd3n</p> 2. For fa-icon u gave me this <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px;">for the fourth: you can add fa-fa-icons before the menu tabs. something like that: http://prntscr.com/qih7v4 and then the label saves the setting.</p> <p style="box-sizing: border-box; margin: 0px 0px 22px; color: #4b4d4d; font-family: Lato; font-size: 14px;">it will look something like that:http://prntscr.com/qih8hq</p> plz can u create my menu like this <span style="color: #4b4d4d; font-family: Lato; font-size: 14px;">:</span>http://prntscr.com/qih8hq  simply add icons in my menu items.  
    1. plz change colur of my mobile menu like given in demo 8.
    and why page slides toward left when mobile menu open. background page must be remain static while opening mobile menu.
    #239721
    Misty
    Member
    Hi, 1) You can use this css to apply padding Goto: wp-admin >> appearance >> Customize >> custom css @media(min-width:300px)and (max-width:576px) { div#course-home{ width: 100%; padding: 5px !important; } } http://prntscr.com/qoz0u3 2) Use this css to change color in mobile menu sidebar as Demo 8. .pagesidebar { background-color:white; } li#menu-item-420 a,li#menu-item-524 a,  li#menu-item-525 a ,li#menu-item-526 a, li#menu-item-527 a{ color:black } http://prntscr.com/qozcba 3) Add fa fa icons see this video http://somup.com/cYVbXnfNd9 Goto : wp-admin > Appearance > customize > Menu > main menu > set fa fa icon 4) It is because both demo are different You were using different header to set header as Demo 8 Goto : wp-admin > appearance > customize > Header > Select Header style > publish Please don't copy and paste your html code is also send with Issue If You Copy something then You to paste in text then check in Visual and then then then then message look better and your html code will not be send.        
    #239722
    Misty
    Member
    Hi, 1) You can use this css to apply padding Goto: wp-admin >> appearance >> Customize >> custom css @media(min-width:300px)and (max-width:576px) { div#course-home{ width: 100%; padding: 5px !important; } } http://prntscr.com/qoz0u3 2) Use this css to change color in mobile menu sidebar as Demo 8. .pagesidebar { background-color:white; } li#menu-item-420 a,li#menu-item-524 a,  li#menu-item-525 a ,li#menu-item-526 a, li#menu-item-527 a{ color:black } http://prntscr.com/qozcba 3) Add fa fa icons see this video http://somup.com/cYVbXnfNd9 Goto : wp-admin > Appearance > customize > Menu > main menu > set fa fa icon 4) It is because both demo are different You were using different header to set header as Demo 8 Goto : wp-admin > appearance > customize > Header > Select Header style > publish Please don't copy and paste your html code is also send with Issue If You Copy something then You to paste in text then check in Visual and then then then then message look better and your html code will not be send.        
    #239752
    unusgouri
    Spectator
    issue 1 not resolved. plz check again. I am asking for unit pages. https://toppersnext.com/unit/platform-development-environment/?id=132 plz u give proper working code.  
    #239754
    unusgouri
    Spectator
    point 1 resolved thanks
    #239831
    Anshuman Sahu
    Keymaster
    please try adding this custom css in your wp-admin -> appearance -> customize -> custom css :   @media(min-width:300px)and (max-width:576px) { .single-unit section#content .container {padding: 5px !important;} }
    #239974
    Veronica
    Moderator
    if this particular issue is resolved can we close this topic?
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘issues by unusgouri’ is closed to new replies.