Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   WIDGET WP Fat Cloud + Cumulus (http://forum.bytesforall.com/showthread.php?t=13069)

Pierre Mar 1, 2011 05:54 AM

WIDGET WP Fat Cloud + Cumulus
 
Hello

I've installed a plugin named "WP Fat Cloud" onto my website :

www.monwe.fr

That widget works (now) but it creates an additionnal unwanted DIV right under itself in my sidebar-left, and I'd like to delete the unwanted DIV.

It does not appear in Widget management section of course.

Given I've identified the DIV, I'd like to comment it out,, but where is it to be found please ?

DIV ID="wp_fat_cloud_0"

BTW, I cannot possibly make WP Cumulus display "Categories" instead of "Tags" on the very same site (Cumulus parameters are saved with "Categories" of course).

Thanks for your help !

Pierre

juggledad Mar 1, 2011 06:19 AM

You will have to edit the plugins code to do that.

Pierre Mar 1, 2011 07:15 AM

Hi Juggledad

Thanks a lot for your prompt answer.

Thing is, I've not a clue where to find that div in the 3 files (2 php 1 js) included in that plugin.

I've ran a search on the div name, no result...

Any idea pls ?

Thanks

Pierre

juggledad Mar 1, 2011 12:47 PM

I'd search for 'wp_fat_cloud' the _0 is probably just a counter to make the ID unique

lmilesw Mar 1, 2011 01:14 PM

How about putting the following in CSS Inserts?
HTML Code:

#wp_fat_cloud_0 {
display: none;
}


Pierre Mar 2, 2011 02:42 AM

Hello

Thanks Juggledad and Larry for your suggestions, but display none in CSS inserts causes the widget altogether to disappear, so it's the same div, I was wrong.

Now I really don't know how to find a solution...

could you check on www.monwe.fr please ? I want to get rid of the Categoy listed right under the wordle looking tag cloud (the duplicate tag cloud above the Newsletter image).

Thanks a lot

Pierre

Pierre Mar 2, 2011 04:17 AM

Maybe an un-elegant (yet very good) solution would be to give negative margin (or is it padding?) to the content that's underneath what I want to hide in the spacebar...?

Please, how can I give negative margin (or padding?) to a sidebar widget?

Thanks

juggledad Mar 2, 2011 04:44 AM

did you look in 'netlifes-tag-cloud-fatcloud.php'?

Pierre Mar 2, 2011 06:26 AM

2 Attachment(s)
yes, and you were right (again), the _0 is not part of it.

There are 2 php files, 1 XML and 1 js, enclosed the 2 php hereunder (sorry for the lenght).

Here's the fisrt file netlifes-tag-cloud-fatcloud/netlifes-tag-cloud-fatcloud.php :


There's another php named netlifes-tag-cloud-fatcloud/fatcloud.php

Both attached

I have no idea on how to sort it out.... Could you please give me a hand ?


PS : with Firebug, giving a height of zero to the wp_fat_cloud_0 makes it disappear... Where /how can I code it pls ?

Thanks,

Pierre

juggledad Mar 2, 2011 06:31 AM

see the PM I sent you


All times are GMT -6. The time now is 08:47 PM.

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