Forum Replies Created

Viewing 15 posts - 1 through 15 (of 71 total)
  • in reply to: wp_options table spb_history #316472
    HB
    Member
    Post count: 76

    Cheers guys. Appreciated.

    in reply to: Remove Swift Slider Animation #315078
    HB
    Member
    Post count: 76
    This reply has been marked as private.
    in reply to: Mobile Search – Show Product Results Only #287396
    HB
    Member
    Post count: 76

    Hi David,

    We have updated the Uplift theme to 1.2.60 but are still encountering the issue.

    Cheers,
    Tim

    in reply to: Video background issue on tablet #284795
    HB
    Member
    Post count: 76

    Hi Kyle,

    Ahhhh Great fix!

    Thanks a bunch.

    Cheers,
    Tim

    in reply to: Mobile Search – Show Product Results Only #284603
    HB
    Member
    Post count: 76

    Hi David,

    Uplift Version: 1.0
    Swift Framework: Version 2.4.0

    Cheers,
    Tim

    in reply to: Related Products Display Columns #282870
    HB
    Member
    Post count: 76

    Hi Kyle,

    Uplift theme.

    Cheers,
    T

    in reply to: Woocommerce css not loading on HTTPS #282407
    HB
    Member
    Post count: 76

    We already have that installed : )

    It seems that SF is removing woocommerce scripts if it doesn’t find woocommerce css classes on the page.

    Dev feedback

    After analysis, we found that the WooCommerce’s JS( like woocommerce.min.js , add-to-cart.min.js, etc ) are not loading on site pages. The code of dequeuing this scripts in theme (themes/uplift/swift-framework/core/sf-woocommerce.php From function sf_remove_woo_scripts Line – 44) . Here it checks if the body on the page contains CSS class woocommerce and depending on this condition it dequeues the script on unnecessary pages.

    Cheers,

    A

    in reply to: Hidden Products showing in Shop due to Pagination #264310
    HB
    Member
    Post count: 76
    This reply has been marked as private.
    in reply to: Hidden Products showing in Shop due to Pagination #263910
    HB
    Member
    Post count: 76

    Hey Rui,

    Tried that code but no love 🙁

    Cheers,
    T

    in reply to: Hidden Products showing in Shop due to Pagination #263889
    HB
    Member
    Post count: 76

    Hi Rui,

    The PHP snippet below is removing 2 categories from showing on the shop but when you use pagination it’s not removing the categories.

    Cheers,
    Tim

    ——

    <?php>

    /* Remove categories from shop page
    ==================================================
    */

    add_action( ‘pre_get_posts’, ‘custom_pre_get_posts_query’ );

    function custom_pre_get_posts_query( $q ) {

    if ( ! $q->is_main_query() ) return;
    if ( ! $q->is_post_type_archive() ) return;

    if ( ! is_admin() && is_shop() ) {

    $q->set( ‘tax_query’, array(array(
    ‘taxonomy’ => ‘product_cat’,
    ‘field’ => ‘slug’,
    ‘terms’ => array( ‘howlers’, ‘mixed-case’ ), // Don’t display products in these categories on the shop page
    ‘operator’ => ‘NOT IN’
    )));

    }

    remove_action( ‘pre_get_posts’, ‘custom_pre_get_posts_query’ );

    }

    ——

    in reply to: Hidden Products showing in Shop due to Pagination #263872
    HB
    Member
    Post count: 76

    Hi Kyle,

    Is load more an option we can use with the theme?

    Thanks,
    Tim

    in reply to: Menu Title without link #263161
    HB
    Member
    Post count: 76

    Hi David,

    Scrap that I figured it out.

    Cheers for your help!

    Tim

    in reply to: Menu Title without link #263157
    HB
    Member
    Post count: 76

    Hi David,

    Added the icon to the menu item, thanks for that.

    Still can’t get the elements to center though, was there anything I need to add to the menu items? i.e:
    ‘Custom HTML Column (within Mega Menu)’.

    Cheers,
    Tim

    in reply to: Menu Title without link #262560
    HB
    Member
    Post count: 76

    Hi Kyle,

    Also we are really keen to use the ‘fa-angle-down’ icon on the main nav (Honesty Box Shop Howler About) but on the right hand side.

    Cheers,
    Tim

    in reply to: Menu Title without link #262557
    HB
    Member
    Post count: 76

    Hi Kyle,

    honestbrew.co.uk should be working now, just had a few issues.

    Cheers,
    Tim

Viewing 15 posts - 1 through 15 (of 71 total)