Search Results for 'shortcode'

Home Forums Search Search Results for 'shortcode'

Viewing 15 results - 1,831 through 1,845 (of 2,038 total)
  • Author
    Search Results
  • #12650
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    You have to use some kind of div (html based) to have 2 columns and within that you can use shortcode of recent post and other.

    Regards,
    Shri

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

    Okay now i get it shortcodes within shortcodes won’t work. So you have 2 column shortcode and within that you are using another shortcode of recent posts.

    So it won’t work.

    Regards,
    Shri

    #12602
    Nick OswaldNick Oswald
    Member
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: August 26, 2015

    It is the correct code. In the shortcode menu it states
    Recent Posts
    [recentposts col=”3″]
    Screenshot: https://www.dropbox.com/s/p355r3egbkm7ejp/Screenshot%202015-10-13%2016.32.28.png?dl=0

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

    I don’t think this is the correct code: [recentposts col=”1″]

    Check the correct shortcode in Appearance>Theme Options>Shortcode

    Regards,
    Shri

    #12582

    In reply to: Polylang and Home Page

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

    Kindly use this function:

    function polylang_shortcode($atts, $content = null){
    	if (empty($content))
    		return '';
    	extract( shortcode_atts( array('lang' => ''), $atts ) );
    	if (empty($lang))
    		return "<h3>You must specify 'lang' using shortcode: polylang</h3>";
    
    	return ($lang == pll_current_language()) ? $content : '';
    }
    add_shortcode('polylang', 'polylang_shortcode');
    #12551
    Nick OswaldNick Oswald
    Member
    Member since: August 26, 2015

    Hi there I’m trying to set up a homepage section with one column having some text (looks ok) and the second column listing the latest blog posts.

    You can see it here: http://www.lyndaoswald.kinsta.com

    To display the blogpost I’m using the shortcode like this

    [column_content type=”one_half”]

    <h2>Recent Posts</h2>

    [recentposts col=”1″]

    [/column_content]

    Two problems:

    1) The blog post does not appear in the second column, but in the next row, under the first column

    2) I don’t want the blog post image, and I’d like the text to be much smaller (its huge!). Anything I can do about that?

     

     

     

    #12526

    In reply to: blog for home page

    heide kollingheide kolling
    Member
    • Topics: 0
    • Replies: 5
    • Total: 5
    Member since: October 6, 2015

    Hi Shri,

    thank you. I´ve finally found it!
    I´ll let you know how the process is going on. I´m a bit slow so this may take some days.

    Thank you for the opportunity of creating some shortcode and for your advice.

    Best, Heide

    #12522

    In reply to: blog for home page

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

    Hi Heide,

    Sorry we have this: [footer-posts show=”2″] which already shows recent posts in the footer area.

    You can also add this in the sections as well on the homepage.

    Let us know if this satisfies what you want or else we will create a recent posts shortcode for this theme and update the theme.

    Regards,
    Shri

    #12425

    In reply to: blog for home page

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

    Hi Heide,

    Yes of course there is. Kindly go to Appearance>Theme Options>Shortcodes. And see the shortcode for latest news or recent posts.

    Paste it in section or page.

    Regards,
    Shri

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

    For Ton de Koning: 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 this shortcode anywhere you want: [photogallery filter=”true”]

    Regards,
    Shri

    #12330
    Rowena GrossmanRowena Grossman
    Member
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: June 24, 2015

    I simply switched out the shortcode
    [contact_form to_email=”[email protected]” email_subject=”Contact inquiry”]

    to the shortcode for contact form 7 like this:

    [contact-form-7 id="49" title="Contact Us"]

    after plugin was installed and setup.

    #12319
    Rowena GrossmanRowena Grossman
    Member
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: June 24, 2015

    No. It’s not working for me. I have defined a valid email address in the shortcode. I installed a plugin on my wp to make sure that mail is getting sent out through wp and that’s working. how can i confirm that the mail sending is firing from submitting the form?

    #12132
    Ton de KoningTon de Koning
    Member
    • Topics: 3
    • Replies: 7
    • Total: 10
    Member since: September 21, 2015

    Hello there,

    In my version, wich I installed a week ago, I dont’t have thoso shortcodes. Olso some things do look different, like the adding of images is a little bit different. I dont’t understand, its taking me way more time then I thought. Some things are different then the basic version.

    This is what I got so far: http://www.probeeld.com/2015/

    In the shortcodes I got only (nothing like portfolio slider):

    Services Box
    [services title=”Title here” bold=”Bold text here” icon=”Icon URL here”]
    Your content here…
    [/services]

    Latest posts
    [latestposts show=”2″]

    Testimonial
    [testimonials]

    Statistics
    [stat_main] [stat value=”100″]Clients[/stat] [/stat_main]

    Skills
    [skill title=”Coding” percent=”90″ bgcolor=”#00a8ff”]

    Team
    [ourteam]

    Gallery
    [photogallery filter=”true”]

    Social Icons
    [social_area]
    [social link=”Link here” icon=”Font Awesome Icon Name exa.facebook”]
    [/social_area]

    Animation Name list
    bounce, flash, pulse, shake, swing, tada, wobble, bounceIn, bounceInDown, bounceInLeft, bounceInRight, bounceInUp, bounceOut, bounceOutDown, bounceOutLeft, bounceOutRight, bounceOutUp, fadeIn, fadeInDown, fadeInDownBig, fadeInLeft, fadeInLeftBig, fadeInRight, fadeInRightBig, fadeInUp, fadeInUpBig, fadeOut, fadeOutDown, fadeOutDownBig, fadeOutLeft, fadeOutLeftBig, fadeOutRight, fadeOutRightBig, fadeOutUp, fadeOutUpBig, flip, flipInX, flipInY, flipOutX, flipOutY, lightSpeedIn, lightSpeedOut, rotateIn, rotateInDownLeft, rotateInDownRight, rotateInUpLeft, rotateInUpRight, rotateOut, rotateOutDownLeft, rotateOutDownRight, rotateOutUpLeft, rotateOutUpRight, slideInDown, slideInLeft, slideInRight, slideOutLeft, slideOutRight, slideOutUp, rollIn, rollOut, zoomIn, zoomInDown, zoomInLeft, zoomInRight, zoomInUp

    2 Column Content
    [column_content type=”one_half” animation=”name of animation”]
    Column 1 Content goes here…
    [/column_content]

    [column_content type=”one_half_last” animation=”name of animation”]
    Column 2 Content goes here…
    [/column_content]

    3 Column Content
    [column_content type=”one_third” animation=”name of animation”]
    Column 1 Content goes here…
    [/column_content]

    [column_content type=”one_third” animation=”name of animation”]
    Column 2 Content goes here…
    [/column_content]

    [column_content type=”one_third_last” animation=”name of animation”]
    Column 3 Content goes here…
    [/column_content]

    4 Column Content
    [column_content type=”one_fourth” animation=”name of animation”]
    Column 1 Content goes here…
    [/column_content]

    [column_content type=”one_fourth” animation=”name of animation”]
    Column 2 Content goes here…
    [/column_content]

    [column_content type=”one_fourth” animation=”name of animation”]
    Column 3 Content goes here…
    [/column_content]

    [column_content type=”one_fourth_last” animation=”name of animation”]
    Column 4 Content goes here…
    [/column_content]

    5 Column Content
    [column_content type=”one_fifth” animation=”name of animation”]
    Column 1 Content goes here…
    [/column_content]

    [column_content type=”one_fifth” animation=”name of animation”]
    Column 2 Content goes here…
    [/column_content]

    [column_content type=”one_fifth” animation=”name of animation”]
    Column 3 Content goes here…
    [/column_content]

    [column_content type=”one_fifth” animation=”name of animation”]
    Column 4 Content goes here…
    [/column_content]

    [column_content type=”one_fifth_last” animation=”name of animation”]
    Column 5 Content goes here…
    [/column_content]

    Clear
    [clear]

    HR / Horizontal separation line
    [hr] or <hr>

    Separator / blank space
    [separator height=”20″]

    Tabs
    [tabs]
    [tab title=”TAB TITLE 1″]
    TAB CONTENT 1
    [/tab]
    [tab title=”TAB TITLE 2″]
    TAB CONTENT 2
    [/tab]
    [tab title=”TAB TITLE 3″]
    TAB CONTENT 3
    [/tab]
    [/tabs]

    Toggle Content
    [toggle_content title=”Toggle Title 1″]
    Toggle content 1…
    [/toggle_content]
    [toggle_content title=”Toggle Title 2″]
    Toggle content 2…
    [/toggle_content]
    [toggle_content title=”Toggle Title 3″]
    Toggle content 3…
    [/toggle_content]

    Accordion Content
    [accordion]
    [accordion_content title=”ACCORDION TITLE 1″]
    ACCORDION CONTENT 1
    [/accordion_content]
    [accordion_content title=”ACCORDION TITLE 2″]
    ACCORDION CONTENT 2
    [/accordion_content]
    [accordion_content title=”ACCORDION TITLE 3″]
    ACCORDION CONTENT 3
    [/accordion_content]
    [/accordion]

    Gradient Button – Small
    [gradient_button size=”small” bg_color=”#e00″ color=”#fff” text=”Medium Gradient Button” title=”Medium Gradient Button” url=”” position=”left”]

    Gradient Button – Medium
    [gradient_button size=”medium” bg_color=”#060″ color=”#fff” text=”Medium Gradient Button” title=”Medium Gradient Button” url=”” position=”left”]

    Gradient Button – Large
    [gradient_button size=”large” bg_color=”#026″ color=”#fff” text=”Large Gradient Button” title=”Large Gradient Button” url=”” position=”left”]

    Gradient Button – Xtra Large
    [gradient_button size=”x-large” bg_color=”#00ccff” color=”#fff” text=”Extra Large Simple Button” title=”Extra Large Simple Button” url=”” position=”left”]

    Simple Button – Small
    [simple_button size=”small” bg_color=”#c00″ color=”#fff” text=”Small Simple Button” title=”Small Simple Button” url=”#” position=”left”]

    Simple Button – Medium
    [simple_button size=”medium” bg_color=”#060″ color=”#fff” text=”Medium Simple Button” title=”Medium Simple Button” url=”” position=”left”]

    Simple Button – Large
    [simple_button size=”large” bg_color=”#026″ color=”#fff” text=”Large Simple Button” title=”Large Simple Button” url=”” position=”left”]

    Simple Button – Xtra Large
    [simple_button size=”x-large” bg_color=”#00ccff” color=”#fff” text=”Extra Large Simple Button” title=”Extra Large Simple Button” url=”” position=”left”]

    Round Button – Light
    [round_button style=”light” text=”Round Button” title=”Round Button” url=”” position=”left”]

    Round Button – Dark
    [round_button style=”dark” text=”Round Button” title=”Round Button” url=”” position=”left”]

    Message Box – Success
    [message type=”success”]This is a sample of the ‘success’ style message box shortcode. To use this style use the following shortcode[/message]

    Message Box – Error
    [message type=”error”]This is a sample of the ‘error’ style message box shortcode. To use this style use the following shortcode.[/message]

    Message Box – Warning
    [message type=”warning”]This is a sample of the ‘warning’ style message box shortcode. To use this style use the following shortcode.[/message]

    Message Box – Info
    [message type=”info”]This is a sample of the ‘info’ style message box shortcode. To use this style use the following shortcode.[/message]

    Message Box – About
    [message type=”about”]This is a sample of the ‘about’ style message box shortcode. To use this style use the following shortcode.[/message]

    List Styles
    [unordered_list style=”list-1″]<li>List style 1</li>[/unordered_list]
    You can use above shortcode OR simply add class to ul. You can choose from list-1 to list-10 styles.
    <ul class=”list-1″><li>List style 1</li></ul>

    Horizontal Separator
    [hr_top]

    Search Form
    [searchform]

    Contact Form
    [contactform to_email=”[email protected]” title=”Contact Form”]

    Pricing
    [pricing_table columns=”4″]
    [price_column highlight=”no” bgcolor=”#003366″]
    [price_header]Basic[/price_header]
    [price_row]<strong>$49.99 <br />Per month</strong>[/price_row]
    [price_row]5GB Bandwidth[/price_row]
    [price_row]1GB Storage[/price_row]
    [price_row]1 Domain[/price_row]
    [price_row]10 Email Accounts[/price_row]
    [price_footer link=”#1″]Buy Basic[/price_footer]
    [/price_column][price_column highlight=”yes” bgcolor=”#990000″]
    [price_header]Premium[/price_header]
    [price_row]<strong>$99.99 <br />Per month</strong>[/price_row]
    [price_row]20GB Bandwidth[/price_row]
    [price_row]5GB Storage[/price_row]
    [price_row]5 Domains[/price_row]
    [price_row]25 Email Accounts[/price_row]
    [price_footer link=”#2″]Buy Premium[/price_footer]
    [/price_column][price_column highlight=”no” bgcolor=”#83672b”]
    [price_header]Professional[/price_header]
    [price_row]<strong>$149.99 <br />Per month</strong>[/price_row]
    [price_row]50GB Bandwidth[/price_row]
    [price_row]10GB Storage[/price_row]
    [price_row]20 Domains[/price_row]
    [price_row]50 Email Accounts[/price_row]
    [price_footer link=”#3″]Buy Professional[/price_footer]
    [/price_column][price_column highlight=”no”]
    [price_header]Ultimate[/price_header]
    [price_row]<strong>$199.99 <br />Per month</strong>[/price_row]
    [price_row]Unlimited Bandwidth[/price_row]
    [price_row]Unlimited Storage[/price_row]
    [price_row]50 Domains[/price_row]
    [price_row]100 Email Accounts[/price_row]
    [price_footer link=”#4″]Buy Ultimate[/price_footer]
    [/price_column]
    [/pricing_table]

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

    Hi,

    Sorry it isn’t possible. However you can use column shortcodes and have a side area to display anything if you like.

    Regards,
    Shri

    #11867

    In reply to: Testimonials

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

    Hi,

    Okay kindly remove our testimonial shortcode and use this plugin and its shortcode: https://wordpress.org/plugins/testimonials-widget/

    or https://wordpress.org/plugins/easy-testimonials/

    Regards,
    Shri

Viewing 15 results - 1,831 through 1,845 (of 2,038 total)