WordPress HELP!!

Public Group active 1 year, 1 month ago

Customize theme installation

Viewing 15 posts - 46 through 60 (of 74 total)
  • Author
    Posts
  • #20569

    I believe the text widget lets you embed html like the Meebo embed codes

    #20570
    Rowena Li
    Member

    The text widget does not work. I think because wordpress does not allow “iframe” and “object”, the codes automatically disappear after I click “save”. The same is for Google calendar, unless we have special WPNG Calendar widget for Google Calendar. But I am not sure if there is another way around it or if we can set up to allow these functions.

    #20571

    Hi – Not sure about the Meebo – I tried and the text widget was stripped out. There is a “WordPress Google Calendars” plugin available. After installing, you need to configure it in the settings tab on the dashboard. I believe you also need to set you google calendar to be shared. There is a separate thread for this one. I will look for it.

    #20572

    check out this thread for details concerning google calendar – http://commons.gc.cuny.edu/groups/wordpress-help/forum/topic/calendar/

    #20573
    Rowena Li
    Member

    Thanks, Scott. I got Google calendar widget working, but not the Meebo, though.

    #20574

    Not sure if there are networking concerns with Meebo on the Commons – Matt or Boone would know best. I noticed that there is a “Meebo Me” wordpress plugin available – you might request that and the dev team will evaluate whether it’s feasible. Probably be best to start a new topic for Meebo if you want to pursue this.

    #20575
    Rowena Li
    Member

    Thanks, Scott. I found the Meebo Me plugin for WordPress and am going to put in a request for this widget. Thanks again.

    #20576
    Rowena Li
    Member

    I have a dilemma here.

    I set up the menu bar background gray and font color blue. When a button is hovered, its background is set to blue and font color to white. When I move the mouse to its sub menu, the main menu button background should remain blue and font color white, but the font color changed back to blue because it is not hovered anymore. Any way to redefined it to white? Here is the blog: http://gslis751.commons.gc.cuny.edu

    Here is the css code under Add HTML/CSS Inserts.
    /* Menu Bars */
    div#menu1 ul.rMenu {
    background: transparent;}

    /* Adjustments for the menu bars, which in their default state have 1px borders plus -1px margins to avoid 1+1=2px borders between neighbor items. */

    ul.rMenu-hor ul, ul.rMenu-hRight ul { margin-top: 4px; background-color: #1b336f; color: #ffffff;}
    ul.rMenu-hor li { margin-bottom: 0px; margin-top: 0px; margin-left: 0px; }
    ul.rMenu-hor { padding-left: 0px; }
    ul.rMenu-ver li { margin-top: 0px; }

    div#menu1 ul.rMenu li a, div#menu2 ul.rMenu li a {
    padding: 8px 15px 8px 15px; }

    /* different padding for parents with arrow image */
    div#menu1 ul.rMenu li.rMenu-expand a, div#menu2 ul.rMenu li.rMenu-expand a {
    padding: 8px 16px 8px 16px !important;
    background-position: 97% 50% !important;}

    /* less padding for children with arrow image */
    div#menu1 ul.rMenu li.rMenu-expand li a, div#menu2 ul.rMenu li.rMenu-expand li a {
    padding: 5px 10px 5px 10px !important;
    background-position: 97% 50% !important;
    text-transform: lowercase;
    background: #1b336f;
    color:#fff;}

    ul#rmenu {
    padding:5px;}

    div#menu1 {
    height: 18px;}

    Thanks.

    #20578
    Rowena Li
    Member

    Another question: how to upload images to /atahualpa/images/ ? When I upload an image, I do Media > Add New > Find the image and Upload. It tells me on the screen that the image will be saved to http://gslis751.commons.gc.cuny.edu/files/2010/12/cs3.jpg. This path cannot be changed to /atahualpa/images. Did I miss anything?

    #20579

    Hi – You need to upload your media Media>Add New – but you need to use the naming convention as described in the Codex – http://codex.commons.gc.cuny.edu/blogs/themes/atahualpa-theme/

    Changing the Rotating Images

    By default, Atahualpa looks in your upload media folders for files using the naming convention “atahualpa_header_x” where “x” is an integer. So, if you upload images “atahualpa_header_3” and “atahualpa_header_5,” the theme will cycle through these two images. If no files in your upload folders meet this naming convention, Atahualpa will use the three default, floral images found in its “/images/header” folder. Commons users don’t have access to “/images/header” folder and need to use their upload media folders to change the rotating images.

    #20580
    Rowena Li
    Member

    Thanks, Scott. I am trying to upload a logo and it says I should upload the logo to /atahualpa/images/ . Could you please let me know how to upload an image to that directory?

    #20581

    Commons users don’t have access to /atahualpa/images/ , but the plugin will look in your upload media folder, if you use the naming convention – atahualpa_header_x” where “x” is an integer, and it will grab those images for the rotator.

    If you mean the logo image (not the rotator) –

    for the logo backaground you can use something like this:
    background-image: url(http://codex.commons.gc.cuny.edu/files/2010/08/codexBackground3.png)

    and for the logo itself, just use the fully qualified url, starting with http://

    #20582
    Rowena Li
    Member

    Thanks, Scott. I got it.

    #20583
    Rowena Li
    Member

    Hi,
    Anyone tried to float a picture to left or right on a page? I tried to float a photo, but the float function does not work. Any ideas? I did put in style=”float: right;”

    #20584
    Rowena Li
    Member

    The theme is Atahualpa 3.5.3. I checked with another theme. It works. Should I define it in Atahualpa 3.5.3 somewhere or this is a bug I should report?

Viewing 15 posts - 46 through 60 (of 74 total)

You must be logged in to reply to this topic.