akhilz
Forum Replies Created
-
psmolic
thanks for the reply. i am sure the changes need to be made in the css file. issue is i don’t know which class to modify.
in lifterlms.css file i found:
.llms-widget-syllabus .section-title { font-weight: bold; } .llms-widget-syllabus .lesson-title a { text-decoration: none; } .llms-widget-syllabus .lesson-title a:hover { text-decoration: none !important; } .llms-widget-syllabus .lesson-title.done a { color: #999; text-decoration: line-through; }
BUT these are for the widgets. what i need to change is Section Title and Lesson Title wherever it appears (to bold, different color and larger font).
hoping this is a bit more specific…
Forum: Plugins
In reply to: [WhatsApp Sharing Button for Jetpack] rare letters in the URLis there a way to avoid modifying the link?
say if i just wanted the original link to go instead of Google Analytics ready URL, in the above example it would be:
“Check this out: What Happened to South African Democracy – https://www.almendron.com/tribuna/what-happened-to-south-african-democracy/
thank you so much thomasplevy.
this piece of code (that you shared) was very helpful. looks good on phone now.
thanks again.
code added to the custom styles but didn’t change anything thomsaplevy.
@media screen is showing in blue color in code suggesting it may be incomplete or not correct perhaps.
please help.
hi thomasplevy
have so far tried on Samsung phones running android 4.1 using Firefox browser updated to the latest version from PlayStore.
please have a look at these:
Blog Page with image auto resized to fit in the center of the screen. Screenshot 1
Courses Page with image NOT auto resized Screenshot 2
Courses Page shrunk by pinching on the phone screen Screenshot 3
see
1. how everything shrinks to accommodate the Course image.
2. see the extra space on the left of the course image viz a viz equal space on both sides of the image on screenshot 1.
i hope the screenshots above give a clear understanding of the issue.
thank you so much thomasplevy, it worked like charm _/\_
hi psmolic
thanks for the response. the css does seem to centralize the boxes on big screen (iMac) but on mobile phone it is still the same issue.
its neither centralized nor do i see the full image. have to shrink the screen to see whole box and that shrinks everything else around it too including the header image etc.
also if there are different sized images for different courses, the boxes are not uniform, they are of different sizes too, which looks a bit odd.
any other possibility of workaround till the future release?
Forum: Themes and Templates
In reply to: [Twenty Twelve] Remove Featured Image on Single Postadded the code mentioned by you along with the .entry-header code to Custom CSS and it worked like breeze.
code example:
.entry-header img.wp-post-image { display: none; } .single .post-thumbnail { display: none; }
thank you so much Andrew.
Forum: Themes and Templates
In reply to: [Twenty Twelve] Remove Featured Image on Single Posthere:
please checkhi thomasplevy
thanks for the ‘!important’ part. it works both on Take The Course button and View Course button.
however, as i hover above the View Course button it turns to red. would you please share the css code to change that…
thanks.
Forum: Themes and Templates
In reply to: Remove Featured Image Inside Post Twenty Twelve.single-post .wp-post-image { display: none }
sorry that code doesn’t work on twenty twelve theme latest version in my case. any modifications required to the code?
thanks.
Forum: Plugins
In reply to: [SendPress Newsletters] Autocron not working properlyhi Josho Lyford
facing similar issue. if i click on the button Send Emails Now every hour or so it sends the next batch of 125 emails but not on its own.
the domain is:
https://www.oshonow.netthanks for making available this wonderful plugin!
Forum: Themes and Templates
In reply to: [Kiyoshi] Change Font Size for Site Description in Headerthanks felixdorner for the support.
Forum: Themes and Templates
In reply to: [Kiyoshi] Remove Footer Creditsthanks felixdorner for the support.
Forum: Themes and Templates
In reply to: [Kiyoshi] Change Font Size for Site Description in Headercould you please point out the exact part of the code that needs to be modified…?
e.g. i managed to change the footer description font size here:
.site-description--footer { font-size: 21px; line-height: 1.2; }
please help!