FranzMember
Member since: April 1, 2016
HELLO; IN WITCH PLACE / SEKTION CAN I FIND THE SETTINGS FOR THE TWITTERLINK IN THE FOOTER ?
Please let me know or Edit in Footer PHP ?
JadeMember
Member since: March 31, 2016
When I attempt to upload the zip file into wordpress I receive the following error:
The uploaded file exceeds the upload_max_filesize directive in php.ini.
Please let me know what I should do. I even attempted to compress “SKT Build Pro” and “SKT Build Pro 2” separately and I still receive this error message.
Thank you. I currently have the limited version of this web design that is free through wordpress.
Sonal S SinhaModerator
- Topics: 0
- Replies: 31297
- Total: 31297
Member since: August 16, 2013
Hi Christian,
Kindly go to comments.php to change “one thought” and content.php to change “Read More” buttons.
Regards,
Dave
Melanie MelcherParticipant
- Topics: 6
- Replies: 13
- Total: 19
Member since: October 13, 2015
Dear Dave,
please look at http://www.melanie-melcher.de/index.php/aktuelles/
and http://www.melanie-melcher.de/index.php/2016/03/11/fotografin-im-babyeinsatz-fuer-die-feuerwehr/
Kind regards,
Christian
PatriciaMember
- Topics: 4
- Replies: 12
- Total: 16
Member since: January 11, 2016
It says:
“Volumes/Macintosh HD 2/Users/patricia/Downloads/DYCnwLwf.php.part could not be saved, because the source file could not be read.
Try again later, or contact the server administrator.”
Sonal S SinhaModerator
- Topics: 0
- Replies: 31297
- Total: 31297
Member since: August 16, 2013
Hi Victor,
Kindly go to inc/custom-functions.php to edit the text inside the inputs.
Regards,
Brad
VictorParticipant
Member since: February 1, 2016
Hi, I want to modify contactform in the home page of gravida theme.
The idea is to change the language of the default text inside the textareas and inputs.
Can you tell me wich php I nedd to modify for this?
Thanks
GianlucaMember
Member since: March 29, 2016
Hi,
I have just downloaded the pro version of SKT black and i’m following the instructions to upgrade it. so i go into the section appearence > themes > and then i cant see add new! How can i upgrade the theme then?
http://www.migliorinodesign.it/wp-admin/themes.php
SteveMember
- Topics: 0
- Replies: 2
- Total: 2
Member since: March 22, 2016
SORRY. FADING IN THE FEATURE BOXES IMMEDIATELY DID NOT WORK. – If you have a fix for this, that would be splendid.
OK, I have achieved a similar effect for the Home Page: 1) A shorter Slideshow image and 2) fading-in the feature boxes immediately.
I created two new files in the theme directory:
File: custom.css – contents below
.slider-main{ min-height:340px; background:url(images/loading.gif) no-repeat center center #ffffff;}
File custom.js – contents below
// Fade Boxes in immediately
var imagePos = jQuery(this).offset().top;
var topOfWindow = jQuery(window).scrollTop();
jQuery(this).addClass(“fadeInUp”);
I then included these as the last thing before </HEAD> in header.php as follows:
<script type=”text/javascript” src=”<?php echo get_template_directory_uri(); ?>/custom.js”></script>
<link rel=”stylesheet” href=”<?php echo get_template_directory_uri(); ?>/custom.css” type=”text/css” media=”all” />
If I ever updated the theme, these changes would need to be recreated. It would be great if the theme had a place to input custom js and css, that would not be overwritten by an update.
MP EKMember
- Topics: 40
- Replies: 149
- Total: 189
Member since: October 21, 2015
The footer is misaligned again!

These are the custom codes you/SKT gave me:
#content, .footer-bottom { width:100%;}
@media screen and (max-width:767px) {
#secondary.home_front_wrap { margin-bottom:20px;}
#primary { width:100%; margin:0;}
#content, .header { width:90%; margin:auto;}
#colophon, .footer-bottom { width:90%; margin:auto;}
.footer-bottom { width:90%;}
}
.page-template-page-full-width-php .footer-bottom{width:100% !important;}
@media screen and (max-width: 479px) {
#secondary.home_front_wrap{margin-bottom:0 !important;}
}
@media screen and (max-width:767px) {
.page-template-page-full-width-php .footer-bottom{width:90% !important;}
}
.single-post h1.entry-title{color:#dc266e !important;}
.single-post h1.entry-title{line-height:35px !important;}
.post-thumb img{border:none !important;}
.post-thumb img{border-radius:0 !important;}
.header .logo{ padding:60px 0 0 !important;}
#site-nav ul li{border-bottom:1px solid #dc266e !important; border-top:none !important;}
.postmeta{display:none;}
.homepage-article{ width:250px !important;}
.category article{ background:#FFF !important;}
.homepage-article h1.entry-title{border-top:none !important;}
.homepage-article h1.entry-title a{color:#dc266e !important;}
.homepage-article h1.entry-title a:hover, .category h1.entry-title:hover::first-letter{color:#fff !important;}
h1.entry-title{ line-height:11px !important; text-align:left !important;}
h2.widget-title{color:#dc266e !important;}
RonaldMember
- Topics: 4
- Replies: 16
- Total: 20
Member since: February 27, 2016
Hi Dave,
Thank you for the reply. I have discovered the functions.php section.
But my question remains: is there any other way I can edit the script section and implement some of them in the footer?
Regards,
Ronald
Sonal S SinhaModerator
- Topics: 0
- Replies: 31297
- Total: 31297
Member since: August 16, 2013
Hi Ronald,
All the javascripts listed on functions.php
Regards,
Dave
RonaldMember
- Topics: 4
- Replies: 16
- Total: 20
Member since: February 27, 2016
Hi Dave,
I understand that the scripts are generated within this section
<?php
wp_head();
$themename = wp_get_theme();
$themename = preg_replace(“/\W/”, “_”, strtolower($themename) );
if( !get_option( $themename ) ) {
require get_template_directory() . ‘/index-default.php’;
exit;
}
?>
Are you suggesting that I should replace the code by static? Or is there any other way I can edit the script section and implement some of them in the footer?
Regards,
Ronald
Sonal S SinhaModerator
- Topics: 0
- Replies: 31297
- Total: 31297
Member since: August 16, 2013
Hi,
You have to do that manually unfortunately via appearance>editor>header.php
Regards,
Dave