Forum Replies Created
-
AuthorPosts
-
pacecom
MemberThanks so much Eamon. Works great! I believe I tried the following in Firebug with no results.
.simple-social-icons { overflow: hidden; margin-bottom: 0; }
I will have to learn more about the !important tag!
Regards,
Peterpacecom
MemberAny ideas on this issue?
pacecom
Memberno edit
pacecom
MemberThanks again for your help Christoph. Problem solved!
Much Obliged,
Peterpacecom
MemberWow Brad,
That was simple. I feel like a real knucklehead for overlooking this 🙂 Thanks for your help!
Peter
pacecom
MemberHi Jackie,
I added the exact PHP code and CSS code that was in the article to see what would happen and it changed nothing.
Both the excerpt and the full post are using the same classes:
.entry-content ol, .entry-content p, .entry-content ul, .quote-caption {
margin-bottom: 20px;and both are wrapped in <p> </p>
Not sure how to add a different class since both are using the same classes. Whatever I change on the "post excerpt text" also changes on the "full post text."
This is beyond my basic knowledge base. Any specific code that you can see in Firebug that would result in the changes I'm seeking?
Thanks,
Peterpacecom
MemberThanks Chinmoy,
Code worked great!
Peter
pacecom
MemberDownloaded "Genesis TItle Toggle plugin" and works well. Problem solved.
Peter
pacecom
MemberOk, the following code is responsible for eliminating the titles on the blog pages and is now removed:
//* Remove page title for multiple pages add_action( 'get_header', 'child_remove_page_titles' ); function child_remove_page_titles() { $pages = array( 0, 11, ); if ( is_page( $pages ) ) { remove_action( 'genesis_entry_header', 'genesis_do_post_title' ); } }
I found the code on this forum recently. Should I look for a plugin to remove page titles or can this code be modified to work properly?
Thanks,
PeterP.S. It was so late when I made this original post last night, I did not check the PHP that I modified.
pacecom
MemberHi Christoph,
Thanks for the instructional link and descriptive metaphor.
It is a perfectly clear explanation.
Regards,
Peterpacecom
MemberThanks Christoph!
I'm just starting to crawl with CSS. I did not know there was an hierarchical structure to the style.css sheet.
Would "hierarchical" be an accurate term for why the code did not work where I initially placed it?
Thanks again for your help,
Peterpacecom
MemberHi Johann,
How bizarre. Your suggestion worked!
Thanks Much,
Peterpacecom
MemberI'm sorry Brad, I don't understand your question.
Peter
pacecom
MemberActually, Brad the formatting broke the responsiveness of the layer slider. See the layer slider at http://www.fashionprofits.com/test-2 vs http://www.fashionprofits.com/test
Thanks,
Peter<div style="float: left; margin-right: 15px; margin-bottom: 60px;">[layerslider id="1"]</div>
PETER PERRINO
Designer Line 1992-1996These are just a few of the several hundred designs I created when I had my own Womenswear Clothing Line from 1992 to 1996.
After a quarter century of designing clothes, my current work is more refined and would hang with the most renowned designer labels in the business.
pacecom
MemberThanks Brad,
Worked like a charm! I'll Bookmark your resource page.
Regards,
Peterpacecom
MemberNever Mind!
I had the Genesis Design Palette Pro plugin enabled that was injecting strange code into the style.css code.
Time to get a refund on that plugin!
Thanks,
Peter -
AuthorPosts