BrianLender
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Create a Drop-Down box with Go Button?Awesome, thanks for the help. I will read both of those!
Another problem I have come across is that I am trying to use two different drop-down boxes on a single page. The problem is that both boxes will go to the same place and I can’t figure out how to fix it. Here is my code:
Forum: Fixing WordPress
In reply to: When clicking on my site from google, users are redirected…You may have gotten base64 hacked too. I’d search your PHP files for “base64_decode” and/or reload fresh files from WP. Some of these will only redirect from google/facebook/etc so it takes the owner longer to figure out.
I did have that happen. That code was in every single PHP file on the server. I have removed it from all of the files though. Should I just re-download the WP files and replace the current ones on my server or would that mess up the site and make me have to re-configure it?
Forum: Fixing WordPress
In reply to: When clicking on my site from google, users are redirected…This is probably a super dumb question, but is there anyway to do a search on my server to find the .htaccess file? I use FileZilla for my FTP program…
Forum: Fixing WordPress
In reply to: When clicking on my site from google, users are redirected…This is all that’s in my .htaccess file. Is any part of it suspicious?
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Forum: Fixing WordPress
In reply to: When clicking on my site from google, users are redirected…Yes but does anyone know how to find the source of the problem?
Forum: Your WordPress
In reply to: Which do you like better? OLD vs. NEWI heard that for websites, you want to have all your most important info at the top of the page so readers don’t need to scroll. Is it really that big of a deal? Should I look at modifying it so that it has info at the top and not the images? Or is it good as is?
Forum: Fixing WordPress
In reply to: HTML Drop-Down List Box TroubleBump. Still no ideas?
Forum: Fixing WordPress
In reply to: HTML Drop-Down List Box TroubleAnyone have any ideas?
Forum: Fixing WordPress
In reply to: Posts lead to my Static Homepage not my Posts PageThis is the blog page with the post links. https://www.modern-graphix.com/blog/
When you click on a post, it takes you straight to the homepage.
**EDIT: I figured it out. It was a problem with my permalinks.