jurasjo
Forum Replies Created
-
I’m using my own theme based on bottstrap. Here is the link to the site which contains single course.
I have changed featured-image.php like is mentioned in above post.Link to the site: KLIK
For example: featured-image.php contains that code:
if ( ! defined( 'ABSPATH' ) ) { exit; } global $post; ?> <div class="post-thumbnail"> <h1 class="llms-featured-image"> <?php echo lifterlms_get_featured_image_banner( $post->ID ); ?> </h1> </div>
I can style element by css but I can also add class directly here:
<div class="post-thumbnail"> to <div class="post-thumbnail well">
But there is no changes when I’m inspecting code on the site.I assume that there is no need for doing something else other than copying files into proper location.
For example featured-image.php from course directory located under lifterlms in the plugins directory.
I’m copying it to themes/my theme directory under structure I have created which is /lifterlms/course/featured-image.php
Forum: Themes and Templates
In reply to: [Hueman] No More Related PostsI can confirm. It works. THX
Forum: Themes and Templates
In reply to: [Hueman] No More Related PostsI have also problem with that function. Below content and right sidebar option for that function doesn’t work.
Forum: Themes and Templates
In reply to: [Hueman] One entry per line for category pagesOk BIG THX works great.
One more question: Is there any chance to change look of excerpt for that single category list ? I would like to have whole content(as is) of the post on that list. Now if there is a table in the post, that table is missing and the text is “bare”.
Forum: Themes and Templates
In reply to: [Hueman] Problem with pagination on the frontpageI have tested few plugins and I will repleace JP Visibility Widget with the Restrict Widgets.
THX for help especially for bdbrown.
Forum: Themes and Templates
In reply to: [Hueman] Problem with pagination on the frontpageOK. I’m testing Widget Context there is a chance that it will work. I will post results after some testing.
Forum: Themes and Templates
In reply to: [Hueman] Problem with pagination on the frontpageGood point !
I have created new sidebar and I have used a build in funkction to show on homepage (is_home) and it works. So it looks that the problem is with the JP Widget Visibility. I have tried few silimilar widgets and always is the same problem. Very strange.
Forum: Themes and Templates
In reply to: [Hueman] Problem with pagination on the frontpageTHX for advices.
I have tried turning off both and nothing is happening.
Forum: Themes and Templates
In reply to: [Hueman] Problem with pagination on the frontpageI have checked and sidebars config is ok. I’m using “Kategorie” also on static pages like here KLIK and displaying is ok.
I’m thinking that some must be with pagination only on homepage.
suomika.pl/ = OK
suomika.pl/page/2…/ = NOT OK
Forum: Themes and Templates
In reply to: [Hueman] Problem with pagination on the frontpageOn the left sidebar is “Kategorie”. It disapears when You click 2 or oder page from paginated sub-pages.
I think is some problem with “what” homepage is.
suomika.pl is ok but suomika.pl/page/2/…to last is not ok.
Forum: Themes and Templates
In reply to: [Hueman] Hueman 2.1.4I will try this method. THX
Forum: Themes and Templates
In reply to: [Hueman] Hueman 2.1.4I use that “full” version https://alxmedia.se/themes/hueman/
I’m counting on Alexander’s response.
Forum: Themes and Templates
In reply to: [Hueman] Sharre missedTHX for responses. It has been a problem with the WP Super Cache. I wiped a cache and works great.