laurilii
Forum Replies Created
-
Try turning off the debug mode in your wp-config file and see if that helps.
Forum: Fixing WordPress
In reply to: How to Center the Wedding Bells ThemeAlong with the link it would be nice to know which OS and browser you use.
Hey,
Do you have WP_Debug enabled in your wp-config.php by any chance?
Forum: Themes and Templates
In reply to: [Wedding Bells] [Theme: Wedding Bells] Read more linkHi stv11c,
I assume you’re talking about the archive template? As of right now the link in the title is the only way to open a single post.
@stv11c – I’ll try to fix that in the next version. Thanks for pointing out!
@eddieairplanes – You’re welcome 🙂 Can you tell me more about this issue with pngs?
Hey,
Change this in your css:
#nav li.current-menu-item aTO
#nav li.current_page_item aYes, you can do this by using the WP Menus feature (under Appearance). The setting doesn’t show up by default but you can enable by going to Screen Options (top right corner) -> Check the “Link Target” box.
Forum: Themes and Templates
In reply to: [Wedding Bells] [Theme: Wedding Bells] google AdsNot sure what you mean by “the text which is automatically determined on each page”. Do you mean the page title or the actual content?
Anyway if you want the ad after the title then put it just before <?php the_content(); ?> and if you want it after the text content then put it after that code.
Forum: Themes and Templates
In reply to: [Wedding Bells] [Theme: Wedding Bells] google AdsI think you just need to add the piece of code that Google gives you to the page.php template file.
Hi,
I answered the same question in another thread: http://wordpress.org/support/topic/theme-wedding-bells-static-page
Could you please tell me your:
– Internet Explorer version
– WordPress version
– Operating systemForum: Themes and Templates
In reply to: [Wedding Bells] [Theme: Wedding Bells] Looks like crap in iPhoneOnce the new version is through the reviewing process it’ll look like this (on mobile): http://dl.dropbox.com/u/327350/weddingbells-iphone-preview.png
Forum: Themes and Templates
In reply to: [Wedding Bells] [Theme: Wedding Bells] Static PageI take it that you’re not using the WP Menus functionality? Open the header.php file and remove the markup on line 45. That should do it.
Hey,
Remove the float from #nav and add:
– margin: 0 auto;
– display: block;
– width: [your desired number or percentage];Try if that works.
Forum: Themes and Templates
In reply to: [Wedding Bells] [Theme: Wedding Bells] Looks like crap in iPhoneI uploaded a new version yesterday which has a better mobile support for the navigation. Hope you’ll like it better.