glutenfreepost
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: where are the font settings for the Visual Editor?thanks Ryans, i see that now, and when i hover over it, it says ‘kitchen sink’ but i cant move/click/anything on that button. and it doesnt say ‘show/hide” anywhere that i can see. Boy do i feel like a retard! lol sorry for all the hand holding here but i have to swallow my pride sometimes
Forum: Fixing WordPress
In reply to: where are the font settings for the Visual Editor?Doodlebee…when you say its at the end and there is one wich a bunch of dots.
Im not seeing it, or im not looking in the right place. I am in the editor, and all I see are the typical template and style files over on the right, and the code window in the middle.Forum: Fixing WordPress
In reply to: How to create an embedded forum within a wordpress page?PERFECT! thanks do77!!!
Forum: Fixing WordPress
In reply to: Image upload not working in WordPress 2.8Thanks pablohart. I certainly tried turning off every plugin as well as going to the default them. I am simply trying to rebuild from scratch now in a new directory. WordPress officially kick my @$$ in this battle. I give.
Forum: Fixing WordPress
In reply to: Image upload not working in WordPress 2.8I dont see that code in either the footer or header. I am using Thesis but the issue happened before the switch and continues to happen if i try any other theme including the default WP theme with all plugins off. So i am still lookin for some help. I actually managed to export (size errors before) the xml. So what I would LIKE to do is install a fresh copy of WP on my server, which i did, and import the xml. My question here is, i have no idea how to do all that, checking to see if it worked, while not affecting the ‘production’ website. And then if it does work, how do i point https://www.glutenfreepost.com from the current directory to the new (hopefully) working directory?
This is my footer
<?php
/**
* Handles the final actions and markup of the page.
*
* @package Thesis
*/thesis_hook_after_html();
# Added to appease certain plugins which check for this code in this file:
# wp_footer();
?></body>
</html>And this is the header:
<?php
/**
* Handle the opening HTML and actions.
*
* @package Thesis
*/# Added to appease certain plugins which check for this code in this file:
# wp_head();
?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml” <?php language_attributes(); ?>><head profile=”https://gmpg.org/xfn/11″>
<title><?php thesis_output_title(); ?></title>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<?phpif (is_singular())
wp_enqueue_script(‘comment-reply’);wp_head(); ?>
</head>
<body<?php thesis_body_classes(); ?>>
<?php thesis_hook_before_html(); ?>
Forum: Fixing WordPress
In reply to: Pages wont load or deleteYes I did attempt those troubleshooting attempts. No luck. I am running Thesis btw, not that its bullet proof but just giving more information.
Forum: Fixing WordPress
In reply to: Image upload not working in WordPress 2.8-Yep, they are running php5.2.something and I have checked the image upload location and they are set correctly.
-I have tried saving the post as draft without uploading images, no change
-I made sure the settings in admin/settings/misc were “wp-content/uploads” no change (they were already set to that.
-Upgraded to 2.8.1 no changeI do want to make sure I am clear about one thing. I DONT get an error. The image DOES upload into the server. It just wont display in the post/visual editor (which doesn’t work either)/or HTML editor. So what I have to do is code in the typical…
<p style=”text-align: center;”><img src=”https://zxzxzxzxzx.com/wordpress/wp-content/uploads/2009/08/elle0.jpg” alt=”elle0″ width=”240″ height=”165″ class=”attachment wp-att-894 centered” /></p>
…every freakin time.
So with that…does the https://zxzxzxzxzx.com/wordpress/wp-content/uploads/2009/08/elle0.jpg mean that I have these pointed wrong? Should ALL images reside in only the uploads directory, can they or can they not be organized by month/year?Forum: Fixing WordPress
In reply to: Laughing at 2.8 is all I can do now. Check this one out.the fix..or temporary fix that is…was to use file manager to set the permissions of the entire wp-admin folder and the wp-config_php file back to their default 755. They switch to 666 (uh huh) and 644 respectively each time I publish a post or really anytime i make an ‘execute’ type funtion. At this point, they have no clue as to why. But it keeps happening, and i keep going in and forcing the permissions back.
Forum: Fixing WordPress
In reply to: Laughing at 2.8 is all I can do now. Check this one out.Michael,
I will call after I leave work today and report back to you with what their fix was…(and is for this new instance).Forum: Fixing WordPress
In reply to: Problems with 2.8so has anyone successfully re-insalled 2.7.1 to back out of this 2.8 curse, or can that not be done?
Forum: Fixing WordPress
In reply to: Problems with 2.8I agree, 2.8 is killing me. What a mess.
Forum: Installing WordPress
In reply to: 2.8 Problems and Solutions (FAQ)Upgraded, can’t login and getting error message
In a few cases, the error message reports what plugin file is causing the problem so rename or delete the plugin folder, then try login again.FYI when I upgraded to 2.8 my permissions to log in were gone. I had to call my host so they could set them back to 755
Forum: Fixing WordPress
In reply to: Unable to move WidgetsGotcha…thanks brotha. I’m going to close this out since you resolved my issue. Thanks again.
Forum: Fixing WordPress
In reply to: Unable to move WidgetsMichael…sorry I wasn’t clear. I saw a few posts from people saying they were clearing their cache in wordpress itself…
thatruth2006
Member
Posted 5 days ago #
Whew, I dumped the turned off WP-Super Cache, dumped the cache in wordpress and in the browser, logged back in and it worked. Now going to turn Super-Cache back on and see if it works. Crisis Averted.I am fine with clearing cash in any browser, just didn’t know if wordpress had its own internal cache somewhere.
Forum: Fixing WordPress
In reply to: Unable to move Widgets@ MichaelH
Thanks Michael!!! THe Enable Accessibility worked! No cache clearing required. BTW, I also have the visual editor issue and I saw where someone suggested to clear the WordPress cache in the settings…I don’t see that option.