Forum Replies Created
-
AuthorPosts
-
Okay the right sidebar: http://sktthemesdemo.net/sktcorppro/about-us/
Go to Appearance->Widgets>Blog Sidebar.
Change the widgets to desired ones to show them as Blog sidebar and other pages sidebar.If you need different widgets for pages and blog you can use these plugins for widgets: https://wordpress.org/plugins/display-widgets/ (this one is the best)
OR
https://wordpress.org/plugins/custom-sidebars/ and https://wordpress.org/plugins/multiple-sidebars/Regards,
ShriYou are changing some other line and not the one we said. Kindly send us email: [email protected] with your WordPress admin details and website URL. Should take us 1 min for this.
Regards,
ShriHi,
Kindly send us email at [email protected] with your url of the website and WordPress admin details and we should be able to set up one section and show you how to do the rest.
Regards,
ShriHi,
So sorry. But glad it is fixed for you now.
Regards,
ShriHi,
Any static text anywhere on the sections (Appearance>Theme Options>Sections) can be changed using shortcodes
like the following: [wpml_language code=’es’] STATIC TEXT [/wpml_language]
[wpml_language code=’en’] STATIC TEXT [/wpml_language]
Hope this helps.
Regards,
ShriAppearance>editor>open header.php file and cut the code from line no. 92 to 111
this is the code: <div class=”header”>
<div class=”header-inner”>
<div class=”logo”>
<a href=”<?php echo home_url(‘/’); ?>”>
<?php if( of_get_option( ‘logo’, true ) != ” ) { ; ?>
<img src=”<?php echo esc_url( of_get_option( ‘logo’, true )); ?>” / >
<?php } else { ?>
<h1><?php bloginfo(‘name’); ?></h1>
<?php } ?>
</a>
<p><?php bloginfo(‘description’); ?></p>
</div><!– logo –>
<div class=”toggle”>
<a class=”toggleMenu” href=”#”><?php _e(‘Menu’,’skt-white’); ?></a>
</div><!– toggle –>
<div class=”nav”>
<?php wp_nav_menu( array(‘theme_location’ => ‘primary’) ); ?>
</div><!– nav –><div class=”clear”></div>
</div><!– header-inner –>
</div><!– header –>
and put this code below the body tag (after line no. 26).<body>
Regards,
Shri
We might have to think as to how to do it. At present with different amount of text and images it won’t work. You have to keep the same amount of text and same sized images for now.
We will think and try to implement this in next update.
Regards,
Shri2-3 weeks time will be needed for next upgrade. Then will do.
Regards,
ShriHi,
We checked and didn’t find any errors in IE 11 Windows 8.1 Pro. Here is the screenshot: https://slack-files.com/T02T6CHHY-F04KSLL7K-62f75d59f6
The theme appeared fine.
Regards,
ShriHi Stefan,
Yes point taken. Will try if possible to change Add New to Add new picture if possible.
For album you have to kindly visit Pages>Edit any page and apply page template of Photo Album to have the album displayed on that page.
Regards,
ShriWill try to solve CSS errors but most of them are almost impossible to do because of usage of scripts like slider scripts etc.
If you check premium themes which have sliders etc like these ones: https://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Ftheme-fusion.com%2Favada%2F&profile=css3&usermedium=all&warning=1&vextwarning=&lang=en
You will understand most of them come from because of bundled scripts and plugins and not due to the code of a theme.
But as i said of course we will try our best to eradicate the errors in next version of the theme.
Regards,
ShriIt shows only 3 errors that too very simple ones: http://validator.w3.org/check?uri=http%3A%2F%2Fsktthemes.net%2Fdemo%2Ffullwidth%2F&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.3+http%3A%2F%2Fvalidator.w3.org%2Fservices
I am sure it must be due to plugins you use.
Regards,
ShriHi Marcel,
I think you are using older version of WordPress. Kindly upgrade. If still no kindly use Yoast SEO plugin.
It will resolve the title issue which you have.
Regards,
ShriWill be updating the theme by tomorrow and resolve this issue. Thanks for sharing the screenshot.
Regards,
ShriHi,
Okay 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 Lightbox: [portfolio cat=”Category Name”]Regards,
Shri -
AuthorPosts