orion7x
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Using child theme (help understanding a few things)Just saw this, not sure how I missed it… anyhow, We had on our Apache the PHP 4 compatibility on and it messed everything up trying to run that and do some other things. We turned it off and everything went back to normal. Have not run this again to see if it will. But your dump helps a lot thanks…
Forum: Fixing WordPress
In reply to: Dumb question about the possibilities of a wordpress site…I love you guys…. Just have to ask the right question…. BAM! someone has a great answer….
Investigating these options… Customers have limited funds so they may have to grow slowly….
Thanks
Forum: Themes and Templates
In reply to: Different type of templates question…WOW, excellent reply. This looks like the way to resolve this issue. Surprised something like this is not part of the wordpress widgetry….
Thanks!!
Forum: Themes and Templates
In reply to: Using child theme (help understanding a few things)I figured out where the error came from, if you turn the WP_Debug on, it destroys everything for all plugins. I turn it off and everything starts working again. The Check Theme plugin makes you turn it on and then it doesn’t work. Not sure what thats about…
Forum: Themes and Templates
In reply to: Using child theme (help understanding a few things)Thanks for the reply!
PHP built programs make me nuts…
I installed the Check theme plugin. I run it and it shows this right below the Check it button.:Notice: Undefined offset: 1 in /var/www/docs_virtual/janmarquart.com/wordpress/wp-content/plugins/theme-check/checkbase.php on line 228
Below that in the green box it says:
“Now your theme has passed the basic tests you need to check it properly using the test data before you upload to the WordPress Themes Directory.”
Is this saying that I need to uninstall the theme thats there to run this against it? Will that screw up the changes I made to it already? This statement it makes tells me nothing as to “check it properly”.. Does it have to be so confusing?
Is it wrong to think that you can have a site that the home page layout is not on every page?
Very frustrating…Forum: Fixing WordPress
In reply to: Unable to upload a picture when testing the new installAfter dorking with this for hours it appears it had to do with the the permissions on the wp_content folder… Working now but nothing lead us there other than hit and miss….
Forum: Fixing WordPress
In reply to: Logging into Multiple BlogsI went ahead and changed the prefix in the appropriate location in the wp_config file (not this example talked about) and it made seperate table s like I wanted.
I get tangled in the question some times. My bad, not perfect.Forum: Fixing WordPress
In reply to: Logging into Multiple BlogsYou can make multiple WordPress blogs share the same user tables, as long as they are all sharing the same database with different prefixes.
Add two lines to the wp-config.php in each installation:
define(‘CUSTOM_USER_TABLE’,’wp_users’);
define(‘CUSTOM_USER_META_TABLE’, ‘wp_usermeta’);This will make them all have the same user information.
To understand about having two blogs using the same database doe sthis mean that if I change the wp_ to something like blg_ that it will create seperate tables in the db for the other blog?
define(‘CUSTOM_USER_TABLE’,’blg_users’);
define(‘CUSTOM_USER_META_TABLE’, ‘blg_usermeta’);Thanks
I just tried everything again. If I dont change the theme everything works. If I change the theme and change the settings on setting page it breaks the path.
Forum: Themes and Templates
In reply to: Loose complete layout when editing the settingsok, back in again. I go to rosen-art.com/wordpress it brings up the default template page. I click on login. That works fine puts me at the dashboard. I click settings, then save and the wordpress install is messed up. Looks like its not relating to the path I have it in. Why is that? Where should it have done that? Where can it be fixed.
The way I have to get back into the wordpress install is to blow away my SQL and reinstall and it seems to cam back to square one.Forum: Themes and Templates
In reply to: Loose complete layout when editing the settingsOn the settings page. (I cant get into it again until I spend another hour or two getting it back) You can change the the email address, that messes it up. Any changeable setting on the page screws it up. I was trying to make the editable buy user links to the blog site or the one above it to see what they affect (but they are not the culprit) If I change anything on the settings page in the wordpress page in the browser and save it, it destroys the paths or something. Every time. These are not messing with the code on pages, its just the user editable settings and then saving the page. The basic function of settings in wordpress.
This is not installed unusual. The path is rosen-art.com/wordpress. I read the instructions, did nothing different. It works fine untill I edit the setting page. Have not tried it without changing a theme yet to see if its happens with the default page theme.Forum: Fixing WordPress
In reply to: Trying to change links in the header and/or the Home buttonASLO now that I have trie dto save the link changes, the site is destroyed. It seems to have lost all connections to any links and the css for the pages. Nothing works in the wordpress folders, The logout the login nothing. All I did was change one of the links in the settings to take wordpress off of it so that one would link to the home page of site. The save failed, so why would it destroy the whole workdpress installation. This is very annoying and I am now questioning if WordPress is the way to proceed. This makes no sense unless the theme killed it but there seems to be no way to get back to square one. Can anyone help or do I have to reinstall for the third time.?