Rick
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 with pos-name links after migrationIn case it is necessary, I am using open Suse 15.3 (I’ll be moving to 15.4 soon)
I have 2 wordpress sites in htdocs accessed by the same domain name but different install directories.
Forum: Fixing WordPress
In reply to: 404 with pos-name links after migrationTOWER:~ # a2enmod mod_rewrite "mod_rewrite" already present
I only had templates in /etc/apache2/vhosts.d. I put httpd-vhosts.conf in that directory and put his into it”
<VirtualHost *:80> ServerName localhost ServerAlias localhost DocumentRoot "${INSTALL_DIR}/www" <Directory "${INSTALL_DIR}/www/"> Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All Require local </Directory> </VirtualHost>
I restarted apache2 and was not able to log in. I renamed the file to httpd-vhosts.conf.new and restarted apache2 and could again log in.
In case it isn’t obvious, I have no knowledge of vhosts or vhost files.
Forum: Fixing WordPress
In reply to: Launch website keeps displayingIf you have selected themed while the Mojo plugin was active will deactivating it change the selected theme?
Forum: Plugins
In reply to: [WP Accessibility] New Tab/WindowThnks for the reply and info. I am new t adding accessibility to web pages. After reading a few web sites I have removed the _blank tags and made sure the box was properly checked in th settings.
I am experiencing the same behavior with Weaver II.
I do not have the plugin activated all the time as this is a testing server, more or less.
Check the “CKEditor – Upload Settings” section in the administration area. You can continue using the reaaaaly old built-in uploader, or install CKFinder.
wiktor,
I just got the message through WordPress that FCKEditor was no longer being maintained and CKEditor was suggested. I then found out I couldn’t browse my local directories and then upload to a specific directory on my web server.
I do thank you for the information on how to enable the “reaaaaly old built-in uploader”, but I have to wonder why this is so obscure.
Anyway, thanks. I again have file uplading capabilities.
Forum: Fixing WordPress
In reply to: How many simultaneous logins one accountWhile it may seem reasonable to do this so you have less users to manage, doing so can and likely will cause other issues to arise.
1. How will you know what person actually logged in/performed some task at site?
2. Can cause much confusion if folks each edit something at same time.
3. Generally, this is considered an insecure manner of managing user accounts.So to summarize, don’t do that is the correct answer.
1. I’m not tracking if they login and do something.
2. They have no editing privileges.
3. Yes, I know it is insecure.While “don’t do that” may be the correct answer, it really doesn’t answer my question, but thanks for your input.
Forum: Fixing WordPress
In reply to: How many simultaneous logins one accountDoes no one if there is a maximum number of simultaneous logins for one username?
Forum: Fixing WordPress
In reply to: Plugin Install Failed Directory exists.This is resolved. I found out our provider had one IP pointing to an old install and another to the current install. In addition, our IT was not informed of the IP change, so internally we were pointing to the old IP. Once the IPs were corrected, I started seeing, editing and updating the same install.
Forum: Fixing WordPress
In reply to: Page ID after pretty permalinksThanks for the link, esmi
I found another thread that described how to hover over a page title and see the ID in the status bar at the bottom of the browser window.
I have no idea why I didn’t find that thread in my earlier searches.
When I changed position:absolute to position:relative, my menus stopped working correctly. The menus no longer covered slideshow, but they did change size.
Sam Lowry,
I already have
position: absolute;
z-index: 99999;in #access in my styles.css.
I am using a child theme based on twentyten which did not originally write. My problem only exists in the compatibility mode of Ie, and I have gotten any complaints from people at work. I’m starting to wonder if I really need to worry about it.
Still, thanks for the info. I’ll make the deletion in my stylesheet and add the line to the header, and try it in my stylesheet and see what happens.
Thanks,
Has anyone found a fix for this?
I am having the problem in IE 8, depending on compatibility settings, but not Firefox.
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] Custom rolesOk. Thanks for the quick reply.
Forum: Plugins
In reply to: [Calendar] [Plugin: Calendar] Further development?I’m wondering about this, too.