Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • TO: n3v3rm1nd
    Sorry for hijacking this post but there is no messaging function on here.. and the relevant topic has been closed to replies.

    I’m trying to get the Colorbox plugin to work with the Ajaxify WordPress plugin and I see from searching that you were succesful in getting it working.
    I just wondered if you could explain how you got it working? I added the script that you mentioned in a previous post but still haven’t managed to get it working.

    Many thanks

    Thread Starter benmandv

    (@benmandv)

    In regards to Colorbox, I tried the following script but it still doesn’t work…
    scriptNode = document.createElement(‘script’);
    contentNode.appendChild(scriptNode);
    scriptNode.setAttribute(‘src’, rootUrl + ‘wp-content/plugins/jquery-colorbox/js/jquery-colorbox-wrapper-min.js’);
    scriptNode = document.createElement(‘script’);
    contentNode.appendChild(scriptNode);
    scriptNode.setAttribute(‘src’, rootUrl + ‘wp-content/plugins/jquery-colorbox/js/jquery-colorbox-wrapper.js’);
    scriptNode = document.createElement(‘script’);
    contentNode.appendChild(scriptNode);
    scriptNode.setAttribute(‘src’, rootUrl + ‘wp-content/plugins/jquery-colorbox/js/jquery.colorbox-min.js’);
    scriptNode = document.createElement(‘script’);
    contentNode.appendChild(scriptNode);
    scriptNode.setAttribute(‘src’, rootUrl + ‘wp-content/plugins/jquery-colorbox/js/jquery.colorbox.js’);
    Topic Closed

    Thread Starter benmandv

    (@benmandv)

    Best i can do so far is using ‘min-height’ on the background element. Although its not the best resolution, I’d like to use ‘height:100%’ but can’t seem to get it working??

    Thread Starter benmandv

    (@benmandv)

    aight, I’ll figure it out myself.
    Cheers for ya help.

    Thread Starter benmandv

    (@benmandv)

    It’s not to do with the theme as such, more my lack of knowledge of css!
    I just want some info on customising widgets with css. Any help would be appreciated.
    Cheers.

    Forum: Themes and Templates
    In reply to: Adding Sidebar
    Thread Starter benmandv

    (@benmandv)

    Right I’ve managed to get sidebars to work.

    The only problem now, which is hopefully an easy one. How do I stop the text widget overflowing the sidebar? All other widgets are working well so far.

    Do i have to style the text widget in css?

    Thread Starter benmandv

    (@benmandv)

    I’m using a customised version of the pink-touch 2 theme.
    I have added sidebars myself, the only thing I can’t get to work is text widget size.

    Whats the css class to style the text widget?

    Forum: Themes and Templates
    In reply to: Adding Sidebar
    Thread Starter benmandv

    (@benmandv)

    Thanks for the replies.

    I managed to get a sidebar to display but in the main contents part of the site. How do I move it over to the left?

    Do I call the sidebar from the pagetemplate file or contents.php?
    And then as the css is using wrappers, how would i go about style/positioning?

    Many thanks

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