JohnnyAfrica
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] Hover color of mega max menus?Just what I was looking for! Thanks Tom!!
Hey square_eyes, I just put the widget the bottom for now and it will never overlap with the other widgets.
Forum: Plugins
In reply to: [Multipage] Features requestHi Sergio, did you ever add functionality to remove the page title from the top of the post? THanks.
Forum: Fixing WordPress
In reply to: Strange ']);"> strings next to all my picturesI deactivate and reactived twenty fourteen extended and it magically worked!
I was able to figure it out! Finally, my twenty fourteen theme is complete.
It’s this piece of code
.site-content {
margin-right: 25.04761904%;
margin-left: 182px;
}The 25% was originally 29 I think. Just search for margin-left: 182px and you are good.
Forum: Plugins
In reply to: [Fourteen Extended] Make main content column widerI was able to adjust the width of the right sidebar, it is this code snippet
.content-sidebar {
border: 0;
float: right;
margin-left: -25.33333333%;
padding: 48px 30px 24px;
position: relative;
width: 25.33333333%;
}and
.content-sidebar {
margin-left: -29.04761904%;
width: 25.04761904%;
}I changed it to 25% but they were all originally 29.
The question now becomes how do I change the main content area to utilize the extra space? There is a lot of whitespace in between the content area and the right sidebar.
Forum: Plugins
In reply to: [Fourteen Extended] How to get video format posts to show on homepageThis is going to sound really stupid but I think this whole post is due to the fact that I don’t know how to use the <!–more–> tag. I was using the excerpt length because my previous theme automatically displayed excerpts so I was never introduced to the <!–more–> tag. So I just turned off excerpts in the customize menu, and just added this tag to all my posts and videos work!
Forum: Plugins
In reply to: [Fourteen Extended] How to get video format posts to show on homepageFor some reason, it appears that my category pages are all showing full entries instead of excerpts. I’ve turned on the setting in the extended content options to “Switch blog feed to show excerpts?”
Is this due to the code change provided?
Forum: Plugins
In reply to: [Fourteen Extended] How to get video format posts to show on homepageI’m on php 5.4 if that helps.
Forum: Plugins
In reply to: [Fourteen Extended] How to get video format posts to show on homepageHere it is. The code does start at 93 and ends at 149.
Forum: Plugins
In reply to: [Fourteen Extended] How to get video format posts to show on homepageHi thanks for the reply Zulf,
I added the code and it doesn’t display anything on the homepage now, not even the text link. When I click inuto the post, it works. WHen i click into the video category page, it also works
https://johnnyafrica.com/type/video/But not working on homescreen. Any idea?
Apologies. Here is the one for the 2014 theme
Thanks for the help!
Here is the link
https://pastebin.com/ePTLQM3kI kinda thought it would be excerpt. What’s strange is the twentyfourteen demo seems to be able to choose the post types on the frontpage. There are some posts with full article, others with a summary and a “continue reading” link, along with videos and pics.
Forum: Fixing WordPress
In reply to: Email specific posts after posting?which plugin? I’ve installed email post changes and it kinda does what i Need but it emails for every post you make.