• Resolved nicecap

    (@nicecap)


    Hello,
    is it possible to get the portfolio with images presented in a random order?

    Chris

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello, dear nicecap.

    Thank you for your question.

    To solve your problem you need to change some codes from the plugin. Please find the file Total-Soft-Portfolio-Widget.php. Edit the folder and on the line 3529 find the code

    <?php for($i=0;$i<count($TotalSoftPortfolioImages);$i++){

    The place of this code put this one:

    $TotalSoftPortfolioImagesSuffle = shuffle($TotalSoftPortfolioImages);
    echo $TotalSoftPortfolioImagesSuffle;
    for($i=0;$i<count($TotalSoftPortfolioImages);$i++){

    Thank You.

    Thread Starter nicecap

    (@nicecap)

    Hi dear TotalSoft Team.

    I can do that – thanks.

    However, in many posts here you recommend editing the file Total-Soft-Portfolio-Widget.php.

    What if a new version of the plugin would come – it will overwrite all the edits in the php-file!?

    Best.
    Chris

    Plugin Author totalsoft

    (@totalsoft)

    Dear nicecap.

    We are glad that we were able to help you. On the next version will be added that option.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Random order of Images’ is closed to new replies.