• 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

Martina

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 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • March 11, 2015 at 4:54 am in reply to: How to show excerpts on home page – just one in a row? #143990
    Martina
    Member

    Anyone?

    How can I add the titles to the exerpts? I appreciate any advice!

    March 10, 2015 at 12:49 am in reply to: How to show excerpts on home page – just one in a row? #143885
    Martina
    Member

    Hi Braddalton,

    thanks so much for your time and effort!

    I did it. Please check: http://www.martinaleukert.de

    But the titles of the posts are still missing. Is there any possibility to get the excerpts with the associated title?

    March 9, 2015 at 9:18 am in reply to: How to show excerpts on home page – just one in a row? #143799
    Martina
    Member

    I use Eleven 40.

    March 9, 2015 at 5:10 am in reply to: How to show excerpts on home page – just one in a row? #143762
    Martina
    Member

    Yes, a single column would be better or the 2-column if it is possible to give the excerpts the titles they originally had.

    Maybe you know a way to give the excerpts the titles?

    Thanks!

    March 9, 2015 at 12:37 am in reply to: How to show excerpts on home page – just one in a row? #143755
    Martina
    Member

    This is the eleven-40-theme I use.

    Oh sorry, I am not a coder nor a developer, so I don't know what a loop is ... Please bear with me, maybe you can explain further?

    Thanks for any advice!

    March 6, 2015 at 5:57 am in reply to: How do I incorporate Schema so I can make use of Pinterest Rich Pins? #143419
    Martina
    Member

    I have contacted Agus Mu thru Facebook and he has sent me the plugin.

    And ... it works!!!

    The pin is finally validated!

    Thank you so much for your advice!

    March 5, 2015 at 9:39 am in reply to: How do I incorporate Schema so I can make use of Pinterest Rich Pins? #143327
    Martina
    Member

    Thanks, Kristie. I know about Yoast's but I think they override the SEO Features from the Genesis Template as well.

    I'll get in touch with Agus Mu, thank for your advice.

    I am aware that Pinterest is already a big player in online business and that's the reason I keep on this to get that resolved ...
    I'll get back on this as soon as I get a reply.

    March 5, 2015 at 9:11 am in reply to: How do I incorporate Schema so I can make use of Pinterest Rich Pins? #143319
    Martina
    Member

    I've sent the questions to the company and they state as follows:

    Hi Martina,

    We do have customers using Genesis. Some have issues some do not.

    This plugin does not override SEO features to my knowledge but we do not test with Genesis so I can't say for sure. I do not recall anyone reporting tis as an issue.

    We do offer a 60 day money back guarantee.

    Please forward any further questions.

    Thanks,

    So I'm not any step further ...
    Anybody?

    March 5, 2015 at 4:54 am in reply to: How do I incorporate Schema so I can make use of Pinterest Rich Pins? #143280
    Martina
    Member

    Has anybody tried this plugin with Genesis:

    http://pinplugins.com/plugins/article-rich-pins/

    If yes, does ist work?
    Does ist override the Genesis SEO Features?

    Or has anybody any better idea how to get Article Rich Pins with Genesis on Pinterest?

    Thanks for any advice!

    March 5, 2015 at 4:39 am in reply to: How to add more image sizes #143277
    Martina
    Member

    Yup, that works like a charm. Thank you, I appreciate!

    Thanks for posting the link, that makes everything clear.

    Heres my full code (for 2 sizes I have added) just in case anybody is looking for it and has difficulties to put everything together - this is supposed to be in the functions.php:

    //* Add new image sizes to post or page editor
    add_filter( 'image_size_names_choose', 'mytheme_image_sizes' );
    function mytheme_image_sizes( $sizes ) {

    $mythemesizes = array(
    'featured' => __( 'Full Width' ),
    'portfolio' => __( 'Tinas Mittel' ),
    );
    $sizes = array_merge( $sizes, $mythemesizes );

    return $sizes;
    }

    //* Add new featured image sizes
    add_image_size( 'featured', 800, 400, TRUE );
    add_image_size( 'portfolio', 200, 300, TRUE );

    March 5, 2015 at 2:08 am in reply to: How to add more image sizes #143251
    Martina
    Member

    Hi Pixel Frau,

    unfortunately the code does not work. Nothing shows up in the media library to chose this sample size (I have uploaded a new large picture to try this).

    I have found a code, but this works just for this indicated size but I don't know how to add a few more sizes:

    if ( function_exists( 'add_image_size' ) ) {
    add_image_size( 'new-size', 350, 250, true ); //(cropped)
    }
    add_filter('image_size_names_choose', 'my_image_sizes');
    function my_image_sizes($sizes) {
    $addsizes = array(
    "new-size" => __( "Rechteck")
    );
    $newsizes = array_merge($sizes, $addsizes);
    return $newsizes;
    }

    March 4, 2015 at 4:34 am in reply to: How do I incorporate Schema so I can make use of Pinterest Rich Pins? #143154
    Martina
    Member

    Hi Kristie,

    did Pinterest get back to you on your inquiry?

    February 27, 2015 at 4:52 am in reply to: How to translate the 'Continue Reading…' #142512
    Martina
    Member

    The code above does not work. I have tried this. As you can see above, the blue characters are showing: something is wrong with this code.

    The correct code I have found on this website:

    http://wpfab.com/edit-the-read-more-link-on-blog-or-content-archive-pages/

    Works like a charm 🙂

    February 27, 2015 at 3:59 am in reply to: Eleven40 – Read More Excerpt has no link #142510
    Martina
    Member

    The code snippets recommended from Andy above are for the "Read More"-tag of the WordPress-Editor (in case somebody would like to add an "Read More"-Tag manually in the article, maybe to truncate articles for the front page).

    These codes are working fine but are not responsible for the article-archive.

    February 27, 2015 at 3:55 am in reply to: Eleven40 – Read More Excerpt has no link #142509
    Martina
    Member

    I have found the solution here:

    Cannot add continue reading to content post archive

    The code from Carlo does the trick ... it is working now.

    February 27, 2015 at 3:27 am in reply to: Eleven40 – Read More Excerpt has no link #142507
    Martina
    Member

    I deactivated the translation plugin just to see if that is the real cause, but that didn't make a change either (with post excerpt code and without), so I activated the translation plugin again ...

    February 27, 2015 at 3:19 am in reply to: Eleven40 – Read More Excerpt has no link #142505
    Martina
    Member

    Hi Andy,

    thanks for your advice. I have tried but none of the code does make any changes ...

    February 25, 2015 at 3:03 am in reply to: How do I incorporate Schema so I can make use of Pinterest Rich Pins? #142166
    Martina
    Member

    Hi Kristie,

    thanks!

    February 24, 2015 at 9:42 am in reply to: How do I incorporate Schema so I can make use of Pinterest Rich Pins? #142025
    Martina
    Member

    It doesn't work in my case. I always got after trying to validate that message:

    " It looks like your URL is missing some required info. Please check the documentation and add anything that's missing."

    I don't know what could be missing. I have filled all the seo data in that particular article (all the data but the redirect URL) and tried to validate with that URL:

    http://www.martinaleukert.de/essen-aus-frust-2-schritte-die-gluecklich-machen/

    but I can't get it:) Is the cause the empty field "redirect URL"? If so, what kind of text am I supposed to type in that field?

    Has anybody an advise for me? I'd really appreciate!
    BTW, I use Genesis with Eleven40.

  • Author
    Posts
Viewing 19 posts - 1 through 19 (of 19 total)

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 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