Search Results for 'shortcode'

Home Forums Search Search Results for 'shortcode'

Viewing 15 results - 1,591 through 1,605 (of 2,038 total)
  • Author
    Search Results
  • #33019

    In reply to: team section

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Team members might be appearing using shortcode. Check it and edit the number 4 to 10,

    Regards,
    Shri

    #32959
    Raimondo ZorodduRaimondo Zoroddu
    Participant
    Member since: April 12, 2016

    Goodmorning,
    my site address is http://www.capoestsardegna.it/preprod/ , would liked to filter the Showcase section by category, I mean to use it also on blog posts or pages but only with a specified category. I know that only few themes of yours are able to do it, but my theme name is a Skt Complete PRO and I just wonder on wich shortcode use to make it run 🙂

    Again on the Showcase section, how shall I change the “All” filter to other languages?

    Thank you for support
    Regards
    Raimondo

    #32950
    Brian DimitroffBrian Dimitroff
    Member
    • Topics: 3
    • Replies: 3
    • Total: 6
    Member since: April 10, 2015

    Hmm… I successfully made the change but it didn’t fix it. Any other ideas? When I take a look at the page source in a browser, it looks like the problem is that the <div class=”news-box”> container isn’t getting closed with a </div> after each post. Instead, each new post is getting inserted into the <div class=news-box> element of the post before it, and all the closing tags are just being stacked at the end of the section.

    Here’s the latestposts code from my custom-functions.php file:

    function latestpostsoutput_func( $atts ){
       extract( shortcode_atts( array(
    		'show' => '',
    	), $atts ) );
    	$postoutput = '';
    	wp_reset_query();
    	$n = 0;
    	query_posts(  array( 'posts_per_page'=>$show, '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">
    									<a href="'.get_the_permalink().'"><img src="'.$imgUrl.'" alt=" " /></a>
    								</div>
    								<div class="news">
    									<div class="date-news">
    										<span class="newsdate">'.get_the_time('d').'</span>
    										<span>'.get_the_time('M').'</span>
    									</div>
    									<a href="'.get_permalink().'"><h4>'.get_the_title().'</h4></a>
    									 '.wp_trim_words( get_the_content(), 20, '' ).' 
    								</div>
                            </div>';	
    						$postoutput .= ''.(($n%2==0) ? '<div class="clear"></div>' : '');	
    		endwhile;
    	endif;
    	wp_reset_query();
    	return $postoutput;
    }
    add_shortcode( 'latestposts', 'latestpostsoutput_func' );
    
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31283
    • Total: 31283
    Member since: August 16, 2013

    Hi Brad,

    Kindly use category slug name in the shortcode.

    e.g. [portfolio cat=”pine-chalet”]

    Regards,
    Dave

    #32740
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31283
    • Total: 31283
    Member since: August 16, 2013

    Hi Dax,

    Kindly go to Settings>>Reading>>Select Your Latest Posts

    Then go to Appearance>>Theme Option>>Section and paste the testimonial shortcode in the section where you want to show the testimonials. Within the section you will find the background image option, Upload the background image from there to show the testimonials with background image.

    Regards,
    Dave

    #32711
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi,

    The theme has been updated however due to the framework also getting updated the theme options will have to be re-input.

    Secondly the support was for one year and to extend another year you will have to pay $9 which is again optional if you don’t need support.

    Kindly use shortcodes ultimate plugin which also does the same tasks and their shortcodes should work fine.

    Regards,
    Shri

    #32689
    Brian DimitroffBrian Dimitroff
    Member
    Member since: April 10, 2015

    There seems to be an issue with the Latest News section where the width of each post is showing up as a percentage of the width of the post above it rather than a percentage of the width of the parent container. The posts are also not appearing side by side like they do on the demo page, but instead they’re all stacked on the left. You can see what I’m talking about at http://test.justiceforhumanity.com

    I tried looking at the shortcode in custom-functions.php, but I’m not experienced enough to troubleshoot the issue. Could you please help identify what needs to be fixed? Thank you.

    #32536

    In reply to: Auto Car Pro

    LibertyLiberty
    Participant
    • Topics: 19
    • Replies: 21
    • Total: 40
    Member since: January 22, 2016

    I wasn’t trying to use Page Builder on the homepage. For whatever reason just having it activated caused the conflict. I will try out shortcodes ultimate.

    #32501

    In reply to: Auto Car Pro

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi Liberty,

    You can use page builder on all inner pages instead of the homepage which uses sections.

    Lastly you can try shortcodes ultimate plugin instead of page builder which is one and the same and better in terms of usability.

    Regards,
    Shri

    #32431

    In reply to: Section 3 Links

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31283
    • Total: 31283
    Member since: August 16, 2013

    Hi Tim,

    You have to write URL=”YOUR LINK HERE” in the shortcode.

    Regards,
    Dave

    #32430

    In reply to: Section 3 Links

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31283
    • Total: 31283
    Member since: August 16, 2013

    Hi Tim,

    You have to write URL=”YOUR LINK HERE” in the shortcode.

    Regards,
    Dave

    #32326
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31283
    • Total: 31283
    Member since: August 16, 2013

    Didn’t quite understand. Kindly use the 4 column shortcode given in appearance>theme options>shortcodes for the even 4 column you need. animation area you can keep blank its not image but animations like bounce, fade etc which you can place there.

    Regards,
    Brad

    #32321
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31283
    • Total: 31283
    Member since: August 16, 2013

    Hi Leone,

    Kindly go to Appearance>>Theme Option>>Shortcodes

    You will find the 4 column content shortcode there. Kindly use 4 column content shortcode instead of using product shortcode.

    Regards,
    Brad

    #32203
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi,

    Kindly go to appearance>theme options>sections and hide that section which has shortcode of latest posts.

    And footer is widgetized so you can replace any default widget just like shown in this video: How to set up own widgets and remove default footer widgets: https://www.youtube.com/watch?v=4a1cR34OGMU

    Regards,
    Shri

    #32189
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi,

    Yes the shortcode appears different as its used normally on homepage or to show some posts on other pages. Blog templates are given in order to have pagination and sidebar widgets if you want.

    So template is the correct way.

    Regards,
    Shri

Viewing 15 results - 1,591 through 1,605 (of 2,038 total)