• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

CDM

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 20 posts - 1 through 20 (of 46 total)
1 2 3 →
  • Author
    Posts
  • July 28, 2015 at 5:08 pm in reply to: Add another bullet list format to News Pro #160801
    CDM
    Member

    Thanks..

    July 28, 2015 at 10:56 am in reply to: Add another bullet list format to News Pro #160765
    CDM
    Member
    This reply has been marked as private.
    July 27, 2015 at 8:15 pm in reply to: Add another bullet list format to News Pro #160660
    CDM
    Member

    Hi 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????

    June 21, 2015 at 11:07 am in reply to: Display tags at bottom of pages like posts do #157001
    CDM
    Member

    Bingo!!!! Thank you!!!!! I used your php code. It works exactly as you said!!

    June 13, 2015 at 11:58 am in reply to: Open Read More in a new tab News Pro Theme #156108
    CDM
    Member

    IT 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

    June 13, 2015 at 10:38 am in reply to: Open Read More in a new tab News Pro Theme #156100
    CDM
    Member

    Ah... excellent point!!! about the mobility issues. I hadn't thought about that.. Thanks so much for your help and time Erik.

    CD

    June 12, 2015 at 1:53 pm in reply to: Open Read More in a new tab News Pro Theme #156009
    CDM
    Member

    Wow.. 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...';
    }

    June 12, 2015 at 1:13 pm in reply to: Open Read More in a new tab News Pro Theme #156003
    CDM
    Member

    I understand bout the dynamically realated files warning. But it's the syntax error that has me stumped

    Thanks

    I really appreciate your time

    CD

    June 12, 2015 at 11:49 am in reply to: Open Read More in a new tab News Pro Theme #155991
    CDM
    Member

    Hi 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

    June 12, 2015 at 11:04 am in reply to: Open Read More in a new tab News Pro Theme #155989
    CDM
    Member

    Good morining Erik!

    I pasted the code into my functions.php and my Dreamweaver protested and said there were 2 syntax errors.

    CD

    June 11, 2015 at 11:08 pm in reply to: Open Read More in a new tab News Pro Theme #155944
    CDM
    Member

    Hi 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

    June 11, 2015 at 10:17 pm in reply to: Open Read More in a new tab News Pro Theme #155941
    CDM
    Member

    Hi 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

    June 11, 2015 at 10:08 pm in reply to: Open Read More in a new tab News Pro Theme #155936
    CDM
    Member

    Just 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

    June 11, 2015 at 10:02 pm in reply to: Open Read More in a new tab News Pro Theme #155935
    CDM
    Member

    Hmm. well it doesn't.. I could try it again and clear my cache..again I'll let you know

    CD

    June 11, 2015 at 9:58 pm in reply to: Open Read More in a new tab News Pro Theme #155933
    CDM
    Member

    Okay.. 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

    June 11, 2015 at 9:43 pm in reply to: Open Read More in a new tab News Pro Theme #155929
    CDM
    Member

    Definitely does not work

    CDM

    June 11, 2015 at 9:28 pm in reply to: Open Read More in a new tab News Pro Theme #155926
    CDM
    Member

    Hi 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

    June 11, 2015 at 8:14 pm in reply to: How to open read more link in a new window #155921
    CDM
    Member

    Hi.. And which php file is this in? I'm using News Pro theme.

    May 28, 2015 at 10:43 pm in reply to: How to get full width banner in News Pro solved #154045
    CDM
    Member

    one 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..

    May 10, 2015 at 8:46 pm in reply to: Stop Nav Menu from wrapping in IE 11 #151625
    CDM
    Member

    Thanks.. What I wound up doing was changing the main items in my main menu... now everything is fine. But thanks anyways!!

    CD

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 46 total)
1 2 3 →

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble