Forum Replies Created
-
AuthorPosts
-
Homepage doesn’t have sidebar i think so. It comes from sections (Appearance>Theme Options>Sections).
Or did you set up Homepage as static page?
Regards,
ShriCan you show us the url of the page where you used bullets?
Regards,
ShriYou asked me how to edit fields. I said its difficult and you should try the plugin as i suggested.
Regards,
ShriDidn’t understand.
That would be difficult. I encourage you to use plugins like https://wordpress.org/plugins/contact-form-7/
You can have any type of fields you like using this plugin.
It can be designed as you like using this: https://wordpress.org/plugins/contact-form-7-designer/
Regards,
ShriHi,
Thanks for letting us into your WordPress. It appears you haven’t purchased WPML.
If you have purchased WPML you need to enable it from here: http://www.sheyda.it/wp-admin/plugin-install.php?tab=commercial
Because the same shortcodes i pasted into yours work here: http://moritz.feeddog.org/
Regards,
ShriHave lowercase while typing the category name. So if this is for USA: Portfolio with Thumbnail: [portfolio-thumbnail cat=”usa”]
This should be for norway: Portfolio with Thumbnail: [portfolio-thumbnail cat=”norway”]
Regards,
ShriOkay 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,
Shri -
AuthorPosts