Home › Forums › Legacy Support › Support queries › Styling issues › Cpl of questions
Tagged: Title Background, Widget
- This topic has 16 replies, 4 voices, and was last updated 6 years, 8 months ago by Diana.
-
AuthorPosts
-
March 11, 2018 at 3:42 pm #149673Ahmad83ParticipantHi, 1- how to replace title background image with color? 2- where i can find "Take the Course" widget?March 12, 2018 at 6:00 am #149702Ahmad83Participant3- how to make pop sign up? same like login? no need for registration page
4- why page's title appears in main menu ? how to make it not showing in settings and not by css?I Solved it by removing empty items :) 5- how we can make top header to accept drop down? 6- how to add icons instead of text in main menu or top header ?March 12, 2018 at 8:59 am #149720Ahmad83Participant7- in Category page "www.exampple.com/course-cat/technology/" it's shown nothing 8- how to remove the descriptions under menu https://ibb.co/kyvgf7 9- how to edit search pop up css? https://ibb.co/kpUA7nMarch 12, 2018 at 10:10 am #149739Ahmad83Participant10- How to expand "POPULAR COURSES" in default demo to remain responsive but in desktop view only?March 12, 2018 at 12:32 pm #149770Anshuman SahuKeymasterHi, 1. Please paste the following code in wp-admin>plugins>editor>wplms customizer plugin add_filter('wplms_title_bg',function($style){ $style = 'background-color : #ffffff'; return $style; }); 2. There is no any "take the course" widget it is a button on single course.March 12, 2018 at 1:00 pm #149773Anshuman SahuKeymaster3. Enable ajax login and sign up. go to wp-admin>wplms>buddypress>enable ajax registration and login Refer : http://prntscr.com/iq3epq 5. Not available now. 6. You can add social icons in header.Go to wp-admin>wplms>Social icons 7.Make sure some courses are added in that category.Go to wp-admin>lms>all course Refer : http://prntscr.com/iq3jct 8.Remove description from here.go to wp-admin>appearance>menus>edit menus Refer : http://prntscr.com/iq3gyw 9.You can add css for this page according to requirements in wp-admin>appearance>customize>custom css 10.Please elaborate what you exactly wants.March 12, 2018 at 6:01 pm #149804Ahmad83ParticipantThanks for reply :) 1- Not working :( i even delete the pic and write #title{background-color:#505763 !important;} it works well in google developer tools but not in customize css 2- I mean the whole block, if it's possible to remove it and replace it with widget it would be nice 3- i didt already but still guide me to signup page, and if i click login and choose to signup as well..i want to be in login pop "simple signup" no need to go to register page 5- disappointing 6- Done 7- there are https://ibb.co/dULRDS and still show noting 8- where is the that? https://ibb.co/jRWV7n 9- i've tried but no clue :( kindly share a css code 10- i want to show 6 items instead of 4 but it's not showing correctly https://ibb.co/i39E07 i've resized the item width as shown but still need some space 11- i need to remove the private price tag as wellMarch 12, 2018 at 7:22 pm #149809Ahmad83Participant9- i did it finally #searchdiv{background-color:rgba(237,231,231,0.9);} #s{color:#3f3535 !important;}March 13, 2018 at 7:49 am #149879Anshuman SahuKeymasterHi, Please share your wp-admin credentials with site url in a private reply.March 13, 2018 at 2:40 pm #149994Ahmad83ParticipantThis reply has been marked as private.March 14, 2018 at 2:14 pm #150138Anshuman SahuKeymasterHi, working on this issue. Please wait.March 15, 2018 at 6:26 am #150205Anshuman SahuKeymasterThis reply has been marked as private.March 15, 2018 at 7:29 am #150215Anshuman SahuKeymasterThis reply has been marked as private.March 16, 2018 at 6:13 pm #150425Ahmad83Participantmany thanks only "1" not yet solved i can't update the editor<p style="font-size: 13px; line-height: 1.5; margin: 0.5em 0px; padding: 2px; width: auto; color: #444444; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;">Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.</p>
March 17, 2018 at 1:55 pm #150477Anshuman SahuKeymasterWell it looks like you need to add the code using ftp . refer : http://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/ -
AuthorPosts
- The topic ‘Cpl of questions’ is closed to new replies.