Search Results for 'skt'

Home Forums Search Search Results for 'skt'

Viewing 15 results - 14,236 through 14,250 (of 14,287 total)
  • Author
    Search Results
  • #1980
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    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,
    Shri

    #1979

    In reply to: Footer Menu

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    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,
    Shri

    #1931

    In reply to: Footer Menu

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    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.

    #1886
    Andrew HallAndrew Hall
    Member
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: September 19, 2014

    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 } ?>

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    As 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,
    Shri

    #1849
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    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:

    [email protected]

    #1844

    In reply to: logo size

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    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,
    Shri

    #1831
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi,

    Its [email protected]

    Regards,
    Shri

    #1806

    In reply to: Import XML

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    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,
    Shri

    #1800

    In reply to: Google Code

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    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,
    Shri

    #1792
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    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,
    Shri

    #1791
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    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,
    Shri

    #1768
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    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,
    Shri

    #1742

    In reply to: menu / slider

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    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,
    Shri

    #1738
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    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

Viewing 15 results - 14,236 through 14,250 (of 14,287 total)