delcour
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Grid] Translate ‘Read more…’Hi there,
I don’t see the edit option, so maybe that’s only available in the Pro version?
THNX
PaulMaybe some other plugins play a part. And maybe I am just lucky it still goes. Would be lost if it really fails. Have you tried disabling other plugins?
It’s working as it should and is doing so on several sites. No issues.
Forum: Fixing WordPress
In reply to: WP creates parent postsPoint taken.
I was hoping someone could explain about parent posts since googling revealed this hardly ever happens. The plugin causes it, but why does WP do this?The latest version 12.1.2. solves the problem.
Thnx.Forum: Plugins
In reply to: [Easy Google Maps] Conflict with WP Statistics 12.1.0It seems version 12.1.2 works fine.
Thnx very much for your quick response!I installed the master version, removed the other version, no difference, still the Google Maps Easy maps do not show in their edit screen.
At the plugin page WP Statistics is exactly the same version 12.1.0. That’s correct?
Thnx
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Version 6 different resultEverthying is unchecked except posts.
Also now when choosing icons, I get the wrong ones even though I save and refresh.
Maybe another plugin is conflicting.I can answer this myself.
I did a complete reinstall of WordPress and the theme via all-in-one WP migration plugin and now all is well. Solved the conflict, although I’ll never know what caused it.
It is drastic and made me lose the media library links, but the site is 100%.Forum: Plugins
In reply to: [WP Header Images] On mobile big gap below header imageI don’t know how to reach your blog.
How do I post a screenshot here?Forum: Plugins
In reply to: [WP Header Images] On mobile big gap below header imageHm, it works on the homepage, but nowhere else.
I tried putting the code in another header.php variant, but no go.
Inspecting the page shows the whole code is not in the header.
http://www.sintenpietengilde.nl
Any ideas are highly appreciated.Forum: Plugins
In reply to: [WP Header Images] On mobile big gap below header imageGreat. Removed my css and am enjoying my header images.
My theme does not support custom headers, so this works great!Forum: Plugins
In reply to: [WP Header Images] On mobile big gap below header imageHi Fahad,
I found out myself.
In CSS:
.header_image {height:100%;}
Works perfectly.
I see you set it to auto in your plugin css.
Is auto better than 100%?
THNX for your quick response!Forum: Themes and Templates
In reply to: [Make] Show full post instead of excerptAh, sorry no.
Please mention your full use of WordPress in a requests now I looked in the wrong place.
Find your page ID by going to the Dashboard -> click on the page you want to edit. In the URL there is a bit that should say post=(a number). That number is your page ID. Then add this to your CSS:
.page-id-(number) .entry-title {
display: none;
}Should work. If not, search your CSS to determine what css denotes your page title. You can dot his by right clicking on the title and choose ‘inspect element’. This may differ in browsers. I use Safari.
Paul