splinter1
Forum Replies Created
-
Thanks very much for your comprehensive reply @ferranfg
The tutorial is very useful, so I’ll be installing both MPL and Mammoth for this very purpose.
Once again, thanks for your patience and kind reply.
One further question:
Your MPL demo is very good and clearly designed to drag and drop post across to the details section. However, I didn’t see a button for uploading a text file. I can see why not because of the usage, but it would be helpful to be able to upload a .docx or .pdf.
Is that something you would consider?
Thanks for your prompt reply. I’ll take a look at mammoth and see what it does.
Cheers!
Forum: Themes and Templates
In reply to: [Escapade] Posts thumbnails far too largeI also found a way of displaying the blog page posts in two columns:
.blog .post {
max-width: 45%;
margin-right: 10px;
display: inline-block;
vertical-align: top;
}
.blog .post:nth-of-type(even) {
margin-right: 0;
}And if the featured images are of different sizes, you can limit that size height to say, 300px
.blog .wp-post-image {
max-height: 300px;
}Forum: Themes and Templates
In reply to: [Escapade] Posts thumbnails far too largeHi @gdandrija
Thanks very much indeed!
Both of those codes immediately solved the issue for me.
Cheers!
https://compufixshop.com/blog/Forum: Themes and Templates
In reply to: [Escapade] Adjusting Header Image Size (height)I used this code in additional CSS
.hero .page-title-container {
display: none;
}
.hero {
height: 60px;
}Forum: Plugins
In reply to: [WP Socializer - Simple & Easy Social Media Share Icons] Etsy follow button?Thanks Vaakash
I have indeed installed v4.2 with Etsy and posted a review.
many thanks for your extremely fast response!Forum: Themes and Templates
In reply to: [Twenty Seventeen] Menus not visible in dark themeIn the end, I used this code to change the menu text to white and now I can see them.
.navigation-top .menu
.menu-item a {
color: white;
}Forum: Plugins
In reply to: [Advanced Twenty Seventeen] Menus not visible in dark themeIn the end, I used this code which makes the menu text white instead of grey.
`.navigation-top .menu
.menu-item a {
color: white;
}Forum: Themes and Templates
In reply to: [Escapade] Header Image IssueKatrina
I came across this useful tip at GitHub. Paste the following into additional css in customisation:
.hero {
height: 70px;
}I tested this and it works, setting the height as you wish (70, 80, 90 etc)
Forum: Themes and Templates
In reply to: [Escapade] Header Not Displaying correctlyHow do you set the header to static and what would the CSS code be?
Many thanksForum: Plugins
In reply to: [AddToAny Share Buttons] Horizontal floating buttons persistentThanks for your reply.
I’ve now done that and also disabled:
Display at the bottom of posts on the front page and other pages which has sorted the issue.
CheersMany thanks for your reply.
I’ll take a look at that and see if it solves the problem.Solved
I added this to The Post Grid settings page CSS
a {
text-decoration: none !important;
box-shadow: none !important;
}Forum: Plugins
In reply to: [Invisible reCaptcha for WordPress] This plugin locked me outI copied and pasted the site and secret keys where appropriate in the plugin settings and yes, at that url for login.
Why?