kentonfox
Forum Replies Created
-
Forum: Plugins
In reply to: [Like Button Rating ? LikeBtn] Custom Votes not listedWhen you say this about custom IDs:
“If custom identifier is used you will see button identifier in statistics and most liked content widget instead of post title. You also will be unable to sort posts by likes.”
Does this mean that customer identifiers will not show up in any liked lists – including Ultimate Member profiles?
Forum: Plugins
In reply to: [Like Button Rating ? LikeBtn] Liked content not showingSorted. Cache issue.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Quick Formula QuestionFYI with regards the issue of using HTML when importing CSV files from forms. I found that the HMTL gets corrupted.
In case its helpful for others ….
I used a plugin to create custom shortcodes for the HTML I wanted to import via CSV. This shortcode is then successfully imported into TablePress and the linked HTML then correctly delivers the image and link.
Maybe not the most elegant solution, but it allows me to proceed.
Best
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Quick Formula QuestionThanks Tobias
FYI the issue with adding cells I think was related to using a filter in the shortcode.
I created a new table with no filters in the shortcode and the formula works.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Quick Formula QuestionTo save you time, my real goal is to be able to reference a cell from another cell….
it would be very useful for me to copy the contents of another cell by using the = formula. ie In Cell D9 enter =E9 to copy the value of E9 across to D9
I want to do this, so I can easily add a image link to another cell (stored in E9), after an import from a form, where the imported field simply says =E9
I thought this might get around the issues of csv imports of image URLS which don’t work.is this referencing an cell this way possible?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Quick Formula QuestionJust a thought. Are hidden rows and columns anything to do with this?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Empty columns creating gapsMorning Tobias,
You are a star. That works perfectly.
Thanks for your help.Paul
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Empty columns creating gapsHi Tobias,
Thanks for your help. I just wanted to lock the site down, apart from this 1 page, so you can have a look
https://introbears.com/profiletest/
From what I can see your original code suggestion very nearly worked
.tablepress-id-123 th,
.tablepress-id-123 td {
padding: 0;
}But it still leaves a little padding, perhaps outer padding??? Im not sure
It sounds small but my finished table may have 50 empty cells, so even 1px for each cell will make a large gap in the scrolling row.
Thank you again for your help.
Paul
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Empty columns creating gapsSorry, this is the correct table. 6 empty columns is creating the gap, not 1 empty column.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Empty columns creating gapsThis is the actual table online.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Empty columns creating gapsHi Tobias,
I did see that work around on the forum, but doesnt work for this.
Here is a screenshot of the table. You will see the column with no img (ecotricity). This is showing up as a large gap on the webpage, when ideally I would like it hidden on the page when the cell is empty.Forum: Themes and Templates
In reply to: P2 post options – change post tabs defaultthink i have the answer
Forum: Themes and Templates
In reply to: P2 post options – change post tabs defaultIm guessing something to do with how the page displays, so should I be looking at the css files.
Sorry to ask dumb questions but I am learning … slowly