H.K. Latiyan

Forum Replies Created

Viewing 15 posts - 20,296 through 20,310 (of 20,338 total)
  • Author
    Posts
  • in reply to: A Few Styling Issues #15774
    H.K. Latiyan
    Participant
    1) To get rid of white line above slide show go to wp-admin->appearance->customise->custom css. And add .home section#content { margin-top: -2px;   } 2) If you want original theme data, then using wordpress importer import the xml file from wp-content\themes\wplms\setup\ 3) Use wordpress default gallery for this, refer: a) http://prntscr.com/9jc6mn b) http://prntscr.com/9jc6vc c) http://prntscr.com/9jc749 4) Please use this css to get rid of footer line .footerbottom { border:none;   } 5) Please go to wp-admin->dashboard->wplms->miscellaneous->change page latitude and longitude values. 6)  Please use this css for hiding the h1 title. .page-id-1330 .pagetitle h1{ display: none;   } Where the page id is replaced by your page id. For page id refer: http://prntscr.com/9jcbhi
    in reply to: Custom Field with Custom Icons in Course Details #15752
    H.K. Latiyan
    Participant
    Please refer tip: https://wplms.io/support/knowledge-base/add-custom-information-to-custom-fields-in-course-detail-section-with-different-icons-on-each-field/ This tip has been updated now. If you want to change the plus icon, then change the class 'icon-plus-1' to your desired icon class. For icon class refer: yoursite.com/wp-content/themes/wplms/css/icons-reference.html
    in reply to: adding more course details #15751
    H.K. Latiyan
    Participant
    Please refer tip: https://wplms.io/support/knowledge-base/add-custom-information-to-custom-fields-in-course-detail-section-with-different-icons-on-each-field/ This tip has been updated now. If you want to change the plus icon, then change the class 'icon-plus-1' to your desired icon class. For icon class refer: yoursite.com/wp-content/themes/wplms/css/icons-reference.html
    in reply to: RTL Mobile Menu Slide issue #15745
    H.K. Latiyan
    Participant
    Thank you very much for the valuable information.
    in reply to: Site title shows URL, not title content #15741
    H.K. Latiyan
    Participant
    Please go to wp-admin->settings->general. From there you can set the site title and tagline, which will be visible in the title bar.
    in reply to: Inactive Tabs is not visible in WP Editor #15648
    H.K. Latiyan
    Participant
    Please go to your page and open the page builder settings and in advanced settings put the following css .v_text_block li.active a{ color:#FFF !important; } .v_text_block a{ color:#000 !important;   } Please refer the screenshot: http://prntscr.com/9ip7uj
    in reply to: RTL Mobile Menu Slide issue #15638
    H.K. Latiyan
    Participant
    Please add the given css in wp-admin->appearance->customise->custom css. .rtl .pagesidebar{ right:auto;left:0; } .rtl.open .pusher { -webkit-transform: translate3d(220px, 0, 0); transform: translate3d(220px, 0, 0); } If the problem persists, then please share admin credentials with us. NOTE: While sharing the admin credentials mark your message as private.
    in reply to: Search bar not in line with menu bar #15630
    H.K. Latiyan
    Participant
    Please share the admin credentials with us, we will look into this. NOTE: Mark your message as private while sharing the admin credentials.
    in reply to: Pagination looking weird after update #15622
    H.K. Latiyan
    Participant
    For pagination you can add the given css in wp-admin->appearance->customise->custom css. #buddypress div.pagination .pagination-links a{ display: inline-block; } If problem persists then please share the site url. For sidebar add the 'buddypress course filter widget' in the buddypress sidebar, refer: http://prntscr.com/9iokpn
    in reply to: Plugins Not Updating #15618
    H.K. Latiyan
    Participant
    If new updates are not showing in your wp dashboard, then try to click on check again button. It will force wordpress to check for updates. Please refer: http://prntscr.com/9ioe2g
    in reply to: Blog Page not working #15616
    H.K. Latiyan
    Participant
    Please select page template as blog in your blog page.
    in reply to: Edit unit in front end #15610
    H.K. Latiyan
    Participant
    Please share the site url.
    in reply to: fixed menu on top #15608
    H.K. Latiyan
    Participant
    Thanks for sharing the site link. It is an interesting feature. It looks like a custom built feature. I am not aware of any plugin for this as of now.  This is not built in the theme and is outside the scope of theme support. Since the above feature is not connected to the theme nor does it require any theme specific knowledge, you would be able to achieve this by outsourcing this to any freelancer.  
    in reply to: Duration of drip feed #15598
    H.K. Latiyan
    Participant
    You can also set the duration in days, just add the below code in your wplms-customiser.php file. add_filter('vibe_drip_duration_parameter','custom_drip'); function custom_drip($drip){ return 86400; //set to 604800, to set duration in week. } This drip duration will be set for all the students, you cannot reduce for individual students.
    in reply to: fixed menu on top #15578
    H.K. Latiyan
    Participant
    Fixing the footer on scroll is not a feature of the theme, and it's not a few lines of customisation. So I recommend you to hire a freelancer for this.
Viewing 15 posts - 20,296 through 20,310 (of 20,338 total)