Forum Replies Created
-
AuthorPosts
-
CDM
MemberThanks..
CDM
MemberThis reply has been marked as private.CDM
MemberHi Victor... Yes I was just coming to that conclusion but I've not made a "class" entry before
I'm looking at my style.css and
I'm thinking I have to modify this section by adding ".entry-content ul2," in the appropriate places and then defining it as a circle. Is this correct?
.entry {
border-bottom: 1px solid #e3e3e3;
padding: 40px;
}.entry-content ol,
.entry-content p,
.entry-content ul,
.entry-content ul2,
.quote-caption {
margin-bottom: 26px;
}.entry-content ol,
.entry-content ul
.entry-content ul2, {
margin-left: 40px;}
.entry-content ol li {
list-style-type: decimal;
}.entry-content ul li {
list-style-type: disc;
margin-top: 5px;
}
.entry-content ul2 li {
list-style-type: circle;
margin-top: 5px;
}.entry-content ol ol,
.entry-content ul ul
.entry-content ul2 ul2 {
margin-bottom: 0;Is the above correct????
CDM
MemberBingo!!!! Thank you!!!!! I used your php code. It works exactly as you said!!
CDM
MemberIT WORKS!!!!! Yay!!!! Thanks so very much.. I tested it on my dev site after I found it worked on my scrap site. I'll send you an email with the link
CD
CDM
MemberAh... excellent point!!! about the mobility issues. I hadn't thought about that.. Thanks so much for your help and time Erik.
CD
CDM
MemberWow.. This time when I pasted it from your original I didn't get an error message!!! Okay.. I'm going to try it again.. with "Read more..."
add_filter('excerpt_more', 'eds_excerpt_more', 10, 1);
function eds_excerpt_more($more) {
return 'Read more...';
}CDM
MemberI understand bout the dynamically realated files warning. But it's the syntax error that has me stumped
Thanks
I really appreciate your time
CD
CDM
MemberHi Erik.... Can you post me where I can send you the file?
I don't know how to send you the code with the wrong colors and the dreamweaver comments.. Just that they are the wrong colour and I get a syntax error for this line
function eds_excerpt_more($more) {
For the next line I get "Dynamically related files cannot be discovered because there is no site definition" but this is just a warning
CDM
MemberGood morining Erik!
I pasted the code into my functions.php and my Dreamweaver protested and said there were 2 syntax errors.
CD
CDM
MemberHi Erik.. Yes I know how to add the html code .....a href="blah url" target="_blank" text /a but there is no option here to do that. I use that code manually elsewhere tons..
Anyhoo: I'm exhausted and going to bed.
I hope you find a workaround...it would be great.
Thanks muchly
CD
CDM
MemberHi Erik.. Yes.. I am adding the "Read more..." or "More..." myself.. So, I shouldn't be doing this... Okay.. I don't mind sticking with one.. "Read more..." is the one I prefer.. Yes I'm doing this myself, and yes it is a Genesis Featured Posts widget.
CD
CDM
MemberJust cleared cache a few times in Chrome. Nope.. The Weekly Special Topic and the Showcase on the Home page still open on the same home page. I want them to open in a new tab
CD
CDM
MemberHmm. well it doesn't.. I could try it again and clear my cache..again I'll let you know
CD
CDM
MemberOkay.. I'm hanging. I put the code exactly as you sent it into the functions.php of my news pro theme.. I uploaded it and refreshed the text pages.. and NADA, ZILCH, BUBKAS!
CDM
CDM
MemberDefinitely does not work
CDM
CDM
MemberHi Erik.. should this be "read_more_link" since I'm using the expression "read more...."?
But I'll give it a go while I'm waiting to hear back from you
CD
CDM
MemberHi.. And which php file is this in? I'm using News Pro theme.
CDM
Memberone thing to remember is to leave the tag line in the header settings blank!! This is important. I found that when I left my tagline in the settings it pushed everything down and put in space..
CDM
MemberThanks.. What I wound up doing was changing the main items in my main menu... now everything is fine. But thanks anyways!!
CD
-
AuthorPosts