danny_nl
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Website descriptionYou mean in Google for instance? You can’t change that yourself. Google will pick up your new content in time.
Forum: Fixing WordPress
In reply to: Homepage code missingAh, that’s tricky. Try moving the H2 line just before the </p> at the end of that line.
Forum: Fixing WordPress
In reply to: Homepage code missingRight… The line above that one should look like this:
<p style=”text-align: left;”></div><div class=”ezcol ezcol-one-half ezcol-last”></div><div class=”ezcol-divider”></div></p>
Now try to move the h2-line below that to the spot I’ve marked with *:
<p style=”text-align: left;”></div><div class=”ezcol ezcol-one-half ezcol-last”>*</div><div class=”ezcol-divider”></div></p>
(Don’t type the * itself, just move the entire h2 line to that spot).
You should end up with the line I typed in my first message.
Forum: Fixing WordPress
In reply to: Website descriptionSee http://wordpress.org/plugins/ultimate-coming-soon-page/faq/ (under “I disabled the plugin but the Coming Soon page is still showing”), maybe that is your problem?
Forum: Fixing WordPress
In reply to: Homepage code missingHi,
You should probably move the Technical Services block, starting at the <h2… tag, inside the <div class=”ezcol ezcol-one-half ezcol-last”> and </div> tags. Like this:
<p style=”text-align: left;”></div><div class=”ezcol ezcol-one-half ezcol-last”><h2 style=”text-align: left;” align=”center”><span style=”text-decoration: underline;”>Technical Services</span></h2></div><div class=”ezcol-divider”></div></p>
Does that help?