Forum Replies Created
-
AuthorPosts
-
March 11, 2015 at 4:54 am in reply to: How to show excerpts on home page – just one in a row? #143990MartinaMember
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? #143885MartinaMemberHi 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? #143799MartinaMemberI 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? #143762MartinaMemberYes, 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? #143755MartinaMemberThis 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? #143419MartinaMemberI 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? #143327MartinaMemberThanks, 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? #143319MartinaMemberI'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? #143280MartinaMemberHas 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!
MartinaMemberYup, 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 );MartinaMemberHi 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? #143154MartinaMemberHi Kristie,
did Pinterest get back to you on your inquiry?
MartinaMemberThe 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 🙂
MartinaMemberThe 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.
MartinaMemberI have found the solution here:
The code from Carlo does the trick ... it is working now.
MartinaMemberI 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 ...
MartinaMemberHi 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? #142166MartinaMemberHi 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? #142025MartinaMemberIt 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:
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. -
AuthorPosts