-
AuthorPosts
-
March 15, 2017 at 5:52 am #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.
March 15, 2017 at 7:20 am #761185Hi,
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- This reply was modified 7 years, 8 months ago by Jordan Shannon.
March 15, 2017 at 6:59 pm #761561I’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?
March 15, 2017 at 7:08 pm #761563March 15, 2017 at 7:24 pm #761569Hi,
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 ShannonMarch 15, 2017 at 7:25 pm #761570and my rows are not evenly sized. How do I get that to happen?
March 15, 2017 at 7:31 pm #761571Okay 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/
March 15, 2017 at 7:40 pm #761574Hi,
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, 8 months ago by John Torvik.
March 15, 2017 at 9:43 pm #761627this 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.
March 15, 2017 at 9:45 pm #761629I also tried to apply it in the table settings as well and it did not work.
March 15, 2017 at 10:09 pm #761650Hi,
Can you provide admin information so that we may login and take a closer look as to what is going on.
Best regards,
Jordan ShannonMarch 15, 2017 at 11:03 pm #761667sure. who’s email address do I use to set you up as a user?
March 16, 2017 at 2:49 pm #761942Hi,
You can just create a username such as jshannon and then generate a password.
Best regards,
Jordan ShannonMarch 16, 2017 at 7:50 pm #762142but 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.
March 16, 2017 at 7:55 pm #762146Hi,
You can post into the private section. Learn how to create a new user here
Best regards,
Jordan ShannonMarch 16, 2017 at 8:08 pm #762158https://simplycoding.org/summer-coding-camp-locations/ Here’s the page with the table issues.
March 17, 2017 at 6:27 pm #762632Hi,
I am looking into this now. I will update soon
Best regards,
Jordan ShannonMarch 17, 2017 at 6:38 pm #762634Hi,
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 ShannonMarch 17, 2017 at 6:40 pm #762642I 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?
March 17, 2017 at 6:48 pm #762644Hi,
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 ShannonMarch 17, 2017 at 7:01 pm #762652I thought this theme advance layout editor had this.
March 17, 2017 at 7:08 pm #762657Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.