GeoCreo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Warning & Fatal Error after migrating site to new hostThanks James! I’ll give that a try and hope it resolves the issue.
Forum: Plugins
In reply to: [WP Job Manager] Choose a Package button not workingIt’s working! Thanks for the support π
Forum: Plugins
In reply to: [WP Job Manager] Choose a Package button not workingThanks for the response, Mike.
This is what the source shows:<!– Cached page generated by WP-Super-Cache on 2015-09-09 08:27:38 –>
And this is what my cache box looks like:
wp-.*\.php
index\.php
jm-ajax
submit-jobForum: Plugins
In reply to: [WP Job Manager] Choose a Package button not workingHey,
I’ve added both jm-ajax and submit-job to the recommnded box and can’t get it to work.
Could there perhaps be another issue at play?
Forum: Plugins
In reply to: [WP Job Manager] Job CategoriesHey Mike,
Being a virtual amateur with WordPress, I was wondering if there is another plugin I can integrate with Job Manager to display job categories on the homepage in the same way they are displayed on these sites:
http://www.careerjunction.co.za/community/
http://www.careers24.com/Your help would be much appreciated.
Forum: Themes and Templates
In reply to: Twenty Fourteen Full width pagesIs there any way in which I can achieve the same effect using custom CSS in a CSS plugin?
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Can I remove page titles from all pages?Hey jkorhan,
It just so happens that I’ve found the solution. Get a Custom CSS plugin like Simple Custom CSS and use the following CSS.
One of these lines is unnecessary, but it’ll definitely work π
.entry-header { display: none;} .content-section { padding: 0px; } .page-title-wrap { display: none;} @media screen and (min-width: 846px) { .content-area, .content-sidebar { padding-top: 0px; } }I’ll look into that. I just tried revslider and it’s doing the exact same thing as well.
Sure. it’s http://www.eyethufuneral.co.za
Thanks cubecolour. It’s removed the page title π
Now I’m left with the large white space.
I’ve installed the Layer Slider plugin and am guessing that I’ll need to either find a way to move it up the page so that it fills the space or find a way to remove the space altogether…
Hi there,
I’m having the same problem but with the twenty fourteen theme. I’ve inserted this CSS using the simple custom css plugin with no results.
I’ve been trying to remove the page title and the space in which it’s contained from all pages on my site. http://www.eyethu.co.za for days now…
Any suggestions would be appreciated. Thanks.
Hey Andrew,
Thanks for your interest in assisting me. I played around with the CSS in the Stylesheet Editor and found that the following simple CSS worked:
.site-header {
background: url(Wooden-background.jpg);
}Thanks!