chanel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Comment Count On Page Lists….
Forum: Fixing WordPress
In reply to: Comment Count On Page Listsbump.
Forum: Fixing WordPress
In reply to: Stop Dropdown Menulol.
Forum: Fixing WordPress
In reply to: Stop Dropdown MenuI stopped it actually.
I just added this line of coding at the very bottom of my css:
#nav li ul { display: none;}
Forum: Fixing WordPress
In reply to: Character limit on comment authorHow does a novice like myself actually add that code? Do I do it like this?
<?php add_filter(‘get_comment_author’, create_function(‘$author’,’return substr($author,0,25);’))>
?????????????Forum: Fixing WordPress
In reply to: Deny Access To FoldersI see what you’re saying t31os. I never thought of it that way. I do have a default index.html in each of my directories to prevent people from viewing my files (ie: https://diaryofchanel.com/wp-content/themes/)
Thanks for the link Gangleri. I’m reading it now.
Forum: Fixing WordPress
In reply to: Deny Access To FoldersThanks figaro & Gangleri.
The reason why I am looking for this is because I’m having bit of a problem with people “digging” through my wp files. It’s a little bit annoying because you can spend hours tweeking a theme’s css or even create your own theme for your own personal usage and anyone can pretty much take it if they knew the right file names.
Just recently I had someone swipe my whole stylesheet and used it for herself when I spent almost a day recreating it and validating it via jigsaw.w3.org.
Forum: Fixing WordPress
In reply to: Deny Access To FoldersI did it and it did not work.
For example, I can still access this page:
https://diaryofchanel.com/wp-content/themes/default/style.cssForum: Fixing WordPress
In reply to: Deny Access To FoldersMorning figaro!
The last few lines in my .htaccess is
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>So after i add what you told me, it should look like this?
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Options -indexes
Forum: Fixing WordPress
In reply to: HTACCESS Breaks Site, Pretty Permalinks aren’t workingCall your host and ask them to do it for you. For me, I had to submit a service ticket thru their help desk. I think they did more than tamper with the .htaccess file. My host is Host Dime.
Forum: Fixing WordPress
In reply to: Where is my admin?glad to see you worked things out.
Forum: Fixing WordPress
In reply to: I need BIG help.That’s real nice of you Figaro. Good luck in helping him out.
Forum: Fixing WordPress
In reply to: I need BIG help.Or, you can contact you host and ask them to restore your settings to the last time THEY made a backup. My host makes a backup every Sunday. And they do charge. Maybe $10?
Forum: Fixing WordPress
In reply to: HTACCESS Breaks Site, Pretty Permalinks aren’t workingyou, however, are on a linux server – so your comment is not pertinent
Well, I was told it still cannot be done, even though I am on a Linux server. That’s why I said that.
Forum: Fixing WordPress
In reply to: HTACCESS Breaks Site, Pretty Permalinks aren’t workingDon’t listen to anyone that tells you it’s not possible (ie: https://www.ads-software.com/support/topic/245465?replies=18). Contact your host and if they are on a Linux server, they can allow it to happen for you.
That’s what I did last night.