Keith Member
Member since: December 7, 2015
I add the widget Form Marker Pro on my sidebar. I want to remove the padding in the sidebar. I could change the color to match but I’m losing the space that I really need. Link Below
http://www.focuscapturedevelop.com/standard-package
Sonal S Sinha Moderator
Topics: 0 Replies: 31271 Total: 31271
Member since: August 16, 2013
Hi Matt,
Kindly go to Appereance>>Widgets>>Footer Widget Fourth
Drag and drop text widget in Footer Widget Fourth and add this shortcode
[social_area]
[social icon=”facebook” link=”#”]
[social icon=”twitter” link=”#”]
[social icon=”linkedin” link=”#”]
[social icon=”google-plus” link=”#”]
[social icon=”instagram” link=”#”]
[social icon=”youtube” link=”#”]
[social icon=”pinterest-p” link=”#”]
[social icon=”rss” link=”#”]
[/social_area]
Regards,
Brad
Sonal S Sinha Moderator
Topics: 0 Replies: 31271 Total: 31271
Member since: August 16, 2013
Hi Chris,
Kindly go to Appereance>>Widget>>Sidebar About Who I Am
Drag and drop text widget in “Sidebar About Who I Am” and add this code in content box.
<h1 class="entry-title">Who i am</h1>
<div class="box"> <img alt="" src="YOUR IMAGE PATH HERE">
<strong>Praesent pellentesque rhoncus pulvinar</strong>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque augue eros, posuere a condimentum sit amet, rhoncus eu libero.</p>
</div>
<div class="box"> <img alt="" src="YOUR IMAGE PATH HERE">
<strong>Praesent pellentesque rhoncus pulvinar</strong>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque augue eros, posuere a condimentum sit amet, rhoncus eu libero.</p>
</div>
<div class="box">
<img alt="" src="YOUR IMAGE PATH HERE">
<strong>Praesent pellentesque rhoncus pulvinar</strong>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque augue eros, posuere a condimentum sit amet, rhoncus eu libero.</p>
</div>
Regards,
Brad
Sonal S Sinha Moderator
Topics: 0 Replies: 31271 Total: 31271
Member since: August 16, 2013
Hi Andy,
Hi Andy,
If you want to remove the page title then kindly go to Appereance>>Theme Option>>Layout Option>>Custom CSS Box
Add this code:
.entry-header{display:none;}
Here is the documentation on Footer widgets: http://sktthemesdemo.net/documentation/photo-session-documentation/#footer-section
Regards,
Brad
Hello again,
I added a text widget to my side bar and am trying to figure out the correct code to use in order to add an image from my media library.
I used this but does not seem to work:
Could you give me the correct one please?
Sonal S Sinha Moderator
Topics: 0 Replies: 31271 Total: 31271
Member since: August 16, 2013
Hi Keith,
Kindly go to Appereance>>Widgets>>Sidebar Main
Drag and drop text widget in sidebar main and add form maker’s shortcode.
Also on the contact us page remove our default contact form shortcode and use form maker’s shortcode.
Regards,
Dave
Andrew Member
Member since: March 21, 2016
Hi, how do i set the ‘mailto’email details on the built in contact form you provide on the default template of the skt clean theme. I cannot find the settings anywhere and nothing in widgets
Thanks
Sonal S Sinha Moderator
Topics: 0 Replies: 31271 Total: 31271
Member since: August 16, 2013
Hi Jeroen,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
#footer aside.widget:nth-child(3) {border: medium none; margin-right: 0 !important; padding-right: 0;}
Regards,
Brad
Sonal S Sinha Moderator
Topics: 0 Replies: 31271 Total: 31271
Member since: August 16, 2013
Hi Mike,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.section-teammember{ text-align:center;}
.ourclasses_col{ float:none; display:inline-block; }
For the twitter widget check this video: https://www.youtube.com/watch?v=4a1cR34OGMU
For the testimonial page: It is due to the title and slug are same. kindly edit the page. Below the title you will find the permalink click on edit and type testimonial. So your title is “Testimonials” and slug is “testimonial”.
Regards,
Brad
Valerie Member
Topics: 4 Replies: 13 Total: 17
Member since: February 10, 2016
Oh like you want a live feed of IG photos on page? Similar to what some do for Twitter live feeds?
I’m not sure how to do for IG but I bet it is similar to adding like twitter feed. What this video: https://www.youtube.com/watch?v=4a1cR34OGMU
The video is for widgets in the footer but you can use the code for anywhere.
I have the Girlie theme and in the free version I had a beautiful sidebar showing on the front page/home page/main page I created with the widgets. Now after buying the Pro Version this sidebar does not show on the main page/home page. I saw that now in the widgets I have 2 Side bars a Main one and another one….even if I add widgets to the main one they dont show up on the hoempage…do I have to put a code or smth in the sections so it will display?
My sidebar now only displays on pages or posts which are linked to categories.
Please help me.
Sonal S Sinha Moderator
Topics: 0 Replies: 31271 Total: 31271
Member since: August 16, 2013
Hi Matthias,
Kindly go to Appereance>>Widget>>Blog Sidebar
Drag and drop any blank text widget to remove default widgets.
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.blog-post-repeat .postmeta{display:none;}
Regards,
Dave
Sonal S Sinha Moderator
Topics: 0 Replies: 31271 Total: 31271
Member since: August 16, 2013
Hi Judy,
Kindly go to Appereance>>Widget and add this code in the widget where you have the newsletter column.
<div class="newslettersign">
Street tempor Donec ultricies mattis nulla, suscipit risus tristique ut.
<form action="#" method="post">
<input type="email" name="email" placeholder="Email Address" />
<input type="submit" name="button" value="SUBMIT" />
</form>
</div>
Regards,
Brad
MP EK Member
Topics: 40 Replies: 149 Total: 189
Member since: October 21, 2015
The footer is misaligned again!
These are the custom codes you/SKT gave me:
#content, .footer-bottom { width:100%;}
@media screen and (max-width:767px) {
#secondary.home_front_wrap { margin-bottom:20px;}
#primary { width:100%; margin:0;}
#content, .header { width:90%; margin:auto;}
#colophon, .footer-bottom { width:90%; margin:auto;}
.footer-bottom { width:90%;}
}
.page-template-page-full-width-php .footer-bottom{width:100% !important;}
@media screen and (max-width: 479px) {
#secondary.home_front_wrap{margin-bottom:0 !important;}
}
@media screen and (max-width:767px) {
.page-template-page-full-width-php .footer-bottom{width:90% !important;}
}
.single-post h1.entry-title{color:#dc266e !important;}
.single-post h1.entry-title{line-height:35px !important;}
.post-thumb img{border:none !important;}
.post-thumb img{border-radius:0 !important;}
.header .logo{ padding:60px 0 0 !important;}
#site-nav ul li{border-bottom:1px solid #dc266e !important; border-top:none !important;}
.postmeta{display:none;}
.homepage-article{ width:250px !important;}
.category article{ background:#FFF !important;}
.homepage-article h1.entry-title{border-top:none !important;}
.homepage-article h1.entry-title a{color:#dc266e !important;}
.homepage-article h1.entry-title a:hover, .category h1.entry-title:hover::first-letter{color:#fff !important;}
h1.entry-title{ line-height:11px !important; text-align:left !important;}
h2.widget-title{color:#dc266e !important;}
Sonal S Sinha Keymaster
Topics: 10 Replies: 6995 Total: 7005
Member since: June 12, 2013
Footer is widgetized however adding a widget will replace an area of footer. So you have to add the default shortcode of social icons as well.
How to set up own widgets and remove default footer widgets: https://www.youtube.com/watch?v=4a1cR34OGMU
For newsletter you can use https://wordpress.org/plugins/mailchimp-forms-by-mailmunch/ or this plugin: https://wordpress.org/plugins/wp-mailup/
Regards,
Shri