laurilii
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Wedding Bells] [Theme: Wedding Bells] Looks like crap in iPhoneNot very constructive comment. Mind telling me what exactly is the problem on iphone?
You can get the old version(s) from here: http://themes.svn.wordpress.org/wedding-bells/
May I ask what version of Firefox are you using because that’s not how the theme should look/behave?
Hi Karen,
Try disabling comments on the problematic pages and see if that has any effect. If that doesn’t help then could you send me a screenshot of the bug?
Hey Yan,
That’s good to hear! If you run into any other problems feel free to ask. By using email you can also expect to get a quicker reply 🙂
Yes that would be nice. I tried to replicate your setup but it seems to work just fine for me.
Did you upload your photoblog photos using the “Upload a photo to this post” box?
Hey Yan,
I don’t see the photoblog anywhere on that website. Do you have published any photoblog posts yet?
Hey Yan,
Could you give me url to your website? What version of Wedding Bells and WordPress are you using? Are you using the featured image function for photoblog posts?
Forum: Themes and Templates
In reply to: Wedding Bells – changing blog title color@cassiusclay16100 – Open the functions.php file and change the color value on line 20. That should do it.
Forum: Themes and Templates
In reply to: Modified Files?@stikh – Wedding Bells requires WordPress version 3.0 (or newer).
Go to your FTP server, browse to /wp-content/themes/ and rename the ‘wedding-bells’ folder to something else to deactivate the theme. You should be able to log in after this.
Forum: Fixing WordPress
In reply to: homepage errorHey,
This error is caused by a function that is supported only in WP 3.0 or newer. I recommend you to update your WP to the latest version if you want to use the theme.
I appreciate that you helped a user of my theme. I just thought you might be interested in my solution to this problem. I’m sorry if my message came off as offensive.
@vanderwilt – This problem is fixed in the latest version (0.3.2) of Wedding Bells theme. You can download it from here: http://templates.lauriliimatta.com/wordpress-themes/wedding-bells/
@claytonjames – The problem with your fix is that the opacity will affect the texts inside that div. The way I “fixed” this in version 0.3.2 is this:
#header .title-description { margin: 40px 0px 0px 40px; padding: 30px; background: rgb(255, 255, 255); /* Fallback */ background: rgba(255, 255, 255, 0.8); float: left; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }Transparency will work on modern browsers but IE gets a white background.
Forum: Themes and Templates
In reply to: Modified Files?Forum: Plugins
In reply to: [Plugin: The Events Calendar] Comments are closed for IEHi,
I ran into this very same problem too. Have you found any way to fix it yet?