-
Author
Tagged: breadcrumbs shop
-
April 25, 2015 at 11:47 #56123mikewolf1127Participant
1 – Can I remove the page title from the breadcrumbs area? And not have it in the body either?
2 – The breadcrumbs are not visible in the woo commerce shop. Is this a bug?
April 27, 2015 at 17:46 #56255RaduModeratorHello,
To hide title, go to post backend , go to Theme General Settings -> Tab Title Section, then check HIDE TITLE ( see screenshot )
For the woocommerce, go to that certain product look for “Theme Product settings” -> Scroll down then make sure the Hide the title is unchecked.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 28, 2015 at 00:48 #56335mikewolf1127ParticipantI do not see a ‘Tab Title’ section. In the Theme General Settings.
See screen snots.
Attachments:
You must be logged in to view attached files.April 28, 2015 at 00:54 #56339mikewolf1127ParticipantI want the option to hide the Page Title on a per page basis because. On my top level pages it’s a bit redundant with the menu and the breadcrumbs already telling you where you are.
April 28, 2015 at 00:55 #56340mikewolf1127ParticipantThat being said, haven a switch to turn them all off as well is good. Because you can then include it in the design of the body of the page with any style or with an image.
April 29, 2015 at 17:45 #56636RaduModeratorHello again,
Add this snipped to your kleo-child/functions.php
COPY CODEfunction kleo_remove_title() { remove_action('kleo_before_main_content', 'kleo_title_main_content'); } add_action('wp_head','kleo_remove_title', 20);
Then you need to go Theme Options -> Layout Settings -> Page Title location -> Select MAIN SECTION
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 30, 2015 at 01:21 #56716mikewolf1127ParticipantRadu-
Hello,
To hide title, go to post backend , go to Theme General Settings -> Tab Title Section, then check HIDE TITLE ( see screenshot )
For the woocommerce, go to that certain product look for “Theme Product settings” -> Scroll down then make sure the Hide the title is unchecked.
Cheers
There is no Hide Title check box there. And you did’t include a screenshot.
April 30, 2015 at 17:06 #56806RaduModeratorGo to that product backend, scroll down,below content area.
(see screenshot)Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.April 30, 2015 at 18:34 #56817mikewolf1127ParticipantI was referring tI your solution to hide the title on a page. You said-
“To hide title, go to post backend , go to Theme General Settings -> Tab Title Section, then check HIDE TITLE ( see screenshot )”
There is no Hide Title check box there. And you did’t include a screenshot.
May 4, 2015 at 16:38 #57202RaduModeratorPlease provide a link with that product page that not displays breadcrumbs.
Also provide admin credentials.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.