Forum Replies Created
-
AuthorPosts
-
Hi David,
This is not a problem. Actually you are loading Static Page on homepage instead of default slider and that’s why it is happening. Inner pages load up fine.
To solve this problem.
Kindly do this. Check main.css line number 280
#wrapper {
width: 1024px; (change from 964px to 1024px)
}And that should do it.
Regards,
ShriHi,
Sorry for this. My email id is [email protected]
Our email is working absolutely fine so i am sure it might be a wrong email address you typed in.
We can help you set up your slider.
Regards,
ShriHi,
This is not a problem. Actually you are loading Static Page on homepage instead of default slider and that’s why it is happening. Inner pages load up fine.
To solve this problem.
Kindly do this. Check main.css line number 280
#wrapper {
width: 1024px; (change from 964px to 1024px)
}And that should do it.
Regards,
ShriHi,
We don’t see the style we mentioned written by you anywhere. Besides the code: <div class=”hdr_buy_pro”><a href=”https://www.sktthemes.org/themes/iamone-pro; rel=”nofollow”>Buy This Theme</a></div>
where its written hdr_buy_pro” write: style=”float:right;background-color:#99000″
Change color to your liking.
Regards,
ShriHi,
For footer here is the code as given in documentation:
Site Footer Code
#colophon {
background: none repeat scroll 0 0 #000;
opacity: 0.9;
}The page title color is managed from color of the font of the body and the whole site.
Only the first letter color is different which is given in documentation on how to change it.
Regards,
ShriHi Joanna,
Okay strange that you need it.
In header.php after this code:
<div class=”logo”><a href=”some code” rel=”nofollow”>
<img alt=”” src=”some code” />
</a></div>
Place this html there:
<div class=”hdr_buy_pro”><a href=”https://www.sktthemes.org/themes/iamone-pro/” rel=”nofollow”>Buy This Theme</a></div>
And in Appearance>Theme Options>Custom CSS add this:
.hdr_buy_pro {
position: absolute;
right: 0;
top: 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}Regards,
ShriHi,
Here it is:
.category h1.entry-title {
line-height: 16px;
padding: 0;
}Regards,
ShriGreat.
It will take us time like by 15th Feb expect us to complete version 2.0 of SKT Full Width.
Regards,
ShriHi,
This was done.
You either had some extra css applied (not with theme) or via some plugin.
Regards,
ShriSend us WP Admin and ftp details if possible via email: [email protected]
Regards,
ShriHi,
The part which you want or have marked is an image unfortunately because CSS can’t have those shapes.
Here is the path of the image: wp-content/themes/skt_full_width/images/header-bottom-shape.png
Full Page color i guess we have given font and color management in theme options. Not sure what else is needed.
Regards,
ShriHi,
Unfortunately that’s not the right way to do it. You have page template named Blog or Blog with right sidebar or left sidebar.
use them to set up Blog on any particular page and not using Readings.
Regards,
ShriHi,
Photo World Slider images :
Open option.php file from your theme directory eg: …/wp-content/theme/skt-photo-world/option.php
and go to line no: 1404
and pase this code after line no: 1404
======================$options[] = array(
‘name’ => __(‘Slider Image 15’, ‘skt-photo-world’),
‘desc’ => __(‘Fifteenth Slide’, ‘skt-photo-world’),
‘id’ => ‘slide15’,
‘class’ => ”,
‘std’ => ”,
‘type’ => ‘upload’);$options[] = array(
‘desc’ => __(‘Title’, ‘skt-photo-world’),
‘id’ => ‘slidetitle15’,
‘std’ => ”,
‘type’ => ‘text’);$options[] = array(
‘desc’ => __(‘Description or Tagline’, ‘skt-photo-world’),
‘id’ => ‘slidedesc15’,
‘std’ => ”,
‘type’ => ‘textarea’);$options[] = array(
‘desc’ => __(‘Url’, ‘skt-photo-world’),
‘id’ => ‘slideurl15’,
‘std’ => ”,
‘type’ => ‘text’,
‘subtype’ => ‘url’);======================
each and every time you want to extend slider image you have to repeat this code but to make sure to change the number of this code for eg: in our theme there has 15 slider images by default and if you want to add more than 15 then paste this code below the fifteenth image code and extend the number as well.Regards,
ShriHi,
All color change details are given here: http://sktthemesdemo.net/documentation/full-width-documentation/#colors
Follow the instructions and you would be able to change all the colors.
Scroll down in the very end First letter color is also given.
Regards,
ShriHi,
We can reduce the space but then the hover effect shows hidden text do you want the hover effect also to be removed.
Regards,
Shri -
AuthorPosts