einstein green
Forum Replies Created
-
I have the same problem with aligning the icons in my footer widget.
https://www.marchforscience.dkHi Tobias
ah now I see the problem. I had some tab containers tagged “itinerary”, as well as some tables. Will fix the problem now. thanks for pointing it out!
best
NancyHI Tobias
Not sure why .itinerary would be targeting the tab container – I have other tables with .itinerary class that are fine, and other tables without a css class are also fine (not displaying like .itinerary).Isn’t the code here only targeting the table?
.itinerary .column-1 {
width: 75px;
}
I also tried
.itinerary .tablepress .column-1 {
width: 75px;
}I put the css changes for tablepress in my main css so I am not using the Plugin Options on Tablepress itself. I tried with your code, in various ways, but it didn’t change anything. I need the .itinerary class set at 75 px, not auto.
???Forum: Fixing WordPress
In reply to: Update to WP 4.7 is corrupting databaseI am having the same problem.
any fixes??Forum: Plugins
In reply to: [Social LikeBox & Feed] facebook widget not showingwith some testing I see it is OK on Safari but not on Chrome, if that helps?
Forum: Plugins
In reply to: [Social LikeBox & Feed] facebook widget not showingI am having the same problem. The plugin has been working great and suddenly it doesn’t. Here is a link to one page: https://www.cphfilmcompany.dk/news/, which is running WP 4.61, but I am having the same issue on other sites running 4.72. Can you take a look? thanks.
NancyForum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] zoom level marker listing linkplease see this page’s map instead as I am testing it thanks
https://andesworldtravel.com/andes-world-travel-4/Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] hiding/showing columns shortcodeOK thanks. What if I set that custom command to include columns that don’t need to be sorted that way – like if I set both columns 1 & 2 in that code, to cover when I show/hide the columns…?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] hiding/showing columns shortcodesorry I think I closed that post too soon…
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] hiding/showing columns shortcodeanother question: I have this sorting code:
“columnDefs”: [ { “type”: “formatted-num”, “targets”: 1 } ]which gets messed up if I hide/show columns in the same table, right? Can that also go in that shortcode instead of in the “custom commands” area at the bottom of the table?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] hiding/showing columns shortcodeGreat thanks – that’s what I needed.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sizing imagesThe big table is fine but the others are not displaying now – they are all variations of table 64.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sizing imagesI am having trouble seeing the top table at all – even though it’s the same as the one below with a different shortcode. And the big table at the bottom is not sorting at all now. ??
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sizing imagesI am also working with this sorting code on several tables. Do I count the table numbers starting with 0, and including the columns I have hidden? I am getting an error on that page now that I am using the wrong code on table 64 (the first one). I want to sort the length column which is E but C and D are hidden. ??
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Sizing imagesThat worked thanks.
Is it only in the sorting that you start with column 0?
If I wanted to remove the vertical borders, how would I do that – also for all the tables?