-
AuthorSearch Results
-
October 4, 2014 at 1:23 pm #1980
In 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 1, 2014 at 12:33 pm #1931In reply to: Footer Menu
Gravida theme widget documentation. Please follow these instructin to change any content from footer.
Contact
Go to theme option >> select contact page details >> add address, tel no., or other contact details this details will automatically display in footer.
Recent Tweets
Go to widgets >> select Recent Tweets >> drag and drop text box widget here >> add this code in the text box
<a class=”twitter-timeline” data-chrome=”nofooter noheader noborders noscroll noscrollbar transparent” data-tweet-limit=”2″ data-link-color=”#fff” data-dnt=”true” href=”https://twitter.com/sktthemes” data-widget-id=”353086898853531648“>Tweets by @sktthemes</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?’http’:’https’;if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+”://platform.twitter.com/widgets.js”;fjs.parentNode.insertBefore(js,fjs);}}(document,”script”,”twitter-wjs”);
</script>
You can create your tweeter widget ID. Please go to this link
HYPERLINK “https://dev.twitter.com/web/embedded-timelines” https://dev.twitter.com/web/embedded-timelines
Flickr Stream
First of all you have to add a plugin which name has Flickr Photos. then go to >> widget >> drag simple flick photo from left side and add it to the photo stream widget which is on right side. Add your flickr id and we’re done.
Follow Us
Go to theme options >> select social setting >> add your social links here and icons will be automatically display in footer widget.
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 20, 2014 at 10:05 am #1850As of now you can remove the titles and the titles won’t appear on the home page.
In case you want to change color get to main.css Path of main.css: wp-content/themes/skt-full-width-pro/css/main.css
And change this class color: div.slide-title a Apply !important to this class and it will show different color of the titles in home page.
Regards,
ShriSeptember 20, 2014 at 10:03 am #1849In reply to: Four images under slideshow
Hey,
Would you like us to install the theme for you? If yes send us the WordPress admin details and ftp details in the following email:
Hi,
Kindly check grid_990.css This is the path: wp-content/themes/skt_bakery/css/grid_990.css
Search for class .logo{ width:280px; }Change width value to more and it will show bigger logo.
Regards,
ShriSeptember 19, 2014 at 4:55 am #1831In reply to: Gallery display problem
September 17, 2014 at 10:36 am #1806In reply to: Import XML
Hi Phillip,
There aren’t many images. You can check our demo link and right click to save the images and then upload it on your server.
In case you need help with installation send us WordPress admin details at our email: [email protected]
We would be glad to help you out with this.
Regards,
ShriSeptember 17, 2014 at 6:35 am #1800In reply to: Google Code
Kindly check footer.php wp-content/skt-full-width-pro/footer.php
Place your code just above and closing tags.
Since you are loading footer even on home page it will do.
Regards,
ShriSeptember 17, 2014 at 6:28 am #1792In reply to: Homepage slider – more images
Hi,
Send us WordPress ftp details (not the admin but ftp details). Will change slides to 30 for you.
Send it via email and not here: [email protected]
Regards,
ShriSeptember 17, 2014 at 6:27 am #1791In reply to: Create homepage with slider only
Hi,
Its very simple. Kindly visit wp-admin of your WordPress install. Within WordPress admin panel check: Settings>Readings.
From readings section select Show latest posts (1st option).
That’s it.
It will show up the home page as slider and nothing else.
If still you can’t figure out send us WordPress admin details at [email protected]
and we will do this for you.
Regards,
ShriSeptember 16, 2014 at 5:07 am #1768In reply to: Make the Title and Company name all one color
Hi Heather,
1. 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.
2. Kindly check index.php which loads up the home page slider. Include the footer.php in index.php like we do in other pages:
And this should include the footer.
Regards,
ShriSeptember 12, 2014 at 1:18 pm #1742In reply to: menu / slider
Hi,
We see some other template set up. In case you want us to do this send us ftp and WordPress details we will change 1 setting in css to change the look to desktop even for iPad.
Regards,
ShriSeptember 12, 2014 at 10:03 am #1738In reply to: Add text under home page slider
1. Hmm.. Okay we didn’t load footer in home page. But we can do it. Send us ftp and WordPress admin details and we will add the footer under home page slider.
Adding text you can add a line of text in footer once we set up footer in home page.
Send us ftp and WordPress admin details via email at: [email protected]
Navigation bullet icons are coming from images folder: wp-content/themes/skt-full-width/images
Regards,
Shri -
AuthorSearch Results