bjartmar
Forum Replies Created
-
I don’t understand why this isn’t working.
I think my theme’s h4 is overwriting the h4 the ngg uses.
Thanks for your answer mikeg9999. I haven’t launched the site online yet so I can’t give a link.
I’m using the shortcode: [album id=nn template=compact]
In the ngggallery.css:
Changing the .ngg-album-compact { width: 120px; } works.
But it seems like .ngg-album-compact h4 { font-size: 15px;} doesn’t change anything.
It seems like the current font size is 18px but I can’t find anything with that font size in the css file.
Forum: Fixing WordPress
In reply to: Facebook plugin error.Sorry, I’m using Facebook for WordPress 1.02
Forum: Fixing WordPress
In reply to: Insert Code in Widget Area.I’m using: Ajax Event Calendar
I have created 3 events on the Calendar.
To display the Calendar I simply write: [calendar] on some page.I can also write: [eventlist] on a page and it will show a list of all the future events. I would like to display the list of all the events in “Primary Widget Area”.
So I’m wondering how I can write: [eventlist] in the widget area or display the page I created for the [eventlist] feature in the widget area?
Forum: Themes and Templates
In reply to: Use phpBB3 header and footer?Anyone who can shed some light on this one?
Thanks.Forum: Fixing WordPress
In reply to: Links are bad…I did try that before. But it didn’t work.
Now I checked the .htaccess in the root and removed few lines. It made the blog/ not work.It works now. Thanks.
Forum: Fixing WordPress
In reply to: Links are bad…I removed all of wp’s content/tables in mysql. Tried to reinstall and the links are still not pointing to /blog/index.php – Just to /blog/
Even when I’m loggin in as admin as the first time it directs me to /blog/wp-admin/ instead of /blog/wp-admin/index.php
I can’t imagine what I’m doing wrong. It must have something to do with the wp-config.phpForum: Fixing WordPress
In reply to: Links are bad…That is the solution for why I can’t remove the blog entirely? And how I can reinstall.
What I was really asking about is how I can fix the broken links.
For example is the link to show comment:
– Link as it is now:
– http://www.mydomain.com/blog/?p=1#comments– Link as it should be:
– http://www.mydomain.com/blog/index.php?p=1#comments