WPZOOM
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Inspiro] New Theme Update@acowen123 Hi,
We are really sorry for causing issues with the new theme update. We thought that this will improve the readability of the text, especially when there is a light image/video used in the background.
You can get back the old style of the text in the hero area by adding this CSS code in the Customizer > Additional CSS:
.site-title { font-weight: 200; }The font used in the old version was “Libre Franklin”, and you can add it back by using this plugin:
https://wordpress.org/plugins/olympus-google-fonts/Forum: Everything else WordPress
In reply to: Theme preview redirects to 404 page@joyously The starter content was configured incorrectly:
https://github.com/wpzoom/inspiro-lite/commit/4b0ac7a014b4b4ee0385de75321b575c0c7e4ab9Forum: Themes and Templates
In reply to: [Foodica] Home title@dmay73 You can do this using 3rd party plugins like these ones:
https://wordpress.org/plugins/hide-page-and-post-title/
https://wordpress.org/plugins/shk-hide-title/Or you can hide the title on the front page by adding this CSS code in the Customizer > Additional CSS:
.home h1.entry-title { display: none; }Forum: Everything else WordPress
In reply to: Theme preview redirects to 404 pageWe have fixed the problem!
Thank you
Forum: Everything else WordPress
In reply to: Theme preview redirects to 404 pageHello @joyously
Thank you for your reply. We have developed our theme based on Twenty Seventeen theme, and we have followed all the theme standards needed. Maybe you can take a quick look to our GitHub repo https://github.com/wpzoom/inspiro-lite and tell us if we have missed something?
Forum: Everything else WordPress
In reply to: Theme preview redirects to 404 pageHello @t-p
I’m the theme developer, and that is why I’ve reporting this issue here. @vicolaspetru are the developer which work at WPZOOM.
- This reply was modified 5 years, 1 month ago by WPZOOM.
Forum: Themes and Templates
In reply to: [Foodica] Periods above Recipe PictureOn the “Appearance > Menus” page there is a section from which you can add Categories to an existing menu.
Here’s a screenshot: https://d.pr/i/NtHdTk
Forum: Themes and Templates
In reply to: [Foodica] Periods above Recipe Picture@dmay73 Hi,
I see that you have created manually pages for each category, but this is not necessary.
WordPress automatically generates pages for categories and all posts are showing on them:
https://wifeofahunter.com/category/recipes/fish/
https://wifeofahunter.com/category/recipes/upland-game/Maybe you can edit your menu and replace the links to pages you have created with the links to category pages?
@larrees63 Most probably there is a plugin conflict or something else is causing this problem.
Could you please get in touch with us through our website and provide us a temporary link with admin access to your website?
Contact form: http://wpzoom.com/contact
https://www.wpzoom.com/docs/creating-a-temporary-support-account/
Hi @larrees63
Try to change the color again. Maybe you have changde it before adding your links?
@fabricelaborie For now you can ignore those warnings as they don’t affect your website.
There is no solution available yet for this issue.
This happens because we’re preloading fonts in order to improve the PageSpeed score.
The “preload” can be disabled from plugin settings, but then new errors will appear in PageSpeed report (Preload key requests):
https://d.pr/i/QB5vW9Forum: Themes and Templates
In reply to: [Foodica] Delete Footer 4 columns@thekitchensofa Hi Anna,
We’ve just updated the theme and added a new option in the Customizer so you can change the number of the columns in the footer – https://d.pr/i/Iiulha
Please update your theme to the latest version.
Forum: Plugins
In reply to: [Recipe Card Blocks Lite] Video embed or uploadHi Emma,
Yes, it’s definitely much better to host your videos on dedicated platforms like YouTube or Vimeo, as your users will be able to watch them without worrying that your host might be slow to support large files.
You can find more arguments in this article:
https://www.wp101.com/10-reasons-why-you-should-never-host-your-own-videos/@awjensen Could you please try to increase the WordPress memory and this should fix the problem:
https://www.wpzoom.com/docs/increase-wordpress-php-memory-limit/Unfortunately, there is no easy way currently to display the number of followers in the widget.
This is a very complex feature, as you need some API integration in order to get this data from different platforms.