Home › Forums › Legacy Support › Support queries › Setup issues › Some different issues
Tagged: blog, menu, translation
- This topic has 12 replies, 3 voices, and was last updated 4 years, 3 months ago by Jackson.
Viewing 13 posts - 1 through 13 (of 13 total)
-
AuthorPosts
-
June 24, 2020 at 9:04 pm #270461isline83ParticipantGoodmorning, 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?
June 25, 2020 at 8:35 am #270557SteveMemberHello @isline83- This is how you can change the logo and its size https://www.youtube.com/watch?v=v5qXuGlpl_A
- Please mention your website URL I will give code for this.
- put this code under WPLMS>footer>google analytics <script>if (document.body.classList.contains('my-profile')) { document.getElementById("user-course").innerText = "PERcorsi"; } </script>
- And for loco translate please follow: https://www.youtube.com/watch?v=tC6z0uN7FK0
- You can do this from the setting of the element while editing the page refer: https://prnt.sc/t64eup
- This is how the wplms UI works.
- 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
July 27, 2020 at 10:09 am #277802isline83ParticipantThis reply has been marked as private.July 27, 2020 at 10:12 am #277806isline83ParticipantThis reply has been marked as private.July 28, 2020 at 11:23 am #278154JacksonBlockedHello, 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,July 28, 2020 at 3:48 pm #278217isline83ParticipantThis reply has been marked as private.July 29, 2020 at 4:31 am #278276JacksonBlockedHello, 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,July 29, 2020 at 8:02 pm #278522isline83ParticipantThis reply has been marked as private.July 30, 2020 at 5:44 am #278598JacksonBlockedHello, You can share admin credentials here , but set as private reply like this: https://prnt.sc/tqy4qn Thanks,July 30, 2020 at 5:46 pm #278842isline83ParticipantThis reply has been marked as private.July 31, 2020 at 4:50 am #278900JacksonBlockedHello, 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,August 2, 2020 at 10:49 am #279465isline83ParticipantHi 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?
August 3, 2020 at 3:28 am #279614JacksonBlockedHello, 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, -
AuthorPosts
Viewing 13 posts - 1 through 13 (of 13 total)
- The topic ‘Some different issues’ is closed to new replies.