Forum Replies Created
-
AuthorPosts
-
Logo size should be 240px by 60px (width by height).
You can apply <span></span> and include special inline style for any section if you want to change the font size of that section particularly.
Regards,
Shri
Hi,
I tried and tested codes for this week and nothing worked. But found a good plugin: https://wordpress.org/plugins/google-author-link/
This should solve your problem.
Let us know if it works for you.
Regards,
ShriHi,
Image size: 1264px by 560px (width by height)
Regards,
ShriGravida 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.
Hi,
Replied back using email for this question as well as another one you asked.
Regards,
ShriHey glad you figured it out.
I was going to post the answer now.
Regards,
Shri
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,
ShriBTW the image size is 94px by 111px.
Regards,
ShriHi Osman,
Its easy. All you need to do is upload your image using WordPress “Media” Click add new. and upload your image and once uploaded take the path of the image or URL of the image like shown here: http://en.support.files.wordpress.com/2008/12/edit-image-screen.png?w=500&h=264
This shows use of Media: http://en.support.wordpress.com/media/
Once uploaded change the url of the image we have used with yours.
Regards,
ShriSeptember 20, 2014 at 10:05 am in reply to: How do I remove section titles but still have sections be visible? #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,
ShriHey,
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,
ShriHi,
For author here is what you need to do. Add this in header.php above </head> tag
<span class=”vcard author”><span class=”fn”>
by <a href=”http://google.com/profiles/1234567890123456789″
rel=”author”>YOUR NAME</a>
</span></span>
Replace 1234567890123456789 and YOUR NAME with your personal things 🙂
Regards,
Shri
Hi,
Kindly use this in style.css or main.css: #controls {display:none !important;}
Regards,
Shri -
AuthorPosts