Ava

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 1,896 total)
  • Author
    Posts
  • in reply to: Double logo in mobile #219747
    Ava
    Member
    Unfortunately, I am not able to replicate your issue. Please check this video: http://somup.com/cqiT1ieX5D I can't fix your issue if it's not visible to me. So can you please check again and let me know about the same.
    in reply to: Images, sizing, changing #219743
    Ava
    Member
    Hi You did not change the logo form the desired location. Please change the logo from Wp-admin > Wplms > Header > Refer for help: http://prntscr.com/ojq5xp
    in reply to: Header logo duplicated on mobile #219742
    Ava
    Member
    Thanks for the confirmation. Closed !!!
    in reply to: The header image is missing from the course page. #219699
    Ava
    Member
    Hi The world map is in white color, it's not transparent that's the reason why the background color you have set is not visible. Hope it clears to you why the background color cannot be seen blue.
    in reply to: styling and registration form issues #219697
    Ava
    Member
    Hi   1. Issue: Registration page styling Please paste the below custom css code to Wp-admin > Appearance > Customizer > Custom css > save legend{font-size:14px;font-weight:700;} p#field-visibility-settings-toggle-1{display:none;} Refer: http://prntscr.com/ojg2nb   2. Issue: email sender address   Please try to revert back your changes in setting > general. And to change the sender email address, paste the below custom css code to

    WP-admin > Plugins > plugin editor > customizer.php > save

    add_filter('wp_mail_from', 'new_mail_fromqw');

    add_filter('wp_mail_from_name', 'new_mail_from_nameqw');

    function new_mail_fromqw($old) {

    return 'sitename.com';

    }

    function new_mail_from_nameqw($old) {

    return 'site name';

    }

      3. Issue: Main page whitespace I have checked and did not found the issue, please check this video I made for that: http://somup.com/cqiZIBeXDg     4. Issue: Maintainance mode  Please use third party plugin for this.https://wordpress.org/plugins/wp-maintenance-mode/    
    in reply to: Registration page formatting and styling #219688
    Ava
    Member
    Hi Please paste the below custom code in WP-admin > Plugins > plugin editor > customizer.php > save  

    add_filter('wp_mail_from', 'new_mail_fromqw');

    add_filter('wp_mail_from_name', 'new_mail_from_nameqw');

    function new_mail_fromqw($old) {

    return '[email protected]';

    }

    function new_mail_from_nameqw($old) {

    return 'site name';

    }

      Now check again.  
    in reply to: Log in logo should be different from header logo #219683
    Ava
    Member
    Hi Please paste the below custom css code to WP-admin > Appearance > Customizer > Custom css > publish .login_logo img{filter:invert(1);}   Refer: http://prntscr.com/ojf7g3
    in reply to: Header logo duplicated on mobile #219632
    Ava
    Member
    Hi I  have fixed the isssue in your site, you can check now. In case you want to know, below is the code which I have added to fix the issue. Refer: http://prntscr.com/ojaqx6   Fixed: http://prntscr.com/ojbvsw
    in reply to: Carousel vibe Filterable one row #219282
    Ava
    Member
    Thanks for the confirmation. Closed !!!
    in reply to: Layout Jamming Together and Capital Case Issues #219260
    Ava
    Member
    Hi

    Please paste the below custom css to

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

    .logged-out #vibe_bp_login .popup_login #vbp-login-form .inside_login_form .inside input[type=text], .logged-out #vibe_bp_login .popup_login #vbp-login-form .inside_login_form .inside input[type=password]{

    text-transform:lowercase;}

    .wplms-dashboard.row {margin-top:10px;}

    .instructor_course{display:grid !important;}

     

    For the text which are in uppercase in top header, can be fixed by adding the below code in customiser.

    #headertop{text-transform: capitalize;}

    And for main menu, it can be controlled by custom css only, same goes with the footer text.

      Hope this works! Do let us know further changes if required.
    in reply to: My Elementor pages have two menus at the top of the page #219249
    Ava
    Member
    Okay, so now the code is working fine and I have fixed the issue. I have just added the code at the top of the customizer. You can check your website now.
    in reply to: Layout Jamming Together and Capital Case Issues #219213
    Ava
    Member
    Hi Please share the admin credentials of your website in private reply.
    in reply to: problem with forum style, Demo 10 #219209
    Ava
    Member
    Hi As I have checked in my local setup, it must show like this http://prntscr.com/oi9yma To check this issue, Can you please share the URL of the website with admin credentials in private reply.
    Ava
    Member
    Hi Please paste the below custom css code to Wp-admin > Appearance > Customiser > Custom css > publish body.page-template #headertop{display:none;}   Hope it works for you now. Do let us know.
    in reply to: Some text on my home page is not responsive. #219207
    Ava
    Member
    Please understand this is not an issue of wplms, its a css issue. For the fix, what we have to do is we have to remove all the static values of margin/padding in the blocks you have given. Then add a common class to all those blocks and set the right properties. Also, when you add a new content, you have to make sure that you add that common class to that section too. For quick fix, it will be better if you add all new video once in your site, and I just write css for its fix. Do let me know.
Viewing 15 posts - 31 through 45 (of 1,896 total)