gaffnere
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hide Footer Text Widget on Smart Phonesthank you for your reply, WPyogi.
so it worked ?? …i stupidly hadn’t cleared my phone’s cache. (duh)
cheers!Forum: Plugins
In reply to: [Contact Form 7] Pinboard Theme??
Forum: Plugins
In reply to: [Contact Form 7] Pinboard Themethanks again for all of your effort!
i was going to wash my hands with it tbh.but inspired by your persistance, i just tried the code again in the css file…
and guess what?
IT WORKS.can’t thank you enough ??
was such a stupid niggly thing but it looked really bad.cheers, WPyogi!!
Forum: Plugins
In reply to: [Contact Form 7] Pinboard Themeha. ok so i added both of your 2 suggestions to the css file. & still no dice. weeeeird. maybe it’s time for a new plugin.
Forum: Plugins
In reply to: [Contact Form 7] Pinboard Themethanks for you help.
ok now things are getting really weird. i actually noticed that too. so i have typed it out 3 times now. but keeps reverting back to original one.
weird!Forum: Plugins
In reply to: [Contact Form 7] Pinboard Themein pinboard theme…
appearance > theme options > layout > custom cssForum: Plugins
In reply to: [Contact Form 7] Pinboard Themehi WPyogi!
appreciate your help, thanks.
i’m now working off this site. tried that code… didn’t work though.
i simply installed the plugin & activated it. have used this plugin with other themes & the email input box appears the exact same as the other input boxes. i don’t understand why it should behave differently with this theme.
Forum: Plugins
In reply to: Sidebar Not Showing Active Postjust want i needed thanks. much obliged.
Forum: Plugins
In reply to: Sidebar Not Showing Active Postactually could i please ask you something else?
each post on my site belongs to a number of different categories. the main site nav consists of these categories. is there anything could i add to the css if i want each of the relevant categories in the nav to be active (#ff00ff) when you’re in a particular post?
e.g. on this post, the categories “typography” & “print” in the nav would appear #ff00ff.
i tried this code but it’s clearly wrong:
.menu-item-object-category a { color: #ff00ff; }
thanks again for your help!
Forum: Plugins
In reply to: Sidebar Not Showing Active Postahh! thank you!!! amazing, it worked once i cleared the cache. thanks so much ??
Forum: Plugins
In reply to: Sidebar Not Showing Active Posthi alchymyth & thanks so much for your reply.
i tried that but to no avail…
here’s the code i have added to my css. it might be shoddy. i was sort of trying everything.
#sidebar { float: right; width: 183px; } a:active { color: #ff00ff; text-decoration: none; } a:hover { color: #ff00ff; text-decoration: none; }
.side_box ul a:active { color: #ff00ff; text-decoration: none; }
#projects_menu a:link { color: #666666; } #projects_menu a:hover { color: #ff00ff; text-decoration: none; } #projects_menu a:active { color: #ff00ff; text-decoration: none; }
if the code’s ok then i think the problem, in non-technical terms(!), is that there is a disconnect between the side bar & the actual post that you’ve clicked into… a post can be reached either by clicking on the image on the front pg or category pg, or by clicking on a link in the side bar. the side bar is a custom menu i literally created by inserting the urls for each of the posts & making a list that way.
just attempted making another custom menu, this time with links to pages. but again the active page isn’t coming up #ff00ff.
any idea where i’m going wrong? cheers.
that’s it sorted, thank you!
oh. the “admin” still appears when you click into the post.
worked a charm! thanks andrew.
& to get rid of the “permalink” (if anyone’s interested), i used
.entry-permalink { display: none; }