Ina
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Inspiro] Remove huge gap spacingHi, @ashley_c
You should check and modify the margin or padding of the elements from that section in the Advanced tab of the element settings.
https://elementor.com/help/create-space-with-padding-and-margin/Hi, @cpersoz
What method did you use to create the child theme? What files do you intend to modify with the child theme?
Forum: Plugins
In reply to: [WPZOOM Portfolio Lite - Filterable Portfolio Plugin] Video page banner@cagsean, add the following code to Appearance -> Customize -> Additional CSS:
.portfolio_item .entry-cover-image {
display: none;
}
.portfolio_item .entry-content {
margin-top: 100px;
}Forum: Plugins
In reply to: [WPZOOM Portfolio Lite - Filterable Portfolio Plugin] Video page bannerHi, @cagsean
Do you need to remove just the image or the entire section, title included?
Forum: Themes and Templates
In reply to: [Inspiro] Hyperlink Colors not changingHi, @locka
This forum is intended for assistance on the free version of Inspiro. Since you mentioned the premium version, please contact us via the contact page on our website and we’ll look into the issue.
Forum: Reviews
In reply to: [Customizer Backup & Reset] Broke my websiteHi, @revixi5
I’m sorry to hear that using our plugin had such repercussions on your website and I understand how frustrating it is.
We’ve just updated the plugin and solved this issue:
https://ww.wp.xz.cn/plugins/customizer-reset-by-wpzoom/#developers
Thank you for bringing this into our attention.
I hope you can restore your website from your backup and use the new version of the plugin as intended.
We would really appreciate it if you could change the review to a higher rating. For the future, please open a support thread on the forum so that we could look into the issue and solve it.Forum: Plugins
In reply to: [Recipe Card Blocks Lite] Frontend recipe submission with moderation workflowHi, @developervc
The recipe features you listed are all available in the free version of the plugin.
As for the recipe submission workflow, here are the answers to your questions:
1. Whether frontend recipe submission is available in the free version
No.
2. If not, whether this functionality is available in the premium version
Yes.
3. Whether submitted recipes can be reviewed and approved before publishing
Yes.
Forum: Themes and Templates
In reply to: [UniBlock] Button BackgroundHi, @equities
How do you want the buttons to behave when hovered? What color should they have?
Forum: Themes and Templates
In reply to: [Inspiro] slideshow text responsive@locka do you by any chance use a plugin for the homepage slideshow? Can you at least provide some screenshots of the issue? What block do you use to create the slideshow/hero area?
The theme displays fine by default on our end. You can check it here:
https://ww.wp.xz.cn/themes/inspiro/preview/?device=desktopForum: Themes and Templates
In reply to: [Inspiro] slideshow text responsiveHi, @locka
Inspiro is a responsive theme, but it’s the block editor that has limitations in customizing how the blocks display on mobile. You can use a plugin that adds additional responsive settings for an easier and more flexible setup. Unfortunately, the block editor doesn’t include these settings by default yet.
Inspiro is integrated with Elementor and includes starter sites for it. You might try to build your layouts with it as it includes customizable responsive settings.
Forum: Themes and Templates
In reply to: [Inspiro] slideshow text responsiveHi, @locka
How do you expect for the slideshow text to change on mobile? What is the link to your website?
Forum: Themes and Templates
In reply to: [Inspiro] How to change hover color of text in submenu@locka if you add the custom CSS in Appearance -> Customize -> Additional CSS, it doesn’t automatically appear in the custom CSS file of the theme. However, you can add the custom CSS in the Customizer’s Additional CSS section as it won’t be affected by theme updates.
If you want to make changes to the PHP or other theme files, this is the case when it’s recommended to use a child theme. Find more details in this post:
https://www.wpzoom.com/docs/create-child-theme-for-wpzoom-themes/Forum: Themes and Templates
In reply to: [Inspiro] Carousel with Arrows causes Page Slide [BUG?]@marcussg what is the link to the website where this issue happens?
Forum: Themes and Templates
In reply to: [Inspiro] Portfolio Filter Font Size – Mobile VerticalHi, @marcussg
Currently, the filter font and size are embedded in the theme files and it’s possible to change them with custom theme modifications or custom CSS code.
https://www.wpzoom.com/tutorial/recommended-practices-for-customizing-a-wpzoom-theme/Forum: Themes and Templates
In reply to: [Inspiro] How to change hover color of text in submenuHi, @locka
Try this code:
@media (min-width: 64.0625em) {
.navbar-nav ul a:hover {
color: #0bb4aa;
}
}If it still doesn’t work, please provide the link to your website.