benmandv
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Animations And Transitions] Exclude header from transitoiin.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
Forum: Plugins
In reply to: [Ajaxify Wordpress Site(AWS)] Ajaxify and any lightbox plugin???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 ClosedForum: Fixing WordPress
In reply to: Space below site/footer…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??
Forum: Fixing WordPress
In reply to: Text widget overflowing sidebaraight, I’ll figure it out myself.
Cheers for ya help.Forum: Fixing WordPress
In reply to: Text widget overflowing sidebarIt’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 SidebarRight 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?
Forum: Fixing WordPress
In reply to: Text widget overflowing sidebarI’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 SidebarThanks 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