woodenpier
Forum Replies Created
-
Forum: Themes and Templates
In reply to: weird issue after phishing hackSo, the site is working correctly accept that FF is automatically blocking the style sheet(s) rendering the page ‘basic’?
I’ve reported the site to Google as being falsely blocked. That was two days ago. I don’t see any malware come up on Web Developer Tools scan (in order to request a human review form Google) so in theory they know the site is safe.
Anyone know how FF determines blocking? Anyway to request it to be unblocked?
Forum: Plugins
In reply to: test if userdata existssorted
Forum: Themes and Templates
In reply to: Popular Post by category without coding cat ID?Really? No comments?
I’ve been reading these posts for years and thought someone would enjoy this kind of though process challenge. I’m a UI designer (who’s developer is away) and my brain doesn’t think in if/else… but I think it’s amazing that some people do!
Forum: Themes and Templates
In reply to: Popular Post by category without coding cat ID?Here’s what it looks like:
https://i1218.photobucket.com/albums/dd405/Zachary_Sequoia/Screenshot2010-10-26at42733PM.png
Forum: Themes and Templates
In reply to: custom child_of breacrumb-style page titleThanks heaps,
In the design, I need to show the sub-page as an h3 with a class after the Parent title (which is an h2) and if the page IS the parent page, then to have it show up as the h2.If we’re on a sub page:
<h2>Parent Page</h2><h3 class=”page-title”>Sub Page</h3>If we’re on a parent page:
<h2>Parent Page</h2>See on the testing site: https://ideasconnect.callitest.com/services
how it works great (thanks!) for the sub pages, but it is showing the ‘sub-page’ class for the title if we’re on an outer page.
I tried making an else statement, but I don’t know how to put the html into the echo output.
Forum: Themes and Templates
In reply to: custom child_of breacrumb-style page titleI’m not after a breadcrumb plugin, I’m after a way to call the parent page with php so I can wrap it in an <h2> tag and show it in my default page template.
Forum: Plugins
In reply to: Change password via front-end… plugin?[bump]
OK, this is hilarious. I figured I would just let them into the back-end (to change their password) via a link from the ‘members area’ so long as they went to the members area immediately after login. BUT now I can’t for the life of me remember how I got the redirect to happen. I built this a while ago… I have no plugins for this (I know they exist)
Where else might I look for a redirect URL? I didn’t touch the WP core functionality.
The thing is, now even when I try to link directly to the profile page in the back-end, it redirects to the front-end members area.
Cheers!
-Zak
Forum: Themes and Templates
In reply to: calling a different header if a user is logged inThanks heaps.
I am a designer and know XHTML and CSS up and down. I know just enough PhP to get by with most WP templating (thanks to the codex!) but sometimes something simple get’s in the way.
Cheers,
-Zak
Forum: Fixing WordPress
In reply to: (hopefully) quick help with posts pageMy apologies… heres the link:
https://www.woodenpier.com/livewire/
It’s not the home page that I’m talking about. It’s the section called Fencing Layout Guide – which is set to be my blog page (in settings).
As you can see the page is not showing just the post summaries by default.
Forum: Fixing WordPress
In reply to: (hopefully) quick help with posts pagebump
Any help would be greatly appreciated. I’ve searched through a lot of documentation before posting.
-Z