willbell
Forum Replies Created
-
Tobias,
OK, thanks for that.
I couldn’t say for sure what a user would find logical or not. I have had a request for the sorting currently on the table to be more in depth, hence my request. But it’s certainly debatable whether that works best for the user.
Will
Tobias,
OK, let me know if this should be a new thread, I will re-ask.
I’ve done what you suggested, so far so good.
https://www.anasysinstruments.com/sandbox/But I need to integrate the two column headers. I either need to get the sort coding inside the red headers, or I need to make the red headers disappear and not take up any space. In the second instance i will need to make the sort boxes red.
Is this going too far?
Thank you,
WillTobias,
Got it, thanks. One detail in case anybody is following this thread. The code Tobias suggested…
like #tablepress-35_wrapper .column-filter-widget:nth-child(3) select {
width: 200px;
}
… may appear to not be working if you used inserted his previous code…
.column-filter-widget select {
max-width: 100px;
}
… which gets the ColumnFilterWidget working. You will need to increase the “max-width” value to greater than the column you are wanting to affect the size of.Or at least I was lame enough to struggle with that!
Thank you Tobias,
WillTobias,
Getting there.
Is there a way of doing the measurement per column, like you do with TablePress? Also, will this now apply to all tables? Can I make it table specific?
Thank you,
TablePress column specific example:
.tablepress-id-32 .column-3 {
width: 35%;
}Only you, the editor, see the word edit. Viewers don’t.
Forum: Plugins
In reply to: [Acunetix Secure WordPress] UninstallThanks for the reply, sorry I’m acknowledging it so late. The problem is more subtle than that. I can access my admin, but certain functions are not available. Secure WP turns them off. The reasons I can’t just delete the Secure WP plug-in is that I think it has rewritten part of the core code, so I still would not have those functions after deleting the plug-in. It’s screwy.
Will
Forum: Plugins
In reply to: [Acunetix Secure WordPress] UninstallP.S. I have access to all files, so if you could tell me where the login info is stored I could just login and uninstall that way.
Forum: Plugins
In reply to: [Acunetix Secure WordPress] UninstallAcunetix Secure WordPress
I am finding more stuff that is blocked, like editing certain features of the menu. I would like to undo this plug-in as simple as possible. I don’t want to go through the whole copy/delete/reinstall/update process.
Thanks,
WillSatrebor,
Users of the gallery? Is that process automated?
I will post a gallery, then ask hundreds of viewers in a particular group to upload images. Sort of like a photo competition.
Will- This reply was modified 7 years, 11 months ago by willbell.
Forum: Plugins
In reply to: Gravity FormsWell thank you for such a quick reply, exactly what I wanted.
Forum: Plugins
In reply to: [Zoho Creator Forms] What is a TinyMCE editorI finally figured this out, although there is no straight up explanation short of wikipedia. There they explain that tinyMCE is not an actual editor, but gives and extant editor, like the one on Pages in WordPress, additional functionality.
Forum: Plugins
In reply to: [Zoho Creator Forms] Where and what is tinyMCE editor?I finally figured it out.
Forum: Plugins
In reply to: [Contact Form 7] Variable on Contact Form 7Right now I have built a new form for each page. The forms are identical but I need the database to tell me which page they came to the form from, one of the Webinars, one of the brochure download pages?
What I would like is to give each page a unique identifier, and then when the contact form is filled out and sent I would like it to open a different page, based on the page identifier, and make an entry in the database with a column identifying which page the contact form was on when filled out.
Thank you,
WillForum: Fixing WordPress
In reply to: Can't open admin panel on cloned development siteThank you. Resolved.
Forum: Fixing WordPress
In reply to: Can't open admin panel on cloned development siteThank you for this, although I had already done that.
I just figured this out and it may be a version issue. In the wp-config, inside the site folder, I changed the DB name user and password, but noone has suggested changing the WP_HOME and WP_SITEURL right in that config file. The instructions I have been folowing had me change that in the database.
So, check your wp-config file for the HOME and SITEURL if the development address doesn’t seem to want to stick when you go to the admin panel.