kmolinanauert
Forum Replies Created
-
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] How to show past events?Bump
Looking for a past events filter as well.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] How to show past eventsBump
Also looking for this feature
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Show Past EventsBump
I’m also looking for this feature. My client prefers a header with “Upcoming Events” and a section with “Past Events”.
Forum: Plugins
In reply to: [WP Notification Bars] Add support for cookiesI want to ping this and second Stegosource’s suggestion. I love everything about this plugin except that it needs to be closed on every new page visited.
Forum: Plugins
In reply to: [Xpert Accordion] First item closed by defaultThank you for the solution Masud! I also appreciate Jan’s suggestion, as it’s a pain forgetting that you edited a plugin and then losing the changes with an update (also not good to ignore updates because you don’t want to lose changes).
Forum: Plugins
In reply to: [Facebook Comments] 'Also Post on FB' default > uncheckedHi Alex,
Thank you for your response and your time! I’ll leave a good review.
*Kristen
Forum: Plugins
In reply to: [Yoast SEO] WP 4.1 Yoast and any other jQuery using plugin = issueAlso experiencing this – I get a white screen of death for both frontend and backend until I disable Yoast.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] How to exclude statpress tableThanks David! I saw the warning message and assumed failure and started troubleshooting before letting UpdraftPlus continue through its protocol. I just needed to be patient. : )
It really helps how vigilant you are with the support forum. I’ll be sure to leave a good review and a small donation.
All the best,
KristenGo to Appearance > Menus. On the left side you have the option of adding Pages, Links, or Categories to the menu. Save your custom menu, and then set it as the primary menu under the ‘Manage Locations’ tab.
If I understand you right, this is what I would suggest:
Your Categories
– Travel (parent category)
+ Colombia
+ Ecuador
+ et cetera
– Food
– Any other categories you wantYour Custom Menu
– Travel (category)
– Mmm (food category)
– Contact (normal page)
– About (normal page)Your menu would look the same as it does now, but instead of being all normal pages, the Travel and Mmm pages are generated from posts in that category. Does that make sense?
It looks good Claudia! If you have the solution you needed, you can mark the topic as ‘Resolved’, which helps the Spun theme’s reputation.
Andrew, will she still need the .page selector for her pages – e.g. ‘About’, ‘Contact’…?
Thank you for your help… my own knowledge is pretty rudimentary.Forum: Themes and Templates
In reply to: [Spun] Shift the widget bar to the rightHi Tanul,
Try sticking in the CSS at the bottom of this thread
Forum: Themes and Templates
In reply to: [Spun] Move sidebar to the right ….Hi Greku,
If you’re ready to insert custom CSS, I think the solution is in this thread
Andrew – thanks for outlining the steps, that was helpful.
Claudia – I wanted to do the same thing, and it took me a minute to figure out the coding, so I thought I should share:
.page #primary { float: left; width: 70%; } #secondary { clear: right; display: block; padding: 50px 0; float: right; width: 30%; } .sidebar-link { display: none; } .page .hentry { padding: 0px; width: 100%; } .widget-column { width: 100%; } .one.widget-column { float: none; margin: 0 0 0 40px; }
Thank you