-
AuthorSearch Results
-
September 11, 2014 at 10:27 am #1723
In reply to: Jetpack Sharing boxes not showing up
Kindly send us WordPress admin details and ftp details via email.
Our email: [email protected]
Will check and let you know whats the problem and solve it if possible.
Regards,
ShriSeptember 9, 2014 at 4:56 am #1701In reply to: Installation failed
Hi,
Okay let us know for any help other than that.
We have free installation service so if anything is not appearing on your website as per demo let us know.
We will take care of it.
Send us email with your credentials for such help at: [email protected]
Don’t post credentials on forum.
September 8, 2014 at 2:11 pm #1693In reply to: SKT Full Width PRO Them
For each license we support only 1 website. However you can use the theme on as many websites you want.
September 6, 2014 at 11:41 am #1680Topic: SKT Full Width PRO Them
in forum Photodock theme support“SKT Full Width PRO” How many websites can install?
Unlimited?
September 1, 2014 at 5:38 am #1639In reply to: Edit Home Page Boxes
Hi Colin,
Send us what you want these buttons to be changed to and send us your WordPress admin details and ftp and we will take care to change them for the first time and send you instructions.
Please send the details etc on email: [email protected]
Regards,
ShriAugust 26, 2014 at 5:39 am #1598In reply to: Homepage slider – more images
Hi,
Yes you can do it by checking here: wp-content/themes/skt-full-width-pro/functions.php
In functions.php find this line on line number 263: if( is_front_page() || is_home() ){
Under that you will see another code: for ($i=1;$i<16;$i++)
Change the 16 above to any number you like and save the file.
Regards,
ShriAugust 21, 2014 at 2:15 pm #1561In reply to: Uppercase on menu and page titles
PRO version has ability to change the font size and font style of the page titles.
As for first letter to change color. Kindly visit main.css: wp-content/themes/skt-full-width/css/main.css
There you can change the color. Planning to have first color manageable in next PRO version.
August 20, 2014 at 8:58 am #1539In reply to: Uppercase on menu and page titles
Hi Dimitris,
Within theme folder i.e. wp-content/themes/skt-full-width-pro/css/main.css
Write this : #site-nav {text-transform: capitalize;} /* this is for main menu */
And for inner titles search: h2#page-title, .archive h1.page-title, .page h1.entry-title
And within it text-transform: uppercase is written change uppercase to Capitalize.
If this is difficult for you to do send us ftp details via email at [email protected]
We will take care to do it for you.
Regards,
ShriAugust 6, 2014 at 8:19 pm #1477Topic: Page editing
in forum SKT Full Width ForumHi, i am trying to find a easier way to edit and create pages. Can you recommend any page builder plugins to make page creation easier and that are compatible with the SKT Full Width?
August 4, 2014 at 2:24 pm #1460In reply to: Colour of widget-title
Hi Jens,
It won’t appear in editor. You might have to check it using ftp.
Sorry if this is trouble for you send us ftp details via [email protected] email and tell us the color you want to have for that widget.
In sidebar you can only have the recent comments posted on the website not the comment form that isn’t possible in WordPress.
Recent Comments Widget is available in widgets section.
Regards,
ShriAugust 4, 2014 at 11:01 am #1457In reply to: Colour of widget-title
Hi,
All you need to do is go to css folder within theme folder: skt_full_width_pro and click on main.css
Kindly visit line number 178 or h3.company-title:first-letter
Change: color: #7bb303; with your own color like: color: #fff !important;
Don’t forget the !important i have added above.
Regards,
ShriAugust 4, 2014 at 10:38 am #1456In reply to: Start drop down menu collapsed
Hi,
Here is the answer: Kindly check custom-functions.php within inc folder of theme: skt_full_width_pro
Check the line: add_action(‘wp_head’,’hook_custom_javascript’);
Under function hook_custom_javascript(){?>
<script>
jQuery(document).ready(function() {
Add this line: jQuery( “.show_hide_header” ).hide();
And save the file
So the final lines with look like this:
add_action(‘wp_head’,’hook_custom_javascript’);
function hook_custom_javascript(){?>
<script>
jQuery(document).ready(function() {
jQuery( “.show_hide_header” ).hide();
That’s it.
It will remain closed and will only open on click.
Regards,
Shri
August 1, 2014 at 5:28 am #1430In reply to: clicking sub-menus on tablet/phone
Hi Oliver,
We see your site just fine.
So let us know if this issue is resolved.
If not send us wordpress admin details at [email protected]
Regards,
ShriJuly 31, 2014 at 1:58 pm #1424In reply to: clicking sub-menus on tablet/phone
Hello Shri!
Thanks for your reply. I removed the comments from
<?php <meta name=”viewport” content=”width=device-width, initial-scale=1″> ?>
I guess that’s what you meant. But after that the site doesn’t load at all, I only get a blank screen, desktop and mobile. FYI: I disabled the cache plugin and flushed the browser caches.
Kind regards, Oliver
July 31, 2014 at 10:43 am #1423In reply to: clicking sub-menus on tablet/phone
Hi Oliver,
Kindly go to header.php within wp-content/themes/skt_full_width_pro
And remove comments /* and */ from
If this is difficult for you just send me the wordpress admin details at [email protected] and will do this for you.
Regards,
Shri -
AuthorSearch Results
Search Results for 'skt'
-
Search Results
-
Topic: SKT Full Width PRO Them
“SKT Full Width PRO” How many websites can install?
Unlimited?
Topic: Page editing
Hi, i am trying to find a easier way to edit and create pages. Can you recommend any page builder plugins to make page creation easier and that are compatible with the SKT Full Width?