DotsConnected
Forum Replies Created
-
I have the same problem. It would be great if the developer would adress this.
Forum: Fixing WordPress
In reply to: 301 redirect and permalinksWell, my host solved the problem with something called a symbolic link. Whatever that may be. ??
Forum: Fixing WordPress
In reply to: 301 redirect and permalinksI’m afraid it doesn’t in my case, or I’m doing something wrong. I have my url (www.gentlemenswatch.com) in both site and blog url. But when I navigate to gentlemenswatch.com it gives me a 404.
Forum: Fixing WordPress
In reply to: 301 redirect and permalinksThanks for taking the time to reply! I contacted my host because your solution still resulted in a 404 error when using the non-www url. I’m gonna see what they have to say and report back. ??
Forum: Fixing WordPress
In reply to: Strange div positionHi Brad, I tried this and it worked. ?? I still don’t understand how, because all my margins are set to 0. I’m gonna read the links you provided and see if that makes any sense. Thanks!
Sabra
Well, I solved it. It seems there was some sort of duplicate widget under my Widgets section. I have the one with all the settings now in place, but it’s showing me an error:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘all_excerpts_get_more_link’ was given in /usr/home/dotsc76/domains/dotsconnected.nl/public_html/wp-includes/plugin.php on line 170
re-install didn’t help.
Forum: Fixing WordPress
In reply to: Move page top widget below page titleThank you, the page.php was what I needed, I had no idea. (and I’m too stubborn to leave it as is ?? It works like a charm now. And yes, I was messing around with my permalinks but that’s fixed too. ??
Now kick my ass to bed ??
Thanks!
Forum: Fixing WordPress
In reply to: Move page top widget below page titleI must be stupid then. ?? What I see is HTML code. I know where I want the HTML to be, I have Firebug and it’s obvious. But how am I supposed to change that in my template?!
Forum: Fixing WordPress
In reply to: Move page top widget below page titleSo…this is the part where you guys are going to tell me how I can change that output?…
Forum: Fixing WordPress
In reply to: Move page top widget below page titleMaybe I sound like a total idiot now but I have no idea how the change the HTML output by WordPress. Isn’t that determined by the php templates?…
Forum: Fixing WordPress
In reply to: Move page top widget below page titleSorry, here! I gave the widget that needs to move a greenish background so it’s easier to see what I mean. It needs to move below the title “Portfolio”.
Forum: Fixing WordPress
In reply to: Can I use multiple fonts in my blog title?Thanks a lot for the input guys, I actually got it to work despite all my php-noobness ??
Forum: Fixing WordPress
In reply to: Can I use multiple fonts in my blog title?Ah thanks, I’ll have a look at it and see if I can make it work!
Forum: Fixing WordPress
In reply to: Can I use multiple fonts in my blog title?I understand the CSS part, but I don’t know where to put the span-tags. I enter the blog title in my General Settings, and these settings don’t allow custom HTML tags, as far as I know.
Forum: Plugins
In reply to: [JJ NextGen JQuery Slider] [Plugin: JJ NextGen JQuery Slider] Little Grey DotIf you have the plugin in a widget container you need to set the list style for the .aside ul to ‘none’ in your (child) theme:
.aside ul ul { list-style:none; }
This worked for me, maybe someone else has another solution.
Take care,
Sabra