Gunjan Rai kanungo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Advertica Lite] Table borderHello alienick,
1. In HTML you can directly use the font class and it’ll work.
2. In CSS you need to indicate the font-family, something like this.selector:before { font-family: 'FontAwesome'; content:"\f09a"; }
Forum: Plugins
In reply to: [Like Dislike Counter] How to disable plugin from pages?Hello ms,
Hope you’r well:)Go to Like Dislike Lite Settings and enable the check-box showing
Check it, if you want to use template code instead of Auto add functionality.
copy paste the provided code in single.php of your theme.
Best,
Gunjan Rai KanungoForum: Themes and Templates
In reply to: [Analytical Lite] Hide left menu on main pageHello mcortelazzo,
First, there is not any different code of sidebar for pages. Therefore it will work same on every page.
Second, to do mentioned above thing, you need to customize the function written in file analytical-lite/js/custom.js between lines: 127 to 185.Forum: Plugins
In reply to: [Notification Bar] Bar does not show upHello Webmaster95,
I have checked the plugin with Frountier template, but unable generate any error. The theme and plugin both are working fine, I think you should re install and check if it works.
And if still it doesn’t work plus you didn’t customized too many things in theme then re install theme because it is working fine here.Please take care of all the customization and theme settings before doing so.
Forum: Themes and Templates
In reply to: [Advertica Lite] Changing IconsHello there,
Hope you’r well:)In Advertica Lite you can upload image in-place of icons from “Appearance -> Advertica Lite Options -> Home Featured Section” and if you only want to use icons then, unfortunately in Advertica Lite they are hard coded and you need to change them manually in file “advertica-lite/includes/front-featured-boxes-section.php” Line : 16, 38 and 60.
- Note : It is recommended to use Child_Theme for any customization.
Have a nice day!!!
Gunjan Rai KanungoForum: Themes and Templates
In reply to: [Invert Lite] icons display incorrectly in mobile device?Hi,
It’s actually the theme design you can also check the Demo Page. Anyway, if you want them aligned horizontally use following CSS through custom CSS plugin or Child Theme@media only screen and (max-width: 1024px) and (min-width: 768px){ .row-fluid .mid-box.span4{ width: 31.491712707182323%; } }
Forum: Themes and Templates
In reply to: [Invert Lite] Home Fetured Image and Featured Image IssuesHello bgrill881,
There isn’t any such issues with the theme. I think, at the time of upload the radio button is not set to “Size -> Full Size”.Forum: Themes and Templates
In reply to: [Invert Lite] Sticky footer (for pages with little content)Hello piotyras,
I just got a look on this, good to see you find it yourself. I just wanted to suggest that “don’t customize directly in the theme files” and recommend you to use any custom CSS plugin or most preferably Child_Themes. So that your modifications would remain safe on any future Theme update as well.
Forum: Themes and Templates
In reply to: [Invert Lite] Featured Home ImageHello aleary,
Hope you’r well ??Jeepers! you misunderstood that. It’s only a recommended size. Please go on and click the upload button and there you can upload any image of desired size.
Forum: Themes and Templates
In reply to: [Invert Lite] Security problemHello madvic,
Hope you’r well ??1. Critical Alerts
In technical world, Iframes are considered as malicious because it invites third party content, which may load unwanted & horrific content on your site but not always. We have used iframe to include facebook like button that too only in backend and for your information facebook is a trusted and verified source widely. Therefore, you don’t need to bother about this and if you loved using Invert Lite then please like our facebook page from backend.2. Alerts
Actually we don’t need this reference because the theme has already provided with delectable and indispensable option to play around the header and background.3. Info
It’s not mandatory to include these file, it depends on the theme design, features and requirements. It’s just a kind of auxiliary information.If you have further queries then don’t hesitate to ask, WordPress support forum is always there for you.
Best,
Gunjan Rai KanungoForum: Themes and Templates
In reply to: [Invert Lite] ChangelogThe changelog is written in readme.txt, here it is what it shows
= 1.0.7 = * Fixed Theme Check issue(register_post_type and screen_icon). * Added url escaping. * Fixed load unnessary scripts on other admin pages.
and you can have a look at all the changes from previous version here
Forum: Themes and Templates
In reply to: [Convac Lite] Posty typeHello larys,
for this thing1. Create a child theme the steps you can find in here Child_Theme
2. Then, In child themes functions.php use the following function to support desired post types add_theme_support
You can directly add add_theme_support in themes functions.php but It is recomended to use Child Theme oterwise on theme update your changes gets lost.
Have a nice day!!!
Forum: Themes and Templates
In reply to: [Foodeez Lite] Logo placement in headerHello aljahmina,
Hope you’r good:)1. To move the logo from the left side to the middle.
a. Make Foodeez Lite Child. It’s pretty simple read here Child_Themes
b. After making and activating your child theme first check it’s working fine.
c. then finally make header.php in child theme directory and copy paste the below code<?php /** * The Header for our theme. */ ?><!DOCTYPE html> <?php global $foodeez_lite_shortname, $foodeez_lite_themename; ?> <!--[if IE 7]> <html class="ie ie7" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 8]> <html class="ie ie8" <?php language_attributes(); ?>> <![endif]--> <!--[if !(IE 7) | !(IE 8) ]><!--> <html <?php language_attributes(); ?>> <!--<![endif]--> <head> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php wp_title( '|', true, 'right' ); ?></title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <!--[if IE 9]> <meta http-equiv="X-UA-Compatible" content="IE=9" /> <![endif]--> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <?php wp_head(); ?> </head> <body <?php body_class(); ?> > <div id="wrapper" class="skepage"> <div class="slider-top clearfix"> <div class="header-topbar clearfix" > <div class="container"> <?php if (is_home()) { ?> <a class="title blog-header-text"><?php _e("Enter Your Text here Enter Your Text here...",'foodeez-lite'); ?></a> <?php } ?> <div class="row-fluid"> <div class="span4"> <!-- Top Contact Info --> <div class="topbar_info"> <?php if(foodeez_lite_get_option($foodeez_lite_shortname.'_topbar_contact')){?><i class="fa fa-phone"></i><span class="head-phone-txt"><?php _e('Call Us?:','foodeez-lite'); ?></span>?<span class="head-phone"><a href="tel:<?php echo foodeez_lite_get_option($foodeez_lite_shortname.'_topbar_contact','foodeez-lite'); ?>"><?php echo foodeez_lite_get_option($foodeez_lite_shortname.'_topbar_contact','foodeez-lite'); ?></a></span><?php } ?> </div> <!-- Top Contact Info --> </div> <!-- #logo --> <div id="logo" class="span3"> <?php if(foodeez_lite_get_option($foodeez_lite_shortname."_logo_img")){ ?> <a href="<?php echo esc_url(home_url('/')); ?>" title="<?php bloginfo('name'); ?>" ><img class="logo" src="<?php echo foodeez_lite_get_option($foodeez_lite_shortname."_logo_img"); ?>" alt="<?php echo foodeez_lite_get_option($foodeez_lite_shortname."_logo_alt"); ?>" /></a> <?php } else{ ?> <!-- #description --> <div id="site-title" class="logo_desp"> <a href="<?php echo esc_url(home_url('/')); ?>" title="<?php bloginfo('name') ?>" ><?php bloginfo('name'); ?></a> <div id="site-description"><?php bloginfo( 'description' ); ?></div> </div> <!-- #description --> <?php } ?> </div> <!-- #logo --> <div class="span5"> <!-- Social Links Section --> <div class="social_icon"> <ul class="clearfix"> <?php if(foodeez_lite_get_option($foodeez_lite_shortname.'_fbook_link')){?><li class="fb-icon"><a target="_blank" href="<?php echo esc_url(foodeez_lite_get_option($foodeez_lite_shortname.'_fbook_link','timeliner')); ?>"><span class="fa fa-facebook" title="Facebook"></span></a></li><?php } ?> <?php if(foodeez_lite_get_option($foodeez_lite_shortname.'_twitter_link')){?><li class="tw-icon"><a target="_blank" href="<?php echo esc_url(foodeez_lite_get_option($foodeez_lite_shortname.'_twitter_link','timeliner')); ?>"><span class="fa fa-twitter" title="Twitter"></span></a></li><?php } ?> <?php if(foodeez_lite_get_option($foodeez_lite_shortname.'_gplus_link')){ ?><li class="gplus-icon"><a target="_blank" href="<?php echo esc_url(foodeez_lite_get_option($foodeez_lite_shortname.'_gplus_link','timeliner')); ?>"><span class="fa fa-google-plus" title="Google Plus"></span></a></li><?php } ?> <?php if(foodeez_lite_get_option($foodeez_lite_shortname.'_pinterest_link')){ ?><li class="pinterest-icon"><a target="_blank" href="<?php echo esc_url(foodeez_lite_get_option($foodeez_lite_shortname.'_pinterest_link','timeliner')); ?>"><span class="fa fa-pinterest" title="Pinterest"></span></a></li><?php } ?> <?php if(foodeez_lite_get_option($foodeez_lite_shortname.'_linkedin_link')){ ?><li class="linkedin-icon"><a target="_blank" href="<?php echo foodeez_lite_get_option($foodeez_lite_shortname.'_linkedin_link','timeliner'); ?>"><span class="fa fa-linkedin" title="Linkedin"></span></a></li><?php } ?> <?php if(foodeez_lite_get_option($foodeez_lite_shortname.'_foursquare_link')){ ?><li class="foursquare-icon"><a target="_blank" href="<?php echo esc_url(foodeez_lite_get_option($foodeez_lite_shortname.'_foursquare_link','timeliner')); ?>"><span class="fa fa-foursquare" title="Foursquare"></span></a></li><?php } ?> <?php if(foodeez_lite_get_option($foodeez_lite_shortname.'_flickr_link')){ ?><li class="flickr-icon"><a target="_blank" href="<?php echo esc_url(foodeez_lite_get_option($foodeez_lite_shortname.'_flickr_link','timeliner')); ?>"><span class="fa fa-flickr" title="Flickr"></span></a></li><?php } ?> <?php if(foodeez_lite_get_option($foodeez_lite_shortname.'_youtube_link')){ ?><li class="youtube-icon"><a target="_blank" href="<?php echo esc_url(foodeez_lite_get_option($foodeez_lite_shortname.'_youtube_link','timeliner')); ?>"><span class="fa fa-youtube-play" title="Youtube"></span></a></li><?php } ?> <li><a href="javascript:void(0);" class="strip-icon search-strip" title="search"><i class="fa fa-search"></i></a></li> </ul> </div> <!-- Social Links Section --> </div> </div> </div> </div><!-- header-topbar --> <!-- search-strip --> <div class="hsearch" > <div class="container"> <div class="row-fluid"> <div class="skt-s-form"> <form method="get" id="header-searchform" action="<?php echo esc_url(home_url('/')); ?>"> <fieldset> <input type="text" value="" placeholder="Search Here ..." id="s" name="s"> <input type="submit" value="Search" id="header-searchsubmit"> </fieldset> </form> <div class="hsearch-close"><i class="fa fa-times"></i></div> </div> </div> </div> </div> <div id="header" class="skehead-headernav clearfix"> <div id="skehead"> <div class="container"> <div class="row-fluid"> <!-- navigation--> <div class="top-nav-menu span10"> <?php if( function_exists( 'has_nav_menu' ) && has_nav_menu( 'Header' ) ) { wp_nav_menu(array( 'container_class' => 'ske-menu', 'container_id' => 'skenav', 'menu_id' => 'menu-main','menu' => 'Primary Menu','theme_location' => 'Header' )); } else { ?> <div class="ske-menu" id="skenav"> <ul id="menu-main" class="menu"> <?php wp_list_pages('title_li=&depth=0'); ?> </ul> </div> <?php } ?> </div> <!-- #navigation --> <?php if(foodeez_lite_get_option($foodeez_lite_shortname.'_rbtn_link')){ ?> <div class="span2"> <a href="<?php if(foodeez_lite_get_option($foodeez_lite_shortname.'_rbtn_link')){ echo esc_url(foodeez_lite_get_option($foodeez_lite_shortname.'_rbtn_link','foodeez-lite')); } ?>" class="res-button"><?php _e('Reserve Now','foodeez-lite'); ?></a> </div> <?php } ?> </div> </div> </div> <!-- #skehead --> </div> <!-- #header --> <div class="header-clone"></div> </div> <!-- header image section --> <?php $classes = get_body_class(); ?> <?php if(in_array('front-page',$classes)) { include("includes/front-header-image-section.php");} ?> <div id="main" class="clearfix">
d. Then add following css in child-theme style.css
#logo, topbar_info{ text-align: center; }
2. To put an image in the background of the header.
a. if adding image from url replace the url link in following code and write that code in child themes style.css.header-topbar .row-fluid{ background-image: url('https://s.w.org/style/images/wp-header-logo.png?1'); }
Otherwise, create folder images in your child theme directory and save image( suppose xyz_name.jpg ) in this folder, then add following code
.header-topbar .row-fluid{ background: #fff url('images/xyz_name.jpg'); }
for more fun refer CSS background Property
Best,
Gunjan Rai KanungoHello biggiebangle & David,
I hope, you’r enjoying with Foodeez Lite!!!
for this you can add below code in any custom CSS plugin or using Child Theme@media only screen and (min-width : 310px) and (max-width : 766px) { .front-page .slider-top{ position: initial; } #wrapper{ position:relative } .Skt-header-image{ max-width: 100%; position: absolute; top: 0; z-index: -1; } /* The below code is to adjust image height */ .ad-slider-image{ height: 280px; } }
Best,
Gunjan Rai KanungoForum: Themes and Templates
In reply to: [Advertica Lite] Paralax glitching on Android/ChromeHello SBS,
Please give your site URL so that I can check and resolve your issue.Best,
Gunjan Rai Kanungo