Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    1. Home
    2. David Alimi
    3. Posts
    • Profile
    • Following 1
    • Followers 0
    • Topics 1
    • Posts 34
    • Best 12
    • Groups 0

    Posts made by David Alimi

    • RE: Mistakes

      Hello @katya-nakache-0 ,

      I fixed your bug on your project.

      • I restored the header in order to be able to modify the image of the header in mobile mode.

      Regarding the color in mobile, I re-registered the primary color which seemed to have a problem and now it's working.

      Do not hesitate if you've got other questions
      Have a nice day 🙂

      posted in Cloud CMS (Pagebuilder
      David Alimi
      David Alimi
    • RE: Mistakes

      Hello @katya-nakache-0,

      1- Go to desktop view and click on your menu !
      Click on Mobile/Tablet design, Position and select Left
      Screenshot 2022-07-13 at 14.48.15.png

      2- Which color do you want to change on your screenshot because colors related to mobile menu are in the same menu ?
      Screenshot 2022-07-13 at 14.49.51.png

      3- You can go into your code editor and restore your /config/header.html file in an old version which worked.

      Hope all is working fine,
      Let me know if you have any other question and have a nice day 🙂

      David

      posted in Cloud CMS (Pagebuilder
      David Alimi
      David Alimi
    • RE: Accordion menu

      Hello @nicolas-flam,

      Here the video 🙂

      Click here to see the video
      Let me know if you have other questions

      Have a nice day

      David

      posted in General Discussion
      David Alimi
      David Alimi
    • RE: Accordion menu

      Hello @nicolas-flam,

      A simplest way to add a new accordion is to:

      1- Duplicate a row from existing accordion:
      Screen Shot 2022-03-07 at 8.16.17.png

      2- Click on the button and select the 'Edit source code' button.
      Screen Shot 2022-03-07 at 8.17.38.png

      3- Change the value of acrd-target attribut to 'tab5'
      Screen Shot 2022-03-07 at 8.17.54.png

      4- Select all div that you want to show/hide and select the brush button, identification (advanced) option and click to custom attributes and then change the acrd-name to 'tab5'
      Screen Shot 2022-03-07 at 8.18.15.png

      Your new accordion is now functional 🙂

      Let me know if you have any questions,

      Have a nice day

      David

      posted in General Discussion
      David Alimi
      David Alimi
    • RE: ACCORDEON DOESN'T APPEAR WELL ON THE PHONE ***

      Hello @katya-nakache,

      You should hide this component in the mobile version and use another section visible on mobile without an accordion.

      Thank you & have a nice day

      posted in Cloud CMS (Pagebuilder
      David Alimi
      David Alimi
    • RE: Mp3 linking

      Hello @jake-frenkel,

      We don't have a direct mp3 player but you can set it up by following this process:

      • Upload your mp3 file with assets manager and files Screen Shot 2022-03-03 at 9.29.34.png

      • Create a block Javascript Source code and add this code:

      <audio controls><source src="MP3 URL HERE" type="audio/mpeg">Your browser does not support the audio tag.</audio>
      

      I hope this will help you 🙂
      Have a nice day

      David

      posted in How-to
      David Alimi
      David Alimi
    • RE: page not found

      Hello @stephanie-akoun 😊 ,

      Your link url is incorrect..

      The right link is:
      https://prod.appdrag.com/Builder/pagebuilder.html?appId=lycee-kfar-maimon-4d73aa#PAGE_Notre-programme

      PS: You add a '-' at the end.

      First advice : You should check all links referring this page on your website to rename them with the correct link.
      Second advice : You can check here about menu title and naming page

      I hope I have correctly answered your request,
      Have a nice day 🌻

      posted in General Discussion
      David Alimi
      David Alimi
    • RE: Responsive menu

      Hello @mj-lamouret,

      • You have hidden this element for a certain format.
        Screen Shot 2021-08-24 at 15.31.35.png

      Screen Shot 2021-08-24 at 15.32.42.png

      • You need to find the block element, click on the 'brush' icon, visibility and check all checkbox as bellow :
        Screen Shot 2021-08-24 at 15.33.12.png

      Do not hesitate if you have questions

      Have a nice day 🙂

      posted in Cloud CMS (Pagebuilder
      David Alimi
      David Alimi
    • RE: why is the function LAST_INSERT_ID() not working for me

      Hello @malky-shlomowith,

      First of all, we can't use 'LAST_INSERT_ID (),' as a variable directly. We need to use SELECT to fetch this ID.

      Also, I advise you to make two separate requests following this diagram:

      Screen Shot 2021-08-23 at 10.41.14.png.

      • This is the result of our first query where we get the userID :

      Screen Shot 2021-08-23 at 10.42.34.png

      • And then you can call the second query using the userID.

      Do not hesitate if you have any questions 🙂
      Have a nice day 🌻

      posted in Cloud Backend (Cloud DB
      David Alimi
      David Alimi
    • RE: News letter contact list - how to clean it up and purge it of people who never open it?

      Hello @Miss-Tweed,

      We don't have direct follow-up but you can filter the people who opened the emails and make a differential with the whole list.

      On your newsletter dashboard, click on the 'contact' tab.
      Then click on newsletter and you will have access to the filters.

      Let me know if you have any other questions.
      Have a nice day 🙂

      Screen Shot 2021-05-31 at 12.21.35.png

      Screen Shot 2021-05-31 at 12.21.52.png

      posted in General Discussion
      David Alimi
      David Alimi
    • RE: API Visual Insert - Results

      Hello @Dick-Honing,

      I suppose your function is of type node and I need more information about your function

      But a general example would be like this
      var query = INSERT INTO users SET name='${name'};SELECT LAST_INSERT_ID();;

      Thank you and have a nice day 🙂

      posted in General Discussion
      David Alimi
      David Alimi
    • RE: API Visual Insert - Results

      Hello @Dick-Honing,

      You can use "SELECT LAST_INSERT_ID();"
      The LAST_INSERT_ID() function returns the AUTO_INCREMENT id of the last row that has been inserted or updated in a table.

      Documentation MySQL here.

      I hope I answer your question well.

      Thank you and have a nice day 🙂

      posted in General Discussion
      David Alimi
      David Alimi
    • RE: API Input Parameters naming convention

      Hi @Dick-Honing,

      Did you try to remove the input parameter 'phone1' and add it again and then click to 'Try'.

      I hope I answer your question well.

      Thank you and have a nice day 🙂

      posted in General Discussion
      David Alimi
      David Alimi
    • RE: save as pdf

      Hello @Henrik-Riccius,

      You can follow this tutorial here to make a 'Dowload PDF' button.

      I hope I answer your question well.

      Thank you and have a nice day 🙂

      posted in How-to
      David Alimi
      David Alimi
    • RE: can we fetch our blog posts with the searchbar discussed in the new docs?

      Hello @Linda-MacDonald,

      I just modified the article to use the BLOG API with a search bar even more easily only in the front-end.

      PS: No need to use the backend anymore 🙂
      You can find the article here.

      posted in Cloud CMS (Pagebuilder
      David Alimi
      David Alimi
    • RE: can we fetch our blog posts with the searchbar discussed in the new docs?

      Hi @Linda-MacDonald,

      In our example, the user enters the word 'what' in the search bar and we search if it exists only in our titles (and our output is only the title of the article found).
      However, you can also search if this word exists either in the title or in the description, and in this case you can select in the output ('title' and 'description')

      If you want to search only in titles but want to receive the title + description, it's up to you to choose the output columns you want to receive.

      Here is an example :

      alt text

      alt text

      I hope I answer your question well.

      Thank you and have a nice day

      posted in Cloud CMS (Pagebuilder
      David Alimi
      David Alimi
    • RE: Feed Carousel with data from Cloud Backend?

      Hello @Daniel-Mulroy ,

      Thing promised thing due :), Here is the article.
      I hope that answers what you are looking for.

      Do not hesitate if you have questions.

      Thanks and have a nice day

      posted in Cloud CMS (Pagebuilder
      David Alimi
      David Alimi
    • RE: Feed Carousel with data from Cloud Backend?

      Hello @Daniel-Mulroy,

      Indeed the plugin does not manage the data coming from the backend.
      I will write an article to write a carousel using these data asap.

      Thanks and have a nice day 🙂

      posted in Cloud CMS (Pagebuilder
      David Alimi
      David Alimi
    • RE: can we fetch our blog posts with the searchbar discussed in the new docs?

      @Daniel-Mulroy 🙂

      posted in Cloud CMS (Pagebuilder
      David Alimi
      David Alimi