Wish Web Geek
Forum Replies Created
-
I figured it out. On Appearance > Menus look in the upper left of the page and use the drop down under “Theme Locations” to choose a menu you create for the Main Menu and one for the footer menu. wahlah.
I am trying to use the version 2.0 and can’t for the life of me figure out how to add the menu. This doesn’t say much for me using it for anything else.
Forum: Fixing WordPress
In reply to: When I create new users Pages are missing some Elements in backendAt the top of the page on the Admin side, click the down arrow next to screen options and be sure “Excerpt” is checked (and page links to).
THANK YOU!
Forum: Fixing WordPress
In reply to: Drop down menu script with linksI created the theme, but I can’t see how to make it a drop down.
I see pagination in that file, but I don’t know the code well enough to turn it off. Looks like it paginates if there is a “LIMIT”. Not sure how to turn off limit. Can you offer more help, please?
Awesome thanks! That all worked. I’m curious about the last question…
Can I display all events on one page rather than multiple pages?
Is it possible to create a drop down menu of events by certain categories (not all categories)?
Thanks so much for your great help!
Well, I just deleted the php code from the template and then uploaded. Then added back and uploaded. Now it works.
1. The original shortcode was this:
[events_list limit=”4″ scope=”future”]<p>#_EVENTLINK #_EVENTDATES</p>[/events_list]
but when I changed it (as in my original post) the results from this original code showed up (even when I removed all code the original code results showed up.
I tried to post the short code in the post area at the very bottom of the page, but as you can see nothing is showing up.
the php I’m using in the template is this:
<?php while ( have_posts() ) : the_post(); ?> <div id="post-<?php the_ID(); ?>"> <div class="sidebar-entry"> <?php the_secondary_content('upcomingtrips'); ?> </div> </div> <?php endwhile; ?> 2. So I did try adding this code: [events_list limit="3" scope="future" order="DESC" category="50"]<p>#_EVENTLINK #_EVENTDATES</p>[/events_list]<a href="/events/">See all trips ></a>
to this page: https://fs.flagstaffit.com/destinations/baja-kayaking/espiritu-santowhale-watching/
and it’s working perfectly. And I did edit it and reload and it worked. But for some reason the original page I tried is not working at all. Any ideas?
Thank you.
[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]
Hello again. I am just now trying your product. I wanted to start with the free version before I buy the pro version. Right away I noticed the layout wasn’t quite what I wanted. Is it possible to list by month with several columns on the event list? Do I have an option on how to display it or am I stuck with this format (https://fs.flagstaffit.com/events/upcoming/)? That is one of the main features my client would like to provide. Is that possible?
Thank you.
Forum: Fixing WordPress
In reply to: Widget for each page of site?what php code would I use in the widget to use different content for each page? It would be like an excerpt…but I already am using the excerpt for another sidebar item. where would I put the text on the page?
thanks.
Nevermind. It is there now.
Forum: Fixing WordPress
In reply to: Just moved my site to the permenant site; images not showing upwebsite: azraft.com
Forum: Fixing WordPress
In reply to: Add PHP to show different image for each subpageThank you!!!!!!!!!!!!!!!!!!
Thanks, it looks like your plugin is the one I’ve been looking for, but I have a few more questions.
? Widget or php for displaying “upcoming trips” on web pages – Yup, there is both a widget and template tags that you can use to display upcoming events as you see fit.
? Widget or php for displaying “trip dates” (each trip will occur multiple times in a year) – If I understand this correctly, the widget I’ve noted above should accomplish this.— So can I display upcoming trips of a certain type (or Category) AND in a different place on the site, display ALL upcoming trips?
Ability to list each trip by date/month – Not sure how this differs from the previous bullet, but pretty much any event that is in the system will be viewable on the frontend of the site upon publication.
— can I list only the trips of a certain type (category). Say all kayaking trips for the year 2012?
— is there an option you know of for using a secure (SSL) form for collecting credit card data rather than using Eventbrite?