-
How can I edit this course creation page and add more information for my instructors? See the page below.
1.
Go to wp-admin->appearance->customiser->add custom CSS-> add these lines and save.
div#post_thumbnail img{url(‘http://multi.dev/wp-content/themes/wplms/assets/images/add_image.png’) !important;}2. You can translate this string by using loco translator.
You will find this string in the wplms front end plugin.
please refer to this guide : https://vibethemes.com/documentation/wplms/knowledge-base/translate-using-loco-translate-plugin/
div#post_thumbnail img{url(‘http://multi.dev/wp-content/themes/wplms/assets/images/add_image.png’) !important;} does not have any effect on the image.
I am having serious issue with sync on Loco translate. Anytime I click on save, it save but it will not have any effect on the actual text I want to modify. If I click on sync, the whole texts go back to default. What will I do to effect this text change?
Hi,
You have added the translation in the wrong here.
You added them in the POT file.
you needed to add this in the PO file.
FOLLOW THIS GUIDE CORRECTLY : https://vibethemes.com/documentation/wplms/knowledge-base/translate-using-loco-translate-plugin/#translatetwo
Hi,
div#post_thumbnail img{url(‘http://multi.dev/wp-content/themes/wplms/assets/images/add_image.png‘) !important;}
You also need to change the url of the image with your url…!!!
div#post_thumbnail img{url(‘http://hotsaq.com/wp-content/uploads/2017/04/page.png’) !important;}
This is the image url I used and I have done this several times. But there is still no change. Can you help me to it?
I have changed another course image and there is no effect yet. Please check it out to see if there is any problem.
div#post_thumbnail img{url(‘http://hotsaq.com/wp-content/uploads/2017/04/Course-image.png’) !important;}
The topic ‘I want to edit this page to add more information’ is closed to new replies.