Forum Replies Created
-
AuthorPosts
-
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,
ShriYep this is available in free version as well with only 5 slides.
Hi,
Just above these lines: Just above in footer.php place your google analytics code. Or else use a plugin like: https://wordpress.org/plugins/google-analytics-for-wordpress/
Hi,
Sure. Kindly share us your website url and the specific gallery page. We can send you instructions. In case you can’t do them yourself we offer to do it for you. Send us WordPress admin and FTP details next.
Will wait for your next response.
Regards,
ShriHi 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 -
AuthorPosts