WPShout
Forum Replies Created
-
Forum: Reviews
In reply to: [Zerif Lite] Zerif lite has malicious content !!Hey,
Can you please give us more details ? Obviously is quite impossible to crash all of a sudden, have you installed a plugin or ?
Forum: Themes and Templates
In reply to: [Zerif Lite] Zerif – Our Focus Wiget image processingYou are right. It’s better to use image instead of background.
We will make changes about this issue in a future update.Cheers
This is not possible for the moment but we are looking to implement it in the future.
Thank you !
Hello,
Can you email us at friends@themeisle.com with more information about the customization and im sure we can find a quick workaround.
Thank you !
Forum: Reviews
In reply to: [metro-pirate] Nice themeHey gresakg,
This error occurs only when a logged in user is trying to do an operation without having sufficient permissions. This is certainly a bug in WordPress and has nothing to do with the theme.
Regards.
Forum: Themes and Templates
In reply to: [Flat] Possible to adjust width?Hello,
If you want to change the width of the Flat theme you should change this:
#page { max-width: 1000px; } @media screen and (max-width: 1200px) { .container { width: 1000px; } }Regards,
RodicaHi,
Thank you for reporting us this issue. You are right, we need to improve the layout of this section, and will do so, in a future update.
Regards,
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] Localization contact formHi,
Unfortunately right now that is not possible, but adding this is on our list for bug fixes for the next updates.
Regards,
RodicaHello,
You are the first who is reporting this and i think this is not from our side.
Can you check with your hosting to see what problem could be, in this situation i dont think is a bug from our side.
Thank you !
Forum: Themes and Templates
In reply to: [Zerif Lite] vulnerability in themeHello,
Thank you for letting us know about this.
We fixed it and send an update.Regards,
RodicaHello karunaray,
Can you share with us the file from Revive Old Post -> System info at friends@themeisle.com ?
Thank you !
Forum: Themes and Templates
In reply to: [Zerif Lite] More buttons in footerHello,
If you want to increase the font size for the footer icons, you need to install the plugin https://wordpress.org/plugins/simple-custom-css/ and in Appearance -> Custom CSS add this:
.fa { font-size: 27px; }Change 27 with the size you need.
Let me know if this helps.
RodicaForum: Themes and Templates
In reply to: [Zerif Lite] Menu in mobile version doesn't workHappy to help!
Forum: Themes and Templates
In reply to: [Zerif Lite] Menu in mobile version doesn't workHi uvikkontra85,
The mobile menu is not working because you have this custom css added:
#main-nav { height: 100px; }You could try to change it to:
#main-nav { min-height: 100px; }Let me know if that helps.
Rodica