Dumitru Brinzan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Podcast] Latest Episode Not Showing UpHi,
Are you certain that you have set up the Podcast category in Customize > Theme Settings, and that the “Display Newest Episode Block on Homepage” option is checked?
Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Podcast] Subscripe Bar: Long Dash Missing After HeaderHi,
That happens because of the way WordPress treats widgets in version 5.8 and higher.
They replaced classic widgets with block-based widgets, which also changed the HTML mark-up of widgets (and widget titles).
Because Podcast was developed a long time before the Block Editor was a thing, it relies on the classic markup.
You can install this plugin to revert to the classic widgets markup:
https://wordpress.org/plugins/classic-widgets/Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Faith] Imbedded Page Display IssueHi,
This is not a theme issue.
Please check with the plugin that you are using or whoever provided you with the instructions for the embed code.Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Faith] Image Caption FormattingHello,
Until this is fixed in the theme, you can go to Appearance > Customize > Additional CSS and add this CSS code:
.post-single .wp-block-image .aligncenter > figcaption,
.post-single .wp-block-image .alignleft > figcaption,
.post-single .wp-block-image .alignright > figcaption {
display: block;
margin-top: 0;
text-align: center;
}I hope this helps.
Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Podcast] Podcasts no longer playHi,
It looks like you’re having issues with the Seriously Simple Podcasting plugin, which was updated yesterday. Probably that’s what is causing the issue.
Please post here: https://wordpress.org/support/plugin/seriously-simple-podcasting/Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Endurance] Video On Homepage – Possible?Hello,
Currently there is no easy way to replace the slideshow with a video without editing the theme’s homepage code.
You can do that by editing the theme code directly or via a child page.Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Faith] Hide featured image on MobileHi,
Yes, you can do that with some custom CSS that looks something like this. Adjust to your own needs:
@media screen and (max-width:640px) {
#ilovewp-hero { display: none; }
}I hope this helps.
Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Nutmeg] Search bar is not workingHello Carissa,
Please try disabling your AMP plugin. It blocks all JavaScript files, so obviously none of the scripts will work.
Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Nutmeg] Search bar is not workingHello,
Please post a link to your website, otherwise it is impossible to troubleshoot.
Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [NewsToday] Tags do not show up in VisibilityHello,
This sounds like a plugin-related question, not a theme question.
If you have issues with a plugin, please post in that particular support forum.Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Nutmeg] Demo ImportHello,
Unfortunately the demo content is not available for the free version of Nutmeg.
It is available only via the One Click Demo Import feature in Nutmeg Plus.
This is mentioned in the theme’s video tutorial.Best regards,
Dumitru B.Forum: Reviews
In reply to: [Podcast] Super easy. Great support! RecommendedThank you John for your kind words and feedback. It is greatly appreciated!
Forum: Themes and Templates
In reply to: [Faith] Featured image being cropped.Sorry, but I’m not going to do that.
Please feel free to bump up this topic once you have your virus issues resolved.
Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Faith] Featured image being cropped.Hi,
I cannot help if the website is not accessible for me.
This is the message that I get in Firefox:Secure Connection Failed An error occurred during a connection to www.stjohnacc.com. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of this problem.If I try to access it via regular HTTP, then the website is blocked by Malwarebytes Premium:
Website blocked due to a Trojan Your Malwarebytes Premium blocked this website because it may contain a Trojan. We strongly recommend you do not continue.Forum: Themes and Templates
In reply to: [Faith] Featured image being cropped.Now Malwarebytes is blocking access to your website due to a potential Trojan virus.
You should probably look into that.