raakvlak
Forum Replies Created
-
BraveNewCode, thanks for the reply.
I’ve added the rejected user agents in the settings for QuickCache. We’ll test if that is enough.I can not find any “mobile support” or “WPTouch” options in QuickCache. Is this SuperCache-specific?
I’m seeing a similar, possibly related problem; sometimes the desktop loads the mobile version of an article.
We’ve managed to fix it by clearing the cache, but that is obviously not ideal.
We’re using the quickcache plugin.
Forum: Fixing WordPress
In reply to: Problems with links after moving to a new serverAnother update: we have meanwhile tracked the dashboard not loading problem down to a problem with the newsfeed for a plugin.
Hacked the plugin so it would no longer try to load the news feed and then disabled showing it from the options.
I have the same problem;
Am using Facebook comments exclusively on the site, but spam comments are caught by Akismet through the standard comment system (presumably spambots that directly target the comments php script).
I know I can get rid of this by disabling comments for each post, but this will also disable Facebook comments.
Is there a way around this?Thanks
Forum: Themes and Templates
In reply to: wpfolio sub-menu customization questionno dice for me. if you go to https://raakvlak.net/category/art/installations/ you’ll see the entire submenu is marked as current instead of just the 1 submenu item. ??
checked in both chrome and firefoxForum: Fixing WordPress
In reply to: Enable Post Titles on All Posts in WPFolio@notlaura; re the use of child-themes: this is what i meant with that it “breaks upgrade” – otherwise, everything I do is in a childtheme.
Good point about the child theme. Will have to look for another way around.
@slambert: I know the title is at the bottom, but I’d like to have it at the top as well. As for the image or video being the first thing you see, as it is, the videos for any of the visual works already run off the bottom of the screen and you have to scroll down to see all of it. (at least on my MacBook Then there’s this tiny thing that not all of my work is visual, and I don’t want that other work to just have to go into the blog. But that is a different matter.
I’ll see what I can do with hacking the title back into any single posts for the other categories.
You can meanwhile check out how far I got at https://raakvlak.net
Thanks for the replies.
Forum: Themes and Templates
In reply to: wpfolio sub-menu customization questionWhat I am using right now is this
.sf-menu { font-size: 1.4em; } div.nav { margin-bottom: 4em; } .sf-menu li a { padding-left: 0px; } .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active{ background: white; outline: 0; text-decoration: underline; } div.menu-header ul li.current-menu-item a { text-transform: none; color: black; opacity: 0.2; } div.menu-header ul li.current-post-ancestor a { text-transform: none; color: black; opacity: 0.2; } div.menu-header ul li.current-menu-parent a { text-transform: none; color: black; opacity: 0.2; } div.menu-header ul li.current-post-parent a { text-transform: none; color: black; opacity: 0.2; } div.menu-header ul li.current-menu-item a { text-transform: none; color: black; opacity: 0.2; } /* deal with submenus */ div.menu-header ul li ul.sub-menu a{ background: white; text-decoration: none; }
Which gets the menus to show up and behave as intended, except that this code makes no difference between a submenu and its parent menu item. If either the child or the parent is selected or hovered, both are styled the same way. Same goes for either being selected – parent & all child menu items are styled as if they are selected.
All I want is the currently selected item to have an opacity of 0.2 and any item that is hovered, active or focus to have an underline. Somehow I can’t get my head around what needs changing to make that happen…
Forum: Themes and Templates
In reply to: wpfolio sub-menu customization questionthis code
.sf-shadow ul { background-color: green; }
only changes the color of the shadow around the sub-menu.
any changes to
.sf-shadow ul a:hover
are appear to be overwritten by something else, as they don’t do anything…Forum: Plugins
In reply to: theme options don’t update/record@slambert 1.72
Forum: Themes and Templates
In reply to: WPFolio 1.7 customization questions1 & 2 have meanwhile been solved (they were related to a problem with saving theme options in Chrome)
Remaining: 3 ??
Forum: Plugins
In reply to: theme options don’t update/recordI had the same problem. Posted it elsewhere here on the forum but later found this thread.
Can confirm that this is Chrome related. Was able to save in Safari.What I was seeing was an error that claimed any value set for Page Container Color was an Invalid Value. The error is hardly visible (transparent button and black text over the UI), so it is easy to overlook.
Hope this helps solve the problem ??
Forum: Themes and Templates
In reply to: WPFolio .17 Theme options refuses to saveSolved – was able to save in Safari. It seems the problem only occurs in Chrome.
Forum: Fixing WordPress
In reply to: Problems with links after moving to a new serverUpdate: it turns out it was an apache configuration problem.
The “AllowOverride” setting was set to None.At this point, I have all pages loading, with the exception of the dashboard page. I’ve searched the forum and tried all solutions offered (changing the theme, disabling and re-enabling all plugins) but nothing worked.
The error I’m getting is this:
Error 324 (net::ERR_EMPTY_RESPONSE): Unknown error.Any suggestions on what might be causing this would be greatly appreciated ??
Thanks
Forum: Fixing WordPress
In reply to: Problems with links after moving to a new server@govpatel: As per my original email: “According to the sys-admin, mod_rewrite is enabled.”
Forum: Fixing WordPress
In reply to: Problems with links after moving to a new server@govpatel: Done that already, doesn’t help.