ZpMinimal Text/Date/Time below Home picture

Hello, i like to get rid of the Name of the photo , Date and time below the Picture on the home page. I tried it in the index.php but nothing happend. What shall i do? Best regards

Comments

  • fretzl Administrator, Developer
    In the theme folder find index.php and remove lines 54 and 55.
  • I did so before but nothing happend
  • fretzl Administrator, Developer
    Ah, you probably changed the Home Page Image Option from random to something else.

    If you you have set it to Image-something then change line 43 to this:
    `
    imageprintImageStatistic(1,$zpmin_functionoption,'',false,false,false,40,'',535,535,false);
    `
    If you you have set it to Album-something then change line 45 to this:
    `
    printAlbumStatistic(1,$zpmin_functionoption,false,false,false,40,'',535,535,false);
    `
  • Home Page Image Option is Image-TopRated but with the changement in Line 43 i will get a

    Fatal error: Call to undefined function imageprintImageStatistic() in ..... zpminimal/index.php on line 43
  • fretzl Administrator, Developer
    Oops, there's a typo in the line I wrote. It should be:
    `
    printImageStatistic(1,$zpmin_functionoption,'',false,false,false,40,'',535,535,false);
    `
  • TOP. Best Service i have ever had. THANK YOU VERY VERY MUCH
Sign In or Register to comment.