Home › Forums › WPLMS AddOns › Gift Courses › WPLMS Gift Course addon
Tagged: wplms-gift
- This topic has 17 replies, 4 voices, and was last updated 5 years, 7 months ago by Scott Lang.
-
AuthorPosts
-
March 5, 2019 at 4:21 pm #199422wailokccBlockedThe “gift this course” button does not appear automatically after activated the addon, and here is the setting of this addon (screenshot: https://snag.gy/89M6YO.jpg). At the beginning, I used the demo 12 layout and activated the addon, but the button hadn't appeared (screenshot: https://snag.gy/nHvNrt.jpg). I then switched to demo 10 and tried to change to other course layouts. However, none of these actions made the button appear.March 6, 2019 at 12:32 pm #199583Anshuman SahuKeymasterMoved to gift course forums : https://wplms.io/support/forums/forum/wplms-addons/gift-courses/ please try adding this custom css in your wp-admin -> appearance -> customize -> custom css : #title.light a.gift_course_button{ color:#444 !important; }March 6, 2019 at 4:31 pm #199630wailokccBlockedThis reply has been marked as private.March 8, 2019 at 9:23 am #199893Scott LangModeratorIt is just hide , refer this: http://prntscr.com/muynh4 We have fixed the issue : http://prntscr.com/muzjxqMarch 8, 2019 at 9:35 am #199894wailokccBlockedThank you, but the layout becomes strange (screenshot: https://snag.gy/8asHzM.jpg) 1) 2) The fix breaks the layout. 3) I can't see the gift button unless I zoomed the webpage to 75% or less. Could you please also tell me the changes made so that I can fix the similar problem in the future setup?March 8, 2019 at 10:44 am #199900Scott LangModeratorHere : http://prntscr.com/mv0eyu customizer -> custom css You can change color in cutomizer css, or you can change font property using this #title.light #item-header a:not(.button){ color:#000 !important; font-size: 22px; }March 8, 2019 at 10:46 am #199901Scott LangModeratorIt works when screen size is less than 75 % refer this : http://prntscr.com/mv0g3sMarch 13, 2019 at 4:37 pm #200544wailokccBlocked
- The problem is that the title in black is difficult to see, but I can't change it to white colour because this will hide the gift button. This does not make sense if they are dependent to each other. In other words, how can I decouple the styling of the title and the gift button?
- The screenshots below show the view under 100% screen size of both Firefox and Chrome on my 15-inch PC. https://snag.gy/qvuFaK.jpg https://snag.gy/BV7yzx.jpg You will see that that I am not able to find the gift button by default. I have to zoom the screen from 100% to 75% in order to see the button.
March 15, 2019 at 5:54 am #200715Scott LangModeratorYes we have given the solution above where you can change the styling of gift-course button easily. use this ->customizer -> custom css
You can change color in cutomizer css, or you can change font property
using this
#title.light #item-header a:not(.button){
color:#000 !important;
font-size: 22px;
}
Also for finding gift course button this is at the end of take_course . You can find this sliding down to bottomMarch 15, 2019 at 6:17 am #200724wailokccBlocked- Sorry this is NOT the solution. I wanted to change the font colour of the title ONLY, which is the colour of "HOME / COURSE / TECHNOLOGY" on the previous screenshot. However, your CSS code will change the font colour and size of both this title AND GIFT BUTTON. This means that if I change the title to white, the font of gift button will change to white as well. As a result, the button will be hided under the white background. In case you still don't understand, I wanted to (a) change the title font to white colour with size 14px, (b) change the font of gift button to black colour with size 24px.
- Off course I know I can find the button at the bottom of the website, but this is not what I wanted to achieve. How can I change the size of course summary box (https://snag.gy/4xy3rv.jpg) to fit the screen size, so that I can click the gift button WITHOUT moving the screen down to the bottom?
March 16, 2019 at 5:04 pm #200941Scott LangModeratorYes we know you can find it at the bottom We will give you response please give us time to checkMarch 26, 2019 at 4:33 pm #202088wailokccBlockedAny updates?March 27, 2019 at 7:44 am #202134Scott LangModeratorThis reply has been marked as private.March 28, 2019 at 10:44 am #202296wailokccBlockedThis reply has been marked as private.March 28, 2019 at 2:29 pm #202345Scott LangModeratorRefer this : http://prntscr.com/n46na6 we have fixed that you can also change your color. By changing color code: http://prntscr.com/n46nwt -
AuthorPosts
- The topic ‘WPLMS Gift Course addon’ is closed to new replies.