Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    1. Home
    2. Stéphane Anciaux
    3. Topics
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 11
    • Posts 19
    • Best 4
    • Groups 0

    Topics created by Stéphane Anciaux

    • S

      SOLVED Can i add Stripe directly in a new web page on my site
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • Stéphane Anciaux

      2
      0
      Votes
      2
      Posts
      481
      Views

      Joseph Benguira

      @stéphane-anciaux Hello, we have stripe payment buttons in the base elements in the pagebuilder

    • S

      Web page translation
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • Stéphane Anciaux

      4
      0
      Votes
      4
      Posts
      372
      Views

      Wassim

      @stéphane-anciaux weird, if you rewrite it, it always does it? Consider merging inside the HTML

    • S

      Google SEO with several languages
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • Stéphane Anciaux

      4
      0
      Votes
      4
      Posts
      327
      Views

      Wassim

      Hi,

      Ok for me it seems to work correctly. When I switch to English and navigate throughout the site, pages are in English and vice versa.
      Your language is automatically detected but if you switch to another language, it is stored into your cookie until it expires or you change it manually.

      Don't worry for SEO because we set the correct metas, check your source code:

      <html lang="en"> <link rel="canonical" href="https://www.smartmydata.com/fichiers-ean.html?lng=en" /> <link rel="alternate" hreflang="fr" href="https://www.smartmydata.com/fichiers-ean.html?lng=fr"> <link rel="alternate" hreflang="x-default" href="https://www.smartmydata.com/fichiers-ean.html"> <link rel="alternate" hreflang="en" href="https://www.smartmydata.com/fichiers-ean.html?lng=en">
    • S

      Faceted navigation module & key words
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • Stéphane Anciaux

      3
      0
      Votes
      3
      Posts
      295
      Views

      S

      @Wassim Ok. Thank you. I'll explore this solution and i'll come back to you if i'm stuck.

    • S

      Reappearence of "disallow" status in robots.txt
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • Stéphane Anciaux

      8
      0
      Votes
      8
      Posts
      508
      Views

      S

      @Wassim Perfect! Thank you Wassim.

    • S

      Form & contact email
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • Stéphane Anciaux

      3
      0
      Votes
      3
      Posts
      265
      Views

      S

      @Wassim said in Form & contact email:

      Did you correctly save after changing it?
      You can send us the link to support@appdrag.com with the expected email address you'd like to receive email on.

      Well... It seems that i forgot to clic on the save-the-changes-of-the-form-button. My mistake... 😕

      Thank you for helping me.

    • S

      Breadcrumbs
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • Stéphane Anciaux

      3
      0
      Votes
      3
      Posts
      289
      Views

      Wassim

      @Stéphane-Anciaux there's no component to do it yet. You can use buttons for a small site, or create them dynamically with JS code.

      @Maciej-Bienkowski you can use the blog variables to do it in the blog articles :
      APPDRAG_BLOG_VAR_TITLE
      APPDRAG_BLOG_VAR_META_TITLE
      APPDRAG_BLOG_VAR_META_DESCRIPTION

    • S

      Multiple sub levels in the menu
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • Stéphane Anciaux

      3
      1
      Votes
      3
      Posts
      234
      Views

      Wassim

      Hello,
      No this is not possible yet.
      For more complex menus you can create custom ones, if you look in the header/footer components there's one named MegaMenu that provide a good starting point for custom/complex menus.

      9d89e10e-3c08-4b12-b018-df874ed2e209-image.png

    • S

      How can i publish my website partially?
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • Stéphane Anciaux

      4
      0
      Votes
      4
      Posts
      251
      Views

      S

      Thank you both! It'll ease my work.