davecotter
Forum Replies Created
-
YAAAY! you saved my web site!
- This reply was modified 3 years, 11 months ago by davecotter. Reason: mark resolved
part of the problem is i’m using an old custom theme, so i can’t update it, cuz there IS NO update, but the theme itself generates 404’s. i’ve tried adding in the obvious 404s to the “this is okay” list but clearly i’ve failed. i’m not a ninja.
Forum: Plugins
In reply to: [What The File] Still maintained?me too. please let us know.
it’s ironic that the REASON i want to connect my site into the wordfence.com console is so i can upgrade it to premium, so i can get premium tech support, but i need premium tech support in order to connect my site
# If we are using https or we are not on the karaoke.kjams.com subdomain redirect.
RewriteCond %{SERVER_PORT} 80 [NC,OR]
RewriteCond %{HTTP_HOST} !^karaoke\..* [NC]
RewriteRule ^(.*)$ https://karaoke.kjams.com%{REQUEST_URI} [L,R=301]## MediaWiki short url rules ##
RewriteRule ^wiki/(.*)$ /w/index.php?title=$1 [PT,L,QSA]
RewriteRule ^wiki/*$ /w/index.php [L,QSA]# WordPress
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# WordPress## Add php include path
php_value include_path “.:/opt/local/lib/php/pear”# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
i had a guru look at this problem, and this is what she had to say:
It appears that is the default for the whole site (sidebar on the left side) except for the Blog page (which is a different template). It also appears that the code is in sidebars.php. The code he found was in the Inspector tool, which combines code from different locations. I could be wrong about this, but this is what I think right now. Unfortunately, I don’t understand that code and it is not a matter of switching order… unless I’m not finding it, but I’ve gone through just about every .php file and it is not in one file (as seen in the Inspector). Like I said, it would be super easy to do a float: right; and then just not show the side bar at certain screen parameters (widths), but that’s not ideal.
I am still at a loss here. ideas?
- This reply was modified 8 years, 2 months ago by davecotter.
i’m not quite sure how to do that.
when i attempt to edit within WP, i don’t quite see what you show in your screen shot.
sorry, a little n00b here on this
i tested all the templates in there, and none of them moved the bar to the right side
Forum: Plugins
In reply to: [Localize Time] fail?it’s quite helpful even in it’s current form, thanks so much!
Forum: Plugins
In reply to: [Localize Time] fail?I set my computer’s time zone to be US Eastern (New York) and I see the correct times on your site
huh. okay
i quit my browser and re-ran, now it seems correct to me too
By the way, this shortcode is intended to work with a specific date and time, as opposed to “Tuesdays” and “Thursdays”.
yeah, i figured.
When you say “Tuesday 7:00 PM” it interprets that as “next Tuesday”, not Tuesdays in general (8/19 is what I see).
yeah, i know
The effect will be roughly what you want except for the week right before we start / stop daylight savings time, when the quoted time will be off by an hour.
hah, interesting. yep that makes sense
it sure would be nice to be able to adjust the user time zone display, since i do not need / want dates, but only days of week, displayed
thanks for looking into it! ??
Forum: Plugins
In reply to: [Localize Time] fail?