• Resolved J_Ray

    (@j_ray)


    Hello and thank you for the wonderful plugin. I see that you have answered a question previously about adjusting the width of the facebook feed box, however, I am trying to adjust the height. Is it possible to do this? I tried adding


    /* Adjust height */
    #facebook_status_box
    {
    height: 200px;
    }

    to the end of the stylesheet, but it didn’t change anything. If you have any ideas, please let me know. Thanks!

    http://wordpress.org/extend/plugins/jsl3-facebook-wall-feed/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter J_Ray

    (@j_ray)

    I almost forgot — I am also trying to put a border around the whole thing. Is there a solution for that as well? Thank you so much!

    Plugin Author Takanudo

    (@takanudo)

    Try adding the following to the style sheet on the settings page for the plugin:

    #facebook_status_box {
    height: 200px;
    border: 1px solid #FF0000;
    }

    #facebook_status_box #facebook_canvas {
    height: 200px;
    }

    Change the height and border to one that will suit you.

    Thread Starter J_Ray

    (@j_ray)

    Oh, so close! Only problem is the outer border isn’t quite long enough. You can see what’s happening at rippletestsite dot com.

    BTW, thank you for the amazingly prompt response!

    Plugin Author Takanudo

    (@takanudo)

    Try decreasing the height of “#facebook_status_box #facebook_canvas” until it fits inside the border. Or increasing the height “#facebook_status_box” until the border fits around the canvas.

    Thread Starter J_Ray

    (@j_ray)

    Awesome! Thank you!

    Thread Starter J_Ray

    (@j_ray)

    OK, just one (or maybe two) more things and then I will try to leave you alone–aside from reviewing the widget & leaving a tip 🙂

    Is it possible to make the corners of the border rounded so they come closer to matching the un-editable Twitter widget on my page?

    And then the last question: Is it possible to change the text from “Facebook Feed” to something else? I saw where it’s possible to eliminate it altogether but I didn’t see this question posed elsewhere (unless I missed something).

    Plugin Author Takanudo

    (@takanudo)

    To make the corners rounded add the following to the bottom of the style sheet on the settings page for the plugin:

    #facebook_status_box
    {
    border-radius: 5px;
    }

    To change the text, you would have to modify the PHP.

    1. Open ‘/wp-content/plugins/jsl3-facebook-wall-feed/php/class-uki-facebook-wall-feed.php’
    2. Line 277 is the following:
      __( 'Facebook Status', JSL3_FWF_TEXT_DOMAIN ) . '</h2>' .
    3. Change “Facebook Status” to whatever you want.
    4. Save the file.
    Thread Starter J_Ray

    (@j_ray)

    Thank you so much for all of your help. Unfortunately it looks like I’m going to be forced to find a new widget because Chrome is now marking my page as a potential carrier of malware when I have this widget enabled. I hope it is just me and not everyone who’s using this widget who is being affected by this! Thanks again.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Adjust height?’ is closed to new replies.