raindropz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: After changing the theme function.php the site crashed totallyThank you.
I can’t even log in into my wp account
Thank you, i will definitively try that out.
But i stepped into another problem:/
I tried the following tutorial. Step by step.
It didnt worked. Nothing worked, to be exactly.
So i removed the 2 lines from the file and it still doesnt work. Do you know how i can get the site back to work?:/Edit functions.php
If you have access to the site via FTP, then this method will help you quickly get a site back up and running, if you changed those values incorrectly.
1. FTP to the site, and get a copy of the active theme’s functions.php file. You’re going to edit it in a simple text editor and upload it back to the site.
2. Add these two lines to the file, immediately after the initial “<?php” line.
update_option( ‘siteurl’, ‘http://example.com’ );
update_option( ‘home’, ‘http://example.com’ );Forum: Themes and Templates
In reply to: Class / ID of my Menu?I figured it out. Thx Andrew:)
Forum: Themes and Templates
In reply to: Class / ID of my Menu?(i want to hide the grey one – which says “Navigate to..”
Forum: Themes and Templates
In reply to: Class / ID of my Menu?I’m not sure how to explain that well.. if you make the pager smaller it will dissapear with #menu-main-navigation – so this kinda worked, but at some point this ugly drop down menu appears again – maybe this got an different class?
Forum: Themes and Templates
In reply to: [Theme: Growler] Landing Page AdjustmentWorks like a charm. Thank you.
Forum: Themes and Templates
In reply to: [Theme: Growler] Landing Page AdjustmentPerfect. That worked great! Any Ideas how to remove this 2 gray parts under the slider? One says the Title of the Page & the other one is empty:)
Forum: Themes and Templates
In reply to: Theme: Growler / CSS Problems in style.css!!!!!! Suddenly it worked, you are my hero!
Forum: Themes and Templates
In reply to: Theme: Growler / CSS Problems in style.cssThere is a function includes where i can set the Background color.. and the defined color is the background at the moment, do you think this setting blocks my image?
Forum: Themes and Templates
In reply to: Theme: Growler / CSS Problems in style.cssHm, it still looks the same. Nothing changed!
Forum: Themes and Templates
In reply to: Theme: Growler / CSS Problems in style.cssCan i just put this in the custom css field? without deleting anything from the style.css file?
Thx for your reply!