WPZOOM
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Inspiro] removing feature image in the header@argiedirect We’d highly appreciate it if you could leave a review for our theme here:
https://wordpress.org/support/theme/inspiro/reviews/Thanks!
Forum: Themes and Templates
In reply to: [Inspiro] removing feature image in the headerHi @argiedirect
You can manually set an image that will be displayed on social sites using a plugin like Yoast SEO.
https://wordpress.org/plugins/wordpress-seo/You will find the option in the Yoast SEO > Social tab:
https://yoast.com/help/why-doesnt-facebook-display-an-image/In this way, you can remove the featured image, and set only the social image.
Forum: Themes and Templates
In reply to: [Inspiro] Left aligning images – when it should be central@argiedirect Hi,
Please add this CSS code in the Customizer > Additional CSS:
.wp-block-image { text-align: center; }This should fix the issue.
If the image still shows small, try changing its alignment or Image size: https://d.pr/i/bT352c
Forum: Reviews
In reply to: [Inspiro] overpriced casual theme@nikapromo We’re sorry to hear that you find the premium version too expensive. Feel free to follow us on social media so you can be informed when we have a promo.
We can assure you that no reviews on this theme are left by bots but by actual users and customers.
Have a great day! We hope your life became better after you attempted to ruin our overall rating score.
@giraffe99 It seems that the FAQ block from the SEO Press plugin causes this problem.
Maybe you want to disable that block temporarily if you are not using it?
You can do it by adding this code to your website:
add_action( 'after_setup_theme', 'remove_seopress_faq_block' ); function remove_seopress_faq_block() { remove_action( 'init', 'seopress_register_blocks'); }You can easily add this PHP code using this plugin:
https://wordpress.org/plugins/my-custom-functions/Meanwhile, we’ll try to see if we can fix the problem from our end or if this needs to be updated in the SEO Press plugin.
Forum: Reviews
In reply to: [Inspiro] Easy to setup and get running.Hi @sgowp
You can quickly fix this problem by removing the sticky feature from the menu.
You can do it by adding this CSS code in the Customizer > Additional CSS:
@media screen and (min-width: 48em) { .site-header.headroom--not-top { position: relative; } }Forum: Plugins
In reply to: [Recipe Card Blocks Lite] Changing a Couple of ThingsHello Tamie!
It’s possible to remove the Author from each recipe block. There is such an option in the Block Settings: https://d.pr/i/VH3nGH
Or you can replace that word with something else using a translation plugin like TranslatePress or Loco Translate: https://d.pr/i/q4eE7p
As for the icons, just click on each of them in the block directly, and a popup will appear where you can choose a different icon. You can also find a blank icon in the Font Awesome 5 set: https://d.pr/i/GAdfPU
Pavel
Forum: Plugins
In reply to: [Recipe Card Blocks Lite] Like and Save FavoritesHello @tamierp
Unfortunately, such a feature is not available now in our plugin. Maybe we’ll add it in the future.
Until then, you can use 3rd party plugins to add Like buttons or an option to let visitors Favorite posts.
An example is the Likes feature from the Jetpack plugin:
https://jetpack.com/support/likes/@momentsandmeals Thanks a lot for your review! We’re happy to have you onboard 🙌
Forum: Themes and Templates
In reply to: [Inspiro] 2 problems that I need help withHello @simcep1
1. The footer should be pushed down by the content. I guess you have a big screen resolution, so that’s why it appears like that on pages with little content.
You can try setting a minimum height for the wrapper that includes the content:
.content-area { min-height: 48vh; }Add this code in the Customizer > Additional CSS, and adjust the value of the height. Make sure to test on different screen sizes to find the ideal value.
2. This CSS code should make the header full-width:
.navbar .header-inner { max-width: 96%; }Forum: Reviews
In reply to: [Inspiro] GREAT THEME, GREAT SUPPORTThanks a lot!
Forum: Themes and Templates
In reply to: [Inspiro] reduce opacity headerHello @andyms
You can change it using this CSS code:
@media screen and (min-width: 48em) { .has-header-image.home.blog .headroom--not-top .navbar, .has-header-image.inspiro-front-page .headroom--not-top .navbar, .has-header-video.home.blog .headroom--not-top .navbar, .has-header-video.inspiro-front-page .headroom--not-top .navbar { background: rgba(0,0,0,.9); } }Just add it in the Customizer > Additional CSS, then change “.9” to a lower value.
Forum: Themes and Templates
In reply to: [Inspiro] Anchor links in Menu don’t work in MobileHi @niolite
We have just updated the theme (v1.6.2) and fixed this bug. Please update the theme to the latest version.
Any feedback and reviews are highly appreciated!
Forum: Plugins
In reply to: [Preload Featured Images] How to check it’s working?Hi @itzmostafiz
I have checked a few pages on your website, and I see that your PageSpeed score is 100/100 on both mobile and desktop devices.
The purpose of our plugin is described in the description here:
https://wordpress.org/plugins/preload-featured-images/tl;dr:
Are you getting the following recommendation when testing the PageSpeed score of a single post: “Preload Largest Contentful Paint image”? Then this plugin will help you!
From what I see, this recommendation is already marked as “Passed” on your website, so maybe our plugin is not necessary for you: https://d.pr/i/SVl1BM
I can confirm that our plugin works fine on your website. You can see this by looking in the source of posts and search for “preload”:
<link rel="preload" as="image" href="https://www.theshaverzone.com/wp-content/uploads/2021/10/Braun-Series-7-7071cc-shaver.jpg" imagesrcset="https://www.theshaverzone.com/wp-content/uploads/2021/10/Braun-Series-7-7071cc-shaver.jpg 700w, https://www.theshaverzone.com/wp-content/uploads/2021/10/Braun-Series-7-7071cc-shaver-300x257.jpg 300w" imagesizes="(max-width: 700px) 100vw, 700px" />Pavel
Forum: Plugins
In reply to: [Recipe Card Blocks Lite] ElementorHello @jamaicatravelsaver42
Yes, the free version works with Elementor.
Could you try to deactivate Elementor and then activate our plugin?
I also recommend you deleting Elementor and re-installing it. Maybe this will help.