maddog_
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Uploading video larger than 8MBI’m having the same issue. When I looked at the php.ini, I didn’t see the variables you listed. I added the variables and values to to the the .htaccess file and that didn’t do anything. WP still wouldn’t upload a 10 MB file.
Forum: Plugins
In reply to: How to display comments on main index page?Can anyone please help with this? I’d like to get this resolved.
Thanks.
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] column CSS styleAwesome Tobias!
Simple, and of course, it works.
I kept beating my head against the wall, and knew I was doing something wrong.
Thank you so much for an awesome plugin that will make my life so much easier. I’ll have lots of use for it once I get all the nuances figured out.
Also, thanks for making life so much easier for nyoobs, non-html coding types like myself, for whom html, .css, and .php most often looks like an indecipherable foreign language.
Dankesch?n,
GlennForum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] column CSS styleThanks Tobias. The link to the page is:
https://www.tuesdaynighttwilights.com/sponsors-2
I just published it as password protected. The password is table.
Right now, I have in Table Styling Options, Custom CSS Class:
.wp-table-reloaded-id-1 .column-1 {
width: 600px;
}and in DataTables JavaScript Features, Custom Commands:
“bAutoWidth”: false
as an example of making the column width wider than the image logo. It seems like whatever I do, I can’t override the autowidth, or get any .css commands to work.
Thanks a bunch for the help.
Best regards,
GlennForum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] column CSS styleTobias,
I’ve just started using your plugin and can’t get the column widths or text size to change with the custom .css.
When I try
.wp-table-reloaded-id-1 .column-2 {
font-size: large;
font-weight: bold;
}in the Custom CSS Class area for my table, like you show above, my text size doesn’t change. I can’t figure out why I can’t get the text size, or column width to change. Can you please help me troubleshoot this?
Forum: Themes and Templates
In reply to: Code Problem (?) – Extraneous TextI just stumbled across a SimpleScripts Footer Plug-in that I had that was causing the problem. When I deactivated it, the extra text “Array” went away, BUT when I looked at the code for the Plug-In, nowhere did I find the text Array.
Does anyone know why then that this plug-in would cause the extra text?
Forum: Fixing WordPress
In reply to: Page Order ProblemOops, I already have my answer.
ALL of the themes I have are Artisteer developed themes, and I just saw on their website that they’ve released a new version of their software and one of the issues that was addressed was the page order problem.
I just downloaded the lastest Artisteer version, re-exported my theme, and the page order functions now work.
Thanks for the help.
Forum: Fixing WordPress
In reply to: Page Order ProblemThe answer WAS: NO, I hadn’t tried any of that.
I just deactivated ALL of the plugins and that didn’t do anything.
I then switched themes, and BAM, problem went away. Upon further testing, I made a minor tweak on my current theme for formatting a couple of weeks back. The old treak works, the new one doesn’t, so “something” changed in that revision.
Any clue or pointer on where to look and what to look for to fix this?
Thanks for your help.
Forum: Themes and Templates
In reply to: How to display posts of a certain category on a separate page?I got #2 figured out, by using query post, and it’s now working. The only thing I still need to do is figure out how to filter out past events.
Any ideas?
Forum: Themes and Templates
In reply to: How to display posts of a certain category on a separate page?OK. I went and read up on Category Templates. That’s sort of what I’m looking for, with a couple of exceptions.
1) I only want to show upcoming events, not past ones, so is there a way to filter so that past events don’t show?
2) I ideally wanted to create a separate page, so that’s available through the website menu structure, of “Events.” Is there a way to do this?
My URL is here:
Forum: Themes and Templates
In reply to: How to display posts of a certain category on a separate page?Yes, that is the exact ticket.
Thanks for the pointer on Category Templates. I’ll read up on this and try to implement.
Forum: Themes and Templates
In reply to: How to Create a Template for a Bio page with picture?Can someone please help me with this? Thanks.
Forum: Fixing WordPress
In reply to: Hide sidebar widget on certain pageI’ve been working on this myself today and came across the Display Widgets Plug-In by Stephanie Wells that does exactly this. Works great and is super simple to control sidebar content.
Forum: Plugins
In reply to: Removing Hyperlink in Widget?I still haven’t been able to figure this one out. Can anyone please help? Thanks.
Forum: Installing WordPress
In reply to: Fatal error: Cannot redeclare is_rtl() (previously declaredDitto here. I had the same exact problem and deleting Events-Calendar was the ticket.
Thanks so much for this!