Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #575941

    Hi guys,

    I am working on a new website with different portfolio’s (no shop).

    How can I create the avia-content-lider like on your demo Frontpage shop, see section Top Seller (move right and left with arrows)?

    Please advise.

    Thanks & regards,
    Monique

    #576283

    Hi Monique,

    That is the Layer Slider, could you try that please?

    Best regards,
    Rikard

    #576335

    Hi Rikard,

    I don’t mean the slider on top (that is the layer slider). I mean the section Top Seller, where four products are shown with arrows left and right to view more products.

    Please advise.

    Regards,
    Monique

    #576881

    Hi,

    Oh sorry, that is the Product Slider, you will find it under the Plugin Additions tab in the builder.

    Thanks,
    Rikard

    #576999

    Hi Rikard,

    Like I mentioned above, we do not have a shop and we are not using WooCommerce. I think the Plugin Additions tab only appears when we install WooCommerce?

    The slider we need should be for portfolio, not for products, but it should look the same :-)

    Please advise.

    Regards,
    Monique

    #578389

    Hey!

    Currently you can slide products in that style.

    For portfolio you can use accordion slider or featured images slider but the style is much different.

    in case you need to display the portfolio items similar to the product slider please try this plugin https://wordpress.org/plugins/carousel-horizontal-posts-content-slider/ and much more here https://wordpress.org/plugins/search.php?q=portfolio+slider

    Regards,
    Vinay Kashyap

    #588962

    Hi guys,

    That is really a pitty :-(

    The client decided to go for pagination, although it is not a good or preferred choice since the whole page will be reloaded each time you click next page and it starts again from top… The visitor then manually has to scroll down again to the portfolio slider.

    Is there a solution when you click on next page, that the ‘new’ page automatically scrolls down to the portfolio slider again?

    Thanks & regards,
    Monique

    #590399

    Hey!

    The requested feature requires a lot of custom jQuery coding.
    This is out of our support scope still we like to help you get started on it and achieve what you are trying to do…

    
    function add_custom_code(){
    ?>
    	$(document).ready(function () {
        	$('html, body').animate({
            	scrollTop: $('#ID-To-Scroll').offset().top
        	}, 'slow');
    	});
    <?php
    }
    add_action('wp_footer', 'add_custom_code');

    Customise the above jQuery to affect only the pages you need and add it in the functions.php. If you are not comfortable doing this you might need to hire a freelancer.

    Regards,
    Vinay Kashyap

    #606626

    Hi Vinnie,

    Sorry for my late reply – I’ve had a terrible flu the last couple of weeks.

    Thanks for your effort, but I can’t get this to work and to hire a freelancer is no option.

    The client accepted how it functions now, so you can flag this topic as solved.

    Regards,
    Monique

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to create avia-content-slider for portfolio’ is closed to new replies.