Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #761119

    I’m trying to do a TABLE, but I want the + buttons to be in the last column. But it only gives me the option to do it in the ROW. Please advise how I get around this. This is referring to the advanced layout editor Element: Table.

    #761185

    Hi,

    Actually, the table rows are the same with the button shortcodes. You can set the columns as Default Columns then add a button shortcode like this:

    [/av_button label='Click me' link='manually,http://' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello'/]

    I only add “/” after the opening and before the closing bracket to prevent the shortcode from rendering in the browser.

    Best regards,
    Jordan Shannon

    #761561

    I’m not following. Is there not a drop down in columns where I can just select, “BUTTON” ? Are you stating that I have to manually include the shortcode into each column cell if I want a button?

    #761563
    #761569

    Hi,

    Yes you can simply include the button via shortcode into the column. As for the short code not working just remove the “/” from the front and back.

    Best regards,
    Jordan Shannon

    #761570

    and my rows are not evenly sized. How do I get that to happen?

    #761571

    Okay I’ve updated the page. Now I can’t get the rows properly aligned with the first column. Why is that? I have it sitting in a Layout 1 . https://simplycoding.org/summer-coding-camp-locations/

    #761574

    Hi,

    You can align your row adding a custom and exclusive CSS class at the column, like this example: http://prntscr.com/ekcklf with this custom CSS code at Enfold Theme Options > General Styling:

    .your-custom-class {
    top: 50px;
    }

    Applying this code, you`ll have this result: http://prntscr.com/ekclqv – is possible to see that I changed the column align.

    P.S: If you can`t see the Custom Class field, this article could help you: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Let me know if you have some question about it :)

    Best regards,
    John Torvik

    • This reply was modified 7 years, 1 month ago by John Torvik.
    #761627

    this code:

    .your-custom-class {
    top: 50px;
    }

    Did not work. I put it in and saved it in Layout 1 for my table and it still shows the Rows not correctly aligning.

    #761629

    I also tried to apply it in the table settings as well and it did not work.

    #761650

    Hi,

    Can you provide admin information so that we may login and take a closer look as to what is going on.

    Best regards,
    Jordan Shannon

    #761667

    sure. who’s email address do I use to set you up as a user?

    #761942

    Hi,

    You can just create a username such as jshannon and then generate a password.

    Best regards,
    Jordan Shannon

    #762142

    but how would you get access then? Don’t I need an email address and where would I post your pword? I don’t want to post it here.

    #762146

    Hi,

    You can post into the private section. Learn how to create a new user here

    Best regards,
    Jordan Shannon

    #762158

    https://simplycoding.org/summer-coding-camp-locations/ Here’s the page with the table issues.

    #762632

    Hi,

    I am looking into this now. I will update soon

    Best regards,
    Jordan Shannon

    #762634

    Hi,

    If you switch from pricing table to tabular data, it fixes the issue. I also add the following css to match the heading style you had:

    .page-id-34 tr.avia-heading-row{
        background: #ff8c18;
        color: #fff;
        vertical-align: middle;
    }

    Let me know if this solution works for you.

    Best regards,
    Jordan Shannon

    #762642

    I will check. thanks. Now if we want this to be a scrollable table? Where’s that option as I’m not sure how big this will get as we may even need a search button too. :) As we grow in locations. you know what I mean?

    #762644

    Hi,

    If the tables are going to need to scroll, you may have to look into a plugin solution. But, it all depends on how the information is presented as there may be more efficient and user-friendly ways to display the data once you see the type of growth you have.

    Best regards,
    Jordan Shannon

    #762652

    I thought this theme advance layout editor had this.

    #762657

    Hi,

    You mean a scrolling option. It is not a native option, it would have to be customized into the page via css if the table overflows vertically or horizontally.

    Best regards,
    Jordan Shannon

Viewing 22 posts - 1 through 22 (of 22 total)
  • You must be logged in to reply to this topic.