Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    1. Home
    2. Pierre SULPICE
    • Profile
    • Following 0
    • Followers 1
    • Topics 43
    • Posts 111
    • Best 18
    • Groups 0

    Pierre SULPICE

    @Pierre SULPICE

    25
    Reputation
    10
    Profile views
    111
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    Pierre SULPICE Unfollow Follow

    Best posts made by Pierre SULPICE

    • RE: How to use URL parameter ?

      If you don't care about IE11, this is even enough :
      (new URL(window.location.href)).searchParams.get("param_name");
      I like this writing because it's easy to even add it in cloud backend forms as a javascript line to send it to your backoffice.
      You'll get null if the name isn't found.

      Warning : Don't mix up query string and fragment ofc when you do that 😉

      posted in Cloud CMS (Pagebuilder
      Pierre SULPICE
      Pierre SULPICE
    • RE: Having private libs/utils

      @Wassim thanks for you answer.

      I agree that the file will be tricky to find but I still try to the basic "even hard to find it shouldn't be public when it's related to security", and it's literally for all ma security checks 😕

      I thought about the other solution but I'm trying to develop something very easy to maintain for any developers even with a low formation for my clients, your solution itself is great and easy to use, I don't want to complexify it.

      I think the third solution I will retain is to create a proxy route that will take care of this common code then call the adequate resource and return the result.

      I think having private code outside of a route but still on AppDrag is the only major feature I miss right now !

      I haven't said it in a while: Thanks for AppDrag in general, I'm really having a great time on it 🙂

      See you soon,
      Best regards,

      posted in Cloud Backend (Cloud DB
      Pierre SULPICE
      Pierre SULPICE
    • RE: Search Box for Blog

      Hello,

      For some reason I can't drop a search box right now, but it's indeed linked to the shop.

      Entirely from my memory :
      If you double clic on it you should see the code doing the research and printing the elements.

      You can modify it to look in the blog instead, there is the APIs : https://support.appdrag.site/blog/80-REST-API-for-Blog-and-Shop.html

      I'm not sure you'll get away from this one without coding :/, let's wait the AppDrag answer in case of, since I'm just a user ^^

      Best regards,

      posted in Features requests
      Pierre SULPICE
      Pierre SULPICE
    • RE: Downloading files/folders as zip

      @jbenguira just adding something if someone stumble on this problem :
      You might not be able to login with an error saying that PowerShell can't run scripts.
      Easiest brainless way is to set the Execution Policy to Unrestricted during this process :
      https://docs.vmware.com/en/vRealize-Automation/7.6/com.vmware.vra.iaas.hp.doc/GUID-9670AFC5-76B8-4321-822A-BCE05800DB5B.html

      Thanks for the process by the way, worked like a charm.

      posted in Cloud CMS (Pagebuilder
      Pierre SULPICE
      Pierre SULPICE
    • RE: [TM] Broken Database

      Ooooh ok my bad !

      I deleted the 4 tables by query, created a new one the same way, worked flawlessly !

      Thanks a lot, my be a good idea to forbid it upfront since the interface can't print it ^^"

      See you,

      posted in Cloud Backend (Cloud DB
      Pierre SULPICE
      Pierre SULPICE
    • RE: New feature - Reuse your Cloud API functions as your templates

      Hello,

      That's 100% exactly what I needed to have right now !
      Thanks a lot !

      Quick question :
      How do you define if the the API function will be in my templates or not ? It's account based ? Project based ? Licence based ?

      Having a white label, if I invite a customer in one of my projects with admin privileges, he will be able to see all my API funcs as templates ? Or just the functions of the project I invited him in ?

      Thanks,
      Best regards,

      posted in Announcements
      Pierre SULPICE
      Pierre SULPICE
    • RE: [TM] Bug - Searchable List

      Hey @Daniel-Mulroy

      I had a loooot of work but I'm back 😉

      Thanks for your answer, I noticed some little issues on this part, I'll make a hug port a little later with everything in it !

      Color and size seems ok indeed.

      See you soon 🙂

      posted in Cloud CMS (Pagebuilder
      Pierre SULPICE
      Pierre SULPICE
    • RE: Default Timezone

      Ok I'll go with that, thanks !

      posted in Cloud Backend (Cloud DB
      Pierre SULPICE
      Pierre SULPICE
    • RE: New feature - Reuse your Cloud API functions as your templates

      Perfectly clear thanks a lot !

      posted in Announcements
      Pierre SULPICE
      Pierre SULPICE
    • RE: Forced margins on rows

      @Wassim removing the class and putting mine that does it the way I wanted worked like a charm, thanks a lot !

      Yes everything is goind well well thanks a lot, it's honestly thanks to AppDrag, even with those very tiny flaws here and there, there is everything to resolve them, so it's always fine ^^

      Good day,
      Best regards,

      posted in Cloud CMS (Pagebuilder
      Pierre SULPICE
      Pierre SULPICE

    Latest posts made by Pierre SULPICE

    • Texts cut on smartphone

      Hello :),

      Sometimes, my website has some texts suddenly cut on smartphone.
      I couldn't reproduce it but it happens often enough on my client smartphone.

      Here is a very visible exemple, taken from this link :
      604dc22d-9ae0-4844-8ca6-e6302ddd69af-image.png

      Any idea what I can do about it ?

      Thanks,
      Best regards,

      posted in Cloud CMS (Pagebuilder
      Pierre SULPICE
      Pierre SULPICE
    • RE: Carousel Height

      @joseph-benguira that's perfect thanks a lot 🙂

      posted in Cloud CMS (Pagebuilder
      Pierre SULPICE
      Pierre SULPICE
    • Carousel Height

      Hello,

      It seems like my Carousel doesn't want to be set at me required height (440px).
      It seems like it wants to set a certain size as if I had one slide instead or three in a way.
      Noted that I added some CSS to force a littler line-height of my text.
      Here is the website : https://ii-ecosy-adb567.theprojectory.fr/preview/index.html (at the bottom)

      I felt like I should ask you first before tampering myself ^^"

      Thanks,
      best regards,

      posted in Cloud CMS (Pagebuilder
      Pierre SULPICE
      Pierre SULPICE
    • Radio buttons on the right

      Hello,

      I would like to have my radio buttons on the right, exactly this way :
      7d29cac0-f429-4fae-b298-aa49dcf1a3bf-image.png

      No problem to do it myself, but if I do a Cloud Backend Inputs, it seems it's impossible to modify the design that much no matter what I do.

      Is it possible to personalized it and still being able to link it with a Cloud Backend Function, with the error management and all ?

      Thanks,
      Best regards,

      posted in Cloud CMS (Pagebuilder
      Pierre SULPICE
      Pierre SULPICE
    • Mobile - Menu color

      Hello,

      I originnaly set a pink color for my mobile menu.
      I changed it today from pink to grey, it's ok through the editor but it turns back to pink almost immediately on mobile phone.

      You can see it with this preview link : https://www.hotelparticulier.com/preview/hotel.html
      Project ID : lw-hpm-48dbc2

      Thanks :),
      Best regards,

      posted in Cloud CMS (Pagebuilder
      Pierre SULPICE
      Pierre SULPICE
    • RE: Carousel : "Center content" not working

      Hello @jbenguira,

      Any news on this topic 🙂 ?

      Thanks,
      Best regards,

      posted in Cloud CMS (Pagebuilder
      Pierre SULPICE
      Pierre SULPICE
    • RE: Carousel : "Center content" not working

      @jbenguira Great thanks a lot :)))

      posted in Cloud CMS (Pagebuilder
      Pierre SULPICE
      Pierre SULPICE
    • RE: Carousel : "Center content" not working

      @joseph-benguira I started over with a very accurate case starting from scratch 🙂
      I proceeded that way :

      • Creating a Testimonials carousel
      • Printing only slides one by one
      • Changing a bit the disposition (or the right text will just adapt and the issue will be hidden), putting the picture and the name above the text.

      Once it's done, I duplicated it with the following difference :

      • The first one is not centered (not ticking the box "Center content")
      • The second one is (ticking the box "Center content")

      As a result? looking at it on a laptop (150% of desktop screen) or mobile phone :

      • The first one is not centered (obviously)
      • The second one get overlapped by the previous and next slides and is still not centered
        77cdd12c-8896-4497-b2c3-80b11fd930c3-image.png

      Noting that I added the css just in case :
      e6a161e7-5a17-475e-9634-260cbfd008c5-image.png

      I try not to trick it by code myself too much since it's an AppDrag feature that my clients are using.

      See you soon,
      Best regards,

      posted in Cloud CMS (Pagebuilder
      Pierre SULPICE
      Pierre SULPICE
    • RE: Carousel : "Center content" not working

      @joseph-benguira hum sorry but it looks like it didn't do the trick :

      • At first it looked like it was centered for the first carousel of the page but the size changed (obviously) and the text got cut
      • I tried the button centered (ticked then unticked) while keeping the css and it looks like it broke again
      • It looks like you want to give a fixed size but I have more that one carousel on the same page ?

      Do you want me to give you access to the project if you want to check it in depth ? Knowing that all I really did is create any carousel and it happens when you zoom in (mobile view)... or if you tick center no matter the size (with the weird overlap as shown on the first post)

      See you soon,
      Best regards,

      posted in Cloud CMS (Pagebuilder
      Pierre SULPICE
      Pierre SULPICE
    • RE: Carousel : "Center content" not working

      Hello @joseph-benguira 🙂

      Any news on that topic ?
      The carrousel is used in a lot of websites and it's penalizing kinda to not being able to rely on it 😕

      See you soon,
      Best regards,

      posted in Cloud CMS (Pagebuilder
      Pierre SULPICE
      Pierre SULPICE