Home › Forums › Weaver Xtreme Theme › Move Breadcrumbs into Content Area
- This topic has 5 replies, 3 voices, and was last updated 8 years, 3 months ago by
mperry8304.
-
AuthorPosts
-
June 4, 2015 at 16:39 UTC - Views: 1 #17844
mperry8304
ParticipantI have Weaver Xtreme Plus and I’m trying to find a way to move the breadcrumbs into the content area of my site.
This started because I’d like to find a way to get rid of the info bar so that the sidebar can be directly under the main menu with no space for the info bar. The only thing I’m displaying in the info bar is the breadcrumbs. So a way to move the whole info bar into the content area would work. Displaying the breadcrumbs by themselves in the content area would work. I was hoping that there was a shortcode for this, but I don’t see one.June 4, 2015 at 16:48 UTC - Views: 2 #22443scrambler
ModeratorYou need to be clearer. Do you want to hide the info bar, or simply restrict it to the area above the content and move the sidebar up?
The fisrt can be done with the hide area option in Main option > Menus > Info Bar > Hide Area option, the second with custom CSS, but we need a link to your page to offer more details
June 4, 2015 at 17:36 UTC - Views: 4 #22444Weaver
KeymasterThere was a breadcrumbs shortcode for Weaver II, but it was removed from Weaver Xtreme as it was too easy to get the wrong results.
If you used Yoast WP SEO, you might check out this plugin:
https://wordpress.org/plugins/surbma-yoast-breadcrumb-shortcode/
June 6, 2015 at 21:22 UTC - Views: 2 #22445mperry8304
ParticipantThanks for the help, Scrambler and Weaver. I’d share a link, but the site is still in development. Here’s a picture of it though:
I’m trying to restrict the info bar to the area above the content and move the sidebar up. The only thing in the info bar is the breadcrumbs, so a shortcode would be perfect. I’m not using Yoast SEO though. Do you have any hints on a CSS method?June 6, 2015 at 21:56 UTC - Views: 5 #22446scrambler
ModeratorIf you want support here, you will need to give us access to the dev site, and if not online, create a test site online in a subfolder of an existing site so we can access it.
To do what you want, you probably can add the rules below in Main options > Fonts & Custom > Custom CSS Rule box
#infobar {width:75%;}
#primary-widget-area {margin-top:-40px;}Value will have to be ajusted to your actual situation which I cannot assess without access
June 6, 2015 at 22:00 UTC - Views: 1 #22447mperry8304
ParticipantThat worked perfectly, Scrambler. Thanks so much for the help!
-
AuthorPosts
- You must be logged in to reply to this topic.