Hello,
I would like to know which latest version of PHP is compatible with the theme Zoner Lite 1.9.
I run for the moment PHP 7.4 and it looks fine but when I try to run PHP 8.0, the site is not running anymore.
This is quite strange because when I make a scan with the extension “PHP Compatibility Checker”, it’s written that Zoner Lite 1.9 is compatible with PHP 8.0.
Thanks for your help !
Hello (again…) ??
How to display post category under post title? Below are what I’ve did.
Is it correct?
I mean, yes it is display the post category. Just wanna make sure I did it correctly and not missed something wich I don’t know.
I added this to admin-config:
array (
'id' => 'pp-category',
'type' => 'checkbox',
'title' => __('Display category for posts', 'zoner-lite'),
'default' => true,
'class' => 'icheck',
'desc' => __('Yes', 'zoner-lite'),
),
Then I added this to theme-function:
<?php if ($zoner_config['pp-category'] || !$zoner_is_redux_active) { ?>
<a class="link-icon" href="<?php get_category_link( $category_id ); ?>"><i class="fa fa-folder" aria-hidden="true"></i> <?php the_category(' '); ?> </a>
<?php } ?>
Thank you and regards.-
]]>Hello,
I love this theme, and recently I found problem with dropdown list of Ultimate Member plugin (I created a dropdown for registration form), it appears twice.
I’ve tried with any other theme, and it display correctly.
Thank You for your help.
]]>Thank you for a great theme!
It seems that the slider slows the loading of the site down, if the photos are too big. What should the photo size be, in pixels width and height?
I read this: https://github.com/Fruitfulcode/zoner-lite/wiki/Theme-Options:-Slider
]]>Hi. Love the theme. Looking to make the header logo image responsive. Right now the rest of the site scales correctly when on mobile/tablet device, but the header logo does not.
Any tips/how-to?
Thanks.
]]>Hi..
I tried zoner lite, and love it. But I want to hide “zoner seconadry navigation” section.
Do you mind to add an option to hide “seconadry navigation” in zoner option?
So far, I did it manually and using child-theme.
Thank You.
]]>Hello,
There is white space before the footer and after the page content. I can’t seem to remove it. When I inspect the element, it can’t pick up the white space. Any help?
]]>