Breadcrumbs - Change where they display?

Dedicated support forum for CloudHost elegant bosting WordPress theme which is perfect for your business and hosting websites. Here you can ask questions and discuss with other theme users.
GK User
Fri Apr 25, 2014 6:12 am
Is there a way to have the breadcrumbs display within the page content after my banner image for example: http://development.fourier.com.au/f2/product-services/onsite-remote-support/ instead of before it?

Or would I have to disable breadcrumbs and add them manually to do this?

Thanks in advance for any help.
User avatar
Senior Boarder

GK User
Fri Apr 25, 2014 7:52 am
Hello,

It will be difficult to add the breadcrumb into your article content. I think will be much easier to add your image into text widget (instead of the article content) in Top1 or Top2 widget area and set widget rules to display this text widget (image) only on Products & Services page.
User avatar
Moderator

GK User
Tue Apr 29, 2014 1:43 am
Ahhh thank you Piotr... I didn't think of that :)

Can you tell me the override css to reduce the font size of the breadcrumbs? I've tried in the browser with firebug but nothing is making any difference.
User avatar
Senior Boarder

GK User
Tue Apr 29, 2014 3:21 am
Hi Piotr
I have a problem now with the image in the widget area. This is the code I put in:

Code: Select all
<img src="http://development.fourier.com.au/f2/wp-content/uploads/2014/04/onsite_remotesupport1200.png" align="left">


As you can see: http://development.fourier.com.au/f2/product-services/onsite-remote-support/ the image is not aligning to the left. I tried making the image wider using from 900px up to 1200px but still it does not left align.

Any suggestions for this?
Really appreciate all your help so far :)
User avatar
Senior Boarder

GK User
Tue Apr 29, 2014 7:46 am
Hello,

It's because of image and widget padding, try to add this code into override.css file:

Code: Select all
.page-id-1165 #gk-top2 .box,
.page-id-1165 #gk-top2 .box img {
   padding: 0;
}


Breadcrumb font size, you can change with this code:

Code: Select all
#gk-breadcrumb-area {
font-size: 13px;
}
User avatar
Moderator

GK User
Thu May 01, 2014 4:53 am
Thanks Piotr

I have quite a few images to place in the Top II widget area to appear on one page only. Should I use your block of code above for every page individually or can it be changed to include several different pages?

Sharlene
User avatar
Senior Boarder

GK User
Mon May 05, 2014 8:12 am
Hi,

You can use this code for top2 widget area on all pages:

Code: Select all
#gk-top2 .box,
#gk-top2 .box img {
   padding: 0;
}
User avatar
Moderator


cron