z_dize
Forum Replies Created
-
Forum: Plugins
In reply to: [Captain Slider] Where do I add slides to slider?Cool. Thanks!
Forum: Plugins
In reply to: [Captain Slider] Where do I add slides to slider?Thanks, working great. For future reference, I used the Slider Name (not the ID or the slug). To your point, it would be great if it would be more like categories and not tags.
Thanks CT. I was also confused with the shortcodes btw. The description said it’s [slider id=””] but in these support forums, you’ve mentioned it’s [ctslider]
Forum: Plugins
In reply to: [Captain Slider] Where do I add slides to slider?I don’t have that. What I have is something more similar to “tags”. Here’s a screenshot.
Forum: Plugins
In reply to: [Captain Slider] Where do I add slides to slider?I meant to say, where a slide goes. I don’t see an option where I can select the Slider Name or ID
Forum: Plugins
In reply to: [Captain Slider] Where do I add slides to slider?This is my problem too, where can you set where a slider goes. I don’t see that option in the “add slide”
Forum: Fixing WordPress
In reply to: Paragraph margin on Widgetsoops.. got it to work now. thanks for your help!
Forum: Fixing WordPress
In reply to: Paragraph margin on Widgetsnah, not even a budge.. 🙁
Forum: Fixing WordPress
In reply to: Paragraph margin on Widgetssorry, I made a change, it is not a widget title now but a paragraph in a “text” widget.
I tried applying it here:
#footer-widgeted p {
font-weight: normal;
margin: 40px 0 5px;
padding: 0 5px;
}but it didn’t work. any idea why?
Forum: Fixing WordPress
In reply to: Paragraph margin on Widgetshere http://www.smallbusinessguides.co/
check on it again.. you should be able to “see”, rather not see, something like TEXT TEXT behind the title of the first footer box. I think I messed up the whole footer wrap as well.
Forum: Fixing WordPress
In reply to: Paragraph margin on Widgetsdecided to revert back to no boxes since I wasn’t getting anything. But in any case, you should modify p with { margin-top: xxx } is that right?
Forum: Fixing WordPress
In reply to: Keeping Things Fix but Relativeguys, i need help big time here. Please…
Forum: Fixing WordPress
In reply to: Keeping Things Fix but Relativecould you teach me how to do that?
Forum: Fixing WordPress
In reply to: Keeping Things Fix but Relativewell, I was shooting for “bad idea”. 😉
I’m able to make it work, no movement when I change post titles.
The only problem I have now is how to give this particular widget a certain height so it doesn’t go out of my box. What I mean is, when I put a long title in, it would naturally concise and put the triple dots(…) instead.
Forum: Fixing WordPress
In reply to: Keeping Things Fix but Relativeas in putting a height attribute?
height: 000px }?
Forum: Fixing WordPress
In reply to: Keeping Things Fix but Relativehow do i do that, if it could help, here is what’s inside my style sheet
/*HEADER/
.eft_header { position: relative; display:block; height:250px; width:1110px; background:url(http://www.natgroove.com/wp-content/uploads/2010/10/EFT-1.gif) center no-repeat; text-indent: -9999px; padding-right: 0px}
/*Text in 1st Box – EFT Products/
.custom #text-2 { position: relative; top:-950px; left:-685px; display:block; center no-repeat; padding-right: 0px; font-size: 18px; color: #003366;}/*Text in 3rd Box – Free EFT Video Course/
.custom #text-4 {
position: relative;
top:-1350px; right: 28px;
font-size: 13px;
font-weight: bold;
color: #003366;
font-family: Verdana, Arial, serif;
text-align: justify;
display:block;
center no-repeat;
padding-right: 0px }
/*Subscribe Form/
.custom #af-form-981491645 { position: relative; top: -1110px; right: 30px; display:block; center no-repeat; padding-right: 0px }/*Text in 2nd Box – Latest Articles/
.custom #recentpostswithexcerpts-3 { position: relative; top: -720px; right:350px; font-size: 11px; font-weight: bold; display:block; center no-repeat; padding-right: 0px }#recentpostswithexcerpts-3 ul li {
background: url(http://www.natgroove.com/wp-content/uploads/2010/10/Pushpins.png) no-repeat 0px 3px;
padding-left: 28px;
margin-left: 0px;
display: list-item
}