Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Creating a table border | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Creating a table border

Creating a table border

Posted: August 5, 2013 at 4:24 pm

Viewing 6 reply threads


john davies

August 5, 2013 at 4:24 pm

Evening all,

I am using the espresso table short code which separates my categories perfectly. However the table has no border or separation lines between the categories.

Is there an easy way to do this that looks good?

thanks in advance

John


Josh

August 5, 2013 at 5:34 pm

Hi John,

It depends on the WordPress theme being used whether these will work, but these are some basic table styles that can be used/modified and added to the theme’s custom stylesheet to make this happen:

table {
  border: 1px solid #777;
  border-width: 1px 0 1px 1px;
}

td {
  border-top: 1px solid #777;
  border-right: 1px solid #777;
}


john davies

August 5, 2013 at 5:48 pm

Thanks Josh,

I am using the Themeforest Mingle wordpress theme

http://themeforest.net/item/mingle-multipurpose-wordpress-theme/235056

How would integrate this with the espresso table html I am using? Tried a number of things but cant seem to get it right.

[ESPRESSO_TABLE category_identifier=”stcw95-fffp”]

thanks

John


Dean

  • Support Staff

August 6, 2013 at 1:23 am

Can you link to the page with the table? It will give us a clearer idea


john davies

August 6, 2013 at 1:34 am

http://www.beyondlimitstraining.com/fire-fighting/stcw95-fire-fighting-and-fire-prevention/


Dean

  • Support Staff

August 6, 2013 at 1:44 am

Hi,

If you add the following to the bottom of your themes style.css file or better yet to a plugin such as My Custom CSS (http://wordpress.org/plugins/my-custom-css/) it will add a basic border (this is just Josh’s code with a small tweak)

table {
  border: 1px solid #777;
  border-width: 1px 0 1px 1px;
}

tr {
  border-right: 1px solid #777;
}
 
td {
  border-top: 1px solid #777;
  border-right: 1px solid #777;
}

Screenshot http://d.pr/i/5jWw


john davies

August 11, 2013 at 3:22 pm

All sorted guys, thanks for your help

Viewing 6 reply threads

The support post ‘Creating a table border’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso - Staging Server