Laurence Oakey

Forum Replies Created

Viewing 15 posts - 91 through 105 (of 110 total)
  • Author
    Posts
  • in reply to: Our Team Order #145679
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    Now its whatever I drag the post list to.

    in reply to: Our Team Order #145678
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    I have fixed by changing the line to
    $args = array( ‘post_type’ => ‘team’, ‘posts_per_page’ => $show, ‘post__not_in’ => get_option(‘sticky_posts’), ‘orderby p.menu_order ASC LIMIT 1’

    in reply to: Our Team Order #145677
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    Emailed forum.

    in reply to: Our Team Order #145673
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    as mentioned before – that doesn’t work….. They are displayed by date in asc (not by the order under “Our Team”

    in reply to: Our Team Order #145661
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    Changed line 385 and now the sort is reversed.
    How do I choose the order?

    // Shortcode Our Team
    // [ourteam col=”4″ show=”4″ excerptlength=”25″]

    function ourteam_func( $atts ) {
    extract( shortcode_atts( array(
    ‘col’ => ‘4’,
    ‘show’ => ‘4’,
    ‘excerptlength’ => ’25’,
    ), $atts ) );
    extract( shortcode_atts( array( ‘show’ => $show,), $atts ) ); $ourtm = ”; wp_reset_query();

    $ourtm = ‘<div class=”sectionrow skt-ourteam”>’;
    $args = array( ‘post_type’ => ‘team’, ‘posts_per_page’ => $show, ‘post__not_in’ => get_option(‘sticky_posts’), ‘orderby’ => ‘date’, ‘order’ => ‘asc’ );
    query_posts( $args );
    $n = 0;
    if ( have_posts() ) {

    in reply to: Our Team Order #145657
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    Line 541 is
    ‘add_new’ => __( ‘Add New’,’complete’ ),

    in reply to: Our Team Order #145655
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    Found it under edit theme but there is no “desc” text.

    in reply to: Our Team Order #145653
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    What is sktframe?

    in reply to: Reviews and Testimonials #145651
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    SKT Theme service is great. If you have any issue with any theme the support team are they to help.
    The support is great and very speedy.

    in reply to: Our Team Order #145650
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    URL is cowara.com.au

    in reply to: Our Team Order #145646
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    https://cowara.com.au

    in reply to: Contractor Pro Menu #145644
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    Perfect, Thanks.

    in reply to: Access to all download #145625
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    You login to your account, go to “My Account” then choose “Downloads”

    https://www.sktthemes.org/my-account/downloads/

    in reply to: Contractor Pro #145305
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    thanks.

    in reply to: Contractor Pro #145259
    Laurence OakeyLaurence Oakey
    Participant
    • Topics: 21
    • Replies: 110
    • Total: 131
    Member since: January 20, 2020

    still not correct – see email sent to forum…..
    You have the text outside the box field as the demo has them inside.

Viewing 15 posts - 91 through 105 (of 110 total)