badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Kim

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: TH Featured Page widget is not getting "Post Excerpt More Text" #42495
    Kim
    Participant

    I know, but I had this problem: the Post Exerpt More Text was not shown in TH Featured Page.

    I have installed a clean installation and now it’s ok.

    in reply to: TH Services with 4 elements pet line #42464
    Kim
    Participant

    The only code customization need is change from line 468 to 488 from ambition-widgets.php file in inc/widgets folder to this:

    <?php
        $j = 1;
        while ($get_featured_pages->have_posts()):$get_featured_pages->the_post();
        $page_title = get_the_title();
        if( $j % 4 == 3 && $j > 1 ) {
                $service_class = "one-fourth clearfix-half";
        }
        elseif ( $j % 4 == 1 && $j > 1 ) {
            $service_class = "one-fourth clearfix-half clearfix-fourth";
        }
         else {
            $service_class = "one-fourth";
        }
    ?>
Viewing 2 posts - 1 through 2 (of 2 total)