amanitam
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Portfolio Lite] slideshow timingsI figured that would be the better route to take instead of changng the core file 😉
Thanks for your help, and for providing this theme. I plan on tweaking things to suit, but most of what I wanted is already there, which is a fabulous thing!
Thanks again!
Forum: Themes and Templates
In reply to: [Portfolio Lite] slideshow timingsThanks for the reply.
I did find another workaround by changing the slideshow value in the jquery.flexslider.js, line 1105, to
slideshow: false
I’m guessing I can probably add that value into the jquery.custom.js file rather then in the main file and it will do the same thing?
Forum: Themes and Templates
In reply to: [Portfolio Lite] slideshow timingsTo follow up while waiting for a reply …
I reinstalled the older build (v1.0.2) and there it was! In the Customise Menu under Theme Options/slideshow Settings. But it doesn’t seem to to be functioning? The slideshow auto starts and the intervals aren’t setting (I’m trying to set it to “Hold” as I’m guessing that means the slideshow does not auto start?)
I’m updating the theme again as I am using the Customizer Plugin. But any help on how to set the intervals, or set the slideshow to not start until clicked would be great 😉
Thanks,
SusanForum: Fixing WordPress
In reply to: Dynamic Updates from Multiple BlogsOkay. Never mind! Found what I needed.
If anyone wants to use the same plugin, it’s the BDP RSS Aggregator at:
Forum: Installing WordPress
In reply to: Login Never WorkedThere is something very funny about this. But first …
Thank you doodlebee for all your help!!!
I went in to the _options table, found something called blog_id, and inside was “siteurl” and this was where it got squidgy. It had set the site url to
http://the-garrison.com/member%20folders/
which u’ld think was correct. I edited to have the space instead so it looked like this
http://the-garrison.com/member folders/
And “Eureka!” I’m in.
Thx for ur help, and patience -S
Forum: Installing WordPress
In reply to: Login Never WorkedI can query, empty, drop, etc via PHPMyAdmin.
But … there is no “blog_url” table in the database??? There are ten “user” tables that were created at install. (I changed the “wp_” as I hope to use one database for multiple blogs) They are:
susan_categories
susan_comments
susan_link2cat
susan_links
susan_options
susan_post2cat
susan_postmeta
susan_posts
susan_usermeta,
susan_usersSorry i’m just not seeing it. Chances are good I am looking in the wrong place :-{
Forum: Installing WordPress
In reply to: Login Never WorkedThx Doodlebee. Bear with me here, as I’m pretty much stumbling around.
I used your suggestions for the .htaccess file. RewriteEngine activates the mod-rewrite on the server. So, I think it’s the last line for the RewriteRule
My PHPMyAdmin access is limited to the actual databases. And there is nothing immediately obvious except for the user tables in the WordPress database.
Thx again for helping out here.
Forum: Installing WordPress
In reply to: Login Never WorkedOkay. WordPress does NOT like odd URLs. I installed it in the home directory and it works.
Problem is I need to have it work in the badly named “member folders” directory. I tried doodlebee’s url rewrite and that generated a 500. But I think she’s got the best idea here. Anyone have input on the correct syntax for the .htaccess file?
Please … 😀
Forum: Installing WordPress
In reply to: Login Never WorkedUnfortunately, I did not set up the site architecture. And it’s more than updating the database. It’s updating every single link from hundreds of pages.
But before we say “Eureka!” I am going to reinstall WP in the home directory and see if that makes a difference.
Forum: Installing WordPress
In reply to: Login Never WorkedBTW, this is the URL generated by the login.
at first blush it looks okay. But I noticed an “extra” bit of URL encoding in the redirect
member%2520folders
instead of
member%20folders
Am I reaching?
Forum: Installing WordPress
In reply to: Login Never WorkedOkay.
I cleared my database tables uploaded fresh copies of wp-config.php, etc. Reinstalled. Successfully repopulated database. Still same problem!
I hav emptied the cache, removed the cookies.
Still same problem!
I’m willing to try anything at this point :-{
Forum: Installing WordPress
In reply to: Login Never WorkedMe too :'(
I’m not the only one with this problem. But still, I would like to know why, or how I can fix this.
Thx
Forum: Installing WordPress
In reply to: Login Never WorkedForum: Installing WordPress
In reply to: Login Never WorkedNeither!
From:
/wordpress/wp-login.php
It tries to redirect to:
/wordpress/wp-admin/
But cannot so it reloads the login.php! But no error messages.
There is another thread on same problem at
http://wordpress.org/support/topic/108923?replies=4Forum: Installing WordPress
In reply to: Login don’t workSame problem. Login keeps returning me to wp-login.php ???