Tagged: x
-
AuthorPosts
-
September 4, 2016 at 7:14 pm #1160906
goalsarecoolParticipantCan you please tell me if something I’m doing listed below is preventing this from working?
customizer – Blog – full post content on index is turned on
wordpress admin – settings – reading settings – for each article in a feed, show – full text is selected
I’m using cornerstone to build my posts – I put <!–more–> in section of post where I want “read more” to appear.
Here is the CSS on my site.
/* Forums – Remove Sidebar */ .bbpress.forum-archive .x-main { float: none; width: 100%; } .bbpress.forum-archive .x-sidebar { display: none; } /* Mobile – Menu Button Aligned */ @media only screen and (max-width: 480px) { .x-brand img { width: 70%; position: absolute; top: 20px; } } /* Who's Online Widget – Avatar Inline Blog */ #bp_core_whos_online_widget-5 .item-avatar { display: inline; } /* Who's Online Widget – Avatar Inline */ #bp_core_whos_online_widget-6 .item-avatar { display: inline; } /* BuddyPress – Activity Feed Post Button */ .buddypress #whats-new-form #whats-new-options { display: block !important; } /* Woocommerce – remove shipping from cart */ .woocommerce .cart-collaterals .cart_totals > h2, .woocommerce .cart-collaterals .cart_totals > table { display: none; } /* Posts – remove tags */ .blog footer.entry-footer.cf { display: none; } .single-post footer.entry-footer.cf { display: none; } /* Primary sidebar – community optin */ #text-12 { background-color:#ffffff; border:2px solid #dddddd; padding:5% 10%; overflow:hidden } /* Forum Comments Box – added border for topic */ #wp-bbp_topic_content-editor-container { border: 1px solid #ddd; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); } /* Forum Comments Box – added border for reply */ #wp-bbp_reply_content-editor-container { border: 1px solid #ddd; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); } /* Forums – forum title color */ .bbp-forum-title { font-weight: 500; color: #3254a5; } .bbp-forum-title:hover { color: rgba(0,0,0,0.75); } /* Forums – topic title color */ .bbp-topic-permalink { font-weight: 500; color: #3254a5; } .bbp-topic-permalink:hover{ color: rgba(0,0,0,0.75); } /* Forums – author name color */ .bbp-author-name { color: rgba(0,0,0,0.75); } .bbp-author-name:hover { color: #3254a5; } /* Forums – color for sticky and super sticky */ .bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky { background-color: #ffffe0 !important; font-size: 1.1em; } /* Blog sidebar – remove sidebar on single post */ .single-post .x-main { width: 100%; } .single-post .x-sidebar.right { display: none; } /* Footer – background color */ .x-colophon.top { background: #3254a5; box-shadow: none; } .x-colophon.bottom { background: #ffffff; } /* overlay – Community Coaching + Footer */ #overlay { background:#000000; text-align:left; padding:30px 40px 10px 40px; opacity:0.9; -webkit-transition: opacity .25s ease;} #overlay:hover { background:rgba(50,84,165,1)!important; opacity:0.9;} #comcoaching-btn:hover{ background-color: #fff; color: #000000; font-weight: bold; } /* Featured Image – remove */ .blog .entry-thumb, .single-post .entry-thumb { display: none; } /* Posts – center */ .single-post .entry-header { text-align: center; } .single-post .entry-wrap { padding: 40px; } .post .entry-header { text-align: center; font-size: 16px; } /* Posts title – font weight */ .post .entry-title{ font-weight: 700 } /* Posts – border and padding */ .entry-wrap{ padding: 50px; } .single-post .entry-wrap{ padding: 50px; } /* Posts only – control width */ .blog .masthead + .x-container.max, .single-post .masthead + .x-container.max { max-width: 800px; } /* button – customize */ #more-btn1:hover{ background-color: #333333!important; }September 4, 2016 at 7:18 pm #1160909
goalsarecoolParticipantThis reply has been marked as private.September 4, 2016 at 10:28 pm #1161088
Rue NelModeratorHello There,
Thank you for the clarifications! Regretfully <!–more–> tag doesn’t workout in Cornerstone. If you want to customized your read more, please insert your excerpts manually. Excerpts are optional hand-crafted summaries of your content that can be used in your theme. Learn more about manual excerpts.
Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1158920 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
