smoovn
Forum Replies Created
-
function custom_theme_infinite_scroll_init() { add_theme_support( 'infinite-scroll', array( 'type' => 'click', 'container' => 'content', 'posts_per_page' => 5, ) ); } add_action( 'after_setup_theme', 'custom_theme_infinite_scroll_init');
I now get the infinit-scroll enabled in Jetpack, but the page is loading all the content and even don’t show any “click” button for loading posts.
If I disable Settings -> Read -> Infinity Scroll I get hte “load more” button, but it does not load anything.
Here is my site: https://www.lipa-rtw.de
I hope someone can help me. Thanks.
Forum: Plugins
In reply to: [Fourteen Extended] 1.2.31 with Slim JetPack – white screen of deathHi,
I have the same issue here, but I don’t want to change the funktions.php. Is there any different way to fix this?
Kind regards!
Forum: Plugins
In reply to: [Fourteen Extended] Change full width single post feature imaged size?OK perfekt this works for me!
I have created a plugin with the following content:
<?php add_action( 'after_setup_theme', 'thumbnail_size_tweak' ); function thumbnail_size_tweak() { set_post_thumbnail_size( 1038, 576, true ); } ?>
Thanks for your help. Maybe this tweak can also be added to the extended Plugin?
Greets
Forum: Plugins
In reply to: [Fourteen Extended] Change full width single post feature imaged size?Hi, so now I know how WordPress should decide wich thumb to use, but actually it doesn’t.
I have set the set_post_thumbnail_size to 1038x376 and used the plugin Regenerate Thumbnails, but no thumbs in this size were created.
So I think the reason why this dose not work is because my site specific plugin is broken? Maybe you have any further ideas??
Greets
Forum: Plugins
In reply to: [Fourteen Extended] Change full width single post feature imaged size?OK, unfortunalty this doesn’t fix the problem. The thumbnails are recreated but the site still uses the 672×372 ones.
Different as above I just used:
<?php set_post_thumbnail_size( 1038, 576, true );
Can some explain to me how WordPress decides which thumbnail to use. This would be very useful for me.
Thanks a lot!
Forum: Plugins
In reply to: [Fourteen Extended] Change full width single post feature imaged size?Hi Zulfikar Nore,
sorry for the doubble post! I had a lot of tab’s open regarding this issue to find a solution and didn’t realize that I’ve posted twice. ??
Also I didn’t get that the “set featured images to 100%” should be the workaround for this problem. Because in my theme this feature seems zu strech the 672×372 thumbnail to the 1038×576 size. I would like to have a thumbnail in the size 1038×576.
Now you tell me to create a site specific plugin. All I have to do is to create plugin with the code:
<?php set_post_thumbnail_size( 1038, 576, true ); >
Right? (https://ottopress.com/2011/creating-a-site-specific-snippets-plugin/)
This sounds like a good solution. After that I have to recreate the Thumbnail, right?
Kind regards!
Forum: Plugins
In reply to: [Fourteen Extended] Change full width single post feature imaged size?Hi,
are there plans to add this as a feature to “Fourteen Extended”? I actually don’t want to change any theme code and I have the same issue.
https://img5.fotos-hochladen.net/uploads/zwischenablageez04u6fxmy.png
Kind regards!
Forum: Plugins
In reply to: [Fourteen Extended] max-width: 100% does not seem to scale properly?Hi,
are there plans to add this as a feature to “Fourteen Extended”? I actually don’t want to change any theme code and I have the same issue.
https://img5.fotos-hochladen.net/uploads/zwischenablageez04u6fxmy.png
Kind regards!