Forum Replies Created
-
AuthorPosts
-
koksalcanberk
ParticipantAre you talking about pasting the CSS code I mentioned in the OP? Because I did try that and it didn't work.
Or should I provide you my entire CSS code in the Additional CSS box in the customizer?
koksalcanberk
ParticipantThank you for your response Anita. But the page isn't published yet.
February 27, 2020 at 11:43 am in reply to: My site calls out the incorrect version of CSS Stylesheet #496998koksalcanberk
ParticipantI mean, I guess I have to find a way to edit 2.2.3'th version of style.css in my site.
But where do I do that? I accessed to my FTP but the changes I make directly on style.css are still not taking effect in this URL:
https://domain.com/wp-content/themes/eleven40-pro/style.css?ver=2.2.3
February 27, 2020 at 8:48 am in reply to: My site calls out the incorrect version of CSS Stylesheet #496992koksalcanberk
ParticipantThank you - but it seems like it already takes place in my functions.php:
// Child theme (do not remove). define( 'CHILD_THEME_NAME', __( 'eleven40 Pro', 'eleven40' ) ); define( 'CHILD_THEME_URL', 'http://my.studiopress.com/themes/eleven40/' ); define( 'CHILD_THEME_VERSION', '2.2.3' );
Regards,
CFebruary 2, 2019 at 4:37 am in reply to: eleven40 pro: Displaying a jpeg banner above h1 in each post #489226koksalcanberk
ParticipantThank you for the response. A unique image - not a featured image.
koksalcanberk
ParticipantAny luck so far, guys?
koksalcanberk
ParticipantHi Chris!
Any luck so far? I'm thisclose to hire a developer - which isn't what I'd like to do!
koksalcanberk
ParticipantThank you for your response Victor. I did that but no luck. Any idea using what keyword I should redo the search?
koksalcanberk
ParticipantAnyone? Please?
koksalcanberk
ParticipantHello.
Any updates about this?
Thank you!
koksalcanberk
ParticipantThank you. Where can I find the plugin and/or code?
koksalcanberk
ParticipantNo, I couldn't. Thank you for your response, Anita.
To be honest I don't really prefer sharing my site. Is there anything you can suggest from my description?
Regards,
koksalcanberk
ParticipantClicked again and saw that you updated your post! Solved! Thanks.
koksalcanberk
ParticipantI added this line:
add_filter( 'genesis_post_info', 'sp_post_info_filter' ); function sp_post_info_filter($post_info) { $post_info = '[post_date] by [post_author_posts_link] [post_comments] [post_edit]'; return $post_info; }
at the end of my functions.php but it did not work.
koksalcanberk
ParticipantFound it! Solved. Thank you.
koksalcanberk
ParticipantUnder public_html, wp-includes, I can't find "add_action( ‘genesis_before_content_sidebar_wrap’, ‘genesis_seo_site_description’ );"
-
AuthorPosts