Blitzburgh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Numerous fatal errors from Plug insAnd FWIW – I have no idea what SimplePie is as I have never installed it.
Forum: Plugins
In reply to: Why isn't there a plugin that's the same as the one here on WPYep, a file sharing program that would allow the user to identify themselves, their files name and type, and date of submission.
Users would then rate the photo, file, and tech support.
Pretty much the same thing WP already does here with Plugins.
Just weird that such a plugin or even standard feature with WP isn’t already out there for this.
Forum: Your WordPress
In reply to: I just finished this siteWeird, don’t know why my link didn’t show up there… but will try it again and if not here it is without the href tag
https://bransoncondosforrent.net/Forum: Plugins
In reply to: Highslide nav controls not showingBeen a couple of days, thought I would check back in to see if anyone had a quick solution.
Thanks, Mike
Forum: Fixing WordPress
In reply to: Still am getting murdered hereSorry duplicate post
Forum: Fixing WordPress
In reply to: Still am getting murdered hereBTW – my site is https://www.huntersfriendresort.com just for reference.
Thanks, Mike
Forum: Fixing WordPress
In reply to: I am just getting murdered hereDaniel, believe it or not your post was the most helpful I have had all day. Just the simple tip on rolling the mouse over the link to identify the page number was BRILLIANT! Thank you so much for teaching me where to find that.
OTOH – still d-e-a-d in the water. I have literally run myself in circles for 3 days now. stylesheet, header, index… you name it….
All the same thank you so much for the page tip.
Mike
Forum: Fixing WordPress
In reply to: I am just getting murdered hereThanks Daniel,
I figured it would be something like this.
Kicker is, I have zero idea of where to find the wp_list_pages function at.
Right now, here are the 2 nav tabs code I have that do not have drop downs
<li id="nav-05"><a href="<?bloginfo('url')?>/faqs">FAQs</a></li> <li id="nav-06"><a href="<?bloginfo('url')?>/photo-gallery">Photo Gallery</a></li>
And here is one that does
<li id="nav-02"><a href="<?bloginfo('url')?>/our-resort-properties/">Our Resort Properties</a><ul> <? wp_list_pages('title_li=&child_of=13&depth=-1')?> </ul></li>
The only discernable difference I can come up with is the page ID.
So, if you could point me just a tad where to find the wp_list_pages that would be great.
Thanks, Mike
Forum: Fixing WordPress
In reply to: I am just getting murdered hereSorry, went for the b-quote
Here is the code that works
<li id="nav-04"><a href="<?bloginfo('url')?>/events-and-attractions">Events & Attractions</a> <ul> <? wp_list_pages('title_li=&child_of=28&depth=-1')?> </ul>
and here is the code that doesn’t.
<li id="nav-06"><a href="<?bloginfo('url')?>/photo-gallery">Photo Gallery</a></li>
I cannot discern any difference between the events-and-attractions tab and the photo-gallery tab, except when I make changes the site goes bananas.
Thanks, Mike
Forum: Plugins
In reply to: database plugin requestHave also been asked for both examples of premium and free if possible.
Thanks, Mike
Forum: Everything else WordPress
In reply to: New to WordPress – would like some honest assessmentsWOW! AWESOME response! Thank you SO much. Like I said, my buddy is bananas about WP.
I have been through Visual C, G, notepad, and Dreamweaver. Just the trepidation of stepping into a new programming language has me bugged out.
I will say that there seems to be a pretty staunch amount of support here.
Thanks again for the incredible response. Definitely was not expecting that.
Mike
Forum: Everything else WordPress
In reply to: New to WordPress – would like some honest assessmentsWhew! I almost forgot to mention, I also need the site to be able to accept user generated input. i.e. someone posts an item for rent, places some pictures and the amount they want, hits submit and it updates my site.
Is WP able to do this?
Thanks, Mike