Sonal S SinhaModerator
- Topics: 0
- Replies: 31304
- Total: 31304
Member since: August 16, 2013
Hi Bruno,
Here is the shortcode:
[social_area]
[social icon="facebook" link="#"]
[social icon="twitter" link="#"]
[social icon="linkedin" link="#"]
[social icon="pinterest" link="#"]
[social icon="rss" link="#"]
[social icon="youtube" link="#"]
[social icon="google-plus" link="#"]
[social icon="instagram" link="#"]
[social icon="wordpress" link="#"][social icon="skype" link="#"]
[social icon="yahoo" link="#"]
[social icon="flickr" link="#"]
[/social_area]
Regards,
Dave
HillorieMember
- Topics: 5
- Replies: 9
- Total: 14
Member since: July 22, 2016
If it helps, this is currently the code in my custom functions
// [latestposts show=” ” cat=” “]
function latestpostsoutput_func( $atts ){
extract( shortcode_atts( array(
‘show’ => ”,
‘cat’ => ”,
), $atts ) );
$postoutput = ”;
wp_reset_query();
$n = 0;
query_posts( array( ‘posts_per_page’=>$show, ‘cat’=>$cat, ‘post__not_in’ => get_option(‘sticky_posts’) ) );
if ( have_posts() ) :
while ( have_posts() ) : the_post();
$n++;
if( $n%2==0 ) $nomgn = ‘last’; else $nomgn = ‘ ‘;
if ( has_post_thumbnail()) {
$LARGE_imgSrc = wp_get_attachment_image_src( get_post_thumbnail_id(), ‘LARGE’);
$imgUrl = $LARGE_imgSrc[0];
}else{
$imgUrl = get_template_directory_uri().’/images/img_404.png’;
}
$postoutput .= ‘<div class=”news-box ‘.$nomgn.'”>
<div class=”news-thumb”>

</div>
<div class=”news”>
<h6>’.get_the_title().'</h6>
<div class=”date-news”>
<span class=”byadmin-home”><i class=”fa fa-user”></i> Posted By ‘ . get_the_author() . ‘ </span>
<span><i class=”fa fa-calendar”></i> Posted On ‘.get_the_time(‘d-M-Y’).’</span>
</div>
<div><p>’.wp_trim_words( get_the_content(), of_get_option(‘blogpostshortcode’), ” ).'</p></div>
‘.of_get_option(‘blogpostreadmore’).’
</div>
</div>’;
$postoutput .= ”.(($n%2==0) ? ‘<div class=”clear”></div>’ : ”);
endwhile;
endif;
wp_reset_query();
return $postoutput;
}
add_shortcode( ‘latestposts’, ‘latestpostsoutput_func’ );
Hello.
I’m using Hotel Stay Here theme. http://www.pousadaluau.com.br/tarifas/
Trying to create multiple tabs in the same page but it doesn’t work.
When I paste the shortcode for the second tab it becomes a mess.
How can I do it please? Thanks
JustinMember
Member since: January 9, 2017
How do i use the testimonials rotator? I’m just getting an “archive” list when i use the shortcode. Id like the page to be a little more aesthetically pleasing if at all possible. If i’m not able to display them better using the testimonials feature, is there a way to remove it so I can provide the end user with another, more visually pleasing, testimonials plugin. thanks, Justin
Bram LarrickMember
- Topics: 27
- Replies: 25
- Total: 52
Member since: March 29, 2016
I purchased all of your themes 9 months ago, and many times when I try to do something the theme is supposed to do, including things you build into it like galleries, etc. I’m told to use shortcodes or another plugin.
The first line in your sales pitch for the Perfect theme is:
Homepage based on pages hence any type of visual composer or page builders like site origin, beaver builder etc will work just fine
I am building this site for a client that doesn’t want to use shortcodes. (I hate shortcodes too)
I want to use Elementor. I worked when I first tested in right after installing the theme, so why doesn’t it work now.
Please take some time to work with me on this. If your themes don’t do what you promise, I will not be renewing my license when it comes due soon.
Let me know if there’s a secure place to send the admin login. I expect to have this issue solved, or take that line out of your advertising and refund my $110.
Thanks
BrunoParticipant
Member since: December 15, 2016
I try to install my Facebook icons on apparence>theme options>footer> footer social icons
(It states: add social icon name and link in the shortcodes ) how and where ? Where are the shortcodes ? The tab Short codes has no Social Icon field for it.
Thanks in advance,
Sonal S SinhaModerator
- Topics: 0
- Replies: 31304
- Total: 31304
Member since: August 16, 2013
Hi Bram,
You can use Shortcode Ultimate plugin instead of Elementor. Use column shortcode in that section.
Regards,
Dave
Sonal S SinhaModerator
- Topics: 0
- Replies: 31304
- Total: 31304
Member since: August 16, 2013
Hi Kevin,
Duplication of homepage can be done using shortcodes given with the theme. For the page header settings check the documentation here: http://sktthemesdemo.net/documentation/complete-documentation/#customize-postpage
Regards,
Dave
ShannonMember
Member since: June 11, 2016
I’m using the Welder theme. I added the contact form 7 shortcode to a page using the No Sidebar template. The form fields are displaying strangely, not lining up. Any suggestions?
Sonal S SinhaKeymaster
- Topics: 10
- Replies: 6995
- Total: 7005
Member since: June 12, 2013
Hi Tomas,
1. Yes you would have to use anchor links to that area something similar to this: http://help.typepad.com/anchor-tags.html
2. No that isn’t possible but you can use page builder plugins like Elementor or Sandwich or visual composer and have similar shortcodes used across the templates.
Regards,
Shri
Sonal S SinhaModerator
- Topics: 0
- Replies: 31304
- Total: 31304
Member since: August 16, 2013
Hi Rob,
Create a gallery using Nextgen gallery plugin and click on manage gallery from nextgen plugin setting. You will find the id for your gallery. Then use this shortcode to replace default gallery.
[nggallery id="1"]
Regards,
Dave
Sonal S SinhaModerator
- Topics: 0
- Replies: 31304
- Total: 31304
Member since: August 16, 2013
Hi Mary,
Kindly add this shortcode in section 1
[photogallery filter="false"]
Regards,
Brad
Sonal S SinhaModerator
- Topics: 0
- Replies: 31304
- Total: 31304
Member since: August 16, 2013
Hi Janet,
Kindly go to Appearance>>Theme Options>>Sections>>Section 3
You will find the shortcode in the section content box. Add the page URL in the href=”#”. Replace the # with the page URL.
Regards,
Dave
Sonal S SinhaModerator
- Topics: 0
- Replies: 31304
- Total: 31304
Member since: August 16, 2013
Hi Tobias,
1.widget (side bar) in section 1
Unfortunately widget is not working in the sections. You can use shortcode instead of widgets.
2. How can I edit the content of the 4 boxes just under the slider?
4 homepage boxes comes from the pages that you have selected from Appearance>>Theme Options>>Sections
You have to edit the content of those pages.
Regards,
Dave
Sonal S SinhaModerator
- Topics: 0
- Replies: 31304
- Total: 31304
Member since: August 16, 2013
Hi Aidan,
Kindly go to the services section where you will find the shortcode for the services boxes.
[features title="your title" icon="your image path" url="ADD PAGE URL HERE"]your content[/features]
Regards,
Dave