gouravwptech
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Llorix One Lite] Mobile Images Show Up in Strange PlacesHello,
Please share the screenshot of problematic area, so i can take a look.
Regards,
GouravForum: Themes and Templates
In reply to: [Llorix One Lite] Create Child theme support RTLHello,
Please install the plugin Advanced CSS Editor and in Appearance -> Customize -> Advanced CSS Editor add the following code:
body{
direction:rtl;
}Hope that helps.
Regards,
GouravForum: Themes and Templates
In reply to: [Zerif Lite] Styling featured image on pagesHello,
Zerif theme does not support featured image in the pages, you can try custom solution for that.
You can try this CSS:
.header.header{ background-image:url('ENTER YOUR IMAGE ADDRESS HERE'); position: relative; padding: 150px 0; background-repeat: no-repeat; background-position: 50% 50%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
Hope that helps.
Regards,
GouravHello,
You can try these sizes
1) Background-image:(1920×1280)px
2) Transparent image: (1650×1100)px.It will look fine.
Regards,
GouravForum: Themes and Templates
In reply to: [ZBlackbeard] Not Working On FirefoxHello,
Please note that we do not offer support for third party plugins. If your any WordPress plugin is not working, try a different one with the same functionality it may work better for you.
Regards,
GouravForum: Themes and Templates
In reply to: [Zerif Lite] Featured Image ZerifHello,
Please install the plugin Advanced CSS Editor and in Appearance -> Customize -> Advanced CSS Editor add the following code:
.header.header{ background-image: url('ENTER YOUR IMAGE ADDRESS HERE'); position: relative; padding: 180px 0; background-repeat: no-repeat; background-position: 50% 50%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
Regards,
GouravForum: Themes and Templates
In reply to: [Zerif Lite] Background repeating on iPhone.Hello,
Please check this doc: https://docs.themeisle.com/article/322-replace-zerif-pro-section-background-to-responsive-only
Hope that helps.
Regards,
GouravForum: Themes and Templates
In reply to: [Zerif Lite] Mobile menu not working when centering logoHi,
Unfortunately the theme doesn’t support this customization and as much as I would love to help with some custom code, this is beyond the support offered for the free products, which consist in bug fixing and theme documentation.
Regards,
GouravForum: Themes and Templates
In reply to: [Amadeus] Remove banner on MOBILE and TABLET onlyHello,
Please install the plugin Advanced CSS Editor and in Appearance -> Customize -> Advanced CSS Editor add the following code:
@media only screen and (min-width : 768px) {`
.home .entry-thumb {
display: none;
}
}`Regards,
GouravForum: Themes and Templates
In reply to: [Zerif Lite] how to RTL only HomepageHello,
Please install the plugin Advanced CSS Editor and in Appearance -> Customize -> Advanced CSS Editor add the following code:
body{
direction: rtl;
}Hope that helps.
Regards,
GouravForum: Themes and Templates
In reply to: [Amadeus] Breadcrumbs and navigationHi,
Unfortunately the theme doesn’t support this customization and as much as I would love to help with some custom code, this is beyond the support offered for the free products, which consist in bug fixing and theme documentation.
Regards,
GouravForum: Themes and Templates
In reply to: [Amadeus] Sidebar width, margin and spacingHello,
Please install the plugin Advanced CSS Editor and in Appearance -> Customize -> Advanced CSS Editor add the following code:
.widget-area { width: 310px; } .widget-area .widget { background-color: #ececec; }
Regards,
GouravForum: Themes and Templates
In reply to: [Zerif Lite] Change -height background imageHello,
Please install the plugin Advanced CSS Editor and in Appearance -> Customize -> Advanced CSS Editor add the following code:
.header-content-wrap { padding: 385px 0 310px; } section#contact { padding-top: 50px; padding-bottom: 0px; }
Change it’s value as per your wish.
Regards,
GouravForum: Themes and Templates
In reply to: [Zerif Lite] Zerif Lite with PolylangHello,
Please contact to plugin related forum:https://www.ads-software.com/support/plugin/polylang
They are more familiar regarding this.
Regards,
GouravForum: Themes and Templates
In reply to: [Zerif Lite] Zerif Lite Theme – Header space and logo sizeHello,
Please check this: https://docs.themeisle.com/article/320-how-to-increase-zerif-logo-size
Hope that helps.
Regards,
Gourav