New Landing How can we help? Themeforest Theme Support Uplift Weird URLs on Category Page and Excerpt Removal?

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Uplift
  • #291752
    mhote
    Member
    Post count: 394

    Hi SwiftIdeas

    On the included link:

    1) 115369 etc. These are 404s. Some are real pages of elements, but they shouldn’t be showing there. The sidebar should be showing exactly like it does on this page: https://hoteliyo.com/resources/ . Please advise how to solve these problems.

    2) How can we remove / or ideally change the page headers on these category pages… and remove the excerpt text on each square (we’ve tried here: wp-admin/admin.php?page=_sf_options&tab=34) but can’t do it. We want to keep the sidebar (that we it’s better for navigating back out of category and keeping a similar look to our blog), so don’t want no sidebars setup. Thanks for advice.

    #291899
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me login detail to check and resolve the issue.
    Thanks
    Mohammad

    #291983
    mhote
    Member
    Post count: 394
    This reply has been marked as private.
    #292025
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- I am not getting the issue exactly. Just explain me in detail.

    2- We cant change the style of heading of category pages through theme options. Just use this code to hide the excerpt.

    .category .blog-item .excerpt{
    display:none !important;
    }

    Thanks
    Mohammad

    #292034
    mhote
    Member
    Post count: 394
    This reply has been marked as private.
    #292065
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please deactivate all cache plugin after that i will check.
    Thanks
    Mohammad

    #292409
    mhote
    Member
    Post count: 394

    Thanks Mohammad, deactivated now

    #292468
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Just upgrade the Swift Framework, check for issue and let me know your feedback.
    Thanks
    Mohammad

    #292513
    mhote
    Member
    Post count: 394
    This reply has been marked as private.
    #292701
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    My colleague will assist you now.
    Thanks
    Mohammad

    #294065
    mhote
    Member
    Post count: 394

    Hi, any update on this please?

    #294213
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Apologize for the delay, didn’t realised the topic was assigned to me.

    Can you try this change below in the file uplift/swift-framework/core/sf-formatting.php
    In the function sf_add_cpt_tags_to_archive()

    comment this line
    //if ( is_category() || is_tag() ) {

    and add this one below
    if ( get_query_var('is_category') || is_tag() ) {

    So it will look like this

    function sf_add_cpt_tags_to_archive($query) {
    	    //if ( is_category() || is_tag() ) {
    	    if ( get_query_var('is_category') || is_tag() ) { 

    This should sort it, let’s know if it worked so we can include it in the next update.

    -Rui

    #294318
    mhote
    Member
    Post count: 394

    Looks like it worked Rui, thanks!

    #294321
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great Stuff. We will include the fix in the next update.

    -Rui

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register