Search Results for 'shortcode'

Home Forums Search Search Results for 'shortcode'

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

    Hi,

    1. The logo used in the footer has both Alt Text and Title from the media section of WP, but yet the error says that “images don’t have alt attributes”. Anyway to manually put the Alt Text on the logo and outside the image edit section?

    Ans: This is done.

    We added alt and title in logo image in the footer column 1 area using following code.

    <a href="https://www.comedyville.ca"><img src="https://www.comedyville.ca/wp-content/uploads/2022/01/comedy-club-montreal-comedy-shows-logo-footer.png" alt="Comedy Club Montreal in English" title="Comedy Club Montreal and Montreal Comedy Club" /></a>

    2. There are images used in the footer as well to connect to social media like FB, Instagram, Google and so on. I receive an error that “links on this page have no anchor text”. There is no need for anchor text on the footer and the images. What’s the workaround so that these errors do not affect the health of the website??

    Ans: Anchor text on the footer for social icon is working by the theme shortcode if we remove anchor so it’s not redirect to given link.

    Regards,
    Chris

    #201510
    palomapaloma
    Participant
    Member since: August 9, 2016

    HI,

    WHAT ARE THE SKT BUILDER SHORTCODES?
    i CAN’T FIND THEM ANYWHERE ON MY WEBSITE, YOUR DEMO THEME OF GIRLIE PRO DOESN’T SHOW THE ACTUAL CODES TO USE….AND I CAN’T GET ULTIMATE SHORTCODES TO WORK WHEN USING THE SKT BUILDER.

    HELP

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

    Hi,

    The given shortcode is working we check in your website.

    kindly see screenshot ????

    https://nimb.ws/25kLfG

    Regards,
    Dave

    #201391
    Maria BordoliMaria Bordoli
    Participant
    Member since: December 14, 2021

    Hi,
    I have the site “https://grigoriadistravel.gr/&#8221; . I tied to put the shortcode [services limit=’3′ post_id=’1418,1420,1422′] in the sevrice “Πολυήμερες εκδρομές” but isn’t displayed. I go to menu services->All items->”Πολυήμερες εκδρομές”. And add the sortcode (after saving the page) nothing happen.
    I notice that you are put shotrcode at the demo version.

    Could you help me?

    Thanks in advances.

    #201291

    In reply to: Can

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

    Hi,

    This is done.

    Kindly use following shortcode for showing specific services.

    [services limit='2' post_id='786,1175']

    Ex : [services limit='set limit' post_id='enter post id, enter post id']

    Kindly see screenshot : https://nimb.ws/qdSHug

    Regards,
    Chris

    #201258

    Topic: Can

    Maria BordoliMaria Bordoli
    Participant
    Member since: December 14, 2021

    Hi,

    I have the site “https://grigoriadistravel.gr/&#8221; and I want to make a ask.

    could I somehow display only specific services using a shortcode, for example on the home page I use the shortcode “[all-services limit=’5′]” to display 5 services, can I add something to define which services I want to be dispalyed e.g. based on name or some other element? If not can I do some “child” service
    of an another service?

    Thanks in advances.

    #201000
    David TalentDavid Talent
    Participant
    Member since: August 31, 2022

    I am having issues fixing the appointment form with the shortcode

    #200971

    In reply to: white logo

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

    Hi,

    3. Mobile not show good can i use other logo for mobile and tab??

    Ans: Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    Note: Replace you mobile logo image instead of Trademark.png.

    .logo img {
      visibility: hidden;
    }
    
    .logo {
      background-image: url(https://ipgulf.org/wp-content/uploads/2022/10/Trademark.png) !important;
      background-size: 100% !important;
      background-repeat: no-repeat !important;
      background-position: center center !important;
    }

    4. footer what the code to show our services list??

    Ans: Issue resolved.

    Q. what is code for sidebar same it show on each service page. I need same list sidebar to be show on page what i need or i select??

    Ans: Kindly use this shortcodes:

    [sidebar-menu menu="Services Sidebar"]

    Regards,
    Brad

    #200960
    Melanie BennettMelanie Bennett
    Participant
    • Topics: 3
    • Replies: 6
    • Total: 9
    Member since: March 22, 2021

    No, I want to add services. Can’t find where to add them for shortcodes to auto complete this info.

    #200842
    Melanie BennettMelanie Bennett
    Participant
    Member since: March 22, 2021

    Where do I add Services so they appear in the shortcode “ourservices”?

    Most of the posts here I can find say to go to Elementor >> Settings >> General and tick the “Our Services” box – however, this box does not appear when I go to this page?

    Thanks!

    fredrick
    Member
    Member since: December 9, 2015

    Hello,

    What icon in the elementor (or maybe it’s some shortcode) should I use to display the latest blog news on the main page in the grid – as you have in your demo?
    In the template, I can only choose a description, but I don’t know how to add posts
    Photo attached 🙂

    https://ibb.co/Nsw81nq

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

    Hi,

    Kindly use this shortcode.

    [posts-style1 show='2' excerptlength='24']

    Regards,
    Chris

    #200137

    In reply to: SKT Nutristore

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

    Hi,

    Kindly use following shortcode for showing product category.
    [product_categories limit="4" orderby="name" order="ASC"]

    Kindly follow this documentation link for more details
    https://barn2.com/woocommerce-shortcodes/

    Hope this help you.

    Regards,
    Dave

    #199969
    Maria BordoliMaria Bordoli
    Participant
    • Topics: 46
    • Replies: 58
    • Total: 104
    Member since: December 14, 2021

    Hi,
    how can I disable the related products and where I wiil put the shortcode to have the right result?

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

    Hi,

    In the related products the products are shorted in the all products not a shorted by it’s category.

    if you want to display same category product. So you have to use woocommerce product categroy shortcode in the block.

    [products limit="8" category="enter your category name"]

    Regards,
    Dave

Viewing 15 results - 91 through 105 (of 2,037 total)