-
AuthorSearch Results
-
October 31, 2014 at 4:55 am #2327
In reply to: Help! I deleted my entire footer by accident!
Hi,
I have already send you an email with how to. Here it is again repeated:
No worries just extract the zip of SKT Full Width PRO again and replace the footer.php with the original one from the zip.In case you can’t send us the WordPress admin details and we will get it corrected.
Regards,
ShriOctober 30, 2014 at 7:40 pm #2321Topic: Help! I deleted my entire footer by accident!
in forum SKT Full Width ForumHello – I went into “editor” and deleted the entire chunk of code for the footer.php section on my SKT FULL WIDTH THEME… it is now blank and none of my social icons or my contact info is showing up down there, and also none of my slideshows are working because they obviously must rely on footer info. Can someone please provide me the code to replace all of that? Thank you!
October 29, 2014 at 4:50 am #2282In reply to: homepage slider on subpages
Hi Joe,
You have to check the code in index.php and header.php and include the script removing the background script in page.php, content-page.php, and single.php.
Regards,
ShriOctober 28, 2014 at 7:40 pm #2275Topic: Slider Timing
in forum Pathway ForumWhere do I need to look to adjust the slider timing? I tried the functions.php but there is nothing there for the slider timing.
~Ryan McMann
October 24, 2014 at 4:34 pm #2232In reply to: –> resume theme no topic, hence here
Hi,
Sorry for delay in reply because of holidays due to Diwali… We will be back in office from 28th. Send us wordpress username and password and ftp details for us to install the theme for you.
PS: if you are a developer extract the zip file, upload theme, uploads folder, plugins etc and then install the mysql in phpmyadmin. Once done change the urls in phpmyadmin sql.
All should be set up just like demo in that case.
Regards,
ShriOctober 24, 2014 at 4:34 pm #2231In reply to: –> resume theme no topic, hence here
Hi,
Sorry for delay in reply because of holidays due to Diwali… We will be back in office from 28th. Send us wordpress username and password and ftp details for us to install the theme for you.
PS: if you are a developer extract the zip file, upload theme, uploads folder, plugins etc and then install the mysql in phpmyadmin. Once done change the urls in phpmyadmin sql.
All should be set up just like demo in that case.
Regards,
ShriOctober 22, 2014 at 5:28 am #2210In reply to: Theme installation and upload problems
Hi,
Its a php.ini problem. Kindly contact host and ask them to increase your max upload filesize to above 10mb.
Regards,
ShriOctober 21, 2014 at 9:14 pm #2206In reply to: Theme installation and upload problems
When I tried to install via add theme in wp, I get “The uploaded file exceeds the upload_max_filesize directive in php.ini.”
October 20, 2014 at 5:34 am #2152In reply to: speed of homepage slider
Hi Thore,
Kindly check wp-content/themes/skt-full-width-pro/functions.php
Within this there is an area which defines slider transition, speed, etc. Let us know if you have any troubles finding it.
Sorry for the delay in reply due to weekend.
Regards,
ShriOctober 4, 2014 at 1:23 pm #1980In reply to: Adding Videos to Blog Page
Hi,
Well for that you need to edit the code a bit. The way it is coded right now is to show excerpts from the content and nothing else.
But for you, you have to change it to showing content and then manually for each post use the more tag given within WordPress editor area of a post.
Or else add a code within functions.php to grab video from content.
Or else use a plugin: https://wordpress.org/plugins/vipers-video-quicktags/
I know i am not giving one definite answer because i don’t know whether you are a developer or someone non technical.
Also in case you can send us your WordPress site with admin and ftp details at our email: [email protected] we can check if we can do something quickly for you to get videos on short version of your posts.
Regards,
ShriOctober 4, 2014 at 6:23 am #1979In reply to: Footer Menu
Hi,
Within footer.php you will find all the codes used for the widgets. There are 2 widgets: Recent Tweets (which you can change from Appearance>Widgets and add your own) and Photo Stream (Add anything on your own).
In case you want to change the other 2 i.e. Follow us and Contact Us you have to remove the code from Footer.php
In case this is difficult for you and you need all 4 of them widgetized send us FTP details and WP Admin details via email: [email protected] and we will get this done for you.
Regards,
ShriOctober 3, 2014 at 2:15 pm #1971In reply to: google error author & updated
Thanks also for the second answer, and for your test.
I also studied and try the code, and I solved (without plugin).
To erase the errors I’ve added the right code at the right level of the file “content-page.php”
Bye
September 25, 2014 at 9:42 pm #1887In reply to: Blog only showing specific Categories
I figured it out.
I needed an <?php endif; ?> at the end.
September 25, 2014 at 3:30 pm #1886In reply to: Blog only showing specific Categories
I did what you said, but I am getting the below error:
Parse error: syntax error, unexpected ‘=’ in C:\xampp\htdocs\www.d-dub.com\wp-content\themes\skt_full_width_pro\page-bonetown.php on line 5
To make sure I am doing it right, let me tell you what I did. I replaced <?php if( (is_home() && get_option(‘page_for_posts’)) || is_front_page() ) { ?> with the code <?php query_posts(‘category_name=CATEGORYNAME&showposts=5′); (adding a ?> at the end, which you didn’t have, but I assume should be there).
Next I replaced CATEROYNAME with my category slug name.
Under this code I added <?php if( have_posts() ) : ?>
Finally, I deleted <?php } else { ?>
Right now I am only working on a localhost, so there is no ftp to upload to.
Here is the code:
<?php
/* Template Name: About Game Page */
get_header(); ?><?php query_posts(‘category_name = aboutgame & showposts=5′); ?>
<?php if( have_posts() ) : ?>
<div id=”primary” class=”content-area”>
<div id=”content” class=”site-content container”>
<main id=”main” class=”site-main” role=”main”>
<header class=”page”><h1 class=”entry-title”>Blog</h1></header>
<div class=”blog-post”>
<?php if( have_posts() ) : ?>
<?php while( have_posts() ) : the_post(); ?>
<?php get_template_part( ‘content’, get_post_format() ); ?>
<?php endwhile; ?>
<?php skt_full_width_pagination(); ?>
<?php else : ?>
<?php get_template_part( ‘no-results’, ‘index’ ); ?>
<?php endif; ?>
</div><!– blog-post –>
<?php get_sidebar(); ?>
<div class=”clear”></div>
</main><!– main –>
<?php get_footer(); ?></div>
</div>
</body>
</html><?php } ?>
September 25, 2014 at 10:02 am #1884In reply to: Blog only showing specific Categories
Hi,
All you need to do is create another page template copying the contents of index.php How to create a page template is given here: http://codex.wordpress.org/Page_Templates
Within index.php remove the line: <?php if( (is_home() && get_option(‘page_for_posts’)) || is_front_page() ) { ?>
And also remove this line: <?php } else { ?>
And then add this code above: <?php query_posts(‘category_name=CATEGORYNAME&showposts=5’);
<?php if( have_posts() ) : ?>
Replace CATRGORYNAME with your category name
This will show blog with category.
In case its difficult for you we can create one template for you provided you send us FTP details of the folder where your site is (without ftp and with only WordPress we can’t do).
Regards,
Shri -
AuthorSearch Results