clickmac
Forum Replies Created
-
Forum: Plugins
In reply to: [Buddy-bbPress Support Topic] support for bulk solving@imath, awesome
Forum: Plugins
In reply to: [Meteor Slides] changing meteor buttons at the bottom of the images to texti do not know how….to complex
Forum: Plugins
In reply to: created a admin menu for a plugin | returncan i use something like?
function callback() {
echo “{$opt_val}”;
}
add_action(‘wp_head’, ‘callback’);would like the saved info to be displayed in header
Forum: Plugins
In reply to: [Adminimize] very nice plugin but needs updating to latest wordpressForum: Themes and Templates
In reply to: [Custom Community] Moving Location of Slideshowyou fixed your header and inserted more widgets that is why the alignment when off
try this[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
.credits { display: none; } div#cc_slider-top { position: absolute; top: 119em; width: 1000px; border-radius: 0 0 6px 6px; } div#container { border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; }
Forum: Plugins
In reply to: [Advanced Recent Posts Widget] Allowing customisationwhat does this do? does it add support to hyperlink each title
Forum: Themes and Templates
In reply to: [Custom Community] Moving Location of Slideshowyou said the css worked before, what did you add exactly? : the code above that you replied to and said its working?
Forum: Plugins
In reply to: [Infinite-Scroll] Working with Buddypresswhats the link to your site? so i can get the proper settings for you
Forum: Plugins
In reply to: [Infinite-Scroll] Infinite Scroll doesn't load embedded Zippyshare playerwhat do you have in your settings?
Forum: Plugins
In reply to: [Infinite-Scroll] Genesis theme css selectorsafter you install infinite scroll, goto settings and input those
Forum: Plugins
In reply to: [Infinite-Scroll] Genesis theme css selectorsInput these settings:
Content Selector: #content
Navigation Selector: .navigation
Next Selector: .navigation .alignleft a
Item Selector: .post
Forum: Themes and Templates
In reply to: [Custom Community] Moving Location of Slideshowyour welcome ?? ??
also you can get more help [link redacted per forum rules]Forum: Themes and Templates
In reply to: [Custom Community] Moving Location of Slideshowi hope you are adding it in your custom css
and here’s the best look for your site, remove the
“div#cc_slider-top” from before and add this onediv#cc_slider-top {
position: absolute;
top: 790px;
width: 1200px;
border-radius: 0 0 6px 6px;
}
div#container {
border-radius: 6px 6px 0 0;
-moz-border-radius: 6px 6px 0 0;
-webkit-border-radius: 6px 6px 0 0;
}Forum: Themes and Templates
In reply to: [Custom Community] Moving Location of Slideshowremove footer
.credits {
display: none;
}Forum: Themes and Templates
In reply to: [Custom Community] Moving Location of Slideshowhave you tried this
div#cc_slider-top {
position: absolute;
top: 1000px;
width: 1200px;
margin: 0 auto;
}
.span10 {
position: relative;
top: 897px;
float: none;
margin: 0 auto;
}