Forum Replies Created
-
AuthorPosts
-
June 3, 2019 at 7:11 am in reply to: Authors Name on Post Meta NOT showing on individual posts #491478
itzsnider
ParticipantI will close this, I don't think I am communicating this well.
Thanks all for your help.
May 31, 2019 at 12:34 pm in reply to: Authors Name on Post Meta NOT showing on individual posts #491445itzsnider
ParticipantAdded it back in as a 2 and it shows in the wrong place, again below the image itself.
https://imgur.com/ksibLI9 this is the HTML when a two is added.
https://imgur.com/mGIX28y is the outcome when adding it back in.
Doesn't seem to matter where in the functions.php file either. I believe it's due to the featured-single call.
May 31, 2019 at 10:00 am in reply to: Authors Name on Post Meta NOT showing on individual posts #491442itzsnider
ParticipantI am using a custom theme based loosely on Altitude Pro.
Using the above code of `//* Reposition Post Info on blog page
add_action( 'genesis_entry_header', 'genesis_post_info', 12 );` does bring the author in BUT it's above the text and BELOW the image. So the position is off.Back to the above comment that the background image - featured-single, is called BEFORE it knows it's a post.
Here is what the above add does, 12 or 4.
Image here - https://imgur.com/cOwWiZcI want the author on the image as in the above screenshot. For that to happen though it needs to know it's a post prior to the image being called. Still working on figuring that position out.
May 31, 2019 at 8:00 am in reply to: Authors Name on Post Meta NOT showing on individual posts #491436itzsnider
ParticipantOkay here is what I have found out BUT have yet to figure out how to fix it!
The category page works as the DB sees it as a "post".
The "post" itself is not seen as a post until AFTER the call for the author is done.
The call for post_info is done PRIOR to the DB seeing it as a post due to backstretch and the code below.
Here is the code - the call to featured-single is NOT site-inner which is where the post lives, lower in the code.
echo '<div class="featured-single"><div class="overlay-gradient"><div class="wrap">'; genesis_entry_header_markup_open(); genesis_do_post_title(); genesis_post_info(); genesis_entry_header_markup_close(); echo '</div></div></div>';
Any ideas on how to fix this or where to start?
May 29, 2019 at 10:58 am in reply to: Authors Name on Post Meta NOT showing on individual posts #491409itzsnider
ParticipantThe above code is the only time author is found in that file. Where else would I be looking? And it's specific to posts which is even weirder if you ask me.
May 29, 2019 at 6:50 am in reply to: Authors Name on Post Meta NOT showing on individual posts #491400itzsnider
ParticipantI am using a custom theme that I think was built off of Altitude. And no plugins at this point.
What's weird is it doesn't even see the Author call out at all. I can add the time, date etc BUT not the author for some reason.
Thanks for your time Brad.
May 28, 2019 at 2:06 pm in reply to: Authors Name on Post Meta NOT showing on individual posts #491383itzsnider
Participant//* Customize the post info function add_filter( 'genesis_post_info', 'mfs_post_info_filter' ); function mfs_post_info_filter($post_info) { $post_info = 'Published on[post_date] by [post_author_link]'; return $post_info; }
Still nothing.
May 28, 2019 at 1:13 pm in reply to: Authors Name on Post Meta NOT showing on individual posts #491381itzsnider
ParticipantSo I can use the below code and it shows the Date again but NOT the author itself.
//* Customize the post info function add_filter( 'genesis_post_info', 'mfs_post_info_filter' ); function mfs_post_info_filter($post_info) { if ( !is_page() ) { $post_info = 'Published on[post_date] by [post_author_posts_link][post_date]'; return $post_info; } }
itzsnider
ParticipantSomething is going on as WPEngine is usually blazing fast. Your site is slow to load big time.
August 23, 2016 at 5:40 am in reply to: New website and portfolio all using Genesis custom themes #191873itzsnider
ParticipantGreat stuff.
Loving the simple and sexy design.
Not so sure about the font choice though.
Keep up the great work.
itzsnider
ParticipantI love the site, BUT in my humble opinion, the logo brings the site down.
Is the logo something you could update. It doesn't fit aesthetically with the rest of the design at all.
itzsnider
ParticipantI like the layout for sure.
Not so sure on the over typography though.
August 23, 2016 at 5:19 am in reply to: Can't find post title Genesis shortcode – alternative? #191868itzsnider
ParticipantNot sure if this is the best coding advice BUT you can always do the below
.features-widgetarea {
padding: 2%;
float: right;
border-radius: 12px;
background-color: #fff;
color: #333;
font-size: 10px;
display: none;
}Just do a display none and that little widget box goes away.
itzsnider
ParticipantI see them both. Once I turned off my Adblocker.
Retailmenot and Salesforce were the two ads.
August 23, 2016 at 5:14 am in reply to: No Sidebar Pro: How to Eliminate "Line" Below Linked Images in Posts? #191866itzsnider
ParticipantThis is your offending code - you will need to remove it or do a display: none; on it
.entry-content a {
border-bottom: 1px solid #ddd;
}itzsnider
ParticipantThat is hug built with code I presume, not something that is a widget. Although it could be.
Honestly though it's an older looking design and pushes off screen. I would shoot for something more modern and simple.
I am looking at the code though so hang tight!
itzsnider
ParticipantHonestly I would remove the below
.nav-primary .wrap, .nav-secondary .wrap border-bottom: 1px solid #F7F5EE;
It throws off the whole look and feel.
itzsnider
ParticipantPlay with the CSS below for
.row
border-spacing: 0px;
width: 100%;
color: navy;
/* background-color: pink; */
border: 2px solid darkblue;
padding: 0px;
padding-bottom: -20px; <<---- play with thisitzsnider
ParticipantWithout looking I would have to say probably not.
You can always try and add it, BUT the classes it calls probably don't exist in the code.
itzsnider
ParticipantThanks and totally love the name!!
-
AuthorPosts