tikendramaitry
Forum Replies Created
-
Hi Haseeb,
This one is also fixed in upcoming theme update which is still under WPORG theme review process.
Best,
TikendraForum: Themes and Templates
In reply to: [Analytical Lite] How to keep the size of the logoHi Max,
If you want to use small image for logo, please add this CSS in style.css file at the very bottom.
#logo img{ width: 100px; height: 120px; }
And change the width and height parameters value according to your need.
Hope it would be helpful to you.
Best,
TikendraForum: Themes and Templates
In reply to: [Biznez Lite] Need to disable front page features.Hi Haseeb,
Option to disable frontpage features and display simple static page as homepage feature is actually done in the next release of BizNez Lite but it is still waiting for approval.
And currently BizNez Lite theme doesn’t have any shortcode to show full width slider on any other page. But you can the slider in your page template using the below code:
<!-- #Slider --> <div id="slider"> <div id="featuredfullslider"> <img src="<?php if(sketch_get_option($shortname.'_slider_img1')) { echo sketch_get_option($shortname.'_slider_img1'); } ?>" alt="Skt-slide1" data-caption="#slide-content-1" /> <img src="<?php if(sketch_get_option($shortname.'_slider_img2')) { echo sketch_get_option($shortname.'_slider_img2'); } ?>" alt="Skt-slide2" data-caption="#slide-content-2" /> <img src="<?php if(sketch_get_option($shortname.'_slider_img3')) { echo sketch_get_option($shortname.'_slider_img3'); } ?>" alt="Skt-slide3" data-caption="#slide-content-3" /> </div> <!-- Captions for Orbit --> <div class="orbit-caption" id="slide-content-1"> <div class="content"> <?php if(sketch_get_option($shortname.'_slider_title1')) { $title1 = sketch_get_option($shortname.'_slider_title1'); } ?> <?php if(sketch_get_option($shortname.'_content_slider1')) { $excerpt1 = sketch_get_option($shortname.'_content_slider1'); } ?> <?php if(sketch_get_option($shortname.'_slider_link1')) { $link1 = sketch_get_option($shortname.'_slider_link1'); } ?> <div class="title"><a href="<?php echo $link1; ?>"><?php if (strlen($title1) > 20) { $title1 = substr( $title1, 0 , 20 ) . ".."; echo $title1; } else { echo $title1;} ?></a></div> <div class="entry"><?php echo skt_slider_limit_words($excerpt1, '40'); ?></div> </div> </div> <div class="orbit-caption" id="slide-content-2"> <div class="content"> <?php if(sketch_get_option($shortname.'_slider_title2')) { $title2 = sketch_get_option($shortname.'_slider_title2'); } ?> <?php if(sketch_get_option($shortname.'_content_slider2')) { $excerpt2 = sketch_get_option($shortname.'_content_slider2'); } ?> <?php if(sketch_get_option($shortname.'_slider_link2')) { $link2 = sketch_get_option($shortname.'_slider_link2'); } ?> <div class="title"><a href="<?php echo $link2; ?>"><?php if (strlen($title2) > 20) { $title2 = substr( $title2, 0 , 20 ) . ".."; echo $title2; } else { echo $title2;} ?></a></div> <div class="entry"><?php echo skt_slider_limit_words($excerpt2, '40'); ?></div> </div> </div> <div class="orbit-caption" id="slide-content-3"> <div class="content"> <?php if(sketch_get_option($shortname.'_slider_title3')) { $title3 = sketch_get_option($shortname.'_slider_title3'); } ?> <?php if(sketch_get_option($shortname.'_content_slider3')) { $excerpt3 = sketch_get_option($shortname.'_content_slider3'); } ?> <?php if(sketch_get_option($shortname.'_slider_link3')) { $link3 = sketch_get_option($shortname.'_slider_link3'); } ?> <div class="title"><a href="<?php echo $link3; ?>"><?php if (strlen($title3) > 20) { $title3 = substr( $title3, 0 , 20 ) . ".."; echo $title3; } else { echo $title3;} ?></a></div> <div class="entry"><?php echo skt_slider_limit_words($excerpt3, '40'); ?></div> </div> </div> </div> <!--slider -->
Best,
TikendraForum: Plugins
In reply to: [Like Dislike Counter] Show only likesHi Donmcleman,
Yes it is possible to separately enable disable like/dislike button for bolg/page/single/comments.
You can refer Like Dislike Configuration Options for more details.Best,
TikendraForum: Plugins
In reply to: [Responsive Social Sidebar Share] not workingHi,
Thanks Nishant for resolving the issue.
Best,
TikendraForum: Plugins
In reply to: [compare Bar/ Before - After Wordpress Plugin] Images are failing to line upHi,
Thanks Nishant for resolving the issue.
Best,
TikendraForum: Plugins
In reply to: [Like Dislike Counter] Rich Snippet supportHi AzzX,
Thanks for for showing your interest in Like Dislike Counter.
Yes we do have plan on adding this feature in the future updates for this plugin.[Signature removed by moderator per forum rules.]
Forum: Plugins
In reply to: [Notification Bar] NofollowHi,
Thanks Nishant for resolving the issue.
Best,
TikendraForum: Plugins
In reply to: [compare Bar/ Before - After Wordpress Plugin] Plugin is not responsiveHi,
Thanks Nishant for resolving the issue.
Best,
TikendraForum: Plugins
In reply to: [Full width Background Gallery] The plugin doesn't workHi,
Thanks Nishant for resolving the issue.
Best,
TikendraHi,
Thanks Nishant for resolving the issue.
Best,
TikendraForum: Plugins
In reply to: [Google Map Lightbox Popup] Hyperlink to show lightboxHi,
Thanks Megha for resolving the issue.
Best,
TikendraForum: Plugins
In reply to: [Google Map Lightbox Popup] Embed Map in LightboxHi,
Thanks Megha for resolving the issue.
Best,
TikendraForum: Plugins
In reply to: [Google Map Lightbox Popup] the html useHi,
Thanks Megha for resolving the issue.
Best,
TikendraForum: Plugins
In reply to: [Google Map Lightbox Popup] Parse errorHi,
Thanks Megha for resolving the issue.
Best,
Tikendra