J36miles
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My wordpress site shows a blank pageTry doing some of the troubleshooting located in the Codex first.
A Plugin is causing compatibility issues.
Your Theme may be causing the problem.
Your Theme directory may be missing or renamed.- This reply was modified 9 years, 2 months ago by J36miles.
Forum: Fixing WordPress
In reply to: I can’t Edit a Home Page Section Using Experon ThemeUnder Appearance -> Theme Options -> Homepage (Featured)
If you Enable Pre-Made Homepage, you can edit the 3 main squares for your theme.Forum: Fixing WordPress
In reply to: Social buttons will not displayOne thing to try is to check to see if you have Adblock enabled on your browser. Certain variations of Adblock remove social links.
Also, could you provide a link to your website so we could see other variables that could be affecting this.
Forum: Localhost Installs
In reply to: First new pc wordpress user needs helpOne thing to try is going into phpMyAdmin and change the password to root. I ran into a similar issue when installing MAMP on a Windows 10 machine and a machine running 10.12 Sierra. But once I changed the password for the root account to root like it should of default to I was able to install WordPress using MAMP.
Forum: Fixing WordPress
In reply to: open same image (different links) in new tabThat code that you provided works for myself on a fresh post.
I would take a look at the other code in the table and troubleshoot from there.Forum: Fixing WordPress
In reply to: I goofed up and lost my site :(Hello Jamie,
I just loaded up your site and the content appears to have come back for me. I am seeing a blog post from December 25, 2014.If you are still seeing that error, one thing to try is to clear your cache (Hold the Ctrl key, and press F5).
Forum: Fixing WordPress
In reply to: Can't resize VimeoThat shortcode is working for myself.
Do you have a site you are trying it on, so we can see what might be happening?Forum: Fixing WordPress
In reply to: Saving my Site ProblemTo help making the install of it locally easier, try looking into ServerPress. With that installed, it updates the files that need to be updated.
Forum: Fixing WordPress
In reply to: UsernameGo to the database. In the users table, search for your id and change the field user_login.
Forum: Fixing WordPress
In reply to: home page issuesSounds like you are looking to do some A/B testing.
Take a look at these plugins, they should get you in the right direction.Forum: Fixing WordPress
In reply to: Problems updating to WordPress 4.4.2Have you tried deleting that theme and then installing?
Forum: Fixing WordPress
In reply to: Speed – how to solve my header 404 issue?What you are showing, is that the image monychhim.com/wp-content/themes/foodiepro/images/header.png doesn’t exist.
One thing to check out is to see if any of your plugins are causing you site to load slow, using the plugin P3 (Plugin Performance Profiler).
Forum: Fixing WordPress
In reply to: How to change menu background colorIn the CSS, you have
ul#menu-top-menu li { background-color: #c49208;Find #c49208 in the code, and update that to the color wanted.
Forum: Fixing WordPress
In reply to: ERROR 1146 ( Table doesn't exist )In your wp-config.php file, look for the line with $table_prefix.
In your instance it should be$table_prefix = 'darulhid_wp635.wp_';Check to make sure that is there.Forum: Fixing WordPress
In reply to: Matching Logo ColorTry the internet browser add-on Colorzilla. That will help you find the right color.