Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS anything slider

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33887
    chuja3
    Member

    after calling images from my database with this




      $sql_get_photo = $bdd->query('SELECT * FROM ads ORDER BY id_ads DESC LIMIT 0,10');
      while($donnees_get_photo = $sql_get_photo->fetch()){
      $ads_img_name = $donnees_get_photo;
      $id_ads_writer = $donnees_get_photo;
      $ads_link = $donnees_get_photo;
      $id_ads = $donnees_get_photo;
      ?>


    • }
      ?>

    I’v got this



  • and the images doesn’t display.

    thnks for advance

    #85370
    chuja3
    Member

    Anyone ?!!

    #85383
    Mottie
    Member

    Hi Chuja3,

    Is the image url correct? What do you mean when you say it doesn’t display? Is the image just blank and the panel is the correct size? What are your slider settings? It looks like you are displaying ads, are you sure your ad blocker is turned off?

    #85407
    chuja3
    Member

    thnks the problem is solved by changind the folder name from ads to ads_image.

    everything is correct but using ads as name of images folder make this problem

    ads is just mean images.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.