mijstrebor
Forum Replies Created
-
Hey Sajib, your initial reply indicated you’d understood. Thought you were going to fix it. Okay, here’s the video.
https://www.loom.com/share/cdedc442ea36480bb140df7aa514e4ba.
The audio won’t work. Restating problem: To add say “Score” I have to click Add New, and you throw up say the score. I have to select Type and pick Score. The type is set now I have to Label it as Score and I’m done.
That’s a lot of messing around. If you’d just open the selection list I could pick Score and be done.
Hope you think this is cooperative. Thanks, Jim.
Haven’t heard about status.
Haven’t heard about the status of this problem.
Any progress here?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TablePress BuilderReally any editor. I just use VS.
I would need to build a list of all the CSS classes used in TablePress. I have a number of them even an”exotic” or two. (.tablepress-responsive-stack-phone) But I’d need a list of all the CSS used by TablePress to do a complete job. If this is okay with you, could you DM me the CSS classes or just class names (anything) used by TablePress?
Aside: To explain how I use this tool, I have three windows open. First my editor with the HTML and CSS, the second one with a browser displaying the HTML, and third the DevTools. As I modify the CSS, I refresh the browser and see the result immediately. I’ll watch the DevTools to see if there’s any redundancy or other simplifications I can make. It very efficient and if the editor has a CSS formater and checker I am sure I get clean code into TablePress.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive Mobile Text AlignmentI guess I didn’t really think about it. Using
@media (max-width: 767px) {
.tablepress-responsive-stack-phone tbody td {
width: 100%;
text-align: left !important;
}
}`works just fine. I realized my oversite when I looked at devtools:
@media (max-width: 767px) .tablepress-responsive-stack-phone tbody td { display: block; text-align: center; border-top: none; } @media (max-width: 767px) .tablepress-responsive-stack-phone tbody td { width: 100%; text-align: left; <--- strikeout }
Forum: Plugins
In reply to: [Sticky Header Effects for Elementor] SuggestionI have a menubar in a Section of a Heder template then another Section with a background image margined under the menu. Some of these mages are dark, some light. I use an ACF Color Picker to set a contrasting text color for the menu text. Next, I decided I want the menu section to be sticky Now the light menu text disappears over the light body So I set the Sticky header to depend on another ACF and not kick in until we’ve scrolled off the common hearer template. This now works perfectly except the menu is no longer translucent and feels heavy-handed.
The problem is that the ACF Color Picker does not do a 8 digit hex color code and the opacity settings of Sticky Header background do not let me “add” opacity. I realized the problem is really ACF’. I should be talking tp them about this. My asking you for a feature was trying to put a band-aid on.
BTW: This is a really great tool; thanks a bunch!
Looking at the DevTools for your site, I am pretty sure I only see one slide. Now, this in no way explains what’s happening to make it word when editing WordPress.