Dumitru Brinzan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Faith] Featured image being cropped.Hello,
Your link doesn’t work, so unfortunately there’s no way for me to check out anything.
Best regards,
Dumitru B.Hello,
Themes should not (and usually do not) handle such issues. That is plugin territory.
You can research plugins that use keywords like “widget visibility”. If you’re using Jetpack, it contains a module for it.Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [NewsToday] How to round corners of widget boxHello,
I’m not sure that I understand what exactly you want to be “rounded”?
I don’t see any widgets in the footer that have anything in particular to be rounded.
Could you please provide some additional details?Best regards,
Dumitru B.Today’s update to 7.3.0 did not change anything, so the issue is still there.
Forum: Themes and Templates
In reply to: [Faith] Theme (out of the box) crunches text in FirefoxHello,
It looks like this thread was moved from a different forum, so I never got a notice that this thread exists.
I guess that you are referring to the image caption that is displayed in a long column.
Until the theme is updated with a fix for this, you can easily fix it by doing the following:
Go to Appearance > Customize
Open the Additional CSS panel.
Add this code and Publish the changes:.wp-block-image .aligncenter>figcaption, .wp-block-image .alignleft>figcaption, .wp-block-image .alignright>figcaption { display: block; }This should do the trick.
Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Podcast] Footer columnsHi John,
I might include some additional footer options in a future theme update, though currently there are no specific plans for that.
Thank you for your kind words about the video 🙂
Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Podcast] Widget Font sizeHello,
These are the CSS classes that you should target:
.widget-title {} .site-column-aside {} #site-footer {}Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Podcast] Footer columnsHello John,
I’m afraid that for a beginner it will not be easy, as it requires editing at least 3 theme files (or forking them using a child theme).
A customization like this will not go well when the theme will be updated in the future with any kind of changes in the footer.But if you do decide to go ahead with this customization, you will have to edit:
footer.php
style.css
ilovewp-admin/sidebars.phpYou will have to adjust the styling of the columns in the footer, the main styles for big screens and the media queries for smaller screens.
Depending on what you mean by “beginner”, this task might prove to be difficult.I hope this helps.
Best regards,
Dumitru BrinzanForum: Themes and Templates
In reply to: [Photozoom] Header images responsiveHello Maria,
Please check this existing thread in the forums, looks like it is related:
https://wordpress.org/support/topic/issue-with-header-media-images-arrow-buttons-and-image-display-size/Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Photozoom] featured pages on static pageHello Maria,
That theme section will work only with the default “Your Latest Posts” setting.
If you set your homepage to display a static page then the page content and design is up to you.
You can use a page builder plugin to build a custom layout.Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Photozoom] header on multi languageI’m glad that all is well now 🙂
Forum: Themes and Templates
In reply to: [Photozoom] header on multi languageHello,
Polylang is a little weird about pulling header images.
I wrote about this issue (and provided a solution) over a year ago, and the solution is still valid. Please check it out here:
Multilingual Header Media with Polylang.Best regards,
Dumitru B.Forum: Reviews
In reply to: [Faith] Very nice and flexible themeThank you for the feedback!
Forum: Themes and Templates
In reply to: [Photoframe] Display author of postsHello Charlie,
You would have to edit theme files in order to accomplish that. Generally that’s a bad idea.
This info is not displayed by the theme, because it is mostly intended for personal portfolio websites with a single author. So it doesn’t make much sense to always display the same author for all posts.
Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Endurance] order pictures in homepage slideshowHello,
I’m not sure how exactly and where you are “selecting” the images.
The theme uses this core function to get the header images: get_uploaded_header_images()Unfortunately it doesn’t have a parameter for ordering the images in any specific way.
But it seems that WordPress orders them from new to old. So the image that was uploaded first will appear in the slideshow last.I hope this helps.
P.S. I hope to make some changes to this feature in a future theme update.
Best regards,
Dumitru B.