Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   [SOLVED] How to Insert? here is the situation. (http://forum.bytesforall.com/showthread.php?t=20633)

hackavinash Jul 13, 2013 09:22 AM

[SOLVED] How to Insert? here is the situation.
 
Hello everyone,
My m getting stuck on it...How can I insert these four social buttons in breadcrumbs right hand side space?
these four buttons are from FLARE widget that i installed..:)

jerryc Jul 13, 2013 07:01 PM

There are many ways, but one of the easiest is to set them to display:inline.

hackavinash Jul 14, 2013 01:35 AM

I got it....
:)

CrouchingBruin Jul 14, 2013 02:14 AM

I would use JavaScript to move the Flare DIV inside the breadcrumb div, then apply CSS rules to pretty it up.

Go to Appearance > Montezuma Options > Head > Insert Code and insert this code into the Bottom field:
Code:

<script>
jQuery(document).ready(function($){

$("#breadcrumbs1").after($(".flare-horizontal"));
   
});
</script>

The jQuery ready function will execute after the document has loaded. The one line of code inside the function will take the horizontal Flare DIV and insert it after the breadcrumbs1 DIV (which is inside the breadcrumbs1-bg DIV).

Then, as JerryC mentioned above, you'll need to apply some CSS rules to make the DIVs inline-block so they'll sit on the same line.

hackavinash Jul 15, 2013 02:20 PM

Thanks I Got it!....

but I thought there is also an alternative way other than flare buttons...
what I did is that I inserted linked images in bread crumbs 's <div > which I found in header sub template...

its more customizable than this widget..
hope this help others!:)


All times are GMT -6. The time now is 05:40 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.