TUT Support
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Consulting] HTTPS for slider imagesHello @quintingsnj,
You can use 3rd party plugin Really Simple SSL. Please refer the below url-
https://ww.wp.xz.cn/plugins/really-simple-ssl/
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Primer] Small html validation issueHello @platoscave,
Please share the site url, so we can have close look at the issue.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Enlighten] Footer widget not comingHello @domainindustries,
We have checked the site, we can see the footer widget in footer. For better understanding please refer the screenshot-
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Neve] scroll to topHello @devaris,
You can install scroll to top with the help of 3rd party plugin. Please refer the below url-
https://ww.wp.xz.cn/plugins/wpfront-scroll-top/
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Futurio] Shrinking LogoHello @daverudge,
We can fix the logo shrink with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-
.shrink .site-branding-logo img { max-height: 135px !important; margin-top: 82px !important; }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Pure & Simple] Green colour under page titleHello @florizelmedia,
We can change green line color with the help of custom css. You need to apply below given css under Appearance -> Customize -> Additional Css-
.type-page .entry-title::after { background-color: red !important; }You can replace red color with your choice of color.
Kind regards,
Manoj
Hello @huntman,
Which search box width you want to change simple search or search for products.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Primer] How to create a child themeHello @platoscave,
To create child theme , please follow the below listed article-
https://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [ferry] Error trying to change font colorHello @roundint,
Please consult with your hosting provider and ensure all wordpress files have sufficient permission. It seems file permission issue.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Minamaze] Submenu disappears on hoverHello @fornarina,
We can fix the submenu with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-
div#header { height: auto !important; }I hope the above was helpful.
Kind regards,
Manoj
Hello @huntman,
Please apply the below given css under Appearance -> Customize -> Additional Css-
.header-search-title.col-sm-2.col-xs-3 { display: none; } select.col-sm-3.col-xs-3 { display: none; } .header-search-form button { right:0px !important; }Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Too much space above Logo on MobileHello @abeato,
Please apply the below given css under Appearance -> Customize -> Additional Css-
@media (max-width: 767px) { .site-branding { padding: 5px !important; } }Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Alante] Accidentally reset theme settingHello @sudiksha,
The free version of the theme comes with limited features. However in pro version of the theme you can import theme setting, so if the theme is reset or any thing wrong happen with the site.
You can restore the theme setting. For better understanding please refer the screenshot-
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Too much space above Logo on MobileHello @abeato,
We can remove the space above logo with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-
.site-branding { padding: 5px !important; }I hope the above was helpful.
Kind regards,
Manoj
Forum: Themes and Templates
In reply to: [Smartline Lite] Center the LogoHello @stockman1963,
We can center the logo with the help of custom css. Please apply the below given css under Appearance -> Customize -> Additional Css-
div#logo { text-align: center !important; float: none !important; }I hope the above was helpful.
Kind regards,
Manoj