shawns52
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Native right click menuThanks for the update! I hope it can return one day but understand the complications.
Thanks so much for the fast reply! I didn’t realize that also got updated, all good now.
Fantastic, once again you’ve saved the day! I decided to use this one
.tablepress-col1 .column-1 {
display: table-cell !important;
}as an extra CSS class to put on just the tables I need to show column 1. Thanks again for your fast response and help!
No problem. If you load up this page on a desktop browser, the top table displays all 3 columns and the table further down the page displays 5 columns. If you Inspect and change the agent or view from a phone browser, the first column of both tables is hidden.
Doh! I just realized I could export an existing table as well. I got the HTML in the right format to then import and append like I was looking for.
This visual might explain better. The bottom row is what I want to append to each table, the result is on the right. Column 1 needs rowspan added and then the new row needs colspan to the right.
I have done a few manually like you suggested but then noticed the append and thought it might go a little quicker without having to navigate to each table and then copy/paste data into 3 cells.
Got it! Adding <table> around my example HTML worked perfectly. One more question now, how can I add #rowspan# to column 1 for the new row I am adding? Thanks again!
That worked perfectly! Thank you so much for the help.
Thanks so much! The web interface allowed me to make the change! Looks great now.
That’s got it almost totally fixed. I was able to connect to my personal Facebook account. However, the pop-up with options to “Publicize to my Facebook Page” lets me select the page I want but there is no Ok button to save the selection.
I search around about that issue and have already cleared cache, cookies and temp items with no luck.
It is: https://delistedgames.com/
Thanks!
I recently changed my site’s URL as well and I get the same result now that I’m ready to start setting up the Publicize options. I click ‘Connect’ and get a blank page with URL:
Is it possible for someone to “update these settings” for my site as well or provide some other insight? Thanks so much!
Forum: Themes and Templates
In reply to: [MyWiki] Dropdown search stopped workingFigured this one out. It was a conflict with the plugin “Total Support Widget”.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Carousel broke downFixed it myself. The file wp-content/plugins/total-support-widget/scripts/wp.js was still calling ‘.live’ for a function. I changed it to ‘.on’ based on some Google searches and now carousel works again.
Not sure how that got in there myself but if anyone hits the same snag, give that a look.
Forum: Plugins
In reply to: [W4 Post List] "Group By" Category with multiple categoriesI’m sorry, I messed up in my example. My list is set up as List Type: Posts, Orderby: Category with Posts: Tax Query of a Tag that is shared between posts.
Current Example:
A Post is in “Category A” and “Category B” with “TAG 1”My list displays:
“Category A”
Post 1“Category B”
– not showing up here –Sorry for the confusion, is there any way to get the list to show the same post under both categories when based on a Tag? Thanks again!!