Dumitru Brinzan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Faith] special menu item – brown backgroundHi,
If only there was a detailed video tutorial in this forum, with a well-described video chapter dedicated precisely to the special menu item in the menu.
Best regards,
DumitruForum: Themes and Templates
In reply to: [Faith] Slideshow – link “read more” is not translatedHello,
Have you installed already a translation plugin like Loco Translate?
The theme is internationalized, so you simply need to install a plugin and create the translation into your language of choice.
No file edits are required.Best regards,
DumitruForum: Themes and Templates
In reply to: [Faith] I want to change the colors of the SlideshowHi,
Because you have incorrect code.
This is what you have:#ilovewp-hero .content-wrapper { background-color: #ilovewp-hero .content-wrapper { background-color: #7f94a5; background-color: rgba(12,12,12,0.92); } #ilovewp-hero .hero-button-anchor { background-color: #fff; color: #111; } #ilovewp-hero .hero-button-anchor:hover, #ilovewp-hero .hero-button-anchor:focus { background-color: #111; color: #fff; }; background-color: rgba(12,12,12,0.92); }- This reply was modified 5 years, 6 months ago by Dumitru Brinzan.
Forum: Themes and Templates
In reply to: [Photoframe] Logo disappearsHello,
Please upload your header images and publish your changes.
Post a link to the website.
Without that it is impossible to guess what the situation could be.Best regards,
DumitruForum: Themes and Templates
In reply to: [Faith] I want to change the colors of the SlideshowHi,
You would have to add some custom CSS code.
These are the default values that are in the theme.#ilovewp-hero .content-wrapper { background-color: #131313; background-color: rgba(12,12,12,0.92); } #ilovewp-hero .hero-button-anchor { background-color: #fff; color: #111; } #ilovewp-hero .hero-button-anchor:hover, #ilovewp-hero .hero-button-anchor:focus { background-color: #111; color: #fff; }You can overwrite them by adding custom CSS code in Appearance > Customize > Additional CSS.
Best regards,
DumitruForum: Themes and Templates
In reply to: [Podcast] Changing hero sectionI’ll consider adding a “legal menu location” in a future theme update.
But at the moment I can’t provide an ETA for that. Most likely by the end of the month.
I hope that will work well for you 🙂Forum: Themes and Templates
In reply to: [Podcast] Changing hero sectionHi,
That would be problematic, as you would have to directly edit at least one theme file. Those changes would be overwritten during every future theme update, so you will have to re-apply your changes.
Or you would have to stop updating the theme, which is also a bad idea.
One way would be to create a child theme and replace the index.php file, but that could also cause issues with future updates.So I can’t really suggest an easy and permanent way of doing it.
Best regards,
DumitruForum: Themes and Templates
In reply to: [Podcast] Changing hero sectionHello Angelo,
That part is already addressed in the Welcome Message area, where you have the “Subscribe Now” text widget.
Best regards,
DumitruForum: Themes and Templates
In reply to: [Faith] Main page – size of headersHello to you too and a Happy New Year!
Please watch this video tutorial if you need to change the font size of specific elements in any WordPress theme:
Best regards,
DumitruForum: Themes and Templates
In reply to: [Endurance] Header Video troubleshootingHello Marcia,
Let me start by apologizing for the inconvenience caused by this issue.
The theme doesn’t actually display the video in the header, it only has an image slideshow.
It looks like support for this feature was incorrectly declared during a previous theme update. so the UI allows for the selection of the video, but in reality the theme doesn’t do anything about it.
I will remove the video support declaration in the next theme update.
Again, sorry for the confusion.Best regards,
DumitruForum: Themes and Templates
In reply to: [Faith] Slideshow: Featured Page – text colorHi,
Please don’t post unrelated questions in a topic that has been marked as solved.
If you have other questions, please create a new thread.Best regards,
DumitruForum: Themes and Templates
In reply to: [Podcast] Sidebar DisplayHello,
This is not a theme issue.
You have errors in your custom HTML code that you added to the end of this post.This is what it looks like:
<p>Share this podcast with your friends and followers using this <a href="http://<div id="buzzsprout-player-6746620"></div> <script src="https://www.buzzsprout.com/1278302/6746620-avoiding-toxic-charity-re-imagining-charity.js?container_id=buzzsprout-player-6746620&player=small" type="text/javascript" charset="utf-8"></script>“>link</a>.</p>Best regards,
DumitruForum: Themes and Templates
In reply to: [Podcast] Theme with Seriously Simple Podcasting PluginHello,
At the moment the theme doesn’t do anything special for custom post types or content/features provided by other plugins.
But looking at your website I don’t see any issues. You have posts for your episodes and the Latest Post section is populated with a post.Best regards,
DumitruForum: Themes and Templates
In reply to: [EduPress] Can’t translate a particular sentence…Hi,
The theme has no “Click for Menu” strings in the sidebar, but it has one in the header.
I just tested the code and everything works well, the string is internationalized and can be translated into a different language.I have tested it with Loco Translate and all is well. If it doesn’t work with a different plugin, then there’s something wrong with the plugin, not the theme.
Best regards,
DumitruForum: Themes and Templates
In reply to: [Faith] Slideshow: Featured Page – text colorThe plugin interferes with the theme’s HTML markup, which means that some CSS rules are not applied correctly.
You could try fixing it by going to Appearance > Customize > Additional CSS and adding this:
#ilovewp-hero .content-aligner { color: #fff; }