Forum Replies Created
-
AuthorPosts
-
Can you send us the website where so that we can relate?
Regards,
ShriThat is possible currently you can set up background image using featured image. Check if in Appearance>Theme Options>YOu have the set featured image as background unchecked.
Regards,
ShriTomorrow expect an update. We are going to sit with this theme and check for everything that’s possible.
Regards,
ShriHi,
Sorry we will check gallery portion this week. Update documentation and also try to check why like the demo shortcodes are not working for you all.
Regards,
ShriHmm.. Currently that would be difficult but we will give this a thought and try to implement this during this month update.
Regards,
ShriHi,
There is a reason why we didn’t have multiple image upload etc and create a plugin like thing. Because this will make the theme vulnerable to security.
Hence instead we have done this.
Understand this is not good.
Kindly consider use of any of the following plugins:
https://wordpress.org/plugins/unite-gallery-lite/
https://wordpress.org/plugins/envira-gallery-lite/
https://wordpress.org/plugins/nextgen-gallery/Regards,
ShriOkay step by step instructions for photo gallery:
1. First Go to WordPress admin panel and then Click on Photo Galleryhttp://sktthemesdemo.net/documentation/skt-white-doc/assets/img/portfolio.jpg
And then Click on Add New.
2. Once clicked on Add New Add the title and then just set up a featured image just like shown here: http://sktthemesdemo.net/documentation/skt-white-doc/assets/img/portfolio.jpg
Once done select any category or add any category from the category area in this very page. And click on Update.
3. To add another image again click add new and follow the first 2 steps as given above.
So for every new image title and 1 featured image is to be added and it is to be selected into any category you wish.
Now once this is set up.
Use shortcodes of the gallery anywhere in any page:
Portfolio with Thumbnail: [portfolio-thumbnail cat=”Category Name”]
Portfolio with Slider: [portfolio-slider cat=”Category Name”]
Portfolio with Lightbox: [portfolio cat=”Category Name”]Regards,
ShriHi,
As mentioned above currently you have to have similar sized content and similar sized images on all the 4 boxes.
In next upgrade we will try to find a solution on how to do this with different sized text and different sized images.
Regards,
ShriHi,
Kindly check this image: http://sktthemesdemo.net/documentation/build_documentation/assets/img/section-sreenshot.jpg
On left side you would see Specialized Services tab under Comments that is supposed to be used to edit Specialized services page.
Sorry for the delay in answer due to weekend.
Regards,
ShriHi,
Here is what you can do: Click on Settings>Readings and set up Show/Your Latest Posts on the top and save the option.
Thereafter kindly set up blog posts using page templates.
So this way homepage would be set up as well as blog.
You can set up other pages as well using page templates for sidebars.
Regards,
ShriHi Anna,
You have to use columns where the side column is smaller than the left one.
Regards,
ShriLastly for single posts of the blog if you want to remove on that as well (sorry we will give this manageable in next version upgrade). Kindly do this:
Click on Appearance>Editor>header.php line number 121. This is the code:
<?php } else { ?>
<?php $thumbnailSrc = get_template_directory_uri().’/images/about-banner.jpg‘ ; ?>
<img src=”<?php bloginfo(‘template_url’); ?>/timthumb.php?src=<?php echo $thumbnailSrc; ?>&h=395&w=1398&zc=1&a=c” alt=”” />
<?php } ?>
I bolded the text which needs to be replaced.
So upload any image sized: 1398 by 395 (if possible or similar ratio) via media library and get the url of the image.
And replace that url of the image with the above bolded text.
That’s it the default image would be replaced.
Hi,
Yes on pages: kindly have featured image of size: 1398 by 395 if possible or similar ratio and it will remove the grass image.
On Blog page where you set the template of blog do similar and the image won’t appear.
Regards,
ShriGreat.
Regards,
ShriYes can be done but you need to do a bit of css.
So this is the code:
[services class=”red” title=”Web” bold=”Design” icon=”http://sktthemesdemo.net/skt-white-pro/wp-content/themes/skt-white-pro/images/icon-web-design.png” link=”#” button_text=”Read More”]Lorem Ipsum is simply dummy text of they printing and typesetting industry.[/services]
I added class=”red” as you can see. Now kindly go to Appearance>Theme Options>Basic Settings>Custom CSS and type this there:
.red { background-color: red; }
-
AuthorPosts