Maria BordoliParticipant
- Topics: 46
- Replies: 58
- Total: 104
Member since: December 14, 2021
Hi,
my problem is not that the shortcode result doesn’t appear on the home page, but that I can’t put services inside a service. That is, I would like when I click on a service to be able to display sub-services as well.
Sonal S SinhaModerator
- Topics: 0
- Replies: 31277
- Total: 31277
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
palomaParticipant
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
Sonal S SinhaModerator
- Topics: 0
- Replies: 31277
- Total: 31277
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
Hi,
I have the site “https://grigoriadistravel.gr/” . 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.
Sonal S SinhaModerator
- Topics: 0
- Replies: 31277
- Total: 31277
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
Hi,
I have the site “https://grigoriadistravel.gr/” 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.
I am having issues fixing the appointment form with the shortcode
Sonal S SinhaModerator
- Topics: 0
- Replies: 31277
- Total: 31277
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
Melanie BennettParticipant
- 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.
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!
fredrickMember
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
Sonal S SinhaModerator
- Topics: 0
- Replies: 31277
- Total: 31277
Member since: August 16, 2013
Hi,
Kindly use this shortcode.
[posts-style1 show='2' excerptlength='24']
Regards,
Chris
Sonal S SinhaModerator
- Topics: 0
- Replies: 31277
- Total: 31277
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
Maria BordoliParticipant
- 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?