Gunjan Rai kanungo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Foodeez Lite] Changing size of home page imageyou can use following CSS code by using Child_Theme or any Custom CSS plugin.
.ad-slider-image{ width: 980px; height: 400px; }
Forum: Themes and Templates
In reply to: [Advertica Lite] Advertica Lite Home Clients Logo SectionHello mf,
I checked this and came to know that for this
1. you need to add option in options.php, and
2. get that option-value in front-client-logo-section.php fileForum: Themes and Templates
In reply to: [Advertica Lite] Homepage messed upHello stirlingcreative,
I just checked your site and it seems all good. If you have any other problem then explain.Forum: Themes and Templates
In reply to: [Advertica Lite] Font Awesome IconsHello rossmarc,
You don’t need to worry about this because the Font Awesome is bundled with the theme. So, if there is any update or crash your site will work as it should…Forum: Themes and Templates
In reply to: [Eptima Lite] removing social follow iconsHi mapache27,
It’s pretty simple, just enter only those links which you wants to show on the page top bar & leave other links empty.Forum: Themes and Templates
In reply to: [Foodeez Lite] How to add Content to Menu Blog PageHey there aljahmina,
Hope you’re well! ??First, you need to create a Child_Themes, then
1. Paste the following code in child themes style.css.blog-header-text { background-color: #fff; display: block; padding: 40px 20px 0; text-align: center; }
2. Copy and Paste header.php in child theme directory and in this file add following code at line:32 just after <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 } ?>
3. In child theme directory create folder includes and copy paste front-header-image-section.php in this folder from the parent directory.
Hi wiziwiz,
Hope you’re well ??This baby-faced theme is still awesome indeed!!, there is no such weird thing as you have mentioned above. For kind information this is the default content for the parallax section & you can use “Appearance >> Foodeez Options >> Home Page Parallex Section” option to write new content.
@thabto @wiziwiz if you want the default content with some changes then also the proper way to do it is, copy & paste the content from theme file in the above option and then change whatever you want to change, instead of changing in the Theme files.
Warm Regards !!!
Gunjan KanungoHi infotainerdave,
Please can you give your site URL so that I can check the problem.Forum: Themes and Templates
In reply to: [BizStudio Lite] Change category featured image sizeHi rozzroy,
Hope you’re well ??It’s gr8 to know that you are doing the things at your own. But I would recommend you to use Child_Themes for any customization, instead of doing in the theme files (if you’re doing so) because “If you modify a theme directly and it is updated, then your modifications may be lost. By using a child theme you will ensure that your modifications are preserved.”
Have a nice day,
Gunjan KanungoForum: Themes and Templates
In reply to: [BizStudio Lite] Remove some homepage featuresHi, Christine
wdtune is right Child_Themes is the best way to do any customization, another way is to use any custom CSS plugin to write the above code.Forum: Themes and Templates
In reply to: [Invert Lite] Home Featured Image SizeHi there,
Hope you all are fine!!!For this write following CSS code using any custom CSS plugin or Child_Themes
.skt-iconbox.iconbox-top .iconbox-icon img{ height: auto; max-width: 100%; position: inherit; width: auto; } .skt-iconbox.iconbox-top .iconbox-icon{ position: inherit; width: auto; } .iconbox-icon i{ margin-left: 0; }
Forum: Themes and Templates
In reply to: [Invert Lite] Disable sticky menu when scrollingHey there Piotyras,
Hope you’re well! ??
You can check style.css Line:79. Use the following code to get your problem solved.#header.skehead-headernav.skehead-headernav-shrink { position: inherit; }
It’s recommended to use any custom CSS plugin or Child_Themes for any customization. Otherwise, your changes may lost on installing any update in future.
Forum: Themes and Templates
In reply to: [Invert Lite] Adding menu itemsHey there brazzie,
Hope you’re well! ??
For this go to “Appearance >> Menus >> Links” create one link withURL – #
Link Text – YourMenuItemNameand finally click “Add to Menu” button.
Forum: Themes and Templates
In reply to: [Invert Lite] How can I add a custom Sidebar Widget?Hey there llabs,
Hope you’re well! ??It seems that you are looking for “Appearance >> Widgets >> Sidebar”.
If meant any other thing then please explain.Forum: Themes and Templates
In reply to: [Invert Lite] problem with comments sendingHi vd1216,
How you’re doing!!!
Actually it’s WordPress default functionality and nothing to do with the theme…
But you can fix this with below code using any custom JS pluginjQuery(document).ready(function($) { 'use strict'; jQuery('#commentform').submit(function(event){ if ( jQuery.trim(jQuery( "#comment" ).val()) == "" || jQuery.trim(jQuery( "#commentform input:first" ).val()) == "" ) { alert("Please fill the form ... "); event.preventDefault(); return; } }); });
Have a nice day!!!
Best,
Gunjan kanungo