New Landing How can we help? Atelier Recent Posts widget on Category page defect

Viewing 4 posts - 16 through 19 (of 19 total)
  • Posted in: Atelier
  • #284842
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Thanks.
    Already did the change.

    Can you confirm if it’s ok?

    -Rui

    #284910
    yaniv691
    Member
    Post count: 24

    Yes, it’s now fixed. Can you please tell me what you changed?

    #284912
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Glad it’s sorted.

    I replaced this line of code inside the file sf-formatting.php locate at Atelier/swift-framework/core/ around line 134
    if ( is_category() || is_tag() ) {

    by this one:

    if ( get_query_var( 'is_category' ) || is_tag() ) {

    We will include it in the next update.
    -Rui

    #285020
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Thanks Rui, have added that in for the next update, due in the next 48-72 hours.

    – Ed

Viewing 4 posts - 16 through 19 (of 19 total)

You must be logged in to reply to this topic.