Dumitru Brinzan
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Faith] Page templates and buttonsHi,
The buttons are smaller now. The padding was reduced from “0.9375rem 1.875rem” to “0.75rem 1.25rem”.
I will look into the issue with the flickering of the menu.Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Podcast] Change RSS UrlHello,
The theme is not creating any RSS feed links, WordPress does that.
Please consult the official documentation or post in the support forums for WordPress itself.Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Faith] Page templates and buttonsHi,
Thank you for reporting these issues.
For some reason I was not notified of a new support thread here in the Forums, so I missed your thread. Now that I got to it, here’s my reply:1. This difference in animation is not caused by the theme, at least not directly.
The hover animation on a tag with a solid background color and a linear background is different (probably a browser quirk). The theme doesn’t do anything in particular special, other than changing the background color.2. You are right about the default button size, that is probably a bit too large. I have modified the size in version 1.2.6, this should fix the issue.
3. This has also been fixed in version 1.2.6, please update and check.
A few more minor changes were made in version 1.2.6, hopefully that should make everything a little better.
Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [EduPress] Article pushed to rightHi,
Thank you for reporting this bug.
I’ll push a theme update right away with a fix for this oversight.Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [EduPress] Text color set to white in white search boxHi,
I can’t replicate this issue.
It might have been caused by your child theme and not by the parent theme.Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Faith] Long menu item disappears behind column2Hello,
Thank you for reporting this edge case.
This will be fixed in the next theme update.
Until then, you can go to Appearance > Customize > Additional CSS and add this code:#ilovewp-home-welcome .ilovewp-column-2 { z-index: 2; }It should fix the issue.
Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Photozoom] menu dropdown not completely visibleHello,
That is a bit odd.
Try adding this code too, it should do the trick:
#site-masthead {z-index: 110; }Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Endurance] recent posts on homepage has shrunkHello,
That is happening because you have custom CSS that creates that behavior.
You can see that code in Appearance > Customize > Additional CSS.Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Photozoom] menu dropdown not completely visibleHello,
This issue is caused by the slideshow plugin/script that you have on that page.
For some reason the slideshow slides have a CSS z-index of 100, while the dropdown menu lists in the theme have a z-index of 99. 100 beats 99, so it goes over the menu.A simple fix would be to either increase the z-index in the theme or decrease the one for the plugin. Go to Appearance > Customize > Additional CSS and add ONLY ONE of these two options:
#container .sf-menu ul { z-index: 101; }.sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover { z-index: 10 !important;Best regards,
Dumitru B.Forum: Plugins
In reply to: [Better Block Patterns] Crashes my websiteThank you both for the report and the explanation. I will fix this asap and push an update. It’s weird that this did not occur for me on multiple domains that I tested it on.
I apologize for the inconvenience this might have caused you.P.S. Version 1.0.2 has already been pushed.
I could replicate this error only with PHP 5.6 and 7.4+. No issues with PHP 7.0, 7.1, 7.2 and 7.3. Either way, the bug has been fixed and it should work for everyone.- This reply was modified 4 years, 8 months ago by Dumitru Brinzan.
- This reply was modified 4 years, 8 months ago by Dumitru Brinzan.
Forum: Plugins
In reply to: [Better Block Patterns] Crashes my websiteHello,
Thank you for reporting this.
Were there any errors or notices in the error log, anything that can be used to troubleshoot the issue?
Please let me know if you have anything, I would like to look into this and update the plugin asap.Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Nutmeg] Under Newest Recipes heading my posts are not showingHello,
I can see the recipes on the homepage.
Have you found what the problem was?Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [NewsToday] How to put blog title on one lineHi,
You can go to Appearance > Customize > Additional CSS and add this code:
#site-logo { padding-right: 0; }Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Faith] Space at right side of pages on mobileHello Bill,
The problem is with the Search block (widget) that you have in the header.
I suggest that you install and activate the Classic Widgets plugin, it should resolve the issue.Best regards,
Dumitru B.Forum: Themes and Templates
In reply to: [Faith] Homepage Column ColorsHello,
Yes, of course that is possible. Some custom CSS is required to achieve that.
You can use tools like Google Chrome’s Element Inspect to identify the appropriate CSS classes to target.Best regards,
Dumitru B.