Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    1. Home
    2. Jason Erickson
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 9
    • Best 1
    • Groups 0

    Topics created by Jason Erickson

    • Jason Erickson

      Switch Element
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • Jason Erickson

      2
      0
      Votes
      2
      Posts
      156
      Views

      Joseph Benguira

      Hello Jason,

      We do have a tab components that can be used for that
      In the pagebuilder click on the "+" button on the left, then go to Sections > Tabs

      Another option is to code it yourself with a block of jQuery and something very simple like this:

      Let's say you have 2 sections, one showing the Monthly prices and the other showing the Annual prices,
      first of all edit them to set them ID, (right click > section > edit > identification > set the ID field)
      let's set ID "MyFirstSection" for the first section and "MySecondSection" for the second one

      then add 2 buttons on your page (Monthly, Yearly)

      double click on the first button then go to Action > Javascript and paste this:

      $("#MyFirstSection").hide(); $("#MySecondSection").show();

      then double click on the second button then go to Action > Javascript and paste this:

      $("#MyFirstSection").show(); $("#MySecondSection").hide();

      Done, when you test the page you should be able to alternate between the 2 sections when you press on a button đŸ™‚
      Of course you can adapt this to hide/show elements or columns or rows, not only sections

    • Jason Erickson

      Can't disassociate domain from project
      Domains & Emails • • Jason Erickson

      5
      0
      Votes
      5
      Posts
      333
      Views

      Joseph Benguira

      Hey Jason, I can see your .org is with a green dot, but your SSL dns entry seems wrong

    • Jason Erickson

      Page Displaying Wrong/CSS Issue?
      Cloud CMS (Pagebuilder, Blog, Shop, Newsletters, Code Editor) • • Jason Erickson

      5
      0
      Votes
      5
      Posts
      410
      Views

      Jason Erickson

      @wassim Thanks for the reply. The issue seems to be resolved. If it happens again, I'll inspect and send a screenshot of the console tab. Thanks again

    • Jason Erickson

      Dropdown menu
      General Discussion • • Jason Erickson

      2
      0
      Votes
      2
      Posts
      303
      Views

      H

      Hello Json

      Hello

      From your builder page you can make a drop-down menu by putting the links below the main link.

      You place your mouse on icon with three dots you place below a link to the right and there you have your drop-down menu.

      You can add more links below.

      2ed29ffc-e037-4a96-9d1f-c3b6c95608cd-image.png