inspired2write
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page wont do paragraphsJust to clarify one more time… When you look at your post on the html editor side, make sure there isn’t any codes between the paragraphs.
One other thing to rule out is if your template is causing the problem. This could be a template issue. Revert back to the basic and boring ‘default’ template and then test your editor to see if it resolves the issue. If so, then it’s a template issue.
If it is a template issue, I’m not the one to be able to help you correct the template codes to fix it, but I’m sure someone else could or you would need to select a different template.
Forum: Fixing WordPress
In reply to: Page wont do paragraphsSo the paragraph space isn’t there when you preview? Did you save the post before you previewed?
Forum: Fixing WordPress
In reply to: Page wont do paragraphsI have tried adding code <p>paragraph</P> but this still does not help.
You actually don’t want to use those codes. I was trying to find out if you were and if that was making it problematic.
Look at the html side of the editor. Is there a space between your paragraphs there?
Forum: Fixing WordPress
In reply to: Page wont do paragraphsAre you adding in codes like
<p>paragraph</p>to create paragraphs? If you are, there isn’t a need to add any codes to create paragraphs. You should only need to use the ‘enter’ button on your keyboard to drop your text down to where you want the next paragraph to begin. Does that not work?Look at your post from the html side and make sure you don’t have some extra codes added into there. And, if you write your blog posts in a software program prior to pasting into your blog, don’t ever use anything like MS Word because it adds in formatting that you may not see.
Looking at your post it appears you used the ‘center’ button for your content. Have you tried it without centering the text?
Not sure otherwise, why your wysiwyg editor or html editor wouldn’t be doing paragraphs, unless your files in the backend are not right.
Forum: Fixing WordPress
In reply to: Parse error: syntax error, unexpected T_STRING, expectingHi brodymom7,
If your blog is new and you don’t know about an ftp (files transfer protocol) you need to find out from your host if you can access your blog files through an ftp. If you have access to the cpanel, you should be able to access instructions from there as well.
Look through the emails they sent you when you initiated service with them, because that would be where they possibly would have included the information about your ftp access.
Contact your host via a support ticket, and let them know you broke your site. They may go in and fix it for you, but you still need to know how to tackle these sorts of challenges in the future. So, this is a positive thing to learn from! 🙂 😮
Also, just to let you know, when you paste codes into the forum here you want to use the ‘code’ button above and wrap the codes with that. It places a tiny tick mark at the beginning and end of the code to place it into a box.
Let us know if you get your issue resolved, and if so then you will want to mark this forum thread as ‘resolved’ from the sidebar.
Forum: Fixing WordPress
In reply to: Blackberry Browsers: maximum redirect attempts to serverLate for my brain cells here now – lol – But I’ll give this one a try.
You might want to check the configuration in your WP htaccess file. It could have something to do with WP Super Cache, if you’re using that? These are the codes in that file (but for 2.9.1, and I don’t know if it’s different for 2.9.2). Also, I don’t know what codes in this file may or may not have an affect on that challenge. Again, just a guess at a late hour for my aging brain cells! 😮
In WP Super Cache it instructs to change the codes below:
“For best performance you should enable “Mobile device support” or delete the mobile rewrite rules in your .htaccess. Look for the 2 lines with the text “2.0\ MMP|240×320″ and delete those. This will have no affect on ordinary users but mobile users will see uncached pages.”
# BEGIN WPSuperCache <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / AddDefaultCharset UTF-8 RewriteCond %{REQUEST_URI} !^.*[^/]$ RewriteCond %{REQUEST_URI} !^.*//.*$ RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$ RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* RewriteCond %{HTTP:Accept-Encoding} gzip RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz -f RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html.gz [L] RewriteCond %{REQUEST_URI} !^.*[^/]$ RewriteCond %{REQUEST_URI} !^.*//.*$ RewriteCond %{REQUEST_METHOD} !POST RewriteCond %{QUERY_STRING} !.*=.* RewriteCond %{HTTP:Cookie} !^.*(comment_author_|wordpress|wp-postpass_).*$ RewriteCond %{HTTP_USER_AGENT} !^.*(2.0\ MMP|240x320|400X240|AvantGo|BlackBerry|Blazer|Cellphone|Danger|DoCoMo|Elaine/3.0|EudoraWeb|Googlebot-Mobile|hiptop|IEMobile|KYOCERA/WX310K|LG/U990|MIDP-2.|MMEF20|MOT-V|NetFront|Newt|Nintendo\ Wii|Nitro|Nokia|Opera\ Mini|Palm|PlayStation\ Portable|portalmmm|Proxinet|ProxiNet|SHARP-TQ-GX10|SHG-i900|Small|SonyEricsson|Symbian\ OS|SymbianOS|TS21i-10|UP.Browser|UP.Link|webOS|Windows\ CE|WinWAP|YahooSeeker/M1A1-R2D2|iPhone|iPod|Android|BlackBerry9530|LG-TU915\ Obigo|LGE\ VX|webOS|Nokia5800).* RewriteCond %{DOCUMENT_ROOT}/wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html -f RewriteRule ^(.*) /wp-content/cache/supercache/%{HTTP_HOST}/$1/index.html [L] </IfModule> # END WPSuperCache # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Fixing WordPress
In reply to: 404 Page Not FoundYou might want to see if this works:
http://en.forums.wordpress.com/topic/posting-uploading-pdfOr this:
http://wordpress.org/support/topic/349232?replies=5Forum: Fixing WordPress
In reply to: Fatal error: call to member function has_cap on a non-objectI have installed in the location you suggested. Actually, as soon as I activate the plugin on the Dashboard, I get a white screen with the Fatal error message…
The only way I have been able to get back to a functional browsing experience is to delete the plugin folder via ftp.As much as we all like plugins, sometimes they’re problematic depending on what all we have going on with our site.
I have chosen the suffusion theme, and have been afraid to totally mess everything up by changing the theme now that I’ve got a lot of content and “styling”. Is it an easy, reversible process? Or will I need to rework a great deal to get it back to its current state?
Before I change templates I have all my codes saved in a file such as a Notepad document. (Don’t use something like MS Word because it will add formatting that you won’t see later when you paste it back in).
For example, if you have meta tags in the header, save those in a document, saved links or other codes in a widget, save those in another document etc., or somehow clearly label the codes within one document you can retrieve after you change themes. Then you just have to copy and paste the correct codes into your new theme. And, before you switch themes it’s a good idea to move the widgets out of the active area first, but again copy your codes prior to changing themes in case of any errors with the widgets, or human error. 😮
In regards to the plugin itself, I don’t have an answer for you on that, but maybe someone else does if you really want to get it to work.
Forum: Fixing WordPress
In reply to: Where to find <head> to add Web master toolsGo to Appearance > Themes > Editor > Header.php
Then locate this code in the <head> area, and you can paste it below this:
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />At least that’s where I have mine and it works okay from there. You just want to make sure it’s before the closing
</head>tag. However, I think sometimes the big G’s robot likes it better if it closer to the beginning area within the<head>codes rather than down close to the closing head tag.Forum: Fixing WordPress
In reply to: Sorry, that file cannot be editedWhen you uploaded the files did you first rename the old files to something else, delete them, or how did you go about replacing them? Is there a chance that the old files didn’t actually get replaced with the new ones, or did you put the new ones in the wrong place by accident? It appears it’s not finding the files?
Forum: Fixing WordPress
In reply to: Fatal error: call to member function has_cap on a non-objectFrom what you’re indicating it appears the plugin should be compatible with your WP version, however that doesn’t mean you might not run into other compatibility issues with other plugins you have installed, and or theme issues.
For starters, did you install the plugin in the correct location?
/wp-content/plugins/
Double check that first. You might try and disable the plugin from your dashboard, and revert back to the default WP theme, if you’re using a different theme. Test to see if that resolves the issue. You may also need to disable other plugins to determine if another one is creating a conflict.Other than those suggestions, and in regards to your specific question above, I’m not able to answer what you’re asking, so someone else may need to help you if neither of those suggestions are of help.
Forum: Fixing WordPress
In reply to: How do you make sure writers don’t break your theme ?I don’t have a specific plugin to suggest, but what about this idea…
If they are really wanting to learn how to be a true blooded blogger – lol – they will have to learn how to follow instructions, right?Why not do a tutorial showing them exactly how to do it the correct way, by creating either screen shots that you provide in a tutorial section on your blog. Or, you could use an open source service such as ScreenToaster, which allows you to do screen recording videos, so your users could see exactly the steps you take with your mouse etc, to create the correct visual outcome. Just an idea since a plugin doesn’t come to mind. Perhaps someone else here may have a plugin to suggest.
Forum: Fixing WordPress
In reply to: 404 Page Not FoundDid you look to see if there might be a plugin to resolve your challenge?
http://wordpress.org/extend/plugins/search.php?q=pdf&sort=Forum: Fixing WordPress
In reply to: Fatal error: call to member function has_cap on a non-objectOne thing that would be helpful is if you indicate what version of WP you’re using. Also, did you make sure that the plugin you selected is compatible with the version of WP that you’re using?
Forum: Fixing WordPress
In reply to: Sorry, that file cannot be editedDo you have a cache plugin like WP Super Cache? If so, on the settings page for the cache program is where you would temporarily disable it. In WP 2.7.1 WP used to have a settings page for the cache from the stock dashboard, but I don’t see that in my 2.9.1 dashboard, and until now I didn’t look for it since I use WP Super Cache.
But, something just dawned on me about your scenario… When you replaced the files mentioned above, did you have a custom theme active, or the default WP theme? You may first want to try to revert back to the default theme, and then try your custom theme again. That’s possibly a more likely cause of your challenge rather than the cache.