Gunjan Rai kanungo
Forum Replies Created
-
Hi,
Thanks for loving the theme!!!
I’d recommend to add these links in the footer It will be more easy for youWrite the following HTML in Footer using theme option “Footer Section” ( replace # with your social profile link )
<div> <a href="#" class="social-link"><i class="fa fa-facebook"></i></a> <a href="#" class="social-link"><i class="fa fa-google-plus"></i></a> <a href="#" class="social-link"><i class="fa fa-twitter"></i></a> </div> <div>Copyright Text</div>
And write the following CSS using any custom CSS plugin or using Child Theme
.social-link{ display: inline-block; font-size: 22px; padding: 4px; text-align: center; width: 30px; margin-bottom: 10px; } .social-link:hover{ background-color: #464646; color: #313131; }
Forum: Themes and Templates
In reply to: [Invert Lite] How to Change Featured Box IconsHi,
You can upload desired image from Theme Options “Appearance >>Invert Lite Options >>Home Featured Box” and if you want to use icons than use child theme to customize front-mid-box.phpForum: Themes and Templates
In reply to: [Foodeez Lite] Remove Site Title AreaHi,
You can write following css by using any custom-css plugin
.header-topbar { display: none; }
and if you are not willing to use any plugin then using a child theme will be a great option
refer Child_ThemesForum: Themes and Templates
In reply to: [Incart Lite] Homepage LogoHi,
Warm Greetings!!You need to make your logo image height to 62px and write following css by using any custom-css plugin
.skehead-headernav .logo { height: auto; }
and if you are not willing to use any plugin then using a child theme will be a great option refer Child_Themes
Forum: Themes and Templates
In reply to: [Convac Lite] Blog post icons/imagesThanks a lot and i will take care of your precious words…
@jan DembowskiForum: Themes and Templates
In reply to: [Advertica Lite] Sub Menu Options on Responsive MenuHi,
The mobile menu is not a different menu than desktop menu.
So, according to ypur need just hide that by writing following css in style.css and use any mobile menu plugin for responsive menu.#responsive-nav-button{display:none}
Forum: Themes and Templates
In reply to: [Advertica Lite] Slider align to the leftHi,
When you upload the image then at that time please pay attention on Size attribute and don’t forget to select Full Size (1600 × 450) option before clicking on “Use This Image” button
Best,
GunjanForum: Themes and Templates
In reply to: [Convac Lite] Blog post icons/imagesHi,
For The four icons and “Read More” Text
comment the code in content.php Line:24 to 37 for the four icons and Line:46 for the “Read More” Text.And
For “Blog” goto “Appearance >> Convac Options >> Blog Settings” and Enter Blog Page Title of your choice or leave that blank if you want nothing.
Forum: Themes and Templates
In reply to: [Convac Lite] How to individualize posts?Hello,
You Can edit these from content.php in your theme file
Forum: Themes and Templates
In reply to: [Foodeez Lite] Remove FaviconHi,
I have checked this thing and there is no such problem with the theme.
Please check if you have made any customization or simply update/re-upload the theme.Best,
Gunjan KanungoForum: Themes and Templates
In reply to: [Foodeez Lite] Text Popup… on clicking a text areaor you can use the following js by customizing as per your need
jQuery( "h1:contains('Page Heading')" ).hover( function() { jQuery(this).append("<span id='headingmsg' style='position:absolute; top:0; right:0; left:0; padding:15px; max-width:200px; max-height:100px; background:rgba(0,0,0,0.5); color:#fff; text-align:center;'>Type You Description Here<span>"); }, function(){ jQuery("#headingmsg").remove(); } );
Forum: Themes and Templates
In reply to: [Foodeez Lite] Text Popup… on clicking a text areaHello,
May be you are looking for this plugin
Simple TooltipsForum: Themes and Templates
In reply to: [Incart Lite] Homepage LogoHi,
You can use Logo image with max-width: 370px and max-height: 70pxBest,
Gunjan KanungoForum: Themes and Templates
In reply to: [Analytical Lite] Background imagesHi,
You can change The images from “Appearance >> Analytical lite Gallery >> BACKGROUNDS SETTINGS”
Best,
Gunjan Rai KanungoForum: Themes and Templates
In reply to: [Foodeez Lite] Thumbnails on the blog pageHi,
When you add Posts, upload image from the “Set featured image” option.
Best
Gunjan Rai