Vioguy
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Can't set column widthawesome.
thank you so much!Octavio
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Can't set column widthYes, you are right Tobias! Of course.
I wish there was a way to tell the table to fit to the page without having to widen every column…I get the feeling that there is a way. Please advise.
Vioguy
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Can't set column widthMaybe I don’t understand what you mean by “Select that”.
All I am able to do is select the Theme. Doesn’t give me option to select a certain php template. If I click on the templates below, it simply shows me all of the code within that php template.
So not sure how to “select” a php template under my theme.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Can't set column widthRight,
but it has this:
<?php
// Sidebar checks — the first should not be needed.
if(!$hideSidebar && $real_template != “no-sidebar.php”){
if($wp_query->is_posts_page==”1″ || $real_template == (‘posts.php’) ){
include(TEMPLATEPATH.”/sidebar-blog.php”);
} else {
get_sidebar();Not sure if it’s throwing it off.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Can't set column widthYou’re right. It does have a full width template already created. I thought I had to create a new one (just reading directions from that previous link I sent. Do you think I can just skip the first step and begin working ont he full-width template which is already there? I know this has nothing to do with Tablepress so I apologize.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Can't set column widthThanks Tobias,
Well, it looks like creating full width is very difficult. Do you suggest I copy/paste the page.php into a new child theme named full-width.php? Then enter the css code necessary to make wide?
http://premium.wpmudev.org/blog/create-full-width-page/
Wish it was as easy as simply turning off side-bar but I don’t see the option for my theme SmallBiz Dynamic.
Anyway, if you know of another way let me know. I really want to put Tablepress to good use!
Vioguy
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Can't set column widthThis table has about 14 rows.
Is it possible to have them all appear without scrolling and without setting my font-size to 8px?I’ve tried the basic
.tablepress-id-2 .column-4 {
width: 100px;