-
AuthorSearch Results
-
August 26, 2014 at 5:39 am #1598
In 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 25, 2014 at 9:37 am #1585In reply to: Thumbnails
Hi,
First of all apologize for the delay in response. I had to be out of town this weekend.
Here is what you need to do. Kindly visit Appearance>Theme Options
Basic Settings there is a line which says Do not use featured images as background.
When you do that the featured images won’t show up as background images.
Only the single image you set up as background under Appearance>Background will show up.
Also to remove featured image from within posts you have to remove the following code from content-single.php
Remove the above code and it won’t show up the image.
Regards,
ShriAugust 21, 2014 at 1:24 pm #1559In reply to: Footer Menu
ok, I found it, it was in the page-full-width.php file, thanks.
August 21, 2014 at 1:09 pm #1557In reply to: Footer Menu
Go to page.php and see the code: Remove this entire code or apply php comment to remove footer from inner pages completely.
August 13, 2014 at 7:13 am #1507In reply to: Edit Home Page Boxes
Hi Colin,
If you want to add the same but just change the links kindly visit theme options under Appearance in WordPress admin panel to change the links.
In case you want to remove the whole 4 boxes and add something else kindly visit footer.php within theme folder.
In case it is still difficult for you let us know and we will help you.
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 4, 2014 at 10:20 am #1455Topic: Colour of widget-title
in forum SKT Full Width ForumThank you for this nice Thema. I used it on http://www.renard.photo. – I would like to change the color of the first letter in the widget-titles of the sidebar. I tried to add “.sidebar h1.widget-title:first-letter,” to the functions.php but that seems not to be right. What is the right addition?
And: I would like to complement the comment feature in the sidebar. Is that possible? Using a Text / HTML widget?
July 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,
ShriJuly 17, 2014 at 12:01 pm #1333In reply to: Main menu Get in touch contact info
Hi,
Alright kindly visit footer.php with theme folder and you should get those 3 words.
Search those words and just change the letters. Don’t change any code.
You should be fine.
Regards,
ShriJuly 4, 2014 at 10:12 am #1229In reply to: Adjust Blogpost Layout
Hi,
Basically what i gave is for blog page where you can set a page as blog by selecting that template and apply it to a page.
Now if you need single i.e. the inner blog post also without sidebar then replace single.php within theme folder with this file: https://www.dropbox.com/s/klj4mi4egj8d64e/single.php
In case all of this is difficult just send us wordpress admin details via [email protected] and we will take care to remove sidebar for blog and inner blog post.
July 3, 2014 at 6:47 am #1170In reply to: Adjust Blogpost Layout
Hi,
Add this page template within theme folder. We are adding this in latest version of PRO so that others who might want to have this feature can have it.
Here is the link to the template: https://www.dropbox.com/s/cd3u675hpbuplv3/blog-nosidebar.php
June 26, 2014 at 6:23 am #1127Hi Tony,
Sorry for the delay in reply. The color is present in a lot of places within main.css and functions.php
Would you like to send us the ftp details of your wordpress folder and we can take care to change this to white for you?
Or if you are a developer yourself then we can let you know which string to find using dreamweaver and change/replace it.
Let us know.
Regards,
Shri -
AuthorSearch Results
Search Results for 'php'
-
Search Results
-
Topic: Colour of widget-title
Thank you for this nice Thema. I used it on http://www.renard.photo. – I would like to change the color of the first letter in the widget-titles of the sidebar. I tried to add “.sidebar h1.widget-title:first-letter,” to the functions.php but that seems not to be right. What is the right addition?
And: I would like to complement the comment feature in the sidebar. Is that possible? Using a Text / HTML widget?