-
AuthorSearch Results
-
December 4, 2015 at 1:14 pm #15912
In reply to: Home page responsive display
We have an arrow in SKT White Pro already. Yes of course it can be added. You can add it in header.php under the slider image or above it with z-index and negative margin via CSS.
In case you want us to do it then it will be chargeable (very nominal). Send us email then: [email protected]
Regards,
ShriDecember 2, 2015 at 4:34 pm #15767In reply to: Sticky Header
Just add this to the function.php of your child theme
December 1, 2015 at 5:46 am #15639In reply to: Thumbnails
Hi,
Yes we will have to remove the code from single.php
Are you comfortable with doing it yourself if we send instructions or else you can email us: [email protected]
your WordPress admin details and URL of the siteRegards,
ShriDecember 1, 2015 at 5:33 am #15638In reply to: Thumbnails
Hi I need some assistance as well.
I want to remove featured images from appearing inside posts. I am using your skt girlie pro, version.
I have searched for this line of code under the theme editor < ?php if (has_post_thumbnail() ) the_post_thumbnail(); ?>
and cannot find it.
Kindly assist.
November 30, 2015 at 11:41 am #15569In reply to: Slider to slide
Hi,
It will be custom work within header.php to remove the nivo slider script and then we have to replace it with cyclone slider 2.
Will try to add it like a functionality.
Give me 3 days.
Regards,
ShriNovember 28, 2015 at 7:14 pm #15478In reply to: Sticky Header
Here is how I dealt with it :
I’m using a child theme. In the child theme function.php I added the following :
function dcs_media_css_hook(){ ?> <script> jQuery(window).bind('scroll', function() { <?php if ( is_home() || is_front_page() ) {?> var navHeight = jQuery( window ).height() - 0; <?php } else { ?> var navHeight = 90; <?php } ?> <?php if( of_get_option('headstick',true) != true) { ?> if (jQuery(window).scrollTop() > navHeight) { jQuery('body.home .header').addClass('fixed'); jQuery('body.page .header').addClass('fixed'); jQuery('body.single .header').addClass('fixed'); jQuery('body.archive .header').addClass('fixed'); jQuery('body.category .header').addClass('fixed'); }else { jQuery('body.home .header').removeClass('fixed'); jQuery('body.page .header').removeClass('fixed'); jQuery('body.single .header').removeClass('fixed'); jQuery('body.archive .header').removeClass('fixed'); jQuery('body.category .header').removeClass('fixed'); } <?php } ?> }); jQuery.noConflict(); jQuery(window).load(function() { jQuery('#slider').nivoSlider({ effect:'<?php echo of_get_option('slideefect','fade'); ?>', //sliceDown, sliceDownLeft, sliceUp, sliceUpLeft, sliceUpDown, sliceUpDownLeft, fold, fade, random, slideInRight, slideInLeft, boxRandom, boxRain, boxRainReverse, boxRainGrow, boxRainGrowReverse animSpeed: <?php echo of_get_option('slideanim',500); ?>, pauseTime: <?php echo of_get_option('slidepause',3000); ?>, directionNav: <?php echo of_get_option('slidenav','true'); ?>, controlNav: <?php echo of_get_option('slidepage','true'); ?>, pauseOnHover: <?php echo of_get_option('slidepausehover','false'); ?>, }); }); </script> <?php } function remove_sticky_parent_actions() { remove_action('wp_head','media_css_hook'); } add_action ('init','remove_sticky_parent_actions'); add_action('wp_head','dcs_media_css_hook');
November 27, 2015 at 1:28 pm #15418In reply to: Image on in one column
Right sidebar is widgetized so you can add an image widget.
Under submenu etc would be like going inside header.php and tweaking codes.
Regards,
ShriNovember 25, 2015 at 8:44 am #15255In reply to: Slider & Sticky menu
Hi Shri,
I assume that if I could give you access to the code, you (or your coders) would go through some modifications of the existing php files… Just let me know what to change, I’ll code it. I don’t need nivo slider, I’ just don’t want the 75% of default image that shows up on inner pages 🙂 and sticky menu on all pages…
Thanks in advance for your support
November 19, 2015 at 10:59 am #14758In reply to: HOME SLIDE
Hi,
For 3 section to change to 2 we will have to change code in index.php and slider query couldn’t understand.
Regards,
ShriNovember 18, 2015 at 11:08 am #14669In reply to: Opening Hours in Sidebar SKT Restaurant Theme
Try this one: https://wordpress.org/plugins/php-text-widget/
Regards,
ShriNovember 18, 2015 at 10:59 am #14668In reply to: Opening Hours in Sidebar SKT Restaurant Theme
Can you give me an alternative plugin? this is an very old Plugin and has security Problems.
https://wordpress.org/support/view/plugin-reviews/linkable-title-html-and-php-widget?filter=1
November 18, 2015 at 10:37 am #14665In reply to: Opening Hours in Sidebar SKT Restaurant Theme
Hi,
Use Linkable HTML PHP Widget plugin via Plugins>Add New
And then once you do in Widget Area you get that widget.
Add it instead of text widget and use this code:
Regards,
ShriNovember 17, 2015 at 3:28 pm #14605Topic: Featured Boxes – Read More, Changing Icons
in forum IT Consultant SupportHello,
i have to change the featured boxes. The problem is, that the icons are dissapearing if i change the text “Lorem ipsum…”. In older contributions theme-users telling that too. But what you told does not work.
So i can make other Texts than “Lorem ipsum…” in the sites, but the icons are dissapearing always.
The next problem is, that is not possible to change the Text “Read More”. In germany i have to change it into german language. I tryed to change it in the index-default.php. But after i changed it, the frontpage looked as always.
So here the summery:
1. How can i change the icons?
2. How can i change the text “Lorem ipsum…” and “Read More”. Normally it hase to change when i change the index-default.php, where it is included. But that dont works.Please help me! I have to change this project!
Thank you…
November 17, 2015 at 8:35 am #14554In reply to: Reloading text "Go to…" on website
Hi Jean,
You will fine the Go to within header.php so kindly go to Appearance>Editor>header.php
Search Go to and change it.
We can’t say how you can change it to a picture. If you are good with coding you can figure it our (i think you want a background pic for menu).
It would be difficult though.
Regards,
ShriNovember 12, 2015 at 2:42 am #14225Topic: SKT Bizness Pro – Error
in forum SKT Biz/Corp Theme SupportI just finished making some updates to my website and went to check the site and this error comes up:
Parse error: syntax error, unexpected end of file in /home/petealthed101/public_html/wp-content/themes/corporate_theme_01/header.php on line 130
Help!
-
AuthorSearch Results
Search Results for 'php'
-
Search Results
-
Topic: SKT Bizness Pro – Error
I just finished making some updates to my website and went to check the site and this error comes up:
Parse error: syntax error, unexpected end of file in /home/petealthed101/public_html/wp-content/themes/corporate_theme_01/header.php on line 130
Help!