Ghery
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] What’s new on OceanWP 2.0.3 ?@abhikr781 thank you! I had looked for the changelog but had not found it!
Forum: Themes and Templates
In reply to: [OceanWP] OceanWP (Free & PRO) and Powerpress Player problem@abhikr781 I DID IT !!!
I add, inside \partials\entry\content.php this code:
echo $podcast_content = get_the_powerpress_content(); //Aggiunta manuale di PowerPress – GG
<div class="blog-entry-summary clr"<?php oceanwp_schema_markup( 'entry_content' ); ?>> <?php // Display excerpt. if ( '500' !== get_theme_mod( 'ocean_blog_entry_excerpt_length', '30' ) ) : ?> <p> <?php // Display custom excerpt. echo $podcast_content = get_the_powerpress_content(); //Aggiunta manuale di PowerPress - GG echo oceanwp_excerpt( get_theme_mod( 'ocean_blog_entry_excerpt_length', '30' ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> </p> <?php
- This reply was modified 4 years ago by Ghery. Reason: mobile phone problem
@amandato I did it! I found the php file in the theme where “Displays post entry content” and I’ve add yours code:
echo $podcast_content = get_the_powerpress_content(); //Aggiunta manuale di PowerPress – GG
Forum: Themes and Templates
In reply to: [OceanWP] Display Post Author on Front PageI finally find the problem!!! The problem is “Blog Style”: with Thumbnail setting the meta attributes doesn’t appears. Topic Closed ^_^
Forum: Themes and Templates
In reply to: [OceanWP] Display Post Author on Front PageHi @abhikr781 , I reset all in my localhost wordpress (database and data) and I install once again. Now I see the META attributes.
So what’s the problem in my real site popolodellaluce.org ? Why I don’t see the meta? ThanksForum: Themes and Templates
In reply to: [OceanWP] OceanWP (Free & PRO) and Powerpress Player problemThe plugin dev wrote me: “If your player does not appear on the blogroll page after this option is checked, then your theme may not be using the_excerpt filter. If that is the case you have to talk to them about the lack of use of using WordPress built-in filters.”
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] CBR mode not recognizeHi @amandato : I created the mp3s with Audacity for Mac.
Forum: Themes and Templates
In reply to: [OceanWP] OceanWP (Free & PRO) and Powerpress Player problemOr if the standard excerpt isn’t possibile, just the code to get the media player button in the blog?
Forum: Themes and Templates
In reply to: [OceanWP] OceanWP (Free & PRO) and Powerpress Player problemI found that the problem is the custom excerpt function that works in OceanWP theme. Could you help me to modify, in child theme, the relative PHP file to include the standard excerpt function for the blogroll / homepage ? Thank you so much.
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] CBR mode not recognizeHI @amandato, it’s a pleasure to share our feed: https://www.popolodellaluce.org/category/podcast
@amandato exactly! My wordpress configuration is set to blogroll mode. With default theme all is ok but with OceanWP no. I’ve contacted the OceanWP dev. but today no answer.
@benzoid ok, to see the player in a page I know that I’ve to put the [powerpress] shortcode inside the page; but to see the player in the front-page of wordpress (the blog automatic page) how can i do? Thanks
Forum: Themes and Templates
In reply to: [OceanWP] Display Post Author on Front PageHi @abhikr781, have you understand the problem? Thanks.
Forum: Themes and Templates
In reply to: [OceanWP] OceanWP (Free & PRO) and Powerpress Player problemHi @abhikr781, have you had time to simulate it? Thank you very much.
Hi Abhishek, Now it seems the problem has solved itself.