Ina
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Inspiro] No WidgetHi, @administrateller
Only certain pages support widgets. If you’re not navigating on such a page, this option won’t be available in the Customizer.
Did you load the Elementor demo or the block editor one?
I recommend checking the documentation of the theme:
https://www.wpzoom.com/documentation/inspiro-lite/Forum: Themes and Templates
In reply to: [Inspiro] Insert a Facebook Logo and Link in the FooterHi, @scoopa80
I checked your website and it looks like you managed to add the Facebook logo with link in the footer.
Forum: Themes and Templates
In reply to: [Inspiro Blocks] Shortcode issue on page templateHi, @samhunter
Can you send a link to the page that includes the shortcode and where the issue happens?
Forum: Reviews
In reply to: [Social Icons Widget & Block by WPZOOM] Problems after the last update.Hi, @stefano512
Please provide more details about the options that disappeared. Do you mean widget options or that the social icons are not displayed on the frontend? On what website does this issue happen? Can you show screenshots of the issue?
Hi, @gale13
What exactly do you want to add?
Forum: Themes and Templates
In reply to: [Inspiro] Homepage Hero Area Setting not shown in CustomizerHi, @erwin_kureka
Make sure you’re on the homepage when accessing the customizer. If you’re on another page, the Hero Area options won’t be displayed.
Forum: Themes and Templates
In reply to: [Inspiro] Secondary Color / Link Color ChangeHi, @ashley_c
Since you use Elementor, you should be able to change the colors within it.
Alternatively, add the following code to Appearance -> Customize -> Additional CSS:body.elementor-page .entry-content a, body.fl-builder .entry-content a, body.woocommerce-page .entry-content a {
color: #D8A641;
}Extended customization options can be found in the premium version of the theme or you can achieve them with custom CSS:
https://www.wpzoom.com/tutorial/recommended-practices-for-customizing-a-wpzoom-theme/Forum: Themes and Templates
In reply to: [Inspiro] Header Video doesnt work@sofeti, please consult this documentation:
https://www.wpzoom.com/documentation/inspiro-lite/inspiro-lite-setting-up-the-hero-area-on-the-homepage/Are you using the cover block to add a background video? If yes, then it only supports self-hosted videos and you should add one accordingly. If you add the video background via the Customizer, then it should work. I tested the video link on my localhost and it displays well: https://prnt.sc/JJUm0KFwO3wP
If you’re using the Customizer method and the video is still not displayed, try adding a header image in the corresponding section or try troubleshooting plugins:
https://www.wpzoom.com/docs/troubleshooting-plugin-conflicts/Forum: Themes and Templates
In reply to: [Inspiro] Header Video doesnt workHi, @sofeti
Can you share the links to the videos you’re trying to add in the hero area?
Hi, @devbd
This is related to some issues from Instagram’s end. Other similar plugins also encounter this problem. We should wait until the Instagram team solves this issue.
Forum: Themes and Templates
In reply to: [Inspiro] Custom colors of menu icon and links@reivorz even if the header is not created with Elementor, it seems like one of the customizations from Elementor rewrites the styling for the menu button on mobile. Add the following code to Appearance -> Customize -> Additional CSS:
.elementor-kit-185 button, .elementor-kit-185 input[type="button"], .elementor-kit-185 input[type="submit"], .elementor-kit-185 .elementor-button {
background-color: transparent;
}This code could rewrite other elements from your website and make them with a transparent background.
To change the color of the links on hover across the website, use the following code:
a:hover {
color: #d39add;
}Please note that we don’t provide customization services for the free themes. Follow these recommendations for further customizations:
https://www.wpzoom.com/tutorial/recommended-practices-for-customizing-a-wpzoom-theme/Forum: Themes and Templates
In reply to: [Inspiro] Undefined array key “action” functions.phpHi, @rlantra
Did you add any custom code in functions.php? If this is the case, please temporarily remove the code and see if the issue is solved.
Forum: Themes and Templates
In reply to: [Inspiro] Custom colors of menu icon and linksHi, @reivorz
It looks like you use Elementor to make the customizations to your website.
https://prnt.sc/8BF0qDs5tI76
Therefore, you should adjust the color setting within Elementor for each section of your website. This is usually available in the Style tab of each element:
https://prnt.sc/lqSNwq2PV82L
You should also check the global color settings from Elementor.Hi, @alexbadcock
The free version of Inspiro includes limited customization options. In the case you’re describing, you can apply customizations with custom CSS code:
https://www.wpzoom.com/tutorial/recommended-practices-for-customizing-a-wpzoom-theme/
You can also upgrade to premium and set these options directly in the Customizer.Forum: Themes and Templates
In reply to: [Inspiro] Link color changed after updateHi, @administratus
There was a bug in WordPress 6.6 regarding this and we fixed it directly in our themes. Most probably they fixed the bug in WordPress 6.6.1 and our fix was overwriting theirs. We will fix this in the next update. Great that you’ve found a workaround.