New Landing How can we help? Themeforest Theme Support Neighborhood Set Featured Products to Random

Viewing 10 posts - 1 through 10 (of 10 total)
  • #164378
    stevesinyard
    Member
    Post count: 55

    Hello

    On my home page, i’d like the carosel to not be the same 4 items and I don’t want the user to have to user the carosel buttons. What I’d like is for the 4 shop products to be random each time. I asekd WooThemes and they told me to speak to you guys as they said “You could show 10 random featured products if you put Number of products to show at 10, then show Featured Products, and then Order by Random. There are plenty of combination options with this one widget”

    But there is no order option in your settings? Please help.

    Thanks,

    Attachments:
    You must be logged in to view attached files.
    #164943
    stevesinyard
    Member
    Post count: 55

    Hello??

    #165233
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit sf-products.php file at /neighborhood/includes/swift-framework/sf-content-display.

    Find this code:-
    } else if ($asset_type == "featured-products") {			
    			$args = array(
    				    'post_type' => 'product',
    				    'post_status' => 'publish',
    				    'product_cat' => $category,
    					'ignore_sticky_posts'   => 1,
    				    'meta_key' => '_featured',
    				    'meta_value' => 'yes',
    				    'posts_per_page' => $item_count
    				);
    
    Change with:-
    
    } else if ($asset_type == "featured-products") {			
    			$args = array(
    				    'post_type' => 'product',
    				    'post_status' => 'publish',
    				    'product_cat' => $category,
    					'ignore_sticky_posts'   => 1,
    				    'meta_key' => '_featured',
    				    'meta_value' => 'yes',
                                        'orderby' => 'rand',
    				    'posts_per_page' => $item_count
    				);
    #165446
    stevesinyard
    Member
    Post count: 55

    Hello – I’ve replaced the code but the items still aren’t random, they’re in the same order each time? Please can you help?

    Thanks,

    #165734
    stevesinyard
    Member
    Post count: 55

    Hello? Could you help with this please?

    #165784
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me wordpress admin login detail after installing WPIDE plugin.
    Thanks
    Mohammad

    #165807
    stevesinyard
    Member
    Post count: 55
    This reply has been marked as private.
    #165961
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I just resolved it so please check.
    Thanks
    Mohammad

    #166107
    stevesinyard
    Member
    Post count: 55

    That’s great, thank you very much!

    #166383
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome.
    Thanks
    Mohammad

Viewing 10 posts - 1 through 10 (of 10 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