michael-shedd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Plugin Problem on Sidebar (Twitter)it’s displaying the warning invalid text again
Forum: Plugins
In reply to: Twitter Widget Proit’s displaying the warning invalid text again
Forum: Fixing WordPress
In reply to: Plugin Problem on Sidebar (Twitter)it is working right now though… but earlier it wasnt. so if anyone has any clue that would be awesome thanks again
Forum: Themes and Templates
In reply to: header links to homepage but search bar doesnt work anymorewell i didnt change it just didnt work… is what i should say. one time i had to header images and the second time i my original problem where i would click the search bar it would reload the page
Forum: Themes and Templates
In reply to: header links to homepage but search bar doesnt work anymorethanks esmi as always… u seem to always be super helpful i gave that a wing and nothing seemed to change. does it matter the placement in either of those files?
in my header i tried adding this above then below the <div id=”header”> in the header.php
<div id="header"> <div id="header_link" onclick="location.href='https://www.currentdose.com/';" style="cursor: pointer;"> </div>
i also replaced the <div id=”header”> with <div id=”header_link” onclick=”location.href=’https://www.currentdose.com/’;” style=”cursor: pointer;”>
as for the stylesheet portion i just threw it in the that file.
nothing worked, but i’m not too great with the coding part of wordpress
Forum: Fixing WordPress
In reply to: Older Entries causes 404 ERRORfigured it out thanks… other people with the theme were having the same problem… there was a tweak in the settings. not sure what the problem is, but at least it’s working for the time being
Forum: Fixing WordPress
In reply to: Permalinks, .htaccess, and error 500it was the permission code. i had my host change .htaccess permission code
Forum: Fixing WordPress
In reply to: Previous/Next Post Links Not Workingdid u ever figure this out?
Forum: Fixing WordPress
In reply to: Permalinks, .htaccess, and error 500i dont think that’s what u r suppose to enter in the custom field.
u can read more here …well that’s what i was able to understand from it.
i think my problem is the file permission… cause it keeps saying operation not permitted.
Forum: Fixing WordPress
In reply to: Permalinks, .htaccess, and error 500okay so i found the .htaccess file… it was hidden, but i changed up some settings and found it.
this is what i’m trying to do: i’m trying to make pretty permalinks. this note came up under the permalinks settings.
If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
i opened the .htaccess file up using TextWrangler and was planning on inserting the code in there, but it already had that.
any ideas? do i need to change the file permissions?Forum: Fixing WordPress
In reply to: Permalinks, .htaccess, and error 500thanks for the response.
i’m having trouble locating the .htaccess file. i’ve gone through all the files on the server and i havnt been able to locate it anywhere. should there be one?
i’m on a mac. could this lead to a hidden file since it begins with a . ?
otherwise, i was reading through some other wordpress user questions on the forum and it was suggested to create your own.
where do i stick it in that case?thanks again
Forum: Fixing WordPress
In reply to: Permalinks, .htaccess, and error 500hey ctullis i’m trying to do the same thing as you… what folder did u end up sticking it in? and did u ever resolve this?
Forum: Fixing WordPress
In reply to: Older Entries causes 404 ERROR“default”*
Forum: Fixing WordPress
In reply to: Older Entries causes 404 ERRORi changed Permalink Settings to “defaulta” and i works fine now, except the url looks pretty lame.
when i chose custom or any of the other settings the archive page doesn’t work again.
any ideas to make it look better?
Forum: Fixing WordPress
In reply to: Thumbnail Images are Question Marks?cool beans. glad it worked for you man