tonedru
Forum Replies Created
-
Forum: Your WordPress
In reply to: First wordpress siteI was thinking also about having the video automatically play, which would also serve as nice background music, but it seems like some people don’t like that (media playing automatically). I’m still debating.
Forum: Your WordPress
In reply to: First wordpress sitechanged the background.
We’re getting a bunch of new photos pretty soon from some recent weddings here, so some of the photos will be changing soon. Thanks for the input on them though. It helps to know which ones other people like.
I plan to put a little more text on the home page, kind of like a short introduction. So it’ll be changing also in a bit.
I’d like to keep a video on the main page. I might make it a little smaller and put a white background on the video so that it looks a little smoother with the theme though.
Forum: Fixing WordPress
In reply to: "http error" when uploading png filesgot it straightened out, had to make a new .htaccess file and turn off all mod security.
Thanks for the advice.
Forum: Fixing WordPress
In reply to: "http error" when uploading png filesI emailed them and they said to put this code
<IfModule mod_security.c> SecFilterRemove 114 </IfModule>
in the .htaccess file.
I did that and the problem is still there ??Forum: Your WordPress
In reply to: First wordpress siteAny other suggestions?
Or do you think it’s pretty good the way it is. It’s my first website, so I’m hoping I did everything right. lolForum: Fixing WordPress
In reply to: How can i get a similar effect on my page?no kind of plugin or anything that could have that type of effect, where when you scroll over something it pulls up a picture or something?
Forum: Your WordPress
In reply to: First wordpress siteI was actually thinking about making the font a little darker. It’s currently set up the way it came with the theme.
I’ll look into it, thanks!Forum: Fixing WordPress
In reply to: How can i get a similar effect on my page?Oh I’ve used nextgen before, I was actually referring to just below the slideshow where it lists the room, how when you scroll over the name of the room it makes the image and description pop up, very cool!
Forum: Your WordPress
In reply to: First wordpress sitei got the main theme from elegantthemes.com
oh, ok, so it’s similar to how I did it for the wedding site.
Thanks!Forum: Fixing WordPress
In reply to: line break in pagesok, works great!
Thanks again ??Forum: Fixing WordPress
In reply to: line break in pagesOk, I can give it a try, how and where exactly do I use this coding? I just put in the
.spaced { display:block; margin:30px 0; }
where i want the break and it totally messed up the page.
Forum: Your WordPress
In reply to: First wordpress siteAny advice on how to make this better???
Forum: Fixing WordPress
In reply to: line break in pagesHow would I do that?
I also saw on another post that you can add a ‘spacer’ using this code in the css:
#your_area_id .spacer {
height: 200px; /* adjust to desired height */
clear: both;
}but I haven’t been able to get it to work…
Forum: Fixing WordPress
In reply to: line break in pagesWhat I’m saying is that it works right now, but it will revert back to being scrunched together after i edit it next time.