Navigation

    APPDRAG Community

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

    David Alimi

    @David Alimi

    15
    Reputation
    4
    Profile views
    34
    Posts
    0
    Followers
    1
    Following
    Joined Last Online
    Website appdrag.com/

    David Alimi Unfollow Follow

    Best posts made by David Alimi

    • RE: BUG IN LOGO SIZES

      @Katya-Nakache

      Re: BUG IN LOGO SIZES

      Hi Katya,
      A little tips to improve ux when you display phone numbers.
      Clicking on the phone number can directly open the phone call option :

      1. Create a button to display your number :
        Screen Shot 2021-01-07 at 15.37.23.png

      2. In the 'Link' option, write your number like this :
        Screen Shot 2021-01-07 at 15.37.07.png

      And so when the user clicks on the number the application is automatically triggered:
      tel.jpeg

      posted in General Discussion
      David Alimi
      David Alimi
    • RE: JUST THE FOOTER FOR LANDING PAGES

      Hi @Katya-Nakache ,

      Really good idea,

      In the meantime you can copy your footer section and paste it into the new page (the page for which you only want the footer).

      Thank you and have a nice day πŸ™‚

      posted in Features requests
      David Alimi
      David Alimi
    • How to create one-to-one and one-to-many relationship between fields from different tables

      Hello,

      Here is a new article to make the best use of data types: linked field(s) by value or by reference.

      https://support.appdrag.com/doc/One-to-one-and-one-to-many

      Thanks !

      posted in How-to
      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: Downloadable or printable product feature

      Hi @Dorothy-Sarigumba-0,

      Hope that helps you, here is a tutorial to automate the sending of a digital product :

      Let me know if you have any other questions and if we can improve the documentation.

      Thank you and have a nice day

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

      Hello @Linda-MacDonald ,

      In order to retrieve the blog articles you must use the blog's REST API, I just wrote an article to make it easier for you πŸ™‚
      You can find it here

      Once your blog posts are in your table, all you have to do is follow the article on the searchbar πŸ™‚

      Don't hesitate if you have other questions.

      Have a nice day

      posted in Cloud CMS (Pagebuilder
      David Alimi
      David Alimi
    • RE: TRANSLATE WEBSITE

      @stephanie-AKOUN said in TRANSLATE WEBSITE:

      Hello, I want to translate my site into two Hebrew and English languages I can’t get there can you help me?

      Hi StΓ©phanie,
      You can follow this article : How do i translate my website.
      Don't hesitate to contact us for anything you might need.

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

      Hello @Linda-MacDonald,

      First of all, this is an example of what you receive from the API :
      alt text

      So we need to use "imageURL" and not 'image',
      Then, as you can see we will receive an incomplete link, so what you need to do is to add this below your variable let PublishDate :

                  let image = articles[i].imageUrl;
                  image = '//cf.appdrag.com/APPID/'+ image
      

      APPID : You can find the APPID of your project at the top right of your API function screen by clicking on 'Configure' :

      alt text

      Then, execute and you will see your images in your database πŸ™‚ :

      alt text

      Don't hesitate if you've got other questions.
      Thanks & Have a nice day πŸ™‚

      posted in Cloud CMS (Pagebuilder
      David Alimi
      David Alimi
    • RE: TRANSLATE WEBSITE

      Hi @Lora-Alexander,

      When you create an account with appdrag you have 5000 characters available which can be estimate as 800 words or 1.5 pages single-spaced

      After that, you can buy translation credits in your payment section :

      alt text

      Thanks

      posted in General Discussion
      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

    Latest 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