Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Wassim
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Wassim

    @Wassim

    147
    Reputation
    537
    Posts
    45
    Profile views
    2
    Followers
    0
    Following
    Joined Last Online
    Location Paris, France Age 28

    Wassim Follow
    administrators

    Best posts made by Wassim

    • New permissions for project sharing

      Hello,

      You can now share projects to specific pages, blog and shop categories.

      More info here :

      https://changelog.appdrag.com/features/new-permissions-for-project-sharing

      share update.jpg

      share update2.jpg

      posted in Announcements
      Wassim
      Wassim
    • RE: Would be awesome with PWA option for the pagebuilder

      +1 We agree, added to the list! 😊

      posted in Features requests
      Wassim
      Wassim
    • Buttons reordering

      You can now reorder your buttons in a buttons container
      https://changelog.appdrag.com/features/multiple-buttons-reorder

      posted in Announcements
      Wassim
      Wassim
    • RE: What is AI, PK, UQ when creating new column?

      Is this a conspiracy?

      alt text

      posted in Cloud Backend (Cloud DB
      Wassim
      Wassim
    • RE: Hidden input fields?

      @ThomasD said in Hidden input fields?:

      s there any built in way to have input fields hidden on the front-end but shown in the admin site editor?

      Hello,

      There's a non builtin way but very easy to do.

      Add a class throught the identification brush named "hidden-live"

      Then drop a CSS embed code and inside do this

      body:not(.pagebuilder-edition) .hidden-live {
        display:none;
      }
      

      As in the pagebuilder, the body has the class "pagebuilder-edition" you can differentiate it with this simple css.

      posted in Cloud CMS (Pagebuilder
      Wassim
      Wassim
    • New feature - Reuse your Cloud API functions as your templates

      Hello,

      You can now add a category to your Cloud API Functions, by doing this they will be available in the list of your templates when you create a new function. (They will be available in all your projects and shared projects)

      https://changelog.appdrag.com/features/reuse-cloud-api-functions-as-templates

      posted in Announcements
      Wassim
      Wassim
    • RE: API calls per minute

      @Daniel-Mulroy yes, @Joseph-Benguira meant Request Per Minutes. It hurts for the king of high RPS infrastructures to switch to speak about RPM instead of RPS 😀

      posted in Cloud Backend (Cloud DB
      Wassim
      Wassim
    • RE: URL Parameters - remove anchor

      Hi,
      Links with an empty anchor which previously lead to :

      details.html?anchor=&id=1001686
      

      Now lead to :

      details.html?id=1001686
      
      posted in General Discussion
      Wassim
      Wassim
    • RE: Asset Manager: Folders

      Hi,

      As requested, this feature is now live.

      More info here :
      https://changelog.appdrag.com/features/asset-manager-folders

      posted in Features requests
      Wassim
      Wassim
    • RE: How to modify overlay popup/modal?

      Hi Julien,

      We don't plan to allow configuration on that through an AppDrag brush as it's a very rare case but you can do it pretty easily this way :

      1 - Drag and drop a CSS source code element

      a5010e9e-d3b2-4c51-aeca-48fd7cf8d370-image.png

      2 - Double click to open and change the content with this

      <style>
          .remodal-overlay {
              background: rgba(241, 129, 255, 0.78);
          }
      </style>
      

      3 - Save and preview you should have a lovely transparent pink overlay

      47baa0ae-76d3-4209-b1dc-71e57aab2b51-image.png

      Bonus
      Right click to open the inspector when your popup is open and find the overlay

      e347e95a-1fe8-48ea-8e63-09135b52cd93-image.png

      From there you can try different things easily

      82f611a9-5faa-45a5-857b-e341cfe63d1f-image.png

      posted in How-to
      Wassim
      Wassim

    Latest posts made by Wassim

    • RE: Trouble with URL

      Hey Naomi, Ok perfect I get it let me help you.

      You used the Blog Listing Category Page (which is good to reuse the same layout for different categories) if you want to stay with only one page for the blog you can just create a new blog page and copy paste your blog section to this page. Then remove the custom link you created that links to preview.

      8f71cb92-c31a-4111-816d-477782faf0f8-image.png

      If you created a page named blog it will automatically be available to be in the menu.

      Don't hesitate if you have questions.

      By the way your website looks very nice!

      posted in General Discussion
      Wassim
      Wassim
    • RE: How to add an icon in header (top menu) that opens a new page in same tab

      Oh OK, I see. Your link is working correctly. To be able to see it working, copy the link to another tab and use it instead of the preview popup. (You can also use CTRL + click on preview)

      posted in Cloud CMS (Pagebuilder
      Wassim
      Wassim
    • Use Cloud DB UI in an advanced way

      Hello,

      We added new options to embed Cloud DB UI in your projects with more control:

      • More parameters
      • Temporary generated URL with custom filters
      • Communication between parent and iframe to perform actions

      The support article here:
      https://support.appdrag.com/doc/Advanced-options-to-embed-Cloud-DB-UI

      Can be use used to do this (and much more):
      https://support.appdrag.com/demo/advancedclouddbuiembed.html

      posted in How-to
      Wassim
      Wassim
    • RE: Open graph meta tags not saved after clicking save button [SOLVED]

      Hello,
      You're right there was an issue with the og:title/description save on standard pages. You can try again it will work now 🙂

      posted in Cloud CMS (Pagebuilder
      Wassim
      Wassim
    • RE: How to add an icon in header (top menu) that opens a new page in same tab

      Hi, can you provide a link to your page?
      What you're doing seems fine to me. Are you sure there are no link on the parent element of this image? (column, row, section)

      posted in Cloud CMS (Pagebuilder
      Wassim
      Wassim
    • RE: How can I add whatsapp please ?

      Hi,
      It seems there's no native integration of Whatsapp chat, you can use 3rd party plugins like this one:
      https://elfsight.com/whatsapp-chat-widget/

      I guess they will provide you some JS code you'll have to copy/paste in a embedded code source element in your website.

      posted in General Discussion
      Wassim
      Wassim
    • RE: Trouble with URL

      Hello Naomi,

      If I understand correctly your issue you want to remove .html extension. To do so you can go to your dashboard.

      000c8db4-466b-4b9f-b8f7-401aa25792cb-image.png

      Click on optimizations

      b3461b38-352f-434f-99b1-f2abbf588490-image.png

      And check remove .html extension for indexing.

      Oh but from what I see you already did it. The links will be generated with .html unless you manually set them up, but the indexed URLs are the canonical one and on your pages you can see that they don't contain the .html

      638a7e8c-5db0-4b93-8d5c-51a740e6cbf5-image.png

      posted in General Discussion
      Wassim
      Wassim
    • RE: Downloadable or printable product feature

      @Dorothy-Sarigumba-0 said in Downloadable or printable product feature:

      @Wassim Hi Wassim,
      I'm just wondering should you have a tutorial that I can follow for automation?
      I'll try.

      Hi,
      Not at the moment but that's a good idea. We will add it to the support center.

      posted in Features requests
      Wassim
      Wassim
    • RE: Editing Contact Page

      You're welcome 🙏

      posted in General Discussion
      Wassim
      Wassim
    • RE: Header changing color on scroll... why?

      Hi, you're welcome!
      I think we can definitely add a shortcut on the section to access the menu settings when it contains one.

      posted in Cloud CMS (Pagebuilder
      Wassim
      Wassim