Search Results for 'shortcode'

Home Forums Search Search Results for 'shortcode'

Viewing 15 results - 106 through 120 (of 2,037 total)
  • Author
    Search Results
  • #199812
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31203
    • Total: 31203
    Member since: August 16, 2013

    Hi,

    Kindly use following shortcode for displaying tour by category.

    [ourtour col='3' show='3' excerptlength='15' buttontext='Explore More' cat='Hunts']

    Regards,
    Dave

    #199764
    Jeremy NeaultJeremy Neault
    Participant
    Member since: February 3, 2022

    Hi,
    How can I edit the tours short code that makes the listing alphabetical order. Or by category.

    #199280
    Vanessa GómezVanessa Gómez
    Participant
    Member since: July 4, 2016

    Hi,

    Web: http://www.cbdcostabrava.com (under construction)

    We want to put a Video on the slide of the home page.

    We have created a template with Elementor in which we have embedded the video and the shortcode of this template we have placed in Front page > Custom Slider

    We want the video to play automatically on page load, but the problem is that the autoplay of the video does not work and for it to play it is necessary to click on play.
    How can we fix this?

    We have sent the access data through the contact form in case you need to access and review.

    Thank you very much for your help!

    Best regards,
    Vanessa

    #199247
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31203
    • Total: 31203
    Member since: August 16, 2013

    Hi,

    If you want to show all coaches?

    Kindly add -1 instead of 4 in shortcodes.

    Example:

    [ourcoach col='4' show='-1' excerptlength='0']

    Regards,
    Chris

    #199155
    Leon WeiserLeon Weiser
    Participant
    • Topics: 6
    • Replies: 8
    • Total: 14
    Member since: April 20, 2022

    Thanks four your answer. Categories and Archives worked.

    With Read more I am not quite sure. how I can change this.


    // [skill title="HTML" percent="80" bgcolor="#ff7400"]
    // add shortcode for skills
    function skills_func($skill_var){
    extract( shortcode_atts(array(
    'title' => 'title',
    'percent' => 'percent',
    'bgcolor' => 'bgcolor',
    ), $skill_var));

    return '<div class="skillbar clearfix " data-percent="'.$percent.'%">
    <div class="skillbar-title"><span>'.$title.'</span>'.$percent.'%</div>
    <div class="skill-bg"><div class="skillbar-bar" style="background:'.$bgcolor.'"></div></div>
    </div>';
    }

    Which line do I need to change in the above code?

    #194227
    Bill McIntoshBill McIntosh
    Participant
    Member since: October 24, 2021

    Hi Guys, I am trying to amend the footer on the Pizza theme the Footer section / Footer Columns I have 4 sections but I cannot find the text that has the shortcodes so I can amend this on the footer section! Where do I go to change the text and then re ad the shortcodes?
    Also on the homepage section latest news when I click on this section to add my content and change the images from the sidebar all I can see is the shortcode for this section and nothing else any help with this would be extremely grateful

    #194073

    Topic: Magazine

    in forum All Other Themes
    info1310info1310
    Participant
    Member since: April 4, 2018

    i want to use shortcode to display news under headline box .. no shortcode is working over there only simple text allowed

    https://ibb.co/nb1vLV5

    #193955
    Daren DhorayDaren Dhoray
    Participant
    Member since: May 20, 2022

    Can you share what shortcode is needed to show the most recent events regardless if the event date has passed? Currently if there are no upcoming events, that space is blank and I’d prefer if it can show past / previous events.
    This is for Association theme

    #193475
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31203
    • Total: 31203
    Member since: August 16, 2013

    Hi,

    Unfortunately, there is no option to display particular category, only all listings can be shown using this shortcode [listings limit=’6′].

    Regards,
    Chris

    #193393
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31203
    • Total: 31203
    Member since: August 16, 2013

    Hi,

    How to setup Book Your Adventure Form On Booking page? Follow these steps.

    1. Go to Admin -> Contact
    https://www.sktthemesdemo.net/documentation/skt-elementor-doc/assets/img/adventure-img6.jpg

    2. Edit or add form fields, and copy contact form shortcode
    https://www.sktthemesdemo.net/documentation/skt-elementor-doc/assets/img/adventure-img7.jpg
    https://www.sktthemesdemo.net/documentation/skt-elementor-doc/assets/img/adventure-img8.jpg

    3. Add form shrotcode in Booking page
    https://www.sktthemesdemo.net/documentation/skt-elementor-doc/assets/img/adventure-img9.jpg

    This is Book Your Adventure Contact Form 7 Shortcode.

    <label>Name*
    [text* your-name] </label>
    
    <label>Email*
    [email* your-email] </label>
    
    <label>Phone Number*
    [text* your-number] </label>
    
    <label> Adventure Tour*
    [select* your-tour "Mountain Climbing Tour" "Mountain Hiking Tour" "Mountain Biking Trip" "Wildlife Adventure" "Yatch Sailing Tour" "Polar Tour"] </label>
    
    <label> Adventure Destination
    [select your-destination "Aquatica" "Atlantis" "Colorado" "France" "Himalaya" "Maldives"] </label>
    
    <label> Date of Tour
    [date date-73] </label>
    
    <label>Message (optional)
    [textarea your-message] </label>
    
    [submit "Submit"]

    Regards,
    Chris

    Maria BordoliMaria Bordoli
    Participant
    Member since: December 14, 2021

    Good morning,
    I have the e-shop “aeliaspa.gr”. Most likely what I will ask is not about your piece, but because I could not find the solution elsewhere I thought to ask you too. If you want to help me on the follow.
    The pages of the store are custom page. I use shortcode, for example the home page is shortcode: [products columns = "4" limit = "100" paginate = "true"].
    I try to add a dropdown textbox through which the customer can choose how many products he will see on each page, ie if he wants to see 20, 50, 100 or all. I have tried plug in others because it is custom the page does not work. I have find a code but it does not work. It would be easy to help me. If not I fully understand. Follow the code:

    add_action( ‘woocommerce_before_shop_loop’, ‘ps_selectbox’, 25 );
    function ps_selectbox() {
    $per_page = filter_input(INPUT_GET, ‘$per_page’, FILTER_SANITIZE_NUMBER_INT);
    echo ‘<span>Per Page: </span>’;
    echo ‘<select onchange=”if (this.value) window.location.href=this.value”>’;
    $orderby_options = array( ‘8’ => ‘8’, ’16’ => ’16’,’32’ => ’32’,’64’ => ’64’ );
    foreach( $orderby_options as $value => $label ) {
    echo “<option “.selected( $per_page, $value ).” value=’?$per_page=$value’>$label</option>”;
    }
    echo ‘</select>’;
    }
    add_action( ‘pre_get_posts’, ‘ps_pre_get_products_query’ );
    function ps_pre_get_products_query( $query ) {
    $per_page = filter_input(INPUT_GET, ‘$per_page’, FILTER_SANITIZE_NUMBER_INT);

    if ( ! is_admin() && is_woocommerce() && is_page() ) {
    $query->set( ‘posts_per_page’, $per_page );
    }
    }

    function render_ps_sel() {
    return ps_selectbox();
    }
    add_shortcode( ‘ps_selectbox’, ‘render_ps_sel’ );

    Thanks and sorry for the inconvenience.

    #192396
    Virginia GiovannettiVirginia Giovannetti
    Participant
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: March 26, 2022

    Hi Chris,

    thank you so much for the suggestion.
    I have just tried, but it doesn’t work even with this shortcode.

    It keeps reloading my website homepage.

    Any other hint to suggest?
    Thank you

    #192391
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31203
    • Total: 31203
    Member since: August 16, 2013

    Hi,

    Kindly use this shortcodes:

    [social_area][social icon="facebook" link="https://www.facebook.com/people/Cantine-Zanieri/100063653466126/"][social icon="instagram" link="https://www.instagram.com/cantine.zanieri/"][/social_area]

    Regards,
    Chris

    #192359
    Virginia GiovannettiVirginia Giovannetti
    Participant
    Member since: March 26, 2022

    Hello, I have the theme SKT Butcher and I have tried to add social media links in the WordPress Dashboard -> Appearance -> Customize -> Footer -> Footer Info Box

    Given that at first these links didn’t work, I have tried to follow some advices that I have found here in the support page and now the shortcode appears like this:

    [social_area] [social icon=”facebook” link=”https://www.facebook.com/profile.php?id=100063653466126″%5D%5Bsocial icon=”instagram” link=”https://www.instagram.com/cantine.zanieri/”%5D [/social_area]

    It is still not working and I can’t seem to link my social accounts from the footer of the website.
    Could you please suggest me how to proceed?

    Thank you!

    #192336
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31203
    • Total: 31203
    Member since: August 16, 2013

    Hi,

    We have create a new shortcode for rotating testimonials.

    [testimonial-slider limit='-1']

    Regards,
    Brad

Viewing 15 results - 106 through 120 (of 2,037 total)