Some different issues

Home Forums Legacy Support Support queries Setup issues Some different issues

Tagged: , ,

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #270461
    isline83
    Participant
    Goodmorning, i'm using your Theme since last month and i collected some question/issues. My site is omeostasi.org and is in mantainance mode.
    • How can i change the logo dimention? I'd be glad to have my logo big as yours in the demo 17 .
    • How can i change the text inside the search area on the top of menu? I'd like to write an italian sentence. I need also to change a label in lms profile menu: instead of "courses" i need to write "PERcorsi". How can change this? I'm using Loco plugin but i had an error (step 13 of your tutorial page: "the file already exist") so i didn't find all translations and when i make changes on the files, and i don't see changes on the site.
    • How can i insert a section with last posts at the end of the home page? I started with using DEMO17 but i totaly changed it. I'd like to add posts like DEMO14. In Elementor, I found only a "recent post" element that display only an simple list.
    • In the course page, tha user menu is invisible: you have to scroll the page to open it, otherwise the header with the top menu cover the user menu. How can i fix it?
    • Before I bought the theme, you told me  that, if i want, content going to be different for different user. How can i do this?
    Thanks
    #270557
    Steve
    Member
    Hello @isline83
    1. This is how you can change the logo and its size https://www.youtube.com/watch?v=v5qXuGlpl_A
    2. Please mention your website URL I will give code for this.
    3. put this code under WPLMS>footer>google analytics <script>if (document.body.classList.contains('my-profile')) { document.getElementById("user-course").innerText = "PERcorsi"; } </script>
    4. And for loco translate please follow: https://www.youtube.com/watch?v=tC6z0uN7FK0
    5. You can do this from the setting of the element while editing the page refer: https://prnt.sc/t64eup
    6. This is how the wplms UI works.
    7. You can only make changes in the content for logged in and non-logged in user like you can set different menus for logged in and non logged in user
    I hope this will help you Thank you
    #277802
    isline83
    Participant
    This reply has been marked as private.
    #277806
    isline83
    Participant
    This reply has been marked as private.
    #278154
    Jackson
    Blocked
    Hello, 1- You can change logo from wplms>>header, RefeR: https://prnt.sc/tptutt To change logo size refer: refer : https://wplms.io/support/forums/topic/resize-header-logo/ Or you can use code for same : You can add this css from wp-admin -> appearance -> customize -> custom css : #logo img { max-height: 70px; width: auto; } You can vary this value : 70px 2- See you website url: https://prnt.sc/tpummn Thanks,
    #278217
    isline83
    Participant
    This reply has been marked as private.
    #278276
    Jackson
    Blocked
    Hello, Okay, i have understand your problems but if your website is not opened for me how can i check what is the main issue, When your website maintenance mode complete , share website url with admin credentials i will share solution all of problems Thanks,
    #278522
    isline83
    Participant
    This reply has been marked as private.
    #278598
    Jackson
    Blocked
    Hello, You can share admin credentials here , but set as private reply like this: https://prnt.sc/tqy4qn Thanks,
    #278842
    isline83
    Participant
    This reply has been marked as private.
    #278900
    Jackson
    Blocked
    Hello, 1- I have implemented a code for header logo in custom css section, this the code customize code according to you: #logo img, #alt_logo img { max-height: 28px !important; } 2- To change text in search box in header goto wplms>>footer>>google analytics code and use code given below   <script>jQuery(document).ready(function($){$(".search_wrapper form input").attr("placeholder", "Jackson"); });</script>   Note: Change jackson according to yu,   3- courses already translated in profile menu: https://prnt.sc/trk4td   Thanks,
    #279465
    isline83
    Participant
    Hi Jackson, 1- I guess we just don't understand each other becouse we have to overcome language barrier. I need a bigger logo: you made the same code change i have done before. The outcome of your code change in not what i'm looking for: now it is so small that it is illegible Can you make sure that logo is bigger than before? 2- ok, thank you! 3- I attached a screenshot of where i still find "corso" instead of "percorso", and there are many other points. I think that the code that you gave me, maybe have some problem with bracket.
    • what about the other issues?
      Thanks
    #279614
    Jackson
    Blocked
    Hello, 1- For logo use code given below: h1#logo { height:120px !important; } img#header_logo { max-height:120px !important } #logo img { width: 188px; } RefeR: https://prnt.sc/tsyg7u 2- For this one same goto wplms>>footer>>google analytics code and use code given below:     <script>
    jQuery(document).ready(function(){ 
    jQuery("div#course-pricing a.course_button.full.button").text("ISCRIVITI AL PERCORSO");
    });
    </script>   Thanks,
Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Some different issues’ is closed to new replies.